const-util 2.3.0

Stable implementations for some missing const functions
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"
rust-version = "1.83"
name = "const-util"
version = "2.3.0"
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable implementations for some missing const functions"
documentation = "https://docs.rs/const-util"
readme = "README.md"
keywords = [
    "no_std",
    "const",
]
categories = [
    "no-std",
    "rust-patterns",
]
license = "MIT"
repository = "https://github.com/maxdexh/const-util"

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

[dependencies.generic-upper-bound]
version = "3.1.1"

[dependencies.rustversion]
version = "1.0.21"

[dependencies.type-const]
version = "1.1.2"