nami-derive 0.2.3

Derive macros for the nami reactive framework
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

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

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

[dependencies.quote]
version = "1.0"

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

[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"