generic-upper-bound 3.1.2

Stable workaround for internal uses of generic-const-exprs
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.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"