# 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 = "secret-loader" version = "0.1.0" authors = ["Eashwar Ranganathan "] description = "Load secrets from multiple locations" keywords = ["secrets", "serde"] categories = ["Configuration"] license = "MIT OR Apache-2.0" repository = "https://github.com/e-nomem/secret-loader" resolver = "2" [package.metadata.docs.rs] all-features = true rustdoc-args = ["--cfg", "docsrs"] [dependencies.camino] version = "1" [dependencies.secrecy] version = "0.8" [dependencies.serde] version = "1" optional = true [dev-dependencies.serde] version = "1" features = ["derive"] [dev-dependencies.serial_test] version = "0.5.1" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.toml] version = "0.5.8"