# 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" name = "vaultier" version = "0.4.0" authors = [ "Mathias Oertel ", "Nelu Snegur ", "Andreas Drobisch ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Crate to write and read secrets from Hashicorp Vault." documentation = "https://docs.rs/vaultier" readme = "README.md" keywords = [ "secrets", "vault", "hashicorp", ] license = "MIT" repository = "https://github.com/commercetools/vaultier" [lib] name = "vaultier" path = "src/lib.rs" [dependencies.reqwest] version = "0.12" features = ["json"] optional = true default-features = false [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = true [dependencies.thiserror] version = "1.0" [dependencies.url] version = "2.2" optional = true [dependencies.vaultrs] version = "0.7" [features] auth = [] default = [ "token", "read", ] full = [ "token", "auth", "read", "write", "metadata", ] metadata = [ "reqwest", "serde_json", "url", ] read = [] token = [] write = []