wasmrust 0.3.2

Rust WebAssembly plugin for Wasmrun - compile Rust projects to WebAssembly with wasm-bindgen support
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"
name = "wasmrust"
version = "0.3.2"
authors = ["Kumar Anirudha <wasm@anirudha.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust WebAssembly plugin for Wasmrun - compile Rust projects to WebAssembly with wasm-bindgen support"
homepage = "https://github.com/anistark/wasmrust"
readme = "README.md"
keywords = [
    "webassembly",
    "wasm",
    "rust",
    "wasm-bindgen",
    "wasmrun",
]
categories = [
    "development-tools",
    "web-programming",
]
license = "MIT"
repository = "https://github.com/anistark/wasmrust"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-pc-windows-msvc",
]

[package.metadata.wasm_plugin]
entry_files = [
    "Cargo.toml",
    "src/main.rs",
    "src/lib.rs",
]
extensions = [
    "rs",
    "toml",
]
name = "rust"

[package.metadata.wasm_plugin.capabilities]
compile_wasm = true
compile_webapp = true
custom_targets = [
    "wasm32-unknown-unknown",
    "web",
]
live_reload = true
optimization = true
supported_languages = ["rust"]

[package.metadata.wasm_plugin.dependencies]
optional_tools = [
    "trunk",
    "wasm-opt",
    "rustup",
]
tools = [
    "cargo",
    "rustc",
    "wasm-pack",
]

[package.metadata.wasm_plugin.exports]
build = "wasmrust_build"
can_handle_project = "wasmrust_can_handle_project"
clean = "wasmrust_clean"
clone_box = "wasmrust_clone_box"
create_wasm_builder = "create_wasm_builder"
drop = "wasmrust_drop"
plugin_create = "wasmrun_plugin_create"

[package.metadata.wasm_plugin.frameworks]
auto_detect = true
supported = [
    "yew",
    "leptos",
    "dioxus",
    "sycamore",
    "trunk",
]

[features]
cli = ["clap"]
default = []
standalone = []

[lib]
name = "wasmrust"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[[bin]]
name = "wasmrust"
path = "src/main.rs"
required-features = ["cli"]

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

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

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

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"

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

[target.'cfg(not(target_os = "windows"))'.dependencies.libloading]
version = "0.8"