capped_collections 0.2.0

Collections with compile-time set capacities.
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 = "capped_collections"
version = "0.2.0"
authors = ["Paul Saunders"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Collections with compile-time set capacities."
homepage = "https://coruscateor.com/projects/capped_collections"
readme = "README.md"
keywords = [
    "capped",
    "vec",
    "map",
    "array",
    "set",
]
categories = [
    "data-structures",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/coruscateor/capped_collections"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
no_std = []

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

[dependencies.accessorise]
version = "0.2.0"

[dependencies.delegate]
version = "0.13.5"

[dependencies.inc_dec]
version = "0.1.0"

[dependencies.serde]
version = "1.0.228"
optional = true