[dependencies.async-trait]
optional = true
version = "0.1"
[dependencies.log]
version = "0.4"
[dependencies.parking_lot]
version = "0.12"
[dependencies.thiserror]
version = "2.0"
[dependencies.tokio]
default-features = false
features = ["sync"]
optional = true
version = "1"
[dev-dependencies]
[features]
async = ["async-trait", "tokio"]
default = ["async"]
[lib]
name = "wapc"
path = "src/lib.rs"
[package]
authors = ["Kevin Hoffman <alothien@gmail.com>", "Jarrod Overson <jsoverson@gmail.com>", "Phil Kedy <phil.kedy@gmail.com>", "Flavio Castelli <flavio@castelli.me>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["wasm", "api-bindings"]
description = "An engine-pluggable WebAssembly Host Runtime implementing the waPC protocol."
documentation = "https://docs.rs/wapc"
edition = "2021"
homepage = "https://wapc.io"
keywords = ["sdk", "wapc", "webassembly", "wasm", "wasi"]
license = "Apache-2.0"
name = "wapc"
readme = "README.md"
repository = "https://github.com/wapc/wapc-rs"
version = "2.1.0"
[package.metadata.docs.rs]
all-features = true
[package.metadata.workspaces]
independent = true