# 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-vault" version = "0.11.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides an implementation of the Streambed secret store to be used with the Hashicorp Vault API" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/streambed/streambed-rs.git" [lib] name = "streambed_vault" path = "src/lib.rs" [[example]] name = "vault" path = "examples/vault.rs" [[test]] name = "mod" path = "tests/mod.rs" [[test]] name = "secret_store" path = "tests/secret_store.rs" [dependencies.async-trait] version = "0.1.60" [dependencies.cache_loader_async] version = "0.2.1" features = [ "lru-cache", "ttl-cache", ] [dependencies.clap] version = "4.0.29" features = [ "derive", "env", ] [dependencies.humantime] version = "2.1.0" [dependencies.log] version = "0.4.17" [dependencies.metrics] version = "0.20.1" default-features = false [dependencies.reqwest] version = "0.11.13" features = ["json"] [dependencies.serde] version = "1.0.151" features = ["derive"] [dependencies.streambed] version = "0.11.1" [dependencies.tokio] version = "1.23.0" [dev-dependencies.env_logger] version = "0.10.0" [dev-dependencies.http] version = "0.2.8" [dev-dependencies.hyper] version = "0.14.23" features = [ "tcp", "stream", "http1", "http2", "client", "server", "runtime", ] default-features = false [dev-dependencies.streambed] version = "0.11.1" features = ["reqwest"] [dev-dependencies.streambed-test] version = "0.11.1" [dev-dependencies.test-log] version = "0.2.11" [dev-dependencies.tokio-stream] version = "0.1.11"