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