[package] name = "aprox_derive" authors = ["Evan Overman "] repository = "https://github.com/an-prata/aprox_eq" license = "MIT" description = "A simple crate for determining aproximate equality between floating point types and deriving this capability to struct comprised of floating point numbers." version = "0.3.2" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] syn = "2.0" quote = "1.0" proc-macro2 = "1.0.66"