[package] name = "rsteam" version = "0.2.1" edition = "2021" authors = ["Kalle Kankaanpää "] description = "rsteam is a easy to use async wrapper for the steam web api" license = "MIT" keywords = ["steam", "api", "wrapper"] categories = ["api-bindings", "asynchronous", "web-programming::http-client"] repository = "https://github.com/KnoxZZ/rsteam" documentation = "https://docs.rs/rsteam" [dependencies] hyper = { version = "0.14", features = ["client", "http2"] } hyper-rustls = { version = "0.24", features = ["rustls-native-certs", "http2"] } serde = { version = "1.0.103", features = ["derive"] } serde_json = "1" serde-xml-rs = "0.6" serde-aux = "4" thiserror = "1.0.2" futures = "0.3" [dev-dependencies] tokio = { version = "1.19", features = ["full"] } tokio-test = "0.4" [profile.bench] debug = true