# 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 = "wbftree"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "wbftree"
homepage = "https://github.com/webc-site/wedb_base/tree/main/wbftree"
readme = "README.md"
keywords = []
categories = []
license = "MulanPSL-2.0"
repository = "https://github.com/webc-site/wedb_base.git"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

[[test]]
name = "chunked_serializer"
path = "tests/chunked_serializer/main.rs"

[[test]]
name = "interop"
path = "tests/interop/main.rs"

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

[[test]]
name = "manager_and_stub"
path = "tests/manager_and_stub/main.rs"

[dependencies.bf-tree]
version = "0.5.6"

[dependencies.fastrand]
version = "2.5.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.whasher]
version = "0.1.3"

[dev-dependencies.aok]
version = "0.1.18"

[dev-dependencies.compio]
version = "0.19.2"
features = ["time"]

[dev-dependencies.ctor]
version = "1.0.13"

[dev-dependencies.fastrand]
version = "2.5.0"

[dev-dependencies.log]
version = "0.4.34"

[dev-dependencies.log_init]
version = "0.1.39"

[lints.clippy]
arc_with_non_send_sync = "allow"