type-const 1.1.2

Type-level associated consts
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 = "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"