# 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 = "etoml" version = "0.2.1" authors = ["Axel Tetzlaff "] description = "A command line utility for managing secrets in encrypted TOML files" readme = "README.md" keywords = [ "cryptography", "secrets", "encryption", ] categories = [ "command-line-utilities", "secrets", ] license = "MIT" repository = "https://github.com/axelerator/etoml" [[bin]] name = "etoml" [dependencies.base64] version = "0.21.3" [dependencies.clap] version = "4.4.2" features = ["derive"] [dependencies.crypto_box] version = "0.9.1" features = [ "chacha20", "serde", ] [dependencies.generic-array] version = "0.14.7" features = ["serde"] [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.toml] version = "0.7.6"