steam-cli 0.1.0

Local-first Steam CLI for tags, search, app details, and user library data.
# 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 = "steam-cli"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first Steam CLI for tags, search, app details, and user library data."
homepage = "https://github.com/j0nl1/steam-cli"
documentation = "https://docs.rs/steam-cli"
readme = "README.md"
keywords = [
    "steam",
    "cli",
    "search",
    "api",
    "tooling",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/j0nl1/steam-cli"

[[bin]]
name = "dev_seed_db"
path = "src/bin/dev_seed_db.rs"

[[bin]]
name = "steam-cli"
path = "src/main.rs"

[dependencies.clap]
version = "4.5.31"
features = ["derive"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.regex]
version = "1.11.1"

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

[dependencies.rusqlite]
version = "0.33.0"
features = ["bundled"]

[dependencies.scraper]
version = "0.23.1"

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

[dependencies.serde_json]
version = "1.0.139"

[dependencies.skillinstaller]
version = "0.1.0"
features = ["interactive"]

[dependencies.thiserror]
version = "2.0.12"

[dependencies.tokio]
version = "1.44.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dependencies.url]
version = "2.5.4"