noxu-engine 4.0.0

Engine orchestration for Noxu DB
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 = "2024"
name = "noxu-engine"
version = "4.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Engine orchestration for Noxu DB"
homepage = "https://codeberg.org/gregburd/noxu"
readme = "README.md"
keywords = [
    "database",
    "embedded",
    "transactional",
    "btree",
    "wal",
]
categories = [
    "database-implementations",
    "data-structures",
    "concurrency",
]
license = "Apache-2.0 OR MIT"
repository = "https://codeberg.org/gregburd/noxu"
resolver = "2"

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

[dependencies.hashbrown]
version = "0.15"

[dependencies.log]
version = "0.4"

[dependencies.noxu-cleaner]
version = "4.0.0"

[dependencies.noxu-config]
version = "4.0.0"

[dependencies.noxu-dbi]
version = "4.0.0"

[dependencies.noxu-evictor]
version = "4.0.0"

[dependencies.noxu-latch]
version = "4.0.0"

[dependencies.noxu-log]
version = "4.0.0"

[dependencies.noxu-recovery]
version = "4.0.0"

[dependencies.noxu-sync]
version = "4.0.0"

[dependencies.noxu-tree]
version = "4.0.0"

[dependencies.noxu-txn]
version = "4.0.0"

[dependencies.noxu-util]
version = "4.0.0"

[dependencies.parking_lot]
version = "0.12"
features = ["arc_lock"]

[dependencies.thiserror]
version = "2"

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

[lints.clippy]
large_stack_frames = "warn"
large_types_passed_by_value = "warn"
or_fun_call = "warn"
redundant_clone = "warn"
undocumented_unsafe_blocks = "warn"

[lints.rust]
unsafe_op_in_unsafe_fn = "deny"