Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/C/Firefox/third_party/rust/yoke-derive/   (Firefox Browser Version 153.0.1©)  Datei vom 27.6.2026 mit Größe 983 B image not shown  

Quelle  Cargo.toml.orig   Sprache: unbekannt

 
Spracherkennung für: .orig vermutete Sprache: Unknown {[0] [0] [0]} [Methode: Schwerpunktbildung, einfache Gewichte, sechs Dimensionen]

# 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
# (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ).

[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"] }

[Dauer der Verarbeitung: 0.14 Sekunden, vorverarbeitet 2026-08-25]