gnat 0.1.10

Type-level numbers without extra bounds
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 = "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"