[features]
alloc = []
default = ["std"]
f128 = []
f16 = []
std = ["alloc"]
[lib]
name = "ballpark"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["mathematics", "no-std::no-alloc", "algorithms"]
description = "Approximate comparisons for floating-point numbers"
edition = "2024"
keywords = ["ulp", "ulps", "approx", "equality"]
license = "0BSD"
name = "ballpark"
readme = "README.md"
repository = "https://github.com/SludgePhD/Ballpark"
rust-version = "1.85.0"
version = "1.0.0"
[[test]]
name = "build"
path = "tests/build.rs"