# 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] name = "vault_client" version = "0.3.2" authors = ["Metaswitch Networks Ltd"] description = "A client library for HashiCorp Vault" readme = "README.md" keywords = ["vault", "tls"] categories = ["authentication"] license = "Apache-2.0/MIT" repository = "https://github.com/Metaswitch/vault-client" [dependencies.atomicwrites] version = "0.2.1" [dependencies.error-chain] version = "0.11.0" [dependencies.futures] version = "0.1.13" [dependencies.futures-error-chain] version = "0.1.0" [dependencies.httpdate] version = "0.3.2" [dependencies.log] version = "0.3.8" [dependencies.openssl] version = "0.10.7" [dependencies.pinboard] version = "2.0.0" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.7" [dependencies.serde_json] version = "1.0.2" [dependencies.tokio-core] version = "0.1.7" [dependencies.tokio-timer] version = "0.1.1" [dependencies.url] version = "1.4.0" [dependencies.vault-api] version = "0.7.2" [dev-dependencies.tempfile] version = "2.1.5"