steam-webapi-rust-sdk 0.0.9

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
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"