nutek-cipher 2.0.7

Encrypt and decrypt files and text with ease
[[bin]]
name = "nutek-cipher"
path = "src/main.rs"

[dependencies.aes-gcm-siv]
version = "0.11.1"

[dependencies.clap]
features = ["derive"]
version = "4.1.4"

[dependencies.hex]
version = "0.4.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rpassword]
version = "7.2"

[dependencies.text_io]
version = "0.1.12"

[package]
authors = ["Neosb <neosb@nuteksecurity.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-interface"]
description = "Encrypt and decrypt files and text with ease"
edition = "2021"
keywords = ["decryption", "encryption", "cryptography"]
license = "MIT OR Apache-2.0"
name = "nutek-cipher"
readme = "README.md"
repository = "https://github.com/NutekSecurity/nutek-cipher"
version = "2.0.7"