ferrocrypt-cli 0.2.4

Command-line interface for Ferrocrypt (installs the 'ferrocrypt' binary).
[[bin]]
name = "ferrocrypt"
path = "src/main.rs"

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

[dependencies.ferrocrypt]
version = "0.2.2"

[dependencies.rustyline]
version = "17"

[dependencies.shell-words]
version = "1"

[package]
authors = ["Alexander Alexandrov"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "Command-line interface for Ferrocrypt (installs the 'ferrocrypt' binary)."
documentation = "https://docs.rs/ferrocrypt-cli"
edition = "2021"
homepage = "https://github.com/alexylon/Ferrocrypt"
keywords = ["cryptography", "encryption", "cli"]
license = "GPL-3.0-only"
name = "ferrocrypt-cli"
publish = true
readme = "README.md"
repository = "https://github.com/alexylon/Ferrocrypt"
version = "0.2.4"