[package]
edition = "2021"
name = "mumu-process"
version = "0.1.0"
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Proces tools plugin for the Lava language"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
"process",
"system",
"plugin",
"mumu",
"lava",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu-process"
[lib]
name = "mumuprocess"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.indexmap]
version = "2.7"
[dependencies.lazy_static]
version = "1.4"
[dependencies.libloading]
version = "0.7"
[dependencies.mumu]
version = "0.11.1"
[dependencies.nix]
version = "0.26"
[dependencies.sysinfo]
version = "0.29"
[dependencies.whoami]
version = "1.4"