[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[lib]
proc-macro = true
[package]
authors = ["jtempest"]
categories = ["algorithms", "development-tools::debugging", "no-std"]
description = "Derive macro support for float_eq."
documentation = "https://docs.rs/float_eq/"
edition = "2018"
homepage = "https://github.com/jtempest/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_derive"
readme = "crates-io.md"
repository = "https://github.com/jtempest/float_eq-rs"
version = "0.5.0"