[dependencies.anyhow]
version = "1.0.89"
[dependencies.strum]
version = "0.26.3"
[dependencies.strum_macros]
version = "0.26.4"
[lib]
path = "src/lib.rs"
[lints.clippy]
tabs_in_doc_comments = "allow"
[package]
authors = ["Violet"]
description = "An absurdly fast and highly flexible Enigma machine simulation, encryption, and decryption library."
edition = "2021"
license = "GPL-3.0"
name = "enigma-cipher"
readme = "README.md"
version = "0.1.0"
[profile.release]
codegen-units = 1
lto = true
panic = "abort"