raw-btree 0.4.0

Generic B-Tree implementation.
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 = "2021"
name = "raw-btree"
version = "0.4.0"
authors = ["Timothée Haudebourg <author@haudebourg.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic B-Tree implementation."
documentation = "https://docs.rs/raw-btree"
readme = "README.md"
keywords = [
    "raw",
    "btree",
]
categories = ["data-structures"]
license = "MIT/Apache-2.0"
repository = "https://github.com/timothee-haudebourg/raw-btree-rs"

[features]
default = []
dot = []

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

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

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

[dev-dependencies.rand]
version = "0.8.5"
features = ["small_rng"]