yoke-derive 0.1.2

Custom derive for the yoke crate
Documentation
[dependencies.proc-macro2]
version = "1.0.27"

[dependencies.quote]
version = "1.0.9"

[dependencies.syn]
features = ["derive", "fold"]
version = "1.0.73"

[dependencies.synstructure]
version = "0.12.4"
[dev-dependencies.yoke]
features = ["derive"]
version = "0.3.0"

[dev-dependencies.zerovec]
features = ["yoke"]
version = "0.4"

[lib]
path = "src/lib.rs"
proc_macro = true

[package]
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
categories = ["data-structures"]
description = "Custom derive for the yoke crate"
edition = "2018"
keywords = ["zerocopy", "serialization", "lifetime", "borrow", "self-referential"]
license-file = "LICENSE"
name = "yoke-derive"
repository = "https://github.com/unicode-org/icu4x"
resolver = "2"
version = "0.1.2"