libenigma 1.0.2

A library for simulating an Enigma Machine
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "libenigma"
version = "1.0.2"
authors = ["Brandon PiƱa"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for simulating an Enigma Machine"
readme = "README.md"
license = "MIT"
repository = "https://github.com/ThatNerdUKnow/enigma"

[lib]
name = "libenigma"
path = "src/lib.rs"

[[bin]]
name = "libenigma"
path = "src/main.rs"

[[bench]]
name = "perf"
path = "benches/perf.rs"
harness = false

[dependencies.anyhow]
version = "1.0.65"

[dependencies.clap]
version = "4.0.18"
features = ["derive"]

[dependencies.inquire]
version = "0.5.2"

[dependencies.itertools]
version = "0.10.3"

[dependencies.nohash-hasher]
version = "0.2.0"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.5.3"

[dependencies.serde]
version = "1.0.147"
features = ["derive"]

[dependencies.serde_yaml]
version = "0.9.14"

[dependencies.strum]
version = "0.24.1"

[dependencies.strum_macros]
version = "0.24.3"

[dependencies.thiserror]
version = "1.0.37"

[dev-dependencies.criterion]
version = "0.4.0"

[profile.release]
lto = true