# 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 = "xenopeltis" version = "0.2.2" authors = ["Daniel He "] description = "Multiplayer terminal snake game" license = "MIT" repository = "https://github.com/0xdh/xenopeltis" [dependencies.anyhow] version = "1.0.52" [dependencies.futures] version = "0.3.19" [dependencies.structopt] version = "0.3.25" [dependencies.termion] version = "1.5.6" [dependencies.termion-input-tokio] version = "0.3.0" [dependencies.tokio] version = "1.15.0" features = ["rt", "macros", "net", "io-std", "time"] [dependencies.tokio-serde] version = "0.8.0" features = ["bincode"] [dependencies.tokio-util] version = "0.6.9" features = ["codec"] [dependencies.xenopeltis-common] version = "0.2.1"