wirm 3.0.1

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 = "3.0.1"
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.rayon]
version = "1.8"
optional = true

[dependencies.serde_json]
version = "1.0.121"

[dependencies.tempfile]
version = "3.10.1"

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

[dependencies.wasmparser]
version = "0.244.0"

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

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

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