# 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" name = "rebunyan" version = "0.1.0" authors = ["Sviatoslav Kokurin "] description = """ Fast tool to view json logs in bunyan format """ readme = "README.md" keywords = [ "terminal", "log", "bunyan", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/funbiscuit/rebunyan" [profile.release] lto = true codegen-units = 1 [dependencies.clap] version = "4.1.6" features = ["derive"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.supports-color] version = "2.0.0" [dependencies.time] version = "0.3.19" features = [ "serde-human-readable", "parsing", ] [dev-dependencies.rstest] version = "0.16.0"