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