# 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" rust-version = "1.56" name = "xash3d-query" version = "0.2.0" authors = ["Denis Drakhnia "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Tool for querying servers from Xash3D master server" homepage = "https://xash.su" readme = "README.md" keywords = ["xash3d"] categories = ["command-line-utilities"] license = "GPL-3.0-only" repository = "https://git.mentality.rip/numas13/xash3d-master" [[bin]] name = "xash3d-query" path = "src/main.rs" [dependencies.crossterm] version = "0.25.0" optional = true default-features = false [dependencies.fastrand] version = "2.0.1" [dependencies.getopts] version = "0.2.21" [dependencies.libc] version = "0.2.148" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.thiserror] version = "1.0.49" [dependencies.xash3d-protocol] version = "0.2.0" [features] color = ["crossterm"] default = ["color"]