[package]
edition = "2021"
rust-version = "1.78"
name = "generic-upper-bound"
version = "3.1.2"
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Stable workaround for internal uses of generic-const-exprs"
documentation = "https://docs.rs/generic-upper-bound"
readme = "README.md"
keywords = [
"no_std",
"const",
]
categories = [
"no-std",
"rust-patterns",
]
license = "MIT"
repository = "https://github.com/maxdexh/generic-upper-bound"
[lib]
name = "generic_upper_bound"
path = "src/lib.rs"
[dependencies.type-const]
version = "1.1.2"