vault-credentials 1.0.2

Rust Library that fetch secrets from Vault and load them as environment variables.
Documentation
# 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 = "2018"
name = "vault-credentials"
version = "1.0.2"
authors = ["Lucas Perreau <lucas.perreau@leansys.fr>"]
include = ["**/*.rs", "Cargo.toml"]
description = "Rust Library that fetch secrets from Vault and load them as environment variables."
license = "MIT OR Apache-2.0"
repository = "https://github.com/mcfloy/vault-credentials"

[lib]
name = "vault_credentials"
path = "src/lib.rs"

[[example]]
name = "vault_credentials_test"
path = "src/examples/bin.rs"
[dependencies.reqwest]
version = "0.11.3"
features = ["json"]

[dependencies.serde_json]
version = "1.0.63"

[dependencies.tokio]
version = "1.5.0"
features = ["full"]
[dev-dependencies.dotenv]
version = "0.15.0"