[badges.coveralls]
repository = "jtempest/float_eq-rs"
[badges.maintenance]
status = "experimental"
[badges.travis-ci]
repository = "jtempest/float_eq-rs"
[dependencies.float_eq_derive]
optional = true
version = "=1.0.1"
[dependencies.num-complex]
optional = true
version = "0.4"
[dev-dependencies.trybuild]
version = "1"
[features]
default = ["std"]
derive = ["float_eq_derive"]
num = ["num-complex"]
std = []
[package]
authors = ["jtempest"]
categories = ["algorithms", "development-tools::debugging", "no-std"]
description = "Compare IEEE floating point primitives, structs and collections for equality."
documentation = "https://jtempest.github.io/float_eq-rs/book/"
edition = "2018"
homepage = "https://jtempest.github.io/float_eq-rs/"
include = ["Cargo.toml", "src/**/*.rs", "crates-io.md", "LICENSE-APACHE", "LICENSE-MIT"]
keywords = ["approximate", "assert", "comparison", "equality", "float"]
license = "MIT OR Apache-2.0"
name = "float_eq"
readme = "crates-io.md"
repository = "https://github.com/jtempest/float_eq-rs"
version = "1.0.1"
[package.metadata.docs.rs]
all-features = true