meilisearch/json-depth-checker/Cargo.toml

17 lines
276 B
TOML
Raw Normal View History

2022-04-12 00:43:44 +08:00
[package]
name = "json-depth-checker"
version = "0.39.0"
2022-04-12 00:43:44 +08:00
edition = "2021"
2022-04-25 21:55:38 +08:00
description = "A library that indicates if a JSON must be flattened"
2022-04-25 20:03:21 +08:00
publish = false
2022-04-12 00:43:44 +08:00
[dependencies]
serde_json = "1.0"
[dev-dependencies]
2022-10-04 17:29:39 +08:00
criterion = "0.4.0"
2022-04-12 00:43:44 +08:00
[[bench]]
name = "depth"
harness = false