math-mumu 0.1.13

Math functions plugin for the MuMu / Lava language
Documentation
[dependencies.bigdecimal]
version = "0.4"

[dependencies.mumu]
default-features = false
package = "core-mumu"
version = "0.8.1-rc.2"

[dependencies.rust_decimal]
version = "1.37"

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

[lib]
crate-type = ["cdylib", "lib"]
name = "mumumath"
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 = "Math functions plugin for the MuMu / Lava language"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["math", "plugin", "mumu", "lava"]
license = "MIT OR Apache-2.0"
name = "math-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/mumu-math"
resolver = "2"
version = "0.1.13"

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

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