steamroom-cli 0.1.0

Command-line tool for downloading Steam depot content
# 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-cli"
version = "0.1.0"
authors = ["Lander Brandt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line tool for downloading Steam depot content"
readme = "README.md"
keywords = [
    "steam",
    "depot",
    "download",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/landaire/steamroom"
resolver = "2"

[[bin]]
name = "bench-profile"
path = "src/bin/bench_profile.rs"

[[bin]]
name = "steamroom"
path = "src/main.rs"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
]

[dependencies.dirs-next]
version = "2"

[dependencies.indicatif]
version = "0.18"

[dependencies.jiff]
version = "0.2"

[dependencies.prost]
version = "0.14"

[dependencies.qrcode]
version = "0.14"

[dependencies.regex]
version = "1"

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

[dependencies.rootcause]
version = "0.12"

[dependencies.rpassword]
version = "7"

[dependencies.serde_json]
version = "1"

[dependencies.steamroom]
version = "0.1.0"

[dependencies.steamroom-client]
version = "0.1.0"

[dependencies.tabled]
version = "0.20"

[dependencies.thiserror]
version = "2"

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

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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