# 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 = "2018" name = "steam-workshop-api" version = "0.6.0" authors = ["Jackz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Provides an API wrapper for the steam workshop interfaces (IPublishedFileService and ISteamRemoteStorage) with the addition of proxy and api key support" readme = "README.md" keywords = [ "steamapi", "workshop", "steam_workshop", ] categories = ["api-bindings"] license = "MIT" repository = "https://github.com/Jackzmc/rs-steam-workshop-api" [lib] name = "steam_workshop_api" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dependencies.reqwest] version = "0.12.5" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.120"