# 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 = "cargo-cryptile" version = "0.2.0" description = "A CLI Tool to Encrypt and Decrypt files with a secure password." readme = "README.md" license = "MIT" repository = "https://github.com/AbhiSinha08/cryptile/tree/main/cargo-cryptile" resolver = "1" [[bench]] name = "benchmark" path = "benchmark/benchmark.rs" harness = false [dependencies.aes] version = "0.8.1" [dependencies.dialoguer] version = "0.10.2" features = ["password"] default-features = false [dependencies.directories] version = "4.0.1" [dependencies.hmac-sha256] version = "1.1.5" [dependencies.serde] version = "1.0.147" features = ["derive"] default-features = false [dependencies.threads_pool] version = "0.2.6" [dependencies.toml] version = "0.5.9" [dev-dependencies.criterion] version = "0.3"