# 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 = "masterstat" version = "0.1.3" authors = ["Viktor Persson "] include = [ "/Cargo.toml", "/LICENSE", "/README.md", "/src/**", "/tests/**", ] description = "Get server addresses from QuakeWorld master servers." readme = "README.md" keywords = [ "quake", "quakeworld", "servers", ] license = "MIT" repository = "https://github.com/vikpe/masterstat-rust" [dependencies.anyhow] version = "1.0.82" [dependencies.futures] version = "0.3.30" [dependencies.tinyudp] version = "0.2.1" [dependencies.tokio] version = "1.37.0" features = [ "rt", "sync", ] [dependencies.zerocopy] version = "0.7.32" [dependencies.zerocopy-derive] version = "0.7.32" [dev-dependencies.pretty_assertions] version = "1.4.0"