oxisqlite 0.3.2

oxisqlite Pure-Rust SQLite-compatible engine (C-free fork of limbo)
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "oxisqlite"
version = "0.3.2"
authors = ["the Limbo authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "oxisqlite Pure-Rust SQLite-compatible engine (C-free fork of limbo)"
readme = "README.md"
keywords = [
    "sqlite",
    "sql",
    "database",
    "embedded",
    "limbo",
]
categories = [
    "database",
    "embedded",
]
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxisql"

[features]
index_experimental = ["limbo_core/index_experimental"]
io_uring = ["limbo_core/io_uring"]
load-extension = ["limbo_core/load-extension"]
native-io = ["limbo_core/native-io"]

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

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

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

[dependencies.limbo_core]
version = "0.3"
package = "oxisqlite-core"

[dependencies.thiserror]
version = "2.0.18"

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

[dev-dependencies.tokio]
version = "1.52.3"
features = ["full"]