u24 0.6.0

An unsigned 24-bit integer type.
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 = "u24"
version = "0.6.0"
authors = ["orbitinghail <hello@orbitinghail.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An unsigned 24-bit integer type."
homepage = "https://github.com/orbitinghail/u24"
readme = "README.md"
categories = [
    "data-structures",
    "encoding",
    "no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/orbitinghail/u24"

[features]
range-set-blaze = ["dep:range-set-blaze"]
rangemap = ["dep:rangemap"]

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

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

[dependencies.range-set-blaze]
version = "0.4.0"
optional = true

[dependencies.rangemap]
version = "1.6.0"
optional = true

[dependencies.static_assertions]
version = "1.1"

[dependencies.zerocopy]
version = "0.8"
features = ["derive"]
default-features = false