[[bin]]
name = "enigma-cli"
path = "src/main.rs"
[dependencies]
[lib]
name = "enigma"
path = "src/lib.rs"
[package]
authors = ["Andrew McCall"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["cryptography", "command-line-interface", "mathematics", "science", "encoding"]
description = "A command-line interface for an Enigma machine simulator. Configurable with any reflector, number of rotors, and plugboard pairs."
documentation = "https://github.com/Andrew-McCall/engima-rs#readme"
edition = "2021"
keywords = ["enigma", "machine", "simulator", "cli", "cryptography"]
license = "MIT"
name = "enigma-cli"
readme = "README.md"
repository = "https://github.com/Andrew-McCall/engima-rs"
version = "1.0.0"