[package]
edition = "2021"
rust-version = "1.78"
name = "type-const"
version = "1.1.2"
authors = ["Max Dexheimer <maxdexh03@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-level associated consts"
documentation = "https://docs.rs/type-const"
readme = "README.md"
keywords = [
"no_std",
"const",
]
categories = [
"no-std",
"rust-patterns",
]
license = "MIT"
repository = "https://github.com/maxdexh/type-const"
[lib]
name = "type_const"
path = "src/lib.rs"