Revision control

Copy as Markdown

Other Tools

# This file is part of ICU4X. For terms of use, please see the file
# called LICENSE at the top level of the ICU4X source tree
[package]
name = "yoke-derive"
description = "Custom derive for the yoke crate"
version = "0.8.0"
categories = ["data-structures", "memory-management", "caching", "no-std"]
keywords = ["zerocopy", "serialization", "lifetime", "borrow", "self-referential"]
authors = ["Manish Goregaokar <manishsmail@gmail.com>"]
edition.workspace = true
license.workspace = true
repository.workspace = true
[package.metadata.workspaces]
independent = true
[lib]
proc-macro = true
path = "src/lib.rs"
[dependencies]
proc-macro2 = { workspace = true }
quote = { workspace = true }
syn = { workspace = true, features = ["fold"] }
synstructure = { workspace = true }
[dev-dependencies]
yoke = { path = "..", features = ["derive"] }
zerovec = { path = "../../../utils/zerovec", features = ["yoke"] }