Files
turso/extensions/csv/Cargo.toml
2025-06-29 12:14:08 +03:00

25 lines
514 B
TOML

[package]
name = "limbo_csv"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Limbo CSV extension"
[lib]
crate-type = ["cdylib", "lib"]
[features]
static = ["turso_ext/static"]
[dependencies]
turso_ext = { workspace = true, features = ["static"] }
csv = "1.3.1"
[dev-dependencies]
tempfile = "3.19.1"
[target.'cfg(not(target_family = "wasm"))'.dependencies]
mimalloc = { version = "0.1", default-features = false }