# 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 = "config-secret" version = "0.1.0" authors = ["Maxime LUCE "] description = "A source for the config crate that follows the Docker/Kubernetes secret configuration convention" homepage = "https://github.com/touchifyapp/config-secret-rs" documentation = "https://docs.rs/config-secret" readme = "README.md" keywords = [ "config", "secret", "env", "kubernetes", "docker", ] categories = ["config"] license = "MIT" repository = "https://github.com/touchifyapp/config-secret-rs" [dependencies.config] version = ">=0.13" default-features = false [dev-dependencies.config] version = "0.13" features = [ "json", "yaml", ] [dev-dependencies.serde] version = "1" [dev-dependencies.temp-env] version = "0.3"