rsteam 0.2.1

rsteam is a easy to use async wrapper for the steam web api
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.hyper]
features = ["client", "http2"]
version = "0.14"

[dependencies.hyper-rustls]
features = ["rustls-native-certs", "http2"]
version = "0.24"

[dependencies.serde]
features = ["derive"]
version = "1.0.103"

[dependencies.serde-aux]
version = "4"

[dependencies.serde-xml-rs]
version = "0.6"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "1.0.2"

[dev-dependencies.tokio]
features = ["full"]
version = "1.19"

[dev-dependencies.tokio-test]
version = "0.4"

[package]
authors = ["Kalle Kankaanpää <kalle.kankaanpaa@protonmail.com>"]
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "rsteam is a easy to use async wrapper for the steam web api"
documentation = "https://docs.rs/rsteam"
edition = "2021"
keywords = ["steam", "api", "wrapper"]
license = "MIT"
name = "rsteam"
readme = "README.md"
repository = "https://github.com/KnoxZZ/rsteam"
version = "0.2.1"

[profile.bench]
debug = 2