wit-dylib 0.242.0

Generate an dynamic wasm library from a WIT world.
Documentation
[dependencies.anyhow]
version = "1.0.58"

[dependencies.clap]
features = ["derive"]
optional = true
version = "4.0.0"

[dependencies.indexmap]
default-features = false
version = "2.7.0"

[dependencies.wasm-encoder]
default-features = false
version = "0.242.0"

[dependencies.wit-parser]
version = "0.242.0"

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

[dev-dependencies.arbitrary]
version = "1.1.0"

[dev-dependencies.arbtest]
version = "0.3.2"

[dev-dependencies.env_logger]
version = "0.11"

[dev-dependencies.indexmap]
default-features = false
version = "2.7.0"

[dev-dependencies.libtest-mimic]
version = "0.8.1"

[dev-dependencies.tempfile]
version = "3.2.0"

[dev-dependencies.wasmparser]
default-features = false
features = ["simd"]
version = "0.242.0"

[dev-dependencies.wit-component]
version = "0.242.0"

[dev-dependencies.wit-smith]
version = "0.242.0"

[lib]
doctest = false
name = "wit_dylib"
path = "src/lib.rs"
test = false

[lints.clippy]
allow_attributes_without_reason = "warn"
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]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = """
Generate an dynamic wasm library from a WIT world.
"""
documentation = "https://docs.rs/wit-dylib"
edition = "2021"
homepage = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-dylib"
license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT"
name = "wit-dylib"
readme = "README.md"
repository = "https://github.com/bytecodealliance/wasm-tools/tree/main/crates/wit-dylib"
rust-version = "1.76.0"
version = "0.242.0"

[[test]]
harness = false
name = "all"
path = "tests/all.rs"

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