tinyklv-impl 0.1.0

Implementation detail of the `tinyklv` crate
Documentation
[package]
name = "tinyklv-impl"
version = "0.1.0"
authors = ["Arpad Voros <arpadav@gmail.com>"]
license = "MIT"
description = "Implementation detail of the `tinyklv` crate"
repository = "https://github.com/arpadav/tinyklv"
homepage = "https://arpadvoros.com/tinyklv"
documentation = "https://docs.rs/tinyklv"
keywords = ["decode", "encode", "klv", "parsing", "tlv"]
categories = ["development-tools", "encoding", "parsing"]
edition = "2024"
rust-version = "1.95"
publish = true

[lib]
proc-macro = true

[dependencies]
paste = "1.0"
proc-macro2 = "1.0"
quote = "1.0"
syn = { version = "2.0", features = ["extra-traits", "full"] }
thiserror = "2.0"
tk-syn-macros = { path = "tk-syn-macros", version = "0.0.1" }

[dev-dependencies]

[features]
tracing = []