[package]
name = "wasmparser"
version = "0.55.0"
authors = ["Yury Delendik <ydelendik@mozilla.com>"]
license = "Apache-2.0 WITH LLVM-exception"
repository = "https://github.com/bytecodealliance/wasmparser.rs"
keywords = ["parser", "WebAssembly", "wasm"]
description = """
A simple event-driven library for parsing WebAssembly binary files.
"""
exclude = ["fuzz/**/*", "tests/**/*", "testsuite/**/*"]
edition = "2018"
[dev-dependencies]
anyhow = "1.0"
criterion = "0.3"
getopts = "0.2"
wast = "17.0.0"
wat = "1.0.18"
rayon = "1.3"
[badges]
travis-ci = { repository = "bytecodealliance/wasmparser.rs" }
[features]
deterministic = []
[[bench]]
name = "benchmark"
harness = false
[[test]]
name = "all"
path = "tests/all.rs"
harness = false