[package] name = "detect-targets" description = "Detect the target of the env at runtime" repository = "https://github.com/cargo-bins/cargo-binstall" documentation = "https://docs.rs/detect-target" version = "0.1.0" rust-version = "1.61.0" authors = ["Jiahao XU "] edition = "2021" license = "Apache-2.0 OR MIT" [dependencies] tokio = { version = "1.20.1", features = ["rt", "process", "sync"], default-features = false } cfg-if = "1.0.0" [target.'cfg(any(target_os = "macos", target_os = "windows"))'.dependencies] guess_host_triple = "0.1.3" [dev-dependencies] tokio = { version = "1.20.1", features = ["macros"], default-features = false }