ghactions-toolcache 0.18.3

GitHub Actions Crate
Documentation
[dependencies.flate2]
optional = true
version = "^1.1"

[dependencies.glob]
version = "^0.3"

[dependencies.http]
optional = true
version = "^1.3"

[dependencies.log]
optional = true
version = "^0.4"

[dependencies.octocrab]
optional = true
version = "^0.47"

[dependencies.reqwest]
version = "^0.12"

[dependencies.tar]
optional = true
version = "^0.4"

[dependencies.thiserror]
version = "^2.0"

[dependencies.tokio]
default-features = false
features = ["macros", "process", "fs"]
version = "1.48"

[dependencies.url]
version = "^2.5"

[dependencies.zip]
optional = true
version = "^6.0"

[dev-dependencies.anyhow]
version = "1"

[features]
all = ["tarball", "zip", "download", "log"]
api = ["dep:octocrab", "dep:http"]
default = ["log"]
download = ["api"]
log = ["dep:log"]
tarball = ["dep:flate2", "dep:tar"]
zip = ["dep:flate2", "dep:zip"]

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

[package]
authors = ["GeekMasher"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "GitHub Actions Crate"
documentation = "https://docs.rs/ghactions/latest/ghactions/index.html"
edition = "2024"
homepage = "https://github.com/42ByteLabs/ghactions"
keywords = ["github", "actions"]
license = "MIT"
name = "ghactions-toolcache"
readme = "README.md"
repository = "https://github.com/42ByteLabs/ghactions"
resolver = "2"
rust-version = "1.85"
version = "0.18.3"

[package.metadata.release]
shared-version = true
tag-name = "v{{version}}"