[package] name = "masterstat" description = "Get server addresses from QuakeWorld master servers." keywords = ["quake", "quakeworld", "servers"] repository = "https://github.com/vikpe/masterstat-rust" authors = ["Viktor Persson "] version = "0.1.3" edition = "2021" license = "MIT" include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**", ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.82" futures = "0.3.30" tinyudp = "0.2.1" tokio = { version = "1.37.0", features = ["rt", "sync"] } zerocopy = "0.7.32" zerocopy-derive = "0.7.32" [dev-dependencies] pretty_assertions = "1.4.0"