[package]
edition = "2021"
name = "mumu-math"
version = "0.1.1"
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Math functions plugin for the Mumu / Lava language"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
"math",
"plugin",
"mumu",
"lava",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu-math"
[lib]
name = "mumumath"
crate-type = [
"cdylib",
"lib",
]
path = "src/lib.rs"
[dependencies.fastrand]
version = "1.9"
[dependencies.lazy_static]
version = "1.4"
[dependencies.libloading]
version = "0.7"
[dependencies.mumu]
version = "0.11.1"
[dependencies.rust_decimal]
version = "1.30"