secured 0.1.2

A lightweight, easy-to-use Rust package for file encryption and decryption, suitable for both CLI and library integration in Rust applications.
Documentation
[[bin]]
name = "secured"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "^4.0.0"

[dependencies.enclave]
package = "secured-enclave"
version = "0.1.0"

[dependencies.rpassword]
version = "^7.3.1"

[package]
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."
edition = "2021"
keywords = ["crypto", "encrypt", "decrypt", "cipher", "password"]
license = "MIT"
name = "secured"
readme = "README.md"
repository = "https://github.com/mikesposito/secured/"
version = "0.1.2"