# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "asciiarena" version = "0.0.7" authors = ["lemunozm "] description = "Terminal multiplayer deathmatch game" homepage = "https://github.com/lemunozm/asciiarena" readme = "README.md" keywords = ["game", "terminal", "multiplayer", "deatchmatch", "ascii"] categories = ["command-line-utilities", "command-line-interface", "games", "gui", "network-programming"] license = "Apache-2.0" repository = "https://github.com/lemunozm/asciiarena" [dependencies.bincode] version = "1.3.2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "2.33.1" features = ["wrap_help"] [dependencies.colored] version = "1.9.3" [dependencies.crossterm] version = "0.17" [dependencies.ctrlc] version = "3.1.5" [dependencies.derive-new] version = "0.5.8" [dependencies.derive_builder] version = "0.9.0" [dependencies.fern] version = "0.6" features = ["colored"] [dependencies.itertools] version = "0.9.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4" [dependencies.message-io] version = "0.13.0" [dependencies.rand] version = "0.7.3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tui] version = "0.10" features = ["crossterm"] default-features = false [badges.maintenance] status = "actively-developed"