wasm-wave 0.244.0

WebAssembly Value Encoding
Documentation
[dependencies.logos]
default-features = false
features = ["export_derive", "forbid_unsafe"]
version = "0.14.2"

[dependencies.thiserror]
default-features = false
version = "2.0.12"

[dependencies.wit-parser]
optional = true
version = "0.244.0"

[dev-dependencies.anyhow]
version = "1.0.58"

[features]
default = ["std", "wit"]
std = []
wit = ["dep:wit-parser", "std"]

[lib]
name = "wasm_wave"
path = "src/lib.rs"

[lints.clippy]
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"

[lints.clippy.all]
level = "allow"
priority = -1

[lints.rust]
deprecated-safe-2024 = "warn"
keyword_idents_2024 = "warn"
missing-unsafe-on-extern = "warn"
rust-2024-guarded-string-incompatible-syntax = "warn"
rust-2024-incompatible-pat = "warn"
rust-2024-prelude-collisions = "warn"
unsafe-attr-outside-unsafe = "warn"
unsafe-op-in-unsafe-fn = "warn"
unsafe_code = "deny"
unstable_features = "warn"
unused-lifetimes = "warn"
unused-macro-rules = "warn"
unused_extern_crates = "warn"
unused_import_braces = "warn"

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(fuzzing)"]
level = "warn"
priority = 0

[package]
authors = ["lann.martin@fermyon.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["wasm", "encoding", "parser-implementations"]
description = "WebAssembly Value Encoding"
documentation = "https://docs.rs/wasm-wave"
edition = "2021"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wasm-wave"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wasm-wave"
rust-version = "1.81.0"
version = "0.244.0"

[[test]]
name = "nan"
path = "tests/nan.rs"

[[test]]
name = "ui"
path = "tests/ui.rs"