[package]
name = "typenum"
version = "1.11.2"
authors = ["Paho Lurie-Gregg <paho@paholg.com>", "Andre Bogus <bogusandre@gmail.com>"]
build = "build/main.rs"
description = "Typenum is a Rust library for type-level numbers evaluated at compile time. It currently supports bits, unsigned integers, and signed integers. It also provides a type-level array of type-level numbers, but its implementation is incomplete."
documentation = "https://docs.rs/typenum"
readme = "README.md"
categories = ["no-std"]
license = "MIT/Apache-2.0"
repository = "https://github.com/paholg/typenum"
[lib]
name = "typenum"
[features]
i128 = []
no_std = []
strict = []