# 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" name = "steam_store_api" version = "0.1.0" authors = ["wr8fdy "] description = "Safe Rust bindings for the Steam Store API" readme = "README.md" keywords = [ "steam", "api", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/wr8fdy/steam_store_api" [dependencies.reqwest] version = "0.11.13" features = [ "serde_json", "json", ] [dependencies.rust_iso3166] version = "0.1.11" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde-aux] version = "4.3.1" [dependencies.serde_json] version = "1.0.91" [dependencies.thiserror] version = "1.0.51" [dependencies.url] version = "2.3.1" [dev-dependencies.anyhow] version = "1.0.68" [dev-dependencies.tokio] version = "1.24.0" features = ["full"]