# 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 = "2018" name = "bunyan" version = "0.1.9" authors = ["Luca Palmieri "] description = "A CLI to pretty print structured logs. A Rust port of the original JavaScript bunyan CLI." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/LukeMathWalker/bunyan" [lib] name = "bunyan" path = "src/lib.rs" [[bin]] name = "bunyan" path = "src/main.rs" [dependencies.anyhow] version = "1.0.66" [dependencies.atty] version = "0.2.14" [dependencies.chrono] version = "0.4.23" features = [ "serde", "clock", ] default-features = false [dependencies.clap] version = "4.0.27" features = ["derive"] [dependencies.colored] version = "2.0.0" [dependencies.itertools] version = "0.10.5" [dependencies.serde] version = "1.0.147" features = ["derive"] [dependencies.serde_json] version = "1.0.89" [dev-dependencies.assert_cmd] version = "2.0.6" [dev-dependencies.predicates] version = "2.1.3"