wirm 4.0.2

A lightweight WebAssembly Transformation Library for the Component Model
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 = "2021"
name = "wirm"
version = "4.0.2"
authors = [
    "Suhas Thalanki",
    "Alex Bai",
    "Elizabeth Gilbert",
]
build = false
include = [
    "src/**/*.rs",
    "Cargo.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight WebAssembly Transformation Library for the Component Model"
homepage = "https://github.com/composablesys/wirm"
readme = "README.md"
keywords = [
    "wasm",
    "WebAssembly",
    "instrumentation",
]
categories = ["wasm"]
license = "Apache-2.0"
repository = "https://github.com/composablesys/wirm"

[features]
default = []
parallel = ["rayon"]

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

[dependencies.log]
version = "0.4.22"

[dependencies.paste]
version = "1"

[dependencies.rayon]
version = "1.8"
optional = true

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

[dependencies.wasmparser]
version = "0.247.0"

[dev-dependencies.wasmprinter]
version = "0.247.0"

[dev-dependencies.wasmtime]
version = "40.0.0"

[dev-dependencies.wast]
version = "247.0.0"

[dev-dependencies.wat]
version = "1.247.0"