# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "secret-keeper-hashivault" version = "0.3.5" authors = ["stevelr "] exclude = ["Cargo.lock", ".gitignore"] description = "Hashivault SecretKeeper, an integration with Hashicorp Vault for https://crates.io/crates/secret-keeper" readme = "README.md" keywords = ["security", "crypto", "vault"] categories = ["cryptography", "api-bindings"] license = "Apache-2.0 OR MIT" repository = "https://github.com/stevelr/secret-keeper/tree/master/keepers/hashivault" [dependencies.async-trait] version = "0.1" [dependencies.base64] version = "0.12" [dependencies.bytes] version = "0.5" [dependencies.http] version = "0.2" [dependencies.reqwest] version = "0.10" features = ["json"] [dependencies.secret-keeper] version = "0.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" features = ["deserialize_in_place"] [dependencies.serde_urlencoded] version = "0.6" [dependencies.url] version = "2.1" [dev-dependencies.hex] version = "0.4" [dev-dependencies.lazy_static] version = "1.4" [dev-dependencies.random-fast-rng] version = "0.1" [dev-dependencies.tokio] version = "0.2" features = [] [dev-dependencies.tokio-test] version = "0.2"