mirror of
https://github.com/meilisearch/meilisearch.git
synced 2024-11-26 03:55:07 +08:00
18 lines
605 B
TOML
18 lines
605 B
TOML
[package]
|
|
name = "meilisearch-types"
|
|
version = "0.28.0"
|
|
authors = ["marin <postma.marin@protonmail.com>"]
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
actix-web = { version = "4.0.1", default-features = false }
|
|
proptest = { version = "1.0.0", optional = true }
|
|
proptest-derive = { version = "0.3.0", optional = true }
|
|
serde = { version = "1.0.136", features = ["derive"] }
|
|
serde_json = "1.0.79"
|
|
jayson = { git = "https://github.com/meilisearch/jayson", branch = "main" }
|
|
milli = { git = "https://github.com/meilisearch/milli", branch = "jayson-integration" }
|
|
|
|
[features]
|
|
test-traits = ["proptest", "proptest-derive"]
|