scsys-traits 0.2.9

scsys is a collection of primitives and utilities for use throughout the ecosystem.
Documentation
[dependencies.num-traits]
default-features = false
version = "0.2"

[features]
alloc = []
default = ["std"]
full = ["default"]
std = ["alloc"]
wasi = []
wasm = []

[lib]
bench = false
crate-type = ["cdylib", "rlib"]
doc = true
doctest = true
name = "scsys_traits"
path = "src/lib.rs"
test = true

[package]
authors = ["FL03 <jo3mccain@icloud.com> (https://github.com/FL03)", "Scattered-Systems <support@scsys.io> (https://github.com/scattered-systems)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = []
description = "scsys is a collection of primitives and utilities for use throughout the ecosystem."
edition = "2024"
homepage = "https://github.com/scattered-systems/scsys/wiki"
keywords = ["primitives", "scsys", "toolkit", "utilities"]
license = "Apache-2.0"
name = "scsys-traits"
readme = "README.md"
repository = "https://github.com/scattered-systems/scsys.git"
rust-version = "1.85.0"
version = "0.2.9"

[package.metadata.docs.rs]
all-features = false
features = ["full"]
rustc-args = ["--cfg", "docsrs"]
version = "v{{version}}"

[package.metadata.release]
no-dev-version = true
tag-name = "{{version}}"

[[test]]
name = "default"
path = "tests/default.rs"