[[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_cypher"
path = "src/lib.rs"
[package]
authors = ["Isaac Corbrey <icorbrey@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities", "cryptography"]
description = "A CLI tool and library for encrypting and decrypting messages using the scream cypher."
edition = "2021"
keywords = ["cli", "cryptography", "cypher", "xkcd"]
license = "MIT OR Apache-2.0"
name = "scream_cypher"
readme = "README.md"
repository = "https://github.com/icorbrey/scream_cypher"
version = "1.0.2"