wasm-bindgen-cli 0.2.110

Command line interface of the `#[wasm_bindgen]` attribute and project. For more information see https://github.com/wasm-bindgen/wasm-bindgen.
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"
version = "0.2.110"
authors = ["The wasm-bindgen Developers"]
build = false
include = [
    "/LICENSE-*",
    "/src",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "wasm-bindgen"
description = """
Command line interface of the `#[wasm_bindgen]` attribute and project. For more
information see https://github.com/wasm-bindgen/wasm-bindgen.
"""
homepage = "https://wasm-bindgen.github.io/wasm-bindgen/"
documentation = "https://wasm-bindgen.github.io/wasm-bindgen/"
readme = false
categories = ["wasm"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/wasm-bindgen/wasm-bindgen/tree/master/crates/cli"

[package.metadata.binstall]
bin-dir = "wasm-bindgen-{ version }-{ target }/{ bin }{ binary-ext }"
pkg-url = "https://github.com/wasm-bindgen/wasm-bindgen/releases/download/{ version }/wasm-bindgen-{ version }-{ target }{ archive-suffix }"

[features]
default = ["rustls-tls"]
native-tls = ["ureq/native-tls"]
openssl = ["dep:native-tls"]
rustls-tls = ["ureq/rustls"]
vendored-openssl = [
    "openssl",
    "native-tls/vendored",
]

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

[[bin]]
name = "wasm-bindgen"
path = "src/bin/wasm-bindgen.rs"

[[bin]]
name = "wasm-bindgen-test-runner"
path = "src/bin/wasm-bindgen-test-runner.rs"

[[bin]]
name = "wasm2es6js"
path = "src/bin/wasm2es6js.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.env_logger]
version = "0.11.5"

[dependencies.log]
version = "0.4"

[dependencies.native-tls]
version = "0.2"
optional = true
default-features = false

[dependencies.rouille]
version = "3.0.0"
default-features = false

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

[dependencies.serde_derive]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.shlex]
version = "1"

[dependencies.tempfile]
version = "3.0"

[dependencies.ureq]
version = "3"
features = [
    "brotli",
    "gzip",
]
default-features = false

[dependencies.walrus]
version = "0.25.1"

[dependencies.wasm-bindgen-cli-support]
version = "=0.2.110"

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

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.pretty_assertions]
version = "1.4"

[dev-dependencies.regex]
version = "1.11.2"

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

[dev-dependencies.wasmparser]
version = "0.240"

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

[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)",
]