[[bin]]
name = "ruscrypt"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.72"
[dependencies.base64]
version = "0.22.1"
[dependencies.clap]
features = ["derive"]
version = "4.3.19"
[dependencies.colored]
version = "3.0.0"
[dependencies.dialoguer]
version = "0.11.0"
[dependencies.rand]
version = "0.9.1"
[[example]]
name = "demo"
path = "examples/demo.rs"
[[example]]
name = "quick_start"
path = "examples/quick_start.rs"
[lib]
name = "ruscrypt"
path = "src/lib.rs"
[package]
authors = ["Adel2411 <your-email@example.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "⚡ Lightning-fast cryptography toolkit built with Rust - A comprehensive CLI tool for classical and modern cryptographic operations"
documentation = "https://docs.rs/ruscrypt"
edition = "2021"
exclude = ["target/*", ".git/*", ".gitignore"]
homepage = "https://github.com/Adel2411/ruscrypt"
keywords = ["cryptography", "encryption", "hash", "cli", "security"]
license = "MIT"
name = "ruscrypt"
readme = "README.md"
repository = "https://github.com/Adel2411/ruscrypt"
version = "0.1.2"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[profile.release]
codegen-units = 1
lto = true
panic = "abort"
strip = true