[package]
edition = "2024"
rust-version = "1.90"
name = "gnat"
version = "0.1.10"
authors = ["Max Dexheimer"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Type-level numbers without extra bounds"
documentation = "https://docs.rs/gnat"
readme = "README.md"
keywords = [
"no_std",
"const",
]
categories = ["no-std"]
license = "MIT"
repository = "https://github.com/maxdexh/gnat"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
"--cfg",
"docsrs",
]
[features]
alloc = []
macros = ["gnat-proc/full"]
std = ["alloc"]
[lib]
name = "gnat"
path = "src/lib.rs"
[dependencies.const-util]
version = "2.2.0"
[dependencies.gnat-proc]
version = "0.1.10"
[dev-dependencies.generic-upper-bound]
version = "3.1.1"