[package]
edition = "2021"
rust-version = "1.65"
name = "steam-webapi-rust-sdk"
version = "0.0.9"
authors = ["Bohdan Tsap <bohdan.tsap@tutanota.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust SDK for the Steam Web API: player profiles, owned games, stats/achievements, app catalog and news, and Dota 2 data, with built-in response caching"
homepage = "https://github.com/bohdaq/steam-webapi-rust-sdk"
readme = "README.md"
keywords = [
"steam",
"webapi",
"dota2",
"gamedev",
"sdk",
]
categories = [
"api-bindings",
"caching",
"game-development",
"web-programming",
]
license = "MIT"
repository = "https://github.com/bohdaq/steam-webapi-rust-sdk"
[lib]
name = "steam_webapi_rust_sdk"
path = "src/lib.rs"
[dependencies.minreq]
version = "2.6.0"
features = ["https"]
[dependencies.serde]
version = "1.0.138"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.82"
[dependencies.url-build-parse]
version = "2.0.0"