tree-mumu 0.1.0-rc.2

Creates Linux `tree`-style renderings of MuMu values
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 = "tree-mumu"
version = "0.1.0-rc.2"
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Creates Linux `tree`-style renderings of MuMu values"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
    "tree",
    "plugin",
    "mumu",
    "lava",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/tree-mumu"
resolver = "2"

[features]
default = []
host = []
web = []

[lib]
name = "mumutree"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

[dependencies.indexmap]
version = "2"

[dependencies.mumu]
version = "0.9.0-rc.5"
default-features = false
package = "core-mumu"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.mumu]
version = "0.9.0-rc.5"
features = ["host"]
default-features = false
package = "core-mumu"

[target.'cfg(target_arch = "wasm32")'.dependencies.mumu]
version = "0.9.0-rc.5"
features = ["wasm"]
default-features = false
package = "core-mumu"