# 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 = "2018" name = "cardgames" version = "0.2.6" authors = ["Eugenio Tampieri "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A collection of (mostly italians) card games" readme = "README.md" keywords = [ "telegram", "telegram-bot", "bot", "card", "games", ] categories = ["games"] license = "AGPL-3.0" repository = "https://github.com/eutampieri/cardgamesbot/tree/master/games" [lib] name = "cardgames" path = "src/lib.rs" [dependencies.fraction] version = "0.15" [dependencies.itertools] version = "0.13" [dependencies.rand] version = "0.8" [dependencies.serde] version = "1.0" features = ["derive"]