[dependencies.aprox_derive]
version = "0.3.2"
[lib]
name = "aprox_eq"
path = "src/lib.rs"
[package]
authors = ["Evan Overman <evanrileyoverman@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A simple crate for determining aproximate equality between floating point types and deriving this capability to structs comprised of floating point numbers and other implementers of `AproxEq`."
edition = "2021"
license = "MIT"
name = "aprox_eq"
readme = "README.md"
repository = "https://github.com/an-prata/aprox_eq"
version = "2.1.0"