[package]
edition = "2021"
rust-version = "1.64"
name = "wai-bindgen-rust"
version = "0.2.3"
authors = [
"Alex Crichton <alex@alexcrichton.com>",
"Wasmer Engineering Team <engineering@wasmer.io>",
]
description = "Generate WAI glue for a Rust guest"
homepage = "https://wasmer.io/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/wasmerio/wai"
[dependencies.async-trait]
version = "0.1.51"
optional = true
[dependencies.bitflags]
version = "1.3"
[dependencies.wai-bindgen-rust-impl]
version = "0.2.3"
optional = true
[features]
async = ["async-trait"]
default = [
"macros",
"async",
]
macros = ["wai-bindgen-rust-impl"]