# 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" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Logged is a small library that implements a file-system-based commit log" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_logged" path = "src/lib.rs" [[bench]] name = "benches" path = "benches/benches.rs" harness = false [dependencies.async-stream] version = "0.3.3" [dependencies.async-trait] version = "0.1.60" [dependencies.bytes] version = "1.3.0" [dependencies.chrono] version = "0.4.23" [dependencies.clap] version = "4.0.29" features = [ "derive", "env", ] [dependencies.crc] version = "3.0.1" [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.17" [dependencies.postcard] version = "1.0.8" features = [ "use-std", "use-crc", ] default-features = false [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_with] version = "2.0.1" features = ["chrono_0_4"] [dependencies.smol_str] version = "0.2.0" features = ["serde"] [dependencies.streambed] version = "0.11.1" [dependencies.tokio] version = "1.23.0" features = ["fs"] [dependencies.tokio-stream] version = "0.1.11" [dependencies.tokio-util] version = "0.7.4" features = ["codec"] [dev-dependencies.criterion] version = "0.4.0" features = [ "async_tokio", "html_reports", ] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.test-log] version = "0.2.11"