[package]
edition = "2021"
rust-version = "1.85"
name = "zlayer-toolchain"
version = "0.14.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Runtime toolchain provisioning (macOS Homebrew bottle resolver/installer) for ZLayer"
readme = false
keywords = [
"homebrew",
"bottle",
"toolchain",
"macos",
"provisioning",
]
categories = ["development-tools"]
license = "Apache-2.0"
repository = "https://github.com/BlackLeafDigital/ZLayer"
[lib]
name = "zlayer_toolchain"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.hex]
version = "0.4"
[dependencies.hmac]
version = "0.12"
[dependencies.reqwest]
version = "0.13"
features = ["json"]
[dependencies.serde]
version = "1"
features = [
"derive",
"derive",
]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
version = "1.49"
features = [
"full",
"tracing",
"full",
"process",
]
[dependencies.toml]
version = "0.8"
[dependencies.tracing]
version = "0.1"
[dependencies.zip]
version = "2"
[dependencies.zlayer-paths]
version = "0.14.1"
[dependencies.zlayer-registry]
version = "0.14.1"
[dependencies.zlayer-types]
version = "0.14.1"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
version = "1.49"
features = [
"full",
"tracing",
"full",
"macros",
"rt-multi-thread",
]
[lints.clippy]
all = "warn"
pedantic = "warn"
[lints.clippy.large_futures]
level = "allow"
priority = 1
[lints.rust]
dead_code = "warn"
unsafe_code = "warn"