[dependencies.anyhow]
version = "1.0.58"
[dependencies.termcolor]
version = "1.2.0"
[dependencies.wasmparser]
default-features = false
features = ["std", "std"]
version = "0.217.0"
[dev-dependencies.diff]
version = "0.1"
[dev-dependencies.rayon]
version = "1.3"
[dev-dependencies.tempfile]
version = "3.0"
[lib]
name = "wasmprinter"
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 converter from the WebAssembly binary format to the text format.
"""
documentation = "https://docs.rs/wasmprinter"
edition = "2021"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wasmprinter"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasmprinter"
rust-version = "1.76.0"
version = "0.217.0"
[[test]]
name = "all"
path = "tests/all.rs"