hashed-array-tree 1.4.0

Hashed Array Trees
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 = "hashed-array-tree"
version = "1.4.0"
authors = ["Nathan Fiedler <nathanfiedler@fastmail.fm>"]
build = false
exclude = [
    "TODO.org",
    "test/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Hashed Array Trees"
readme = "README.md"
keywords = [
    "collections",
    "dynamic-arrays",
    "extensible-arrays",
    "resizable-arrays",
    "data-structures",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/nlfiedler/hashed-array-tree"

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

[[example]]
name = "benchmarks"
path = "examples/benchmarks.rs"

[[example]]
name = "leak_test"
path = "examples/leak_test.rs"

[dev-dependencies.ulid]
version = "1.2.1"