# 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 = "runo-game" version = "0.1.2" authors = ["Jyotirmay Shelly "] description = "Play Uno on the terminal over the internet with your friends!" readme = "README.md" keywords = [ "game", "card", ] categories = ["games"] license = "MIT" repository = "https://github.com/StaticESC/Runo" [dependencies.bincode] version = "1.3.3" [dependencies.bunt] version = "0.2.8" [dependencies.clap] version = "4.2.1" features = [ "derive", "cargo", ] [dependencies.colored] version = "2.0.1" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.159" features = ["derive"] [dependencies.serde_json] version = "1.0.95" [dependencies.strum] version = "0.24.1" [dependencies.strum_macros] version = "0.24.3" [dependencies.tokio] version = "1.27.0" features = ["full"]