steam-user 0.1.0

Steam User web client for Rust - HTTP-based Steam Community interactions
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 = "2021"
name = "steam-user"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Steam User web client for Rust - HTTP-based Steam Community interactions"
readme = "README.md"
keywords = [
    "steam",
    "steam-community",
    "trading",
    "confirmations",
]
categories = [
    "api-bindings",
    "web-programming::http-client",
]
license = "MIT"
repository = "https://github.com/lengoclongk59/steam-user-rs"

[features]
default = []
gas = []
remote = []

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.governor]
version = "0.6"

[dependencies.hex]
version = "0.4.3"

[dependencies.hmac]
version = "0.12"

[dependencies.http]
version = "1.0"

[dependencies.httpdate]
version = "1"

[dependencies.image]
version = "0.25"

[dependencies.inventory]
version = "0.3"

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.12"

[dependencies.quick-xml]
version = "0.38.4"

[dependencies.rand]
version = "0.9.2"

[dependencies.regex]
version = "1.10"

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

[dependencies.reqwest-middleware]
version = "0.4"
features = ["multipart"]

[dependencies.reqwest-retry]
version = "0.7"

[dependencies.reqwest-tracing]
version = "0.5"

[dependencies.scraper]
version = "0.22"

[dependencies.secrecy]
version = "0.10"

[dependencies.serde]
version = "1.0"
features = [
    "derive",
    "rc",
]

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.steam-enums]
version = "0.1.0"

[dependencies.steam-friend-code]
version = "0.1.0"

[dependencies.steam-protos]
version = "0.1.0"

[dependencies.steam-totp]
version = "0.1.0"
package = "steam-totp-rs"

[dependencies.steam-user-impl]
version = "=0.1.0"

[dependencies.steamid]
version = "2.1.0"
package = "steamid-rs"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.48.0"
features = [
    "full",
    "tracing",
    "fs",
]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.urlencoding]
version = "2"

[dependencies.zeroize]
version = "1"
features = ["zeroize_derive"]

[dev-dependencies.proc-macro2]
version = "1"
features = ["span-locations"]

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

[dev-dependencies.syn]
version = "2"
features = [
    "full",
    "parsing",
]

[dev-dependencies.tokio-test]
version = "0.4"

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