[package]
name = "array-mumu"
version = "0.1.13"
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"]
[features]
default = []
host = []
web = []
[dependencies]
mumu = { package = "core-mumu", version = "0.7.3", default-features = false }
indexmap = "2"
rand = "0.8"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies]
mumu = { package = "core-mumu", version = "0.7.3", default-features = false, features = ["host"] }
[target.'cfg(target_arch = "wasm32")'.dependencies]
mumu = { package = "core-mumu", version = "0.7.3", default-features = false, features = ["wasm"] }
getrandom = { version = "0.2", features = ["js"] }