# 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-confidant" version = "0.12.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Confidant is a small library that implements a file-system-based secret store" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_confidant" path = "src/lib.rs" [[example]] name = "confidant" path = "examples/confidant.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.base64] version = "0.20.0" [dependencies.cache_loader_async] version = "0.2.1" features = [ "lru-cache", "ttl-cache", ] [dependencies.clap] version = "4.0.29" features = [ "derive", "env", ] [dependencies.hex] version = "0.4.3" [dependencies.humantime] version = "2.1.0" [dependencies.postcard] version = "1.0.8" features = ["use-std"] default-features = false [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.serde_json] version = "1.0.90" [dependencies.streambed] version = "0.12.0" [dependencies.tokio] version = "1.23.0" features = [ "fs", "io-util", ] [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.log] version = "0.4.17" [dev-dependencies.test-log] version = "0.2.11"