]> git.proxmox.com Git - rustc.git/blob - src/doc/book/listings/ch19-advanced-features/listing-19-33/hello_macro/hello_macro_derive/Cargo.lock
New upstream version 1.43.0+dfsg1
[rustc.git] / src / doc / book / listings / ch19-advanced-features / listing-19-33 / hello_macro / hello_macro_derive / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "hello_macro_derive"
5 version = "0.1.0"
6 dependencies = [
7 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
8 "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
9 ]
10
11 [[package]]
12 name = "proc-macro2"
13 version = "1.0.8"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 dependencies = [
16 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
17 ]
18
19 [[package]]
20 name = "quote"
21 version = "1.0.2"
22 source = "registry+https://github.com/rust-lang/crates.io-index"
23 dependencies = [
24 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
25 ]
26
27 [[package]]
28 name = "syn"
29 version = "1.0.14"
30 source = "registry+https://github.com/rust-lang/crates.io-index"
31 dependencies = [
32 "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
33 "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
34 "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
35 ]
36
37 [[package]]
38 name = "unicode-xid"
39 version = "0.2.0"
40 source = "registry+https://github.com/rust-lang/crates.io-index"
41
42 [metadata]
43 "checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548"
44 "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
45 "checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5"
46 "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"