# 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-trading" version = "0.6.0" authors = ["Martin "] description = "Create, accept and deny trade offers without your mobile device." homepage = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-trading/" readme = "README.md" keywords = [ "steam", "tradeoffer", "trading", ] license = "MIT" repository = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-trading/" resolver = "2" [dependencies.chrono] version = "0.4" optional = true [dependencies.const_format] version = "^0.2" [dependencies.erased-serde] version = "^0.4" [dependencies.futures] version = "^0.3" [dependencies.futures-timer] version = "^3" [dependencies.lazy_static] version = "^1" [dependencies.parking_lot] version = "^0.12" [dependencies.regex] version = "^1" [dependencies.scraper] version = "^0" optional = true [dependencies.serde] version = "1" features = ["rc"] [dependencies.serde_json] version = "1" [dependencies.serde_repr] version = "^0" [dependencies.serde_with] version = "^1.9" features = ["json"] [dependencies.steam-language-gen] version = "0.1.4" [dependencies.steam-mobile] version = "0.5.0" default-features = false [dependencies.steamid-parser] version = "0.2.1" [dependencies.tappet] version = "0.6.0" [dependencies.thiserror] version = "1" [dependencies.tracing] version = "^0.1" [dependencies.tracing-futures] version = "^0.2" [dependencies.triomphe] version = "^0" [dev-dependencies.tokio] version = "^1" features = [ "rt", "macros", ] [dev-dependencies.tracing-subscriber] version = "0.3" [features] additional-checks = ["scraper"] default = ["additional-checks"] time = ["chrono"]