component-init-transform 0.2.0

Tool for pre-initializing WebAssembly components
Documentation
# 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 = "2024"
name = "component-init-transform"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Tool for pre-initializing WebAssembly components"
readme = false
license = "MIT"

[lib]
name = "component_init_transform"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0.89"

[dependencies.async-trait]
version = "0.1.83"

[dependencies.futures]
version = "0.3.31"

[dependencies.wasm-encoder]
version = "0.244.0"
features = ["wasmparser"]

[dependencies.wasm-metadata]
version = "0.244.0"

[dependencies.wasmparser]
version = "0.244.0"