[package]
edition = "2024"
rust-version = "1.93"
name = "num-primitive"
version = "0.3.5"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for primitive numeric types"
readme = "README.md"
keywords = [
"generic",
"mathematics",
"numerics",
"primitive",
]
categories = [
"algorithms",
"science",
"no-std",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rust-num/num-primitive"
[package.metadata.release]
allow-branch = ["main"]
sign-tag = true
[features]
default = ["std"]
std = []
[lib]
name = "num_primitive"
path = "src/lib.rs"
[lints.rust]
missing-docs = "deny"
private-bounds = "deny"
private-interfaces = "deny"
unconditional-recursion = "deny"
unnameable-types = "deny"
unreachable-pub = "deny"
[lints.rustdoc]
broken-intra-doc-links = "deny"
private-intra-doc-links = "deny"