[package] name = "wapc-guest" version = "1.2.0" authors = [ "Kevin Hoffman ", "Jarrod Overson ", "Phil Kedy ", "Flavio Castelli ", ] edition = "2021" description = "Guest SDK for building waPC-compliant WebAssembly Modules" license = "Apache-2.0" homepage = "https://wapc.io" documentation = "https://docs.rs/wapc-guest" readme = "README.md" keywords = ["sdk", "wapc", "webassembly", "wasm", "waxosuit"] categories = ["wasm", "api-bindings"] [package.metadata.workspaces] independent = true [badges.maintenance] status = "actively-developed" [features] default = [] codec = ["wapc-codec"] [dependencies] once_cell = "1.20" wapc-codec = { path = "../wapc-codec", optional = true, version = "1.1.0" } parking_lot = "0.12"