mirror of
				https://github.com/meilisearch/meilisearch.git
				synced 2025-11-04 01:46:28 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			35 lines
		
	
	
		
			935 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			35 lines
		
	
	
		
			935 B
		
	
	
	
		
			TOML
		
	
	
	
	
	
[package]
 | 
						|
name = "dump"
 | 
						|
publish = false
 | 
						|
 | 
						|
version.workspace = true
 | 
						|
authors.workspace = true
 | 
						|
description.workspace = true
 | 
						|
edition.workspace = true
 | 
						|
homepage.workspace = true
 | 
						|
readme.workspace = true
 | 
						|
license.workspace = true
 | 
						|
 | 
						|
[dependencies]
 | 
						|
anyhow = "1.0.95"
 | 
						|
flate2 = "1.0.35"
 | 
						|
http = "1.2.0"
 | 
						|
meilisearch-types = { path = "../meilisearch-types" }
 | 
						|
once_cell = "1.20.2"
 | 
						|
regex = "1.11.1"
 | 
						|
roaring = { version = "0.10.10", features = ["serde"] }
 | 
						|
serde = { version = "1.0.217", features = ["derive"] }
 | 
						|
serde_json = { version = "1.0.135", features = ["preserve_order"] }
 | 
						|
tar = "0.4.43"
 | 
						|
tempfile = "3.15.0"
 | 
						|
thiserror = "2.0.9"
 | 
						|
time = { version = "0.3.37", features = ["serde-well-known", "formatting", "parsing", "macros"] }
 | 
						|
tracing = "0.1.41"
 | 
						|
uuid = { version = "1.11.0", features = ["serde", "v4"] }
 | 
						|
 | 
						|
[dev-dependencies]
 | 
						|
big_s = "1.0.2"
 | 
						|
maplit = "1.0.2"
 | 
						|
meili-snap = { path = "../meili-snap" }
 | 
						|
meilisearch-types = { path = "../meilisearch-types" }
 |