sqlite-mumu 0.2.0-rc.4

sqlite-mumu is a plugin for the mumu ecosystem
Documentation
[dependencies.indexmap]
version = "2.2"

[dependencies.lazy_static]
version = "1.4"

[dependencies.libloading]
optional = true
version = "0.7"

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

[dependencies.rusqlite]
features = ["bundled"]
version = "0.31"

[features]
default = []
host = ["dep:libloading"]
web = []

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

[package]
authors = ["Tom Fotheringham <tom@nu11.co.uk>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "parser-implementations", "concurrency"]
description = "sqlite-mumu is a plugin for the mumu ecosystem"
edition = "2021"
homepage = "https://lava.nu11.uk"
keywords = ["mumu", "sqlite", "database"]
license = "MIT OR Apache-2.0"
name = "sqlite-mumu"
readme = "README.md"
repository = "https://gitlab.com/tofo/sqlite-mumu"
version = "0.2.0-rc.4"