MeiliSearch/json-depth-checker/Cargo.toml

16 lines
257 B
TOML
Raw Normal View History

2022-04-11 18:43:44 +02:00
[package]
name = "json-depth-checker"
version = "0.1.0"
edition = "2021"
2022-04-25 15:55:38 +02:00
description = "A library that indicates if a JSON must be flattened"
2022-04-11 18:43:44 +02:00
[dependencies]
serde_json = "1.0"
[dev-dependencies]
criterion = "0.3"
[[bench]]
name = "depth"
harness = false