# 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 = "env-y" version = "0.1.0" authors = ["LeafChage "] exclude = [ "bin", "Dockerfile", ] description = "simple env tools" readme = "README.md" license-file = "LICENSE" [[bin]] name = "envy" path = "src/main.rs" [dependencies.aes-gcm] version = "0.10.2" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3" features = ["derive"] [dependencies.combine] version = "4.6.6" [dependencies.serde] version = "1.0.171" features = ["derive"] [dependencies.serde_json] version = "1.0.100"