# 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 = "card_play" version = "0.1.3" authors = ["Stephen C Stearns "] description = "A set of types, methods and functions for manipulating playing cards" readme = "README.md" keywords = [ "playing-cards", "cards", "magic", "card-manipulation", "deck", ] license = "MIT OR Apache-2.0" repository = "https://github.com/anotherstevest2/solitaire" [dependencies.anyhow] version = "1.0.79" features = [] [dependencies.bounded-integer] version = "0.5.7" features = [ "std", "types", ] [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.pretty_env_logger] version = "0.5.0" [dependencies.rand] version = "0.8.5" [dependencies.rand_distr] version = "0.4.3"