scratch-io 0.1.3

A command-line tool for managing, downloading, and launching games from itch.io
Documentation
[[bin]]
name = "scratch-io"
path = "src/main.rs"

[dependencies.bzip2]
optional = true
version = "0.6.0"

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

[dependencies.directories]
version = "6.0.0"

[dependencies.flate2]
optional = true
version = "1.1.4"

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

[dependencies.indicatif]
version = "0.18.0"

[dependencies.liblzma]
optional = true
version = "0.4.5"

[dependencies.md-5]
version = "0.10.6"

[dependencies.reqwest]
default-features = false
features = ["rustls-tls", "http2", "stream", "system-proxy", "charset"]
version = "0.12.23"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.serde_with]
version = "3.15.0"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.strsim]
version = "0.11.1"

[dependencies.tar]
optional = true
version = "0.4.44"

[dependencies.time]
features = ["formatting", "parsing", "serde"]
version = "0.3.44"

[dependencies.tokio]
features = ["fs", "macros", "process", "rt-multi-thread"]
version = "1.47.1"

[dependencies.toml]
version = "0.9.7"

[dependencies.zip]
optional = true
version = "5.1.1"

[dependencies.zstd]
optional = true
version = "0.13.3"

[features]
bzip2 = ["dep:bzip2", "tar"]
default = ["zip", "tar", "gzip", "bzip2", "xz", "zstd"]
gzip = ["dep:flate2", "tar"]
tar = ["dep:tar"]
xz = ["dep:liblzma", "tar"]
zip = ["dep:zip"]
zstd = ["dep:zstd", "tar"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A command-line tool for managing, downloading, and launching games from itch.io"
edition = "2024"
license = "GPL-3.0-or-later"
name = "scratch-io"
readme = "README.md"
repository = "https://github.com/Vidi0/scratch-io"
version = "0.1.3"