]> git.proxmox.com Git - rustc.git/blame - vendor/darling_macro/Cargo.toml
New upstream version 1.42.0+dfsg0+pve1
[rustc.git] / vendor / darling_macro / Cargo.toml
CommitLineData
ea8adc8c
XL
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 believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
8bb4bdeb 13[package]
dc9dc135
XL
14name = "darling_macro"
15version = "0.8.6"
16authors = ["Ted Driggs <ted.driggs@outlook.com>"]
17description = "Internal support for a proc-macro library for reading attributes into structs when\nimplementing custom derives. Use https://crates.io/crates/darling in your code.\n"
ea8adc8c 18license = "MIT"
dc9dc135 19repository = "https://github.com/TedDriggs/darling"
8bb4bdeb 20
dc9dc135
XL
21[lib]
22proc-macro = true
23[dependencies.darling_core]
24version = "=0.8.6"
0531ce1d 25
dc9dc135
XL
26[dependencies.quote]
27version = "0.6"
8bb4bdeb 28
dc9dc135
XL
29[dependencies.syn]
30version = "0.15.26"