[package]
edition = "2024"
name = "wat_syntax"
version = "0.10.1"
authors = ["Pig Fang <g-plane@hotmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "WebAssembly Text Format syntaxes."
readme = "README.md"
keywords = ["wasm"]
license = "MIT"
repository = "https://github.com/g-plane/wasm-language-tools"
[lib]
name = "wat_syntax"
path = "src/lib.rs"
[dependencies.text-size]
version = "1.1"
[dependencies.triomphe]
version = "0.1"
[lints.clippy]
dbg_macro = "warn"