[package] name = "mcio" version = "0.3.1" authors = ["Alex A. "] edition = "2018" description = "minecraft server list ping library" repository = "https://www.github.com/bizarre/mcio" readme = "README.md" license = "MIT" keywords = ["minecraft", "protocol", "api"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] serde = { version = "1.0", features = ["derive"] } serde_json = "1.0" trust-dns-resolver = "^0.9"