[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
version = "2"
[lib]
name = "nan_default"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Michael Fairman <mfairman@tegimeki.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Derive macro for defaulting structs with floats to NAN"
edition = "2021"
keywords = ["default", "float", "nan", "no-std"]
license = "MIT"
name = "nan-default"
readme = "README.md"
repository = "https://gitlab.com/mfairman/nan-default"
version = "0.0.1"
[[test]]
name = "test"
path = "tests/test.rs"