[dependencies.cfg-if]
version = "1.0.0"
[dependencies.guess_host_triple]
version = "0.1.3"
[dependencies.tokio]
default-features = false
features = ["rt", "process", "sync"]
version = "1.28.2"
[dependencies.tracing]
optional = true
version = "0.1.37"
[dependencies.tracing-subscriber]
default-features = false
features = ["fmt"]
optional = true
version = "0.3.17"
[dev-dependencies.tokio]
default-features = false
features = ["macros"]
version = "1.28.2"
[features]
cli-logging = ["tracing", "dep:tracing-subscriber"]
tracing = ["dep:tracing"]
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
description = "Detect the target of the env at runtime"
documentation = "https://docs.rs/detect-targets"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "detect-targets"
repository = "https://github.com/cargo-bins/cargo-binstall"
rust-version = "1.61.0"
version = "0.1.13"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"
[target."cfg(target_os = \"windows\")".dependencies.windows-dll]
default-features = false
features = ["windows"]
version = "0.4.1"
[target."cfg(target_os = \"windows\")".dependencies.windows-sys]
features = ["Win32_System_Threading", "Win32_System_SystemInformation", "Win32_Foundation"]
version = "0.48.0"