sum_tree-gpui-standalone 1.4.4

A sum tree data structure, a concurrency-friendly B-tree
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 = "sum_tree-gpui-standalone"
version = "1.4.4"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A sum tree data structure, a concurrency-friendly B-tree"
readme = false
license = "Apache-2.0"
repository = "https://github.com/zed-industries/zed"

[package.metadata.cargo-machete]
ignored = ["tracing"]

[features]
test-support = []

[lib]
name = "sum_tree"
path = "src/sum_tree.rs"
doctest = false

[dependencies.heapless]
version = "^0.9.2"

[dependencies.log]
version = "^0.4.16"
features = [
    "kv_unstable_serde",
    "serde",
]

[dependencies.rayon]
version = "^1.8"

[dependencies.tracing]
version = "^0.1.40"