cargo / typenum / audit
cargo : typenum @ 1.20.0
PE Patrick Elsen signed 2026-05-27 published 2026-05-27

Cargo.toml.orig

39 lines · plain

[package]name = "typenum"version = "1.20.0" # remember to update html_root_urlauthors = ["Paho Lurie-Gregg <paho@paholg.com>", "Andre Bogus <bogusandre@gmail.com>"]documentation = "https://docs.rs/typenum"repository = "https://github.com/paholg/typenum"readme = "README.md"license = "MIT OR Apache-2.0"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."""categories = ["no-std"]edition = "2018"rust-version = "1.41.0"exclude = ["/.github/", "/clippy.toml", "/flake.lock", "/flake.nix", "/justfile", "/.envrc"][dependencies]scale-info = { version = "1.0", default-features = false, optional = true }[lib]name = "typenum"[features]i128           = []strict         = []const-generics = []scale_info     = ["scale-info/derive"][package.metadata.docs.rs]features     = ["i128", "const-generics"]rustdoc-args = ["--cfg", "docsrs"][package.metadata.playground]features = ["i128", "const-generics"][workspace]members = ["generate"]