# 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.78" name = "wall-a" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "CLI tool for recording JSON in a compressed format" readme = "README.md" keywords = [ "cli", "json", "merge", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/declanvk/wall-a" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "wall-a" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.argh] version = "0.1.12" [dependencies.crc32fast] version = "1.4.2" [dependencies.glob] version = "0.3.1" [dependencies.indexmap] version = "2.3.0" [dependencies.itertools] version = "0.13.0" [dependencies.jiff] version = "0.1.4" [dependencies.minicbor] version = "0.24.2" features = [ "derive", "std", ] [dependencies.serde] version = "1.0.204" [dependencies.serde_json] version = "1.0.122" features = ["preserve_order"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"] [dependencies.uom] version = "0.36.0" features = [ "std", "u64", "si", ] default-features = false [dependencies.zerocopy] version = "0.7.35" features = ["derive"] [dependencies.zstd] version = "0.13.2"