1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "yoke-derive" 15version = "0.7.5" 16authors = ["Manish Goregaokar <manishsmail@gmail.com>"] 17build = false 18autobins = false 19autoexamples = false 20autotests = false 21autobenches = false 22description = "Custom derive for the yoke crate" 23readme = "README.md" 24keywords = [ 25 "zerocopy", 26 "serialization", 27 "lifetime", 28 "borrow", 29 "self-referential", 30] 31categories = [ 32 "data-structures", 33 "memory-management", 34 "caching", 35 "no-std", 36] 37license = "Unicode-3.0" 38repository = "https://github.com/unicode-org/icu4x" 39 40[package.metadata.workspaces] 41independent = true 42 43[lib] 44name = "yoke_derive" 45path = "src/lib.rs" 46proc-macro = true 47 48[[example]] 49name = "yoke_derive" 50path = "examples/yoke_derive.rs" 51 52[dependencies.proc-macro2] 53version = "1.0.61" 54 55[dependencies.quote] 56version = "1.0.28" 57 58[dependencies.syn] 59version = "2.0.21" 60features = ["fold"] 61 62[dependencies.synstructure] 63version = "0.13.0" 64 65[dev-dependencies] 66