]> git.proxmox.com Git - rustc.git/blob - vendor/pretty_assertions-0.7.2/Cargo.lock
New upstream version 1.64.0+dfsg1
[rustc.git] / vendor / pretty_assertions-0.7.2 / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 [[package]]
4 name = "ansi_term"
5 version = "0.12.1"
6 source = "registry+https://github.com/rust-lang/crates.io-index"
7 checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
8 dependencies = [
9 "winapi",
10 ]
11
12 [[package]]
13 name = "ctor"
14 version = "0.1.19"
15 source = "registry+https://github.com/rust-lang/crates.io-index"
16 checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
17 dependencies = [
18 "quote",
19 "syn",
20 ]
21
22 [[package]]
23 name = "diff"
24 version = "0.1.12"
25 source = "registry+https://github.com/rust-lang/crates.io-index"
26 checksum = "0e25ea47919b1560c4e3b7fe0aaab9becf5b84a10325ddf7db0f0ba5e1026499"
27
28 [[package]]
29 name = "output_vt100"
30 version = "0.1.2"
31 source = "registry+https://github.com/rust-lang/crates.io-index"
32 checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
33 dependencies = [
34 "winapi",
35 ]
36
37 [[package]]
38 name = "pretty_assertions"
39 version = "0.7.2"
40 dependencies = [
41 "ansi_term",
42 "ctor",
43 "diff",
44 "output_vt100",
45 ]
46
47 [[package]]
48 name = "proc-macro2"
49 version = "1.0.24"
50 source = "registry+https://github.com/rust-lang/crates.io-index"
51 checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
52 dependencies = [
53 "unicode-xid",
54 ]
55
56 [[package]]
57 name = "quote"
58 version = "1.0.9"
59 source = "registry+https://github.com/rust-lang/crates.io-index"
60 checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
61 dependencies = [
62 "proc-macro2",
63 ]
64
65 [[package]]
66 name = "syn"
67 version = "1.0.63"
68 source = "registry+https://github.com/rust-lang/crates.io-index"
69 checksum = "8fd9bc7ccc2688b3344c2f48b9b546648b25ce0b20fc717ee7fa7981a8ca9717"
70 dependencies = [
71 "proc-macro2",
72 "quote",
73 "unicode-xid",
74 ]
75
76 [[package]]
77 name = "unicode-xid"
78 version = "0.2.1"
79 source = "registry+https://github.com/rust-lang/crates.io-index"
80 checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
81
82 [[package]]
83 name = "winapi"
84 version = "0.3.9"
85 source = "registry+https://github.com/rust-lang/crates.io-index"
86 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
87 dependencies = [
88 "winapi-i686-pc-windows-gnu",
89 "winapi-x86_64-pc-windows-gnu",
90 ]
91
92 [[package]]
93 name = "winapi-i686-pc-windows-gnu"
94 version = "0.4.0"
95 source = "registry+https://github.com/rust-lang/crates.io-index"
96 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
97
98 [[package]]
99 name = "winapi-x86_64-pc-windows-gnu"
100 version = "0.4.0"
101 source = "registry+https://github.com/rust-lang/crates.io-index"
102 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"