# 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 = "craftping" version = "0.5.0" authors = ["kiwiyou "] description = "Minecraft Server List Ping Implementation" readme = "README.md" keywords = [ "minecraft", "ping", ] categories = ["network-programming"] license = "MIT" repository = "https://github.com/kiwiyou/craftping" [package.metadata.docs.rs] all-features = true rustc-args = [ "--cfg", "docsrs", ] [dependencies.base64] version = "0.21.7" [dependencies.futures] version = "0.3.30" optional = true [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.serde_json] version = "1.0.68" [dependencies.tokio] version = "1.12.0" features = ["io-util"] optional = true default-features = false [dev-dependencies.async-std] version = "1.10.0" features = ["attributes"] [dev-dependencies.tokio] version = "1.12.0" features = [ "net", "macros", "rt", ] [features] async-futures = ["futures"] async-tokio = ["tokio"] default = ["sync"] sync = []