[dependencies.scale-info]
default-features = false
optional = true
version = "1.0"
[features]
const-generics = []
force_unix_path_separator = []
i128 = []
no_std = []
scale_info = ["scale-info/derive"]
strict = []
[lib]
name = "typenum"
path = "src/lib.rs"
[package]
authors = ["Paho Lurie-Gregg <paho@paholg.com>", "Andre Bogus <bogusandre@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["no-std"]
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"
edition = "2018"
exclude = ["/.github/", "/clippy.toml", "/flake.lock", "/flake.nix", "/justfile", "/.envrc"]
license = "MIT OR Apache-2.0"
name = "typenum"
readme = "README.md"
repository = "https://github.com/paholg/typenum"
rust-version = "1.37.0"
version = "1.19.0"
[package.metadata.docs.rs]
features = ["i128", "const-generics"]
rustdoc-args = ["--cfg", "docsrs"]
[package.metadata.playground]
features = ["i128", "const-generics"]
[[test]]
name = "test"
path = "tests/test.rs"