wai-bindgen-rust 0.2.3

Generate WAI glue for a Rust guest
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"]