# 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 = "read-secret" version = "0.1.2" description = "A rust library that provides an easy way to read and decrypt secrets from your environment variables and files. " homepage = "https://git.sr.ht/~meow_king/read-secret" documentation = "https://docs.rs/read-secret" readme = "README.md" keywords = [ "dev", "secret", "development", "env", "gpg", ] categories = ["development-tools"] license = "MIT OR Apache-2.0" repository = "https://git.sr.ht/~meow_king/read-secret" [dependencies]