# 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-vent-proto" version = "0.5.0" authors = ["Robin Appelman "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Protobuf structs used by the Steam client protocol" readme = "README.md" license = "MIT" repository = "https://github.com/icewind1991/steam-vent" [lib] name = "steam_vent_proto" path = "src/lib.rs" [dependencies.protobuf] version = "=3.5.1" features = ["with-bytes"] [dependencies.steam-vent-proto-common] version = "0.5.0" [dependencies.steam-vent-proto-csgo] version = "0.5.0" optional = true [dependencies.steam-vent-proto-dota2] version = "0.5.0" optional = true [dependencies.steam-vent-proto-steam] version = "0.5.0" [dependencies.steam-vent-proto-tf2] version = "0.5.0" optional = true [features] csgo = ["steam-vent-proto-csgo"] dota2 = ["steam-vent-proto-dota2"] tf2 = ["steam-vent-proto-tf2"]