# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "messy_json" version = "0.2.3" authors = ["Francis Le Roy "] description = "JSON Parser for dynamically structured documents" keywords = ["serde", "json", "dynamic"] license = "MIT OR Apache-2.0" repository = "https://github.com/basiliqio/messy_json" [[bench]] name = "messy_json_benches" path = "src/benches/mod.rs" harness = false [dependencies.arcstr] version = "1" features = ["std", "serde"] [dependencies.feat_uuid] version = "0.8" features = ["v4", "serde"] optional = true package = "uuid" [dependencies.itertools] version = "0.10.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dev-dependencies.cargo-husky] version = "1" features = ["precommit-hook", "run-cargo-check", "run-cargo-fmt"] default-features = false [dev-dependencies.criterion] version = "0.3.4" features = ["html_reports", "cargo_bench_support"] [dev-dependencies.doc-comment] version = "0.3.3" [dev-dependencies.serde] version = "1" features = ["derive"] [features] uuid = ["feat_uuid"]