thicket 0.1.1

Collections using splay 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 = "2021"
name = "thicket"
version = "0.1.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collections using splay trees"
readme = "README.md"
keywords = [
    "container",
    "splay",
    "sort",
    "map",
    "set",
]
categories = [
    "algorithms",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/duncanlivingston/thicket"

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

[dependencies.compact_str]
version = "0.9"
default-features = false

[dev-dependencies.rand]
version = "0.9"