[dependencies.darling]
version = "0.21.0"
[dependencies.proc-macro2]
version = "1.0.95"
[dependencies.quote]
version = "1.0.40"
[dependencies.syn]
features = ["derive", "full", "visit"]
version = "2.0.104"
[features]
default = ["macro_std"]
macro_std = []
[lib]
name = "esexpr_derive"
path = "src/lib.rs"
proc-macro = true
[lints.clippy]
allow_attributes_without_reason = "deny"
as_pointer_underscore = "deny"
as_underscore = "deny"
collapsible_else_if = "allow"
elidable_lifetime_names = "allow"
ignored_unit_patterns = "allow"
match_wildcard_for_single_variants = "allow"
mismatching_type_param_order = "allow"
needless_lifetimes = "allow"
needless_pass_by_value = "allow"
similar_names = "allow"
single_match_else = "allow"
tabs_in_doc_comments = "allow"
too_many_lines = "allow"
unwrap_used = "deny"
wildcard_imports = "allow"
[lints.clippy.complexity]
level = "deny"
priority = -1
[lints.clippy.correctness]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.perf]
level = "deny"
priority = -1
[lints.clippy.style]
level = "deny"
priority = -1
[lints.clippy.suspicious]
level = "deny"
priority = -1
[lints.rust]
macro_use_extern_crate = "deny"
missing_docs = "deny"
unused_must_use = "deny"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["encoding"]
description = "ESExpr serialization format and related utilities."
documentation = "https://docs.rs/esexpr-derive"
edition = "2024"
homepage = "https://github.com/argon-lang/esexpr"
license = "Apache-2.0"
name = "esexpr-derive"
readme = "README.md"
repository = "https://github.com/argon-lang/esexpr"
resolver = "2"
rust-version = "1.88.0"
version = "0.2.2"