[package] name = "noisy_float" version = "0.2.0" edition = "2018" authors = ["Matthew Michelotti "] description = "Contains floating point types that panic if they are set to an illegal value, such as NaN" documentation = "https://docs.rs/noisy_float" repository = "https://github.com/SergiusIW/noisy_float-rs" readme = "README.md" keywords = ["float", "Ord", "NaN", "finite", "panic"] categories = ["mathematics"] license = "Apache-2.0" [dependencies] num-traits = "0.2" serde = { version = "1.0", optional = true } approx = { version = "0.4", optional = true } [dev-dependencies] serde_json = "1.0" serde_derive = "1.0" criterion = "0.3" [[bench]] name = "benchmark" harness = false