wat_syntax 0.10.1

WebAssembly Text Format syntaxes.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"