# 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 = "a2s" version = "0.5.2" authors = ["rumblefrog "] description = "Rust implementation of Source A2S query" readme = "README.md" keywords = [ "steam", "query", ] license = "MIT" repository = "https://github.com/rumblefrog/a2s-rs" [dependencies.byteorder] version = "1" [dependencies.bzip2] version = "0.4.4" [dependencies.crc] version = "1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "net", "time", ] optional = true [dev-dependencies.futures] version = "0.3.27" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", ] [features] async = ["tokio"] default = [] serialization = ["serde"]