[package]
name = "wast"
version = "1.0.2"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "MIT/Apache-2.0"
readme = "README.md"
repository = "https://github.com/alexcrichton/wast"
homepage = "https://github.com/alexcrichton/wast"
documentation = "https://docs.rs/wast"
description = """
Rust parser for the WebAssembly Text format, WAT
"""
exclude = ['tests/wabt']
[workspace]
members = ['fuzz']
[dependencies]
wast-parser = { path = 'crates/parser', version = '0.3.0' }
[dev-dependencies]
anyhow = "1.0"
getopts = "0.2"
rayon = "1.0"
serde_json = "1.0"
tempfile = "3.1"
wasmparser = "0.39"
[profile.release]
debug-assertions = true
overflow-checks = true
[[test]]
name = "wabt"
harness = false
[[test]]
name = "parse-fail"
harness = false