bmap 0.3.0

A bitmap with an internal counter.
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"
rust-version = "1.85"
name = "bmap"
version = "0.3.0"
build = false
exclude = [
    ".fossil-settings",
    "www",
    ".efiles",
    ".fslckout",
    "bacon.toml",
    "rustfmt.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A bitmap with an internal counter."
readme = "README.md"
keywords = [
    "bitmap",
    "bitvec",
]
categories = ["data-structures"]
license = "0BSD"
repository = "https://repos.qrnch.tech/pub/bmap"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]

[badges.maintenance]
status = "passively-maintained"

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

[dependencies]

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "warn"
priority = -1