[package]
name = "ferrocrypt-cli"
version = "0.2.2"
edition = "2021"
description = "Command-line interface for Ferrocrypt (installs the 'fc' binary)."
authors = ["Alexander Alexandrov"]
license = "GPL-3.0-only"
readme = "../README.md"
repository = "https://github.com/alexylon/Ferrocrypt"
homepage = "https://github.com/alexylon/Ferrocrypt"
documentation = "https://docs.rs/ferrocrypt-cli"
keywords = ["cryptography", "encryption", "cli"]
categories = ["command-line-utilities", "cryptography"]
publish = true
[[bin]]
name = "fc"
path = "src/main.rs"
[dependencies]
clap = { version = "4", features = ["derive"] }
rustyline = "17"
shell-words = "1"
ferrocrypt = { path = "../ferrocrypt-lib", version = "0.2.2" }