[dependencies.arrayvec]
version = "0.7.1"
[dependencies.log]
features = ["kv_unstable_serde", "serde"]
version = "0.4.16"
[dependencies.rayon]
version = "1.8"
[dependencies.workspace-hack]
version = "0.1.0"
[dev-dependencies.ctor]
version = "0.4.0"
[dev-dependencies.rand]
version = "0.9"
[lib]
doctest = false
name = "zed_sum_tree"
path = "src/sum_tree.rs"
[lints.clippy]
dbg_macro = "deny"
declare_interior_mutable_const = "deny"
disallowed_methods = "deny"
large_enum_variant = "allow"
let_underscore_future = "allow"
nonminimal_bool = "allow"
redundant_clone = "deny"
single_range_in_vec_init = "allow"
todo = "deny"
too_many_arguments = "allow"
type_complexity = "allow"
[lints.clippy.style]
level = "allow"
priority = -1
[lints.rust.unexpected_cfgs]
level = "allow"
priority = 0
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A sum tree data structure, a concurrency-friendly B-tree"
edition = "2024"
license = "Apache-2.0"
name = "zed-sum-tree"
publish = true
readme = false
resolver = "2"
version = "0.2.0"