# 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 = "2018" name = "mc-server-pinger" version = "0.1.0-alpha.6" authors = ["Petr Portnov "] description = "Command line utility for pinging Minecraft servers via Server List Ping protocol" keywords = ["minecraft", "ping"] categories = ["command-line-utilities", "network-programming"] license = "Apache-2.0" repository = "https://github.com/JarvisCraft/mc-server-pinger" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "mc-server-pinger" [dependencies.clap] version = "3.0.0-beta.5" [dependencies.craftping] version = "0.3.0" features = ["async-tokio"] [dependencies.peg] version = "0.7.0" [dependencies.tokio] version = "1.13.1" features = ["rt", "net", "time", "macros"]