# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "ultra" version = "0.6.1" authors = ["Kevin Yap "] description = "Cryptanalysis of the Engima." homepage = "https://github.com/iKevinY/ultra" documentation = "https://docs.rs/ultra" readme = "README.md" keywords = ["enigma", "cryptanalysis"] license = "MIT" repository = "https://github.com/iKevinY/ultra" [profile.dev] opt-level = 2 [profile.test] opt-level = 2 [lib] path = "src/lib.rs" [[bin]] name = "ultra" path = "src/main.rs" test = false doc = false [[bench]] name = "encrypt" harness = false [[bench]] name = "decrypt" harness = false [dependencies.clap] version = "2.25" [dependencies.itertools] version = "0.10" [dependencies.lazy_static] version = "1.0" [dependencies.ordered-float] version = "2.1.1" [dependencies.rand] version = "0.8" [dependencies.rayon] version = "1.5" [dev-dependencies.criterion] version = "0.3" [badges.travis-ci] repository = "iKevinY/ultra"