# 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.8" authors = ["Bohdan Tsap "] description = "Set of utility functions to access Steam Web API" homepage = "https://github.com/bohdaq/steam-webapi-rust-sdk" readme = "README.md" keywords = [ "steam", "api", "gamedev", ] categories = [ "api-bindings", "caching", "game-development", "web-programming", ] license = "MIT OR Apache-2.0 OR ISC OR LGPL-3.0-or-later OR CC-BY-4.0" repository = "https://github.com/bohdaq/steam-webapi-rust-sdk" [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"