vsdb 12.0.0

A std-collection-like database
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 = "vsdb"
version = "12.0.0"
authors = ["hui.fan@mail.ru"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A std-collection-like database"
homepage = "https://github.com/rust-util-collections/vsdb"
readme = "README.md"
keywords = [
    "git",
    "vcs",
    "leveldb",
    "lsm",
    "database",
]
categories = [
    "database-implementations",
    "data-structures",
    "algorithms",
    "caching",
]
license = "MIT"
repository = "https://github.com/rust-util-collections/vsdb/tree/master/strata"

[package.metadata.docs.rs]

[features]
default = []

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

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

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

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

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

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

[[bench]]
name = "basic"
path = "benches/basic.rs"
harness = false

[[bench]]
name = "slotdex"
path = "benches/slotdex.rs"
harness = false

[[bench]]
name = "thread_overhead_demo"
path = "benches/thread_overhead_demo.rs"

[[bench]]
name = "thread_spawn_test"
path = "benches/thread_spawn_test.rs"

[[bench]]
name = "trie_bench"
path = "benches/trie_bench.rs"
harness = false

[[bench]]
name = "versioned"
path = "benches/versioned.rs"
harness = false

[dependencies.parking_lot]
version = "0.12.1"

[dependencies.postcard]
version = "1.1.3"
features = ["alloc"]

[dependencies.ruc]
version = "9.1.0"

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

[dependencies.sha3]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.vsdb_core]
version = "12.0.0"
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.hex]
version = "0.4"

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