# 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.58.1" name = "xtask-wasm" version = "0.2.2" include = [ "src/**/*.rs", "README.md", "LICENSE.Apache-2.0", "LICENSE.MIT", ] 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", ] [dependencies.xtask-wasm-run-example] version = "0.2.0" optional = true [features] run-example = [ "xtask-wasm-run-example", "console_error_panic_hook", "wasm-bindgen", "env_logger", ] sass = [ "sass-rs", "walkdir", ] wasm-opt = ["binary-install"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.binary-install] version = "0.0.2" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.env_logger] version = "0.10.0" 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" optional = true [target."cfg(not(target_arch = \"wasm32\"))".dependencies.walrus] version = "0.19.0" features = ["parallel"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.wasm-bindgen-cli-support] version = "0.2.68" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.xtask-watch] version = "0.2.1" [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"