Documentation
[dependencies.mimalloc]
default-features = false
optional = true
version = "0.1.47"

[dependencies.thiserror]
version = "2.0.16"

[dependencies.tracing]
version = "0.1.41"

[dependencies.tracing-subscriber]
version = "0.3.20"

[dependencies.turso_core]
features = ["io_uring"]
version = "0.3.2"

[dev-dependencies.rand]
version = "0.9.2"

[dev-dependencies.rand_chacha]
version = "0.9.0"

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

[dev-dependencies.tokio]
default-features = false
features = ["full"]
version = "1.0"

[[example]]
name = "example"
path = "examples/example.rs"

[features]
antithesis = ["turso_core/antithesis"]
conn_raw_api = ["turso_core/conn_raw_api"]
default = ["experimental_indexes", "mimalloc"]
experimental_indexes = []
mimalloc = ["dep:mimalloc"]
tracing_release = ["turso_core/tracing_release"]

[lib]
name = "turso"
path = "src/lib.rs"

[package]
authors = ["the Limbo authors"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Turso Rust API"
edition = "2021"
license = "MIT"
name = "turso"
readme = "README.md"
repository = "https://github.com/tursodatabase/turso"
version = "0.3.2"

[[test]]
name = "integration_tests"
path = "tests/integration_tests.rs"