# 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 = "solitaire_cypher" version = "0.1.4" authors = ["Stephen C Stearns "] description = "The playing card based cypher created by Bruce Schneier and featured in Neal Stephenson’s Cryptonomicon" readme = "README.md" keywords = [ "solitaire", "cypher", "cryptonomicon", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anotherstevest2/solitaire" [lib] name = "solitaire_cypher" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.79" features = [] [dependencies.assert_cmd] version = "2.0.14" [dependencies.bounded-integer] version = "0.5.7" features = [ "std", "types", ] [dependencies.card_play] version = "0.1.0" [dependencies.clap] version = "4.5.0" features = ["derive"] [dependencies.dotenvy] version = "0.15.7" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.once_cell] version = "1.19.0" [dependencies.predicates] version = "3.1.0" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3" [dependencies.regex] version = "1.10.3"