|
1 | 1 | # This file is automatically @generated by Cargo.
|
2 | 2 | # It is not intended for manual editing.
|
| 3 | +version = 3 |
| 4 | + |
3 | 5 | [[package]]
|
4 | 6 | name = "proc-macro2"
|
5 | 7 | version = "1.0.3"
|
6 | 8 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 9 | +checksum = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8" |
7 | 10 | dependencies = [
|
8 |
| - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 11 | + "unicode-xid", |
9 | 12 | ]
|
10 | 13 |
|
11 | 14 | [[package]]
|
12 | 15 | name = "quote"
|
13 | 16 | version = "1.0.2"
|
14 | 17 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 18 | +checksum = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
15 | 19 | dependencies = [
|
16 |
| - "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 20 | + "proc-macro2", |
17 | 21 | ]
|
18 | 22 |
|
19 | 23 | [[package]]
|
20 | 24 | name = "rustfmt-config_proc_macro"
|
21 |
| -version = "0.1.2" |
| 25 | +version = "0.2.0" |
22 | 26 | dependencies = [
|
23 |
| - "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
24 |
| - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
25 |
| - "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
26 |
| - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 27 | + "proc-macro2", |
| 28 | + "quote", |
| 29 | + "serde", |
| 30 | + "syn", |
27 | 31 | ]
|
28 | 32 |
|
29 | 33 | [[package]]
|
30 | 34 | name = "serde"
|
31 | 35 | version = "1.0.99"
|
32 | 36 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 37 | +checksum = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
33 | 38 | dependencies = [
|
34 |
| - "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| 39 | + "serde_derive", |
35 | 40 | ]
|
36 | 41 |
|
37 | 42 | [[package]]
|
38 | 43 | name = "serde_derive"
|
39 | 44 | version = "1.0.99"
|
40 | 45 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 46 | +checksum = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" |
41 | 47 | dependencies = [
|
42 |
| - "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
43 |
| - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
44 |
| - "syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 48 | + "proc-macro2", |
| 49 | + "quote", |
| 50 | + "syn", |
45 | 51 | ]
|
46 | 52 |
|
47 | 53 | [[package]]
|
48 | 54 | name = "syn"
|
49 | 55 | version = "1.0.5"
|
50 | 56 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 57 | +checksum = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
51 | 58 | dependencies = [
|
52 |
| - "proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
53 |
| - "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
54 |
| - "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 59 | + "proc-macro2", |
| 60 | + "quote", |
| 61 | + "unicode-xid", |
55 | 62 | ]
|
56 | 63 |
|
57 | 64 | [[package]]
|
58 | 65 | name = "unicode-xid"
|
59 | 66 | version = "0.2.0"
|
60 | 67 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
61 |
| - |
62 |
| -[metadata] |
63 |
| -"checksum proc-macro2 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e98a83a9f9b331f54b924e68a66acb1bb35cb01fb0a23645139967abefb697e8" |
64 |
| -"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
65 |
| -"checksum serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
66 |
| -"checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" |
67 |
| -"checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
68 |
| -"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| 68 | +checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
0 commit comments