oxisqlite 0.2.1

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.2.1"
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 = false
license = "Apache-2.0"
repository = "https://github.com/cool-japan/oxisql"

[features]
index_experimental = ["limbo_core/index_experimental"]

[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.2.0"
features = ["io_uring"]
package = "oxisqlite-core"

[dependencies.thiserror]
version = "2.0.9"

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

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