# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.61" name = "analyse-json" version = "0.6.1" authors = ["Chris Brown "] exclude = [ "scripts/*", "test_data/*", "test_data_large/*", ] description = """ analyse-json is a CLI tool for inspecting (Newline Delimited) NDJSON or JSON to understand the contents """ documentation = "https://github.com/cbrown1234/analyse-json" readme = "README.md" keywords = [ "JSON", "NDJSON", "CLI", ] categories = [ "command-line-utilities", "text-processing", ] license = "MIT" repository = "https://github.com/cbrown1234/analyse-json" [dependencies.anyhow] version = "1.0.79" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap_complete] version = "4" [dependencies.dashmap] version = "5" [dependencies.env_logger] version = "0.10.2" [dependencies.flate2] version = "1" [dependencies.glob] version = "0.3" [dependencies.grep-cli] version = "0.1" [dependencies.humantime] version = "2.1" [dependencies.indexmap] version = "1.9.3" features = ["serde"] [dependencies.indicatif] version = "0.17.3" features = ["rayon"] [dependencies.itertools] version = "0.12.0" [dependencies.log] version = "0.4.20" [dependencies.owo-colors] version = "4" features = ["supports-colors"] [dependencies.rayon] version = "1.7" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_json_path] version = "0.6.4" [dependencies.thiserror] version = "1.0.56" [dev-dependencies.tempfile] version = "3"