[package] name = "json-depth-checker" version = "0.39.0" edition = "2021" description = "A library that indicates if a JSON must be flattened" publish = false [dependencies] serde_json = "1.0" [dev-dependencies] criterion = "0.4.0" [[bench]] name = "depth" harness = false