# 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 = "tappet" version = "0.6.0" authors = ["Martin "] description = "Strongly typed wrapper for the official Valve's Steam API." homepage = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/tappet" readme = "README.md" keywords = [ "steam", "api", ] license = "MIT" repository = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/tappet" resolver = "2" [dependencies.async-trait] version = "^0.1" optional = true [dependencies.cfg-if] version = "^1.0" [dependencies.futures] version = "^0.3" optional = true [dependencies.paste] version = "~1.0.1" [dependencies.reqwest] version = "^0.11" features = ["json"] [dependencies.serde] version = "^1" features = ["derive"] [dependencies.serde_json] version = "^1" [dependencies.serde_repr] version = "^0.1" optional = true [dependencies.serde_with] version = "^1.4" features = ["json"] optional = true [dependencies.steam-language-gen] version = "0.1.0" [dependencies.tappet-derive] version = "0.3.2" [dependencies.thiserror] version = "^1.0" [dependencies.url] version = "^2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.tokio] version = "^1.0.2" features = ["full"] [features] async = [ "async-trait", "futures", ] blocking = ["reqwest/blocking"] default = [ "async", "trading", ] trading = [ "serde_repr", "serde_with", ]