arranged 0.1.2

Statically bounds-checked (machine-word-abstracting? TBD) ranged types as zero or low-runtime overhead abstractions providing safe (no unintentional overflow) arithmetic.
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 = "2021"
name = "arranged"
version = "0.1.2"
authors = ["U007D <curly@humanenginuity.com>"]
description = "Statically bounds-checked (machine-word-abstracting? TBD) ranged types as zero or low-runtime overhead abstractions providing safe (no unintentional overflow) arithmetic."
readme = "README.md"
keywords = [
    "ranged-types",
    "ranges",
    "safe-arithmetic",
    "compile-time",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/u007d/arranged"
resolver = "2"

[profile.dev]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false
panic = "unwind"

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"

[profile.test]
opt-level = 0
lto = false
codegen-units = 1
debug = true
debug-assertions = true
rpath = false

[dependencies.arith_traits]
version = "0.2.0"

[dependencies.num]
version = "0.4.0"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.thiserror]
version = "1.0.30"

[dev-dependencies.assert2]
version = "0.3.6"

[dev-dependencies.backtrace]
version = "0.3.64"