[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"