mumu 0.11.1

Lava Mumu is a language for those in the now and that know
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 = "mumu"
version = "0.11.1"
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lava Mumu is a language for those in the now and that know"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
    "mumu",
    "lava",
    "language",
    "REPL",
]
categories = [
    "data-structures",
    "parser-implementations",
    "concurrency",
]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu"

[package.metadata.deb]
copyright = "Tom Fotheringham and contributors"
depends = ""
description = "Lava Mumu is a language for those in the now and that know"
license-file = "LICENSE"
maintainer = "tom <tom@nu11.co.uk>"
name = "mumu"
priority = "optional"
section = "utils"

[lib]
name = "mumu"
path = "src/lib.rs"

[[bin]]
name = "lava"
path = "src/main.rs"

[[example]]
name = "flow-divide-partial"
path = "examples/flow-divide-partial.rs"

[[test]]
name = "ink"
path = "tests/ink.rs"

[[test]]
name = "net_fetch"
path = "tests/net_fetch.rs"

[dependencies.crossterm]
version = "0.25"

[dependencies.indexmap]
version = "2.7"

[dependencies.libloading]
version = "0.7"

[dependencies.regex]
version = "1.10"