[package]
edition = "2021"
rust-version = "1.93"
name = "std-traits"
version = "0.6.0"
authors = ["Asger Hautop Drewsen <asger@tyilo.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Traits for types in the standard library."
readme = "README.md"
keywords = [
"numerics",
"primitives",
"traits",
"mathematics",
"numerics",
]
categories = [
"no-std",
"no-std::no-alloc",
"rust-patterns",
"algorithms",
"mathematics",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tyilo/std-traits"
[features]
alloc = []
default = ["std"]
std = ["alloc"]
[lib]
name = "std_traits"
path = "src/lib.rs"