limbo_csv 0.0.22

Limbo CSV extension
Documentation
[dependencies.csv]
version = "1.3.1"

[dependencies.limbo_ext]
features = ["static"]
version = "0.0.22"

[dev-dependencies.tempfile]
version = "3.19.1"

[features]
static = ["limbo_ext/static"]

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

[package]
authors = ["the Limbo authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Limbo CSV extension"
edition = "2021"
license = "MIT"
name = "limbo_csv"
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"