[[bin]]
name = "scream"
path = "src/main.rs"
[dependencies.clap]
features = ["cargo"]
version = "4.5.30"
[dependencies.phf]
features = ["macros"]
version = "0.11.3"
[lib]
name = "scream_cipher"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "A CLI tool and library for encrypting and decrypting messages using the scream cypher."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "scream_cypher"
readme = "README.md"
version = "1.0.0"