[badges.maintenance]
status = "passively-maintained"
[dependencies.hashbrown]
version = "0.15.0"
[dependencies.parking_lot]
version = "0.12.3"
[dependencies.paste]
version = "1.0.15"
[lib]
name = "idbag"
path = "src/lib.rs"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["data-structures"]
description = "A bag of integers."
edition = "2021"
exclude = [".fossil-settings", ".efiles", ".fslckout", "www", "bacon.toml", "rustfmt.toml"]
keywords = ["bag", "identifier"]
license = "0BSD"
name = "idbag"
readme = "README.md"
repository = "https://repos.qrnch.tech/pub/idbag"
rust-version = "1.70"
version = "0.2.2"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
[[test]]
name = "arc"
path = "tests/arc.rs"
[[test]]
name = "map_access"
path = "tests/map_access.rs"