[dependencies.hyper]
features = ["client", "http1", "tcp", "stream"]
version = "0.14.14"
[dependencies.hyper-tls]
version = "0.5.0"
[dependencies.lazy_static]
version = "1.4.0"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dev-dependencies.tokio]
features = ["full"]
version = "1"
[dev-dependencies.tokio-test]
version = "0.4.2"
[package]
categories = ["api-bindings", "asynchronous", "web-programming::http-client"]
description = "rsteam is a easy to use async wrapper for the steam web api"
edition = "2021"
keywords = ["steam", "api", "wrapper"]
license = "MIT"
name = "rsteam"
repository = "https://github.com/KnoxZZ/rsteam"
resolver = "2"
version = "0.0.2"