[package]
edition = "2021"
name = "mumu-string"
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 = "String functions and tools plugin for the Lava language"
homepage = "https://lava.nu11.uk"
readme = "README.md"
keywords = [
"string",
"plugin",
"mumu",
"lava",
]
categories = ["data-structures"]
license = "MIT OR Apache-2.0"
repository = "https://gitlab.com/tofo/mumu-string"
[lib]
name = "mumustring"
crate-type = ["cdylib"]
path = "src/lib.rs"
[dependencies.lazy_static]
version = "1.4"
[dependencies.libc]
version = "0.2"
[dependencies.libloading]
version = "0.7"
[dependencies.mumu]
version = "0.11.1"
[dependencies.ureq]
version = "2.6"