# 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 = "dai-di" version = "0.1.2" authors = ["Zelda Hessler "] description = "A CLI implementation of the card game Dai Di (a.k.a. Big Two)" homepage = "https://zeldas.page" documentation = "https://docs.rs/dai-di" readme = "README.md" license = "MIT" repository = "https://github.com/Velfi/dai-di" [lib] name = "card_games" path = "src/lib/mod.rs" [dependencies.anyhow] version = "1.0.81" [dependencies.itertools] version = "0.12.1" [dependencies.once_cell] version = "1.19.0" [dependencies.rand] version = "0.8.5" features = ["small_rng"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18"