# 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 = "streamson-bin" version = "7.1.0" authors = ["Stepan Henek "] description = "A program which processes large JSON data." readme = "README.md" keywords = ["json"] categories = ["parsing", "command-line-utilities"] license = "MIT" repository = "https://github.com/shenek/streamson" [[bin]] name = "sson" path = "src/main.rs" bench = false [[bin]] name = "streamson-bin-test" required-features = ["test"] [dependencies.assert_cmd] version = "~1.0.1" optional = true [dependencies.clap] version = "3.0.0-beta" [dependencies.clap_generate] version = "3.0.0-beta" [dependencies.lazy_static] version = "1.4" [dependencies.man] version = "~0.3.0" optional = true [dependencies.predicates] version = "~1.0.7" optional = true [dependencies.streamson-lib] version = "7.1.0" [build-dependencies.lazy_static] version = "1.4" optional = true [build-dependencies.man] version = "~0.3.0" optional = true [features] default = [] manpage = ["man"] test = ["assert_cmd", "predicates"] [badges.maintenance] status = "actively-developed"