# 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 = "secured" version = "0.6.0" authors = ["mikesposito"] description = "A lightweight, easy-to-use Rust package for file encryption and decryption, suitable for both CLI and library integration in Rust applications." readme = "README.md" keywords = [ "crypto", "encrypt", "decrypt", "cipher", "password", ] license = "MIT" repository = "https://github.com/mikesposito/secured/" [profile.bench] debug = 2 [[bin]] name = "secured" path = "src/main.rs" [dependencies.cipher] version = "0.4.1" package = "secured-cipher" [dependencies.clap] version = "^4.0.0" features = ["derive"] [dependencies.enclave] version = "0.6.0" package = "secured-enclave" [dependencies.glob] version = "^0.3.0" [dependencies.hex] version = "^0.4.3" [dependencies.indicatif] version = "^0.17.0" [dependencies.rpassword] version = "^7.3.1"