nami-derive 0.2.2

Derive macros for the nami reactive framework
Documentation
[dependencies.quote]
version = "1.0"

[dependencies.syn]
features = ["full"]
version = "2.0"

[lib]
name = "nami_derive"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
all = "warn"
cargo = "warn"
complexity = "warn"
correctness = "warn"
nursery = "warn"
pedantic = "warn"
perf = "warn"
style = "warn"
suspicious = "warn"

[lints.clippy.multiple_crate_versions]
level = "allow"
priority = 1

[lints.rust]
missing_debug_implementations = "warn"
missing_docs = "warn"

[package]
authors = ["Lexo Liu <me@lexo.cool>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["rust-patterns", "development-tools::procedural-macro-helpers"]
description = "Derive macros for the nami reactive framework"
documentation = "https://docs.rs/nami-derive"
edition = "2021"
homepage = "https://github.com/water-rs/nami"
keywords = ["reactive", "derive", "macro", "procedural", "binding"]
license = "MIT"
name = "nami-derive"
readme = "README.md"
repository = "https://github.com/water-rs/nami"
version = "0.2.2"