[dependencies.lazy_static]
version = "1.4.0"
[dependencies.reqwest]
features = ["json", "blocking"]
version = "0.11"
[dependencies.serde]
features = ["derive"]
version = "1.0.126"
[dependencies.serde_json]
version = "1.0.64"
[package]
authors = ["Jackz <me@jackz.me>"]
categories = ["api-bindings"]
description = "Provides an API wrapper for the steam workshop interfaces (IPublishedFileService and ISteamRemoteStorage) with the addition of proxy and api key support"
edition = "2018"
keywords = ["steamapi", "workshop", "steam_workshop"]
license = "MIT"
name = "steam-workshop-api"
repository = "https://github.com/Jackzmc/rs-steam-workshop-api"
version = "0.2.2"