lupabase 1.0.0

Blazingly fast (work-in-progress) database engine written entirely in Rust
Documentation
[dependencies.chrono]
features = ["clock", "serde"]
version = "0.4"

[dependencies.derive_more]
features = ["from", "display", "error"]
version = "2.0"

[dependencies.hashbrown]
features = ["nightly"]
version = "0.15"

[dependencies.itertools]
version = "0.14"

[dependencies.parking_lot]
features = ["nightly", "hardware-lock-elision"]
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1.0.219"

[dependencies.serde_json]
version = "1.0.142"

[dependencies.tracing]
features = ["log"]
version = "0.1"

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

[lints.clippy]
needless_return = "allow"

[package]
authors = ["sonicjhon1"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["database-implementations"]
description = "Blazingly fast (work-in-progress) database engine written entirely in Rust"
edition = "2024"
keywords = ["database", "embedded", "in-memory", "json", "storage-engine"]
license = "MIT OR Apache-2.0"
name = "lupabase"
readme = "README.md"
repository = "https://github.com/sonicjhon1/lupabase"
version = "1.0.0"