[dependencies.limbo_ext]
features = ["static"]
version = "0.0.22"
[features]
static = ["limbo_ext/static"]
[lib]
crate-type = ["cdylib", "lib"]
name = "limbo_completion"
path = "src/lib.rs"
[package]
authors = ["the Limbo authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Limbo completion extension"
edition = "2021"
license = "MIT"
name = "limbo_completion"
readme = false
repository = "https://github.com/tursodatabase/limbo"
version = "0.0.22"
[target.'cfg(not(target_family = "wasm"))'.dependencies.mimalloc]
default-features = false
version = "0.1"