Bug 1608150 [wpt PR 21112] - Add missing space in `./wpt lint` command line docs...
[gecko.git] / third_party / rust / darling_macro / Cargo.toml
blob61f76a70c3597443cf6bf2274e45029cd9386271
1 # THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
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
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)
13 [package]
14 name = "darling_macro"
15 version = "0.10.1"
16 authors = ["Ted Driggs <ted.driggs@outlook.com>"]
17 description = "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"
18 license = "MIT"
19 repository = "https://github.com/TedDriggs/darling"
21 [lib]
22 proc-macro = true
23 [dependencies.darling_core]
24 version = "=0.10.1"
26 [dependencies.quote]
27 version = "1"
29 [dependencies.syn]
30 version = "1"