[dependencies.env_logger]
version = "0.11.6"
[dependencies.lazy_static]
version = "1.5.0"
[dependencies.limbo_ext]
features = ["static", "vfs"]
version = "0.0.22"
[dependencies.log]
version = "0.4.26"
[features]
static = ["limbo_ext/static"]
[lib]
crate-type = ["cdylib", "lib"]
name = "limbo_ext_tests"
path = "src/lib.rs"
[package]
authors = ["the Limbo authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Limbo extension tests"
edition = "2021"
license = "MIT"
name = "limbo_ext_tests"
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"