mask-tracked-array 0.2.0

A no-std no-alloc bitmask based data structure for embedded usecases
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 = "mask-tracked-array"
version = "0.2.0"
authors = ["Eisverygoodletter"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A no-std no-alloc bitmask based data structure for embedded usecases"
readme = "README.md"
keywords = [
    "data-structures",
    "embedded",
    "array",
    "option",
]
categories = [
    "no-std::no-alloc",
    "data-structures",
    "embedded",
]
license-file = "LICENSE"
repository = "https://github.com/Eisverygoodletter/mask-tracked-array"

[features]
serde = ["dep:serde"]

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

[dependencies.bit-iter]
version = "1.3.1"

[dependencies.num-traits]
version = "0.2.19"
default-features = false

[dependencies.paste]
version = "1.0.15"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]
optional = true
default-features = false

[dev-dependencies.heapless]
version = "0.9.2"

[dev-dependencies.postcard]
version = "1.1.3"