walrus 0.25.0

A library for performing WebAssembly transformations
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 = "walrus"
version = "0.25.0"
authors = ["Nick Fitzgerald <fitzgen@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
A library for performing WebAssembly transformations
"""
homepage = "https://github.com/rustwasm/walrus"
documentation = "https://docs.rs/walrus"
readme = "README.md"
categories = ["wasm"]
license = "MIT/Apache-2.0"
repository = "https://github.com/rustwasm/walrus"

[features]
parallel = [
    "rayon",
    "id-arena/rayon",
]

[lib]
name = "walrus"
path = "src/lib.rs"
bench = false

[[example]]
name = "build-wasm-from-scratch"
path = "examples/build-wasm-from-scratch.rs"

[[example]]
name = "parse"
path = "examples/parse.rs"

[[example]]
name = "round-trip"
path = "examples/round-trip.rs"

[[bench]]
name = "benches"
path = "benches/benches.rs"
harness = false

[dependencies.anyhow]
version = "1.0"

[dependencies.gimli]
version = "0.33.0"

[dependencies.id-arena]
version = "2.2.1"

[dependencies.leb128]
version = "0.2.4"

[dependencies.log]
version = "0.4.8"

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

[dependencies.walrus-macro]
version = "=0.25.0"

[dependencies.wasm-encoder]
version = "0.245.0"

[dependencies.wasmparser]
version = "0.245.0"

[dev-dependencies.criterion]
version = "0.5.0"

[dev-dependencies.env_logger]
version = "0.11.0"