[package]
name = "wast"
version = "8.0.0"
authors = ["Alex Crichton <alex@alexcrichton.com>"]
edition = "2018"
license = "Apache-2.0 WITH LLVM-exception"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wat/tree/master/crates/wast"
homepage = "https://github.com/bytecodealliance/wat/tree/master/crates/wast"
documentation = "https://docs.rs/wast"
description = """
Customizable Rust parsers for the WebAssembly Text formats WAT and WAST
"""
[dependencies]
leb128 = "0.2"
[features]
default = ['wasm-module']
wasm-module = []