binstalk 0.28.65

The binstall toolkit (library interface)
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 = "2021"
rust-version = "1.79.0"
name = "binstalk"
version = "0.28.65"
authors = ["ryan <ryan@kurte.nz>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The binstall toolkit (library interface)"
documentation = "https://docs.rs/binstalk"
readme = false
license = "GPL-3.0-only"
repository = "https://github.com/cargo-bins/cargo-binstall"

[package.metadata.docs.rs]
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
cross-lang-fat-lto = ["binstalk-downloader/cross-lang-fat-lto"]
default = [
    "static",
    "rustls",
    "git",
]
git = [
    "binstalk-registry/git",
    "simple-git",
]
git-max-perf = [
    "git",
    "simple-git/git-max-perf-safe",
    "zlib-rs",
]
http3 = ["binstalk-downloader/http3"]
native-tls = [
    "binstalk-downloader/native-tls",
    "binstalk-registry/native-tls",
]
pkg-config = ["binstalk-downloader/pkg-config"]
rustls = [
    "binstalk-downloader/rustls",
    "binstalk-registry/rustls",
]
static = ["binstalk-downloader/static"]
trust-dns = ["binstalk-downloader/trust-dns"]
zlib-ng = ["binstalk-downloader/zlib-ng"]
zlib-rs = ["binstalk-downloader/zlib-rs"]
zstd-thin = ["binstalk-downloader/zstd-thin"]

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

[[test]]
name = "parse-meta"
path = "tests/parse-meta.rs"

[dependencies.binstalk-bins]
version = "0.6.21"

[dependencies.binstalk-downloader]
version = "0.13.33"
default-features = false

[dependencies.binstalk-fetchers]
version = "0.10.35"
features = ["quickinstall"]

[dependencies.binstalk-git-repo-api]
version = "0.5.35"

[dependencies.binstalk-registry]
version = "0.11.34"

[dependencies.binstalk-types]
version = "0.10.4"

[dependencies.cargo-toml-workspace]
version = "7.0.7"

[dependencies.command-group]
version = "5.0.1"
features = ["with-tokio"]

[dependencies.compact_str]
version = "0.9.0"
features = ["serde"]

[dependencies.detect-targets]
version = "0.1.78"
features = ["tracing"]

[dependencies.either]
version = "1.11.0"

[dependencies.itertools]
version = "0.14.0"

[dependencies.jobslot]
version = "0.2.11"
features = ["tokio"]

[dependencies.leon]
version = "3.0.0"

[dependencies.maybe-owned]
version = "0.3.4"

[dependencies.miette]
version = "7.0.0"

[dependencies.semver]
version = "1.0.17"
features = ["serde"]

[dependencies.simple-git]
version = "0.2.18"
optional = true

[dependencies.strum]
version = "0.27.0"

[dependencies.tempfile]
version = "3.5.0"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt",
    "process",
    "sync",
    "time",
]
default-features = false

[dependencies.tracing]
version = "0.1.43"

[dependencies.url]
version = "2.5.8"
features = ["serde"]

[dependencies.zeroize]
version = "1.8.1"