[[bin]]
name = "detect-wasi"
path = "src/bin/detect-wasi.rs"
[dependencies.tempfile]
version = "3.5.0"
[lib]
name = "detect_wasi"
path = "src/lib.rs"
[package]
authors = ["FĂ©lix Saparelli <felix@passcod.name>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Detect if WASI can be run"
documentation = "https://docs.rs/detect-wasi"
edition = "2021"
license = "Apache-2.0 OR MIT"
name = "detect-wasi"
readme = false
repository = "https://github.com/cargo-bins/cargo-binstall"
rust-version = "1.61.0"
version = "1.0.22"
[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/cargo-binstall-{ target }.full.{ archive-format }"