[dependencies.anchor-syn]
version = "0.32.1"
[dependencies.borsh-derive-internal]
version = "0.10.3"
[dependencies.proc-macro2]
version = "1"
[dependencies.quote]
version = "1"
[dependencies.syn]
features = ["full"]
version = "1"
[features]
idl-build = ["anchor-syn/idl-build"]
lazy-account = []
[lib]
name = "anchor_derive_serde"
path = "src/lib.rs"
proc-macro = true
[package]
authors = ["Anchor Maintainers <accounts@200ms.io>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Anchor Derive macro for serialization and deserialization"
edition = "2021"
license = "Apache-2.0"
name = "anchor-derive-serde"
readme = false
repository = "https://github.com/coral-xyz/anchor"
version = "0.32.1"