# 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 = "casino" version = "0.2.0" authors = ["Rosa Richter"] description = "A casino built right into your terminal" readme = "README.md" keywords = [ "gambling", "blackjack", "card_games", ] categories = [ "command-line-utilities", "games", ] license = "MIT" repository = "https://github.com/Cantido/casino" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.crossterm] version = "0.27.0" [dependencies.directories] version = "5.0.1" [dependencies.inquire] version = "0.6.2" [dependencies.itertools] version = "0.12.1" [dependencies.num] version = "0.4.1" features = ["serde"] [dependencies.rand] version = "0.8.5" [dependencies.rust_decimal] version = "1.33.1" features = ["serde-with-str"] [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.spinners] version = "4.1.1" [dependencies.toml] version = "0.8.8" features = [ "display", "parse", ]