# 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 = "rummy" version = "0.1.4" description = "a crate for the card game Rummy" readme = "README.md" keywords = [ "card", "game", "poker", ] categories = ["games"] license = "MIT" repository = "https://github.com/mhbka/rummy-rs" [dependencies.rand] version = "0.8.5" features = ["std_rng"] [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.strum] version = "0.26.2" features = ["derive"] [dev-dependencies.rprompt] version = "2.1.1"