steam-api 0.4.1

A crate for interacting with the steam api
Documentation
[dependencies.anyhow]
version = "1.0.41"

[dependencies.log]
version = "0.4"

[dependencies.reqwest]
features = ["blocking", "json", "rustls-tls"]
version = "0.11"

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

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.simple_logger]
version = "1.11.0"

[package]
authors = ["dindybutts <dind#7958>"]
categories = ["api-bindings"]
description = "A crate for interacting with the steam api"
documentation = "https://docs.rs/steam-api"
edition = "2018"
include = ["src/**.rs", "LICENSE.md", "README.md"]
keywords = ["steam", "api"]
license = "MIT"
name = "steam-api"
publish = true
repository = "https://github.com/dindybutts/steam-api"
version = "0.4.1"