[package] name = "mini-enigma" version = "0.3.0" edition = "2021" authors = ["Stanley "] description = "#[no-std] (and no alloc) zero dependency implementation of the M3 Enigma" readme = "README.md" license = "MIT" [lib] doctest = true [dev-dependencies] serde_json = "1.0.115" serde = { version = "1.0.197", features = ["serde_derive"] }