[package]
edition = "2021"
name = "wasmtime-component-util"
version = "24.0.8"
authors = ["The Wasmtime Project Developers"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Utility types and functions to support the component model in Wasmtime"
documentation = "https://docs.rs/wasmtime-component-util/"
readme = false
keywords = [
"webassembly",
"wasm",
]
categories = ["wasm"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmtime"
[lib]
name = "wasmtime_component_util"
path = "src/lib.rs"