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 = "zerofrom-derive" 15version = "0.1.6" 16authors = ["Manish Goregaokar <manishsmail@gmail.com>"] 17build = false 18autolib = false 19autobins = false 20autoexamples = false 21autotests = false 22autobenches = false 23description = "Custom derive for the zerofrom crate" 24readme = "README.md" 25keywords = [ 26 "zerocopy", 27 "serialization", 28 "lifetime", 29 "borrow", 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 = "zerofrom_derive" 45path = "src/lib.rs" 46proc-macro = true 47 48[[example]] 49name = "zf_derive" 50path = "examples/zf_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