# 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.75.0" name = "steam-vent" version = "0.3.1" authors = ["Robin Appelman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Interact with the Steam network via rust" readme = "README.md" license = "MIT" repository = "https://github.com/icewind1991/steam-vent" [lib] name = "steam_vent" path = "src/lib.rs" [[example]] name = "backpack" path = "examples/backpack.rs" required-features = ["tf2"] [[example]] name = "chat" path = "examples/chat.rs" [[example]] name = "login" path = "examples/login.rs" [[example]] name = "product_info" path = "examples/product_info.rs" [[example]] name = "test" path = "examples/test.rs" [dependencies.another-steam-totp] version = "0.3.3" [dependencies.async-stream] version = "0.3.5" [dependencies.base64] version = "0.22.1" [dependencies.binread] version = "2.2.0" [dependencies.binwrite] version = "0.2.1" [dependencies.bytemuck] version = "1.17.0" features = ["derive"] [dependencies.byteorder] version = "1.5.0" [dependencies.bytes] version = "1.7.1" [dependencies.crc] version = "3.2.1" [dependencies.dashmap] version = "6.0.1" [dependencies.directories] version = "5.0.1" [dependencies.flate2] version = "1.0.32" [dependencies.futures-util] version = "0.3.30" features = ["sink"] [dependencies.num-bigint-dig] version = "0.8.4" [dependencies.num-traits] version = "0.2.19" [dependencies.num_enum] version = "0.7.3" [dependencies.protobuf] version = "=3.5.1" [dependencies.reqwest] version = "0.12.7" features = [ "json", "rustls-tls", ] default-features = false [dependencies.rsa] version = "0.9.6" [dependencies.rustls] version = "0.23.12" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_json] version = "1.0.127" [dependencies.steam-vent-crypto] version = "0.2" [dependencies.steam-vent-proto] version = "0.5" [dependencies.steamid-ng] version = "1.0.0" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.39.3" features = [ "net", "io-util", "macros", "io-std", ] [dependencies.tokio-stream] version = "0.1.15" features = ["sync"] [dependencies.tokio-tungstenite] version = "0.23.1" features = ["rustls-tls-webpki-roots"] [dependencies.tokio-util] version = "0.7.11" features = ["codec"] [dependencies.tracing] version = "0.1.40" [dependencies.webpki-roots] version = "0.26.3" [dev-dependencies.tokio] version = "1.39" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tracing-subscriber] version = "0.3.18" [features] csgo = ["steam-vent-proto/csgo"] dota2 = ["steam-vent-proto/dota2"] tf2 = ["steam-vent-proto/tf2"]