mirror of
https://github.com/meilisearch/MeiliSearch
synced 2024-11-05 04:28:55 +01:00
18 lines
533 B
TOML
18 lines
533 B
TOML
[package]
|
|
name = "meilisearch-types"
|
|
version = "0.29.1"
|
|
authors = ["marin <postma.marin@protonmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.2.1", default-features = false }
|
|
milli = { git = "https://github.com/meilisearch/milli.git", tag = "v0.33.0" }
|
|
proptest = { version = "1.0.0", optional = true }
|
|
proptest-derive = { version = "0.3.0", optional = true }
|
|
serde = { version = "1.0.145", features = ["derive"] }
|
|
serde_json = "1.0.85"
|
|
tokio = "1.0"
|
|
|
|
[features]
|
|
test-traits = ["proptest", "proptest-derive"]
|