# 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-protobuf" version = "0.2.1" authors = ["Martin "] description = "Rust definitions of Steam Protocol Buffers." license = "MIT" repository = "https://github.com/saskenuba/SteamHelper-rs/tree/master/crates/steam-protobuf" resolver = "2" [dependencies.bytes] version = "^1" [dependencies.cfg-if] version = "1" [dependencies.glob] version = "^0" optional = true [dependencies.protobuf] version = "^3" features = ["with-bytes"] [dependencies.protobuf-codegen] version = "3.3.0" optional = true [dependencies.protobuf-json-mapping] version = "^3" [dependencies.protoc-bin-vendored] version = "^3" optional = true [dependencies.protoc-rust] version = "^2" optional = true [dependencies.thiserror] version = "^1" [dependencies.walkdir] version = "^2" optional = true [features] default = [] regen = [ "walkdir", "glob", "protobuf-codegen", "protoc-bin-vendored", "protoc-rust", ]