[dependencies.crc]
version = "3.0"
[dependencies.itertools]
version = "0.13.0"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.syn]
features = ["full"]
version = "2.0"
[lib]
name = "senax_encoder_derive"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["yossyX"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A fast, compact, and schema-evolution-friendly binary serialization library for Rust."
edition = "2021"
license = "MIT OR Apache-2.0"
name = "senax-encoder-derive"
readme = false
repository = "https://github.com/yossyX/senax-encoder"
version = "0.2.1"