wasmparser 0.207.0

A simple event-driven library for parsing WebAssembly binary files.
Documentation
[[bench]]
harness = false
name = "benchmark"
[dependencies.ahash]
default-features = false
optional = true
version = "0.8.11"

[dependencies.bitflags]
version = "2.4.1"

[dependencies.hashbrown]
default-features = false
features = ["ahash"]
optional = true
version = "0.14.3"

[dependencies.indexmap]
default-features = false
optional = true
version = "2.0.0"

[dependencies.semver]
default-features = false
optional = true
version = "1.0.0"
[dev-dependencies.anyhow]
version = "1.0.58"

[dev-dependencies.criterion]
default-features = false
version = "0.5.1"

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

[dev-dependencies.log]
version = "0.4.17"

[dev-dependencies.once_cell]
version = "1.13.0"

[dev-dependencies.rayon]
version = "1.3"

[features]
default = ["std", "validate"]
std = ["indexmap/std"]
validate = ["dep:indexmap", "dep:semver", "dep:hashbrown", "dep:ahash"]
[lints.clippy]
all = "allow"

[lints.rust]
unsafe_code = "deny"

[package]
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
description = "A simple event-driven library for parsing WebAssembly binary files.\n"
edition = "2021"
exclude = ["benches/*.wasm"]
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"
keywords = ["parser", "WebAssembly", "wasm"]
license = "Apache-2.0 WITH LLVM-exception"
name = "wasmparser"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmparser"
version = "0.207.0"