vapour-protocol 0.4.0

Steam client protocol implementation for native Rust applications
Documentation
# 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 = "2024"
name = "vapour-protocol"
version = "0.4.0"
authors = ["LargeModGames <LargeModGames@gmail.com>"]
build = "build.rs"
exclude = [
    ".github/",
    "target/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Steam client protocol implementation for native Rust applications"
homepage = "https://github.com/LargeModGames/vapour-protocol"
documentation = "https://docs.rs/vapour-protocol"
readme = "README.md"
keywords = [
    "steam",
    "protocol",
    "client",
    "websocket",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT"
repository = "https://github.com/LargeModGames/vapour-protocol"

[lib]
name = "vapour_protocol"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

[dependencies.flate2]
version = "1"

[dependencies.futures-util]
version = "0.3"

[dependencies.prost]
version = "0.14"

[dependencies.rand]
version = "0.8"

[dependencies.reqwest]
version = "0.12"
features = [
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rsa]
version = "0.9"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-tungstenite]
version = "0.27"
features = ["rustls-tls-webpki-roots"]

[dependencies.tracing]
version = "0.1"

[build-dependencies.prost-build]
version = "0.14"

[build-dependencies.protox]
version = "0.9"