ghactions-toolcache 0.19.0

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

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

[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"

[dependencies.flate2]
version = "^1.1"
optional = true

[dependencies.glob]
version = "^0.3"

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

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

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

[dependencies.reqwest]
version = "^0.12"

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

[dependencies.thiserror]
version = "^2.0"

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

[dependencies.url]
version = "^2.5"

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

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