[dependencies.indexmap]
version = "2"
[dependencies.mumu]
package = "core-mumu"
version = "0.7"
[dependencies.rand]
version = "0.8"
[lib]
crate-type = ["lib", "cdylib"]
name = "mumuarray"
path = "src/lib.rs"
[package]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["data-structures"]
description = "Array tools plugin for the Mumu ecosystem"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["array", "plugin", "mumu"]
license = "MIT OR Apache-2.0"
name = "array-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/mumu-array"
version = "0.1.11"
[target.'cfg(target_arch = "wasm32")'.dependencies.getrandom]
features = ["js"]
version = "0.2"