[dependencies.wast]
default-features = false
features = ["wasm-module"]
version = "220.0.0"
[features]
component-model = ["wast/component-model"]
default = ["component-model"]
dwarf = ["wast/dwarf"]
[lib]
name = "wat"
path = "src/lib.rs"
[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1
[lints.rust]
unsafe_code = "deny"
[package]
authors = ["Alex Crichton <alex@alexcrichton.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = """
Rust parser for the WebAssembly Text format, WAT
"""
documentation = "https://docs.rs/wat"
edition = "2021"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wat"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wat"
rust-version = "1.76.0"
version = "1.220.0"
[package.metadata.docs.rs]
all-features = true