# 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 = "eedit" version = "0.1.1" description = "A tool for editing encrypted files using a password and the system editor." homepage = "https://github.com/funnyboy-roks/eedit" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/funnyboy-roks/eedit" [dependencies.argon2] version = "0.5.3" [dependencies.argon_hash_password] version = "0.1.2" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.rpassword] version = "7.3.1" [dependencies.scrawl] version = "2.0.0" [dependencies.zeroize] version = "1.7.0"