[package]
name = "json-depth-checker"
version = "0.29.1"
edition = "2021"
description = "A library that indicates if a JSON must be flattened"
publish = false

[dependencies]
serde_json = "1.0"

[dev-dependencies]
criterion = "0.3"

[[bench]]
name = "depth"
harness = false