steamroom 0.3.0

Steam client protocol library for depots, manifests, and CDN
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 = "steamroom"
version = "0.3.0"
authors = ["Lander Brandt"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Steam client protocol library for depots, manifests, and CDN"
documentation = "https://docs.rs/steamroom"
readme = "README.md"
keywords = [
    "steam",
    "valve",
    "depot",
    "cdn",
    "download",
]
categories = [
    "api-bindings",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/landaire/steamroom"
resolver = "2"

[features]
__private_fuzzing = []
serde = []

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

[[example]]
name = "kv2json"
path = "examples/kv2json.rs"

[[test]]
name = "kv_snapshots"
path = "tests/kv_snapshots.rs"

[[test]]
name = "replay_tests"
path = "tests/replay_tests.rs"

[dependencies.adler]
version = "1"

[dependencies.aes]
version = "0.9"

[dependencies.async-channel]
version = "2"

[dependencies.base64]
version = "0.22"

[dependencies.bitflags]
version = "2"

[dependencies.byteorder]
version = "1"

[dependencies.bytes]
version = "1"

[dependencies.cbc]
version = "0.2"
features = ["alloc"]

[dependencies.crc32fast]
version = "1"

[dependencies.ecb]
version = "0.2"

[dependencies.flate2]
version = "1"
features = ["rust_backend"]
default-features = false

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

[dependencies.getrandom]
version = "0.4"

[dependencies.hmac]
version = "0.13"

[dependencies.lzma-rs]
version = "0.3"

[dependencies.prost]
version = "0.14"

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

[dependencies.rand]
version = "0.10"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "http2",
]

[dependencies.rsa]
version = "0.9"
features = [
    "pkcs5",
    "sha1",
]

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

[dependencies.serde_json]
version = "1"

[dependencies.sha1]
version = "0.11"

[dependencies.sha1_v10]
version = "0.10"
features = ["oid"]
package = "sha1"

[dependencies.thiserror]
version = "2"

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

[dependencies.tokio-tungstenite]
version = "0.29"
features = ["rustls-tls-native-roots"]

[dependencies.tracing]
version = "0.1"

[dependencies.winnow]
version = "1.0"

[dependencies.zip]
version = "8"
features = ["deflate"]
default-features = false

[dependencies.zstd]
version = "0.13"

[dev-dependencies.insta]
version = "1"
features = ["toml"]

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tokio]
version = "1"
features = [
    "full",
    "test-util",
    "macros",
    "rt-multi-thread",
]

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

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