# 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" name = "wapc-guest" version = "1.2.0" authors = [ "Kevin Hoffman ", "Jarrod Overson ", "Phil Kedy ", "Flavio Castelli ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Guest SDK for building waPC-compliant WebAssembly Modules" homepage = "https://wapc.io" documentation = "https://docs.rs/wapc-guest" readme = "README.md" keywords = [ "sdk", "wapc", "webassembly", "wasm", "waxosuit", ] categories = [ "wasm", "api-bindings", ] license = "Apache-2.0" [package.metadata.workspaces] independent = true [lib] name = "wapc_guest" path = "src/lib.rs" [dependencies.once_cell] version = "1.20" [dependencies.parking_lot] version = "0.12" [dependencies.wapc-codec] version = "1.1.0" optional = true [features] codec = ["wapc-codec"] default = [] [badges.maintenance] status = "actively-developed"