[dependencies.proc-macro-crate]
default-features = false
version = "2.0.0"
[dependencies.proc-macro2]
default-features = false
version = "1.0.69"
[dependencies.quote]
default-features = false
version = "1.0.33"
[dependencies.syn]
default-features = false
features = ["full", "extra-traits", "parsing", "printing", "derive", "proc-macro", "clone-impls"]
version = "2.0.39"
[lib]
proc-macro = true
[package]
authors = ["IOTA Stiftung"]
description = "Derive macro for the `packable` crate."
edition = "2021"
homepage = "https://www.iota.org"
keywords = ["binary", "no_std", "serialization", "packable"]
license = "Apache-2.0"
name = "packable-derive"
readme = "README.md"
repository = "https://github.com/iotaledger/common-rs"
version = "0.10.0"