ranch 0.6.0

Ranged integer types and math
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 = "ranch"
version = "0.6.0"
build = false
include = [
    "/LICENSE_APACHE",
    "/LICENSE_BOOST",
    "/LICENSE_MIT",
    "/README.md",
    "/src/*",
    "/examples/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ranged integer types and math"
homepage = "https://github.com/AldaronLau/ranch/releases"
documentation = "https://docs.rs/ranch"
readme = "README.md"
keywords = [
    "ranged",
    "int",
    "const",
    "generics",
    "integers",
]
categories = [
    "no-std",
    "no-std::no-alloc",
    "mathematics",
    "rust-patterns",
]
license = "Apache-2.0 OR BSL-1.0 OR MIT"
repository = "https://github.com/AldaronLau/ranch"

[package.metadata.docs.rs]
all-features = true

[features]
bytemuck = ["dep:bytemuck"]
default = []
serde = ["dep:serde_core"]
zeroize = ["dep:zeroize"]

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

[dependencies.as_repr]
version = "1.3.0"
default-features = false

[dependencies.bytemuck]
version = "1.25.0"
optional = true
default-features = false

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

[dependencies.zeroize]
version = "1.8.2"
optional = true
default-features = false