# 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 = "ecrypt" version = "0.1.2" description = "CLI tool to easily encrypt and decrypt files or directories" homepage = "https://github.com/tirax-lab/ecrypt" readme = "README.md" license-file = "LICENSE.txt" repository = "https://github.com/tirax-lab/ecrypt" [dependencies.argon2] version = "0.4.1" [dependencies.argon_hash_password] version = "0.1.2" [dependencies.chacha20poly1305] version = "0.10.1" features = ["stream"] [dependencies.clap] version = "4.1.1" features = ["derive"] [dependencies.env_logger] version = "0.10.0" [dependencies.flate2] version = "1.0.23" [dependencies.log] version = "0.4.17" [dependencies.rand] version = "0.8.5" [dependencies.rpassword] version = "7.2.0" [dependencies.tar] version = "0.4.38" [dependencies.zeroize] version = "1.5.7" [dev-dependencies.ctor] version = "0.1.22"