wasmrun 0.20.0

A WebAssembly Runtime
# 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.85"
name = "wasmrun"
version = "0.20.0"
authors = [
    "Kumar Anirudha <wasmrun@anirudha.dev>",
    "Farhaan Bukhsh",
]
build = "build.rs"
include = [
    "src/**",
    "templates/**",
    "assets/**",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A WebAssembly Runtime"
documentation = "https://docs.rs/wasmrun"
readme = "README.md"
keywords = [
    "wasm",
    "webassembly",
    "browser",
    "runtime",
    "cli",
]
categories = [
    "command-line-utilities",
    "development-tools",
    "wasm",
]
license = "MIT"
repository = "https://github.com/anistark/wasmrun"

[package.metadata.deb]
assets = [
    [
    "target/release/wasmrun",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/wasmrun/",
    "644",
],
    [
    "LICENSE",
    "usr/share/doc/wasmrun/",
    "644",
],
]
copyright = "2025, Kumar Anirudha"
depends = "$auto"
extended-description = "A WebAssembly runtime that brings WASM to the command line with built-in UI support for running, debugging, and managing WebAssembly modules."
maintainer = "Kumar Anirudha <wasmrun@anirudha.dev>"
section = "utility"

[package.metadata.rpm]
package = "wasmrun"

[package.metadata.rpm.cargo]
buildflags = ["--release"]

[package.metadata.rpm.targets.wasmrun]
path = "/usr/bin/wasmrun"

[[bin]]
name = "wasmrun"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.102"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

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

[dependencies.ctrlc]
version = "3.4"

[dependencies.dirs]
version = "6.0.0"

[dependencies.libloading]
version = "0.9.0"

[dependencies.notify]
version = "8.0.0"

[dependencies.notify-debouncer-mini]
version = "0.7.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.sha2]
version = "0.10.9"

[dependencies.tempfile]
version = "3.26.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tiny_http]
version = "0.12"

[dependencies.toml]
version = "0.9.8"

[dependencies.ureq]
version = "3.2.0"

[dependencies.webbrowser]
version = "1.1.0"

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

[build-dependencies.regex]
version = "1.12.3"

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