mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-10-30 23:46:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			27 lines
		
	
	
		
			763 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			27 lines
		
	
	
		
			763 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
| [package]
 | |
| name = "meilisearch-auth"
 | |
| publish = false
 | |
| 
 | |
| version.workspace = true
 | |
| authors.workspace = true
 | |
| description.workspace = true
 | |
| homepage.workspace = true
 | |
| readme.workspace = true
 | |
| edition.workspace = true
 | |
| license.workspace = true
 | |
| 
 | |
| [dependencies]
 | |
| base64 = "0.22.1"
 | |
| enum-iterator = "2.1.0"
 | |
| hmac = "0.12.1"
 | |
| maplit = "1.0.2"
 | |
| meilisearch-types = { path = "../meilisearch-types" }
 | |
| rand = "0.8.5"
 | |
| roaring = { version = "0.10.10", features = ["serde"] }
 | |
| serde = { version = "1.0.217", features = ["derive"] }
 | |
| serde_json = { version = "1.0.135", features = ["preserve_order"] }
 | |
| sha2 = "0.10.8"
 | |
| thiserror = "2.0.9"
 | |
| time = { version = "0.3.37", features = ["serde-well-known", "formatting", "parsing", "macros"] }
 | |
| uuid = { version = "1.11.0", features = ["serde", "v4"] }
 |