# 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 = "mcquery" version = "1.1.1" authors = ["Evan Pratten "] description = "A tool for quickly checking the status of Minecraft servers" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/ewpratten/mcq" [package.metadata.rpm] package = "mcquery" [package.metadata.rpm.cargo] buildflags = ["--release"] [package.metadata.rpm.targets.mcq] path = "/usr/bin/mcq" [[bin]] name = "mcq" path = "src/main.rs" [dependencies.async-minecraft-ping] version = "0.8" [dependencies.clap] version = "3.1" [dependencies.colored] version = "2.0.0" [dependencies.mc-legacy-formatting] version = "0.3.1" [dependencies.tokio] version = "1.17" features = [ "macros", "rt", ]