num-primitive 0.3.5

Traits for primitive numeric types
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"