mumu-math 0.1.1

Math functions plugin for the Mumu / Lava language
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 = "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"