array-mumu 0.1.2

Array tools plugin for the Mumu ecosystem
Documentation
[package]
name = "array-mumu"
version = "0.1.2"
edition = "2021"
description = "Array tools plugin for the Mumu ecosystem"
license = "MIT OR Apache-2.0"
readme = "README.md"
homepage = "https://lava.nu11.uk"
repository = "https://gitlab.com/tofo/mumu-array"
keywords = ["array", "plugin", "mumu"]
categories = ["data-structures"]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]

[lib]
name = "mumuarray"
crate-type = ["lib", "cdylib"]

[dependencies]
core-mumu = "0.1.17"
lazy_static = "1.4"
ureq = "2.6"
libloading = "0.7"
rand = "0.8"
indexmap = "2"
libc = "0.2"