binstalk-registry 0.11.5

The binstall toolkit for fetching package from arbitrary registry
Documentation
[dependencies.async-trait]
version = "0.1.68"

[dependencies.base16]
version = "0.2.1"

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

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

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

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

[dependencies.leon]
version = "3.0.0"

[dependencies.miette]
version = "7.0.0"

[dependencies.normalize-path]
version = "0.2.1"

[dependencies.once_cell]
version = "1.18.0"

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

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

[dependencies.serde_json]
version = "1.0.107"

[dependencies.sha2]
version = "0.10.7"

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

[dependencies.tempfile]
version = "3.5.0"

[dependencies.thiserror]
version = "2.0.1"

[dependencies.tokio]
default-features = false
features = ["rt", "sync"]
version = "1.35.0"

[dependencies.tracing]
version = "0.1.39"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.binstalk-downloader]
default-features = false
features = ["rustls"]
version = "0.13.5"

[dev-dependencies.tokio]
features = ["rt-multi-thread", "macros"]
version = "1"

[dev-dependencies.toml_edit]
features = ["serde"]
version = "0.22.12"

[features]
crates_io_api = []
git = ["simple-git"]
native-tls = ["simple-git?/native-tls"]
rustls = ["simple-git?/rustls"]

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

[package]
authors = ["Jiahao_XU@outlook <Jiahao_XU@outlook.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "The binstall toolkit for fetching package from arbitrary registry"
documentation = "https://docs.rs/binstalk-registry"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "binstalk-registry"
readme = false
repository = "https://github.com/cargo-bins/cargo-binstall"
rust-version = "1.65.0"
version = "0.11.5"

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