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