# 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" rust-version = "1.73.0" name = "dotenv-vault" version = "0.1.2" description = "An extension to dotenvy supporting .env.vault files" homepage = "https://github.com/Minebomber/dotenv-vault-rs" readme = "README.md" keywords = [ "dotenv", "env", "environment", "settings", "vault", ] categories = ["config"] license = "MIT" repository = "https://github.com/Minebomber/dotenv-vault-rs" [lib] [[bin]] name = "dotenv-vault" required-features = ["cli"] [dependencies.aes-gcm] version = "0.10.2" [dependencies.argh] version = "0.1.12" optional = true [dependencies.base64] version = "0.22.1" [dependencies.dotenvy] version = "0.15.7" [dependencies.hex] version = "0.4.3" [dependencies.url] version = "2.4.0" [dev-dependencies.assert_cmd] version = "2.0.14" features = ["color-auto"] [dev-dependencies.serial_test] version = "3.1.1" [dev-dependencies.tempfile] version = "3.7.0" [features] cli = ["dep:argh"] default = []