bumpish 0.4.1

A set of collections using bump allocations
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 = "bumpish"
version = "0.4.1"
authors = ["Maksim Tomkavich <quendimax@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A set of collections using bump allocations"
readme = "README.md"
keywords = [
    "bump",
    "no_std",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MPL-2.0"
repository = "https://codeberg.org/quendimax/bumpish"

[features]
default = ["std"]
std = []

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

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

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

[dependencies.equivalent]
version = "1"
default-features = false

[dependencies.hashbrown]
version = "0.16"
default-features = false

[dev-dependencies.pretty_assertions]
version = "1"