html-mumu 0.1.6

HTML manipulation and tools plugin for the Lava/MuMu language
Documentation
[dependencies.mumu]
default-features = false
package = "core-mumu"
version = "0.8.1-rc.5"

[dependencies.regex]
version = "1.11"

[features]
default = []
host = []
web = []

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

[package]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures"]
description = "HTML manipulation and tools plugin for the Lava/MuMu language"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["html", "plugin", "mumu", "lava"]
license = "MIT OR Apache-2.0"
name = "html-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/mumu-html"
version = "0.1.6"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mumu]
default-features = false
features = ["host"]
package = "core-mumu"
version = "0.8.1-rc.5"

[target.'cfg(target_arch = "wasm32")'.dependencies.mumu]
default-features = false
features = ["wasm"]
package = "core-mumu"
version = "0.8.1-rc.5"