xtask-wasm 0.6.2

Customizable subcommands to build your Wasm projects using xtask.
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.88"
name = "xtask-wasm"
version = "0.6.2"
build = false
include = [
    "src/**/*.rs",
    "README.md",
    "CHANGELOG.md",
    "LICENSE.Apache-2.0",
    "LICENSE.MIT",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Customizable subcommands to build your Wasm projects using xtask."
homepage = "https://github.com/rustminded/xtask-wasm"
documentation = "https://docs.rs/xtask-wasm"
readme = "README.md"
keywords = [
    "wasm",
    "cli",
]
categories = ["development-tools::build-utils"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustminded/xtask-wasm"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
run-example = [
    "xtask-wasm-run-example",
    "console_error_panic_hook",
    "wasm-bindgen",
    "env_logger",
]
sass = ["sass-rs"]
wasm-opt = [
    "binary-install",
    "xtask-wasm-run-example?/wasm-opt",
]

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

[dependencies.xtask-wasm-run-example]
version = "0.6"
optional = true

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

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.binary-install]
version = "0.4.1"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.derive_more]
version = "2.0.1"
features = ["debug"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.env_logger]
version = "0.11.6"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.fs_extra]
version = "1.2.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.lazy_static]
version = "1.4.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.log]
version = "0.4.14"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.sass-rs]
version = "0.2.2"
optional = true

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.walkdir]
version = "2.3.2"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.walrus]
version = "0.23.0"
features = ["parallel"]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.wasm-bindgen-cli-support]
version = "0.2.100"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.xtask-watch]
version = "0.3.2"

[target.'cfg(target_arch = "wasm32")'.dependencies.console_error_panic_hook]
version = "0.1.7"
optional = true

[target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen]
version = "0.2.78"
optional = true

[target."cfg(unix)".dependencies.libc]
version = "0.2.112"