[[bin]]
name = "cryptan"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4"
[dependencies.colored]
version = "2.0"
[dependencies.env_logger]
version = "0.11"
[dependencies.log]
version = "0.4"
[lib]
name = "cryptan"
path = "src/lib.rs"
[package]
authors = ["Tanuki"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "encoding"]
description = "A simple crypto playground (Caesar, Morse, ...)."
edition = "2021"
include = ["src/**", "public/**", "Cargo.toml", "README.md"]
keywords = ["crypto", "cipher", "caesar"]
license = "Apache-2.0"
name = "cryptan"
readme = "README.md"
repository = "https://github.com/YaseiTanuki/Cryptan"
version = "0.3.1"