wasm-bindgen-cli-support 0.2.110

Shared support for the wasm-bindgen-cli package, an internal dependency
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 = "2021"
rust-version = "1.82"
name = "wasm-bindgen-cli-support"
version = "0.2.110"
authors = ["The wasm-bindgen Developers"]
build = false
include = [
    "/LICENSE-*",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = """
Shared support for the wasm-bindgen-cli package, an internal dependency
"""
homepage = "https://wasm-bindgen.github.io/wasm-bindgen/"
documentation = "https://docs.rs/wasm-bindgen-cli-support"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/cli-support"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.leb128]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.rustc-demangle]
version = "0.1.13"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.walrus]
version = "0.25.1"
features = ["parallel"]

[dependencies.wasm-bindgen-shared]
version = "=0.2.110"

[dependencies.wasmparser]
version = "0.240"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.wasmprinter]
version = "0.243"

[dev-dependencies.wast]
version = "243"

[dev-dependencies.wat]
version = "1.243.0"

[lints.clippy]
large_enum_variant = "allow"
new_without_default = "allow"
overly_complex_bool_expr = "allow"
too_many_arguments = "allow"
type_complexity = "allow"
uninlined_format_args = "warn"

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