parcode-derive 0.4.0

Procedural macros for the Parcode high-performance serialization library.
Documentation
[dependencies.proc-macro2]
version = "1.0.103"

[dependencies.quote]
version = "1.0.42"

[dependencies.syn]
features = ["full", "extra-traits"]
version = "2.0.110"

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

[lints.clippy]
cargo_common_metadata = "warn"
cast_possible_truncation = "deny"
cast_sign_loss = "deny"
dbg_macro = "warn"
doc_markdown = "warn"
indexing_slicing = "warn"
panic = "deny"
semicolon_if_nothing_returned = "warn"
todo = "warn"
unnecessary_wraps = "warn"
unwrap_used = "deny"
use_self = "warn"

[lints.clippy.nursery]
level = "allow"
priority = -1

[lints.clippy.pedantic]
level = "allow"
priority = -1

[lints.rust]
elided_lifetimes_in_paths = "warn"
keyword_idents_2024 = "forbid"
missing_debug_implementations = "warn"
missing_docs = "warn"
non_ascii_idents = "forbid"
trivial_numeric_casts = "warn"
unreachable_pub = "warn"
unsafe_op_in_unsafe_fn = "forbid"
unused_import_braces = "warn"

[package]
authors = ["RetypeOS"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::procedural-macro-helpers", "encoding"]
description = "Procedural macros for the Parcode high-performance serialization library."
edition = "2024"
exclude = [".github/*", "tests/*", "examples/*"]
keywords = ["serialization", "derive", "proc-macro", "parcode"]
license = "MIT"
name = "parcode-derive"
readme = "README.md"
repository = "https://github.com/retypeos/parcode"
version = "0.4.0"