# 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.70.0" name = "streambed-logged-cli" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI for a file-system-based commit log" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [[bin]] name = "logged" path = "src/main.rs" [dependencies.clap] version = "4.0.29" [dependencies.env_logger] version = "0.10.0" [dependencies.humantime] version = "2.1.0" [dependencies.serde_json] version = "1.0.90" [dependencies.smol_str] version = "0.2.0" [dependencies.streambed] version = "0.11.1" [dependencies.streambed-logged] version = "0.11.1" [dependencies.tokio] version = "1.23.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.11"