# 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 = "wasm3-provider" version = "1.1.0" authors = [ "Kevin Hoffman ", "Jarrod Overson ", "Phil Kedy ", ] description = "A wasm3 engine provider for the waPC host" homepage = "https://wapc.io" documentation = "https://docs.rs/wasm3-provider" readme = "README.md" keywords = [ "sdk", "wapc", "webassembly", "wasm", "wasm3", ] categories = [ "wasm", "api-bindings", ] license = "Apache-2.0" resolver = "1" [package.metadata.workspaces] independent = true [dependencies.log] version = "0.4.11" [dependencies.once_cell] version = "1.9" [dependencies.parking_lot] version = "0.12" [dependencies.thiserror] version = "1.0" [dependencies.wapc] version = "1.1.0" [dependencies.wasm3] version = "0.3.1" features = ["build-bindgen"] [dev-dependencies.env_logger] version = "0.10.0" [badges.maintenance] status = "actively-developed"