# 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-codec" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Codecs and a typed wrapped for streambed CommitLog" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_codec" path = "src/lib.rs" [dependencies.async-stream] version = "0.3.3" [dependencies.ciborium] version = "0.2" [dependencies.futures-util] version = "0.3" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.151" [dependencies.streambed] version = "0.12.0" [dev-dependencies.streambed-confidant] version = "0.12.0" [dev-dependencies.streambed-logged] version = "0.12.0" [dev-dependencies.tokio] version = "1.23.0" features = ["full"]