• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "byteorder"
7version = "1.5.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
10
11[[package]]
12name = "glob"
13version = "0.3.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
16
17[[package]]
18name = "itoa"
19version = "1.0.3"
20source = "registry+https://github.com/rust-lang/crates.io-index"
21checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
22
23[[package]]
24name = "libc"
25version = "0.2.132"
26source = "registry+https://github.com/rust-lang/crates.io-index"
27checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
28
29[[package]]
30name = "once_cell"
31version = "1.13.1"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "074864da206b4973b84eb91683020dbefd6a8c3f0f38e054d93954e891935e4e"
34
35[[package]]
36name = "open-enum"
37version = "0.5.2"
38dependencies = [
39 "libc",
40 "open-enum-derive",
41 "trybuild",
42 "zerocopy",
43]
44
45[[package]]
46name = "open-enum-derive"
47version = "0.5.2"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "8d1296fab5231654a5aec8bf9e87ba4e3938c502fc4c3c0425a00084c78944be"
50dependencies = [
51 "proc-macro2",
52 "quote",
53 "syn 2.0.39",
54]
55
56[[package]]
57name = "proc-macro2"
58version = "1.0.69"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
61dependencies = [
62 "unicode-ident",
63]
64
65[[package]]
66name = "quote"
67version = "1.0.33"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
70dependencies = [
71 "proc-macro2",
72]
73
74[[package]]
75name = "ryu"
76version = "1.0.11"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
79
80[[package]]
81name = "serde"
82version = "1.0.143"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
85
86[[package]]
87name = "serde_derive"
88version = "1.0.143"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
91dependencies = [
92 "proc-macro2",
93 "quote",
94 "syn 1.0.99",
95]
96
97[[package]]
98name = "serde_json"
99version = "1.0.83"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "38dd04e3c8279e75b31ef29dbdceebfe5ad89f4d0937213c53f7d49d01b3d5a7"
102dependencies = [
103 "itoa",
104 "ryu",
105 "serde",
106]
107
108[[package]]
109name = "syn"
110version = "1.0.99"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
113dependencies = [
114 "proc-macro2",
115 "quote",
116 "unicode-ident",
117]
118
119[[package]]
120name = "syn"
121version = "2.0.39"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
124dependencies = [
125 "proc-macro2",
126 "quote",
127 "unicode-ident",
128]
129
130[[package]]
131name = "termcolor"
132version = "1.1.3"
133source = "registry+https://github.com/rust-lang/crates.io-index"
134checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
135dependencies = [
136 "winapi-util",
137]
138
139[[package]]
140name = "toml"
141version = "0.5.9"
142source = "registry+https://github.com/rust-lang/crates.io-index"
143checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
144dependencies = [
145 "serde",
146]
147
148[[package]]
149name = "trybuild"
150version = "1.0.64"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "e7f408301c7480f9e6294eb779cfc907f54bd901a9660ef24d7f233ed5376485"
153dependencies = [
154 "glob",
155 "once_cell",
156 "serde",
157 "serde_derive",
158 "serde_json",
159 "termcolor",
160 "toml",
161]
162
163[[package]]
164name = "unicode-ident"
165version = "1.0.3"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
168
169[[package]]
170name = "winapi"
171version = "0.3.9"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
174dependencies = [
175 "winapi-i686-pc-windows-gnu",
176 "winapi-x86_64-pc-windows-gnu",
177]
178
179[[package]]
180name = "winapi-i686-pc-windows-gnu"
181version = "0.4.0"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
184
185[[package]]
186name = "winapi-util"
187version = "0.1.5"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
190dependencies = [
191 "winapi",
192]
193
194[[package]]
195name = "winapi-x86_64-pc-windows-gnu"
196version = "0.4.0"
197source = "registry+https://github.com/rust-lang/crates.io-index"
198checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
199
200[[package]]
201name = "zerocopy"
202version = "0.7.26"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "e97e415490559a91254a2979b4829267a57d2fcd741a98eee8b722fb57289aa0"
205dependencies = [
206 "byteorder",
207 "zerocopy-derive",
208]
209
210[[package]]
211name = "zerocopy-derive"
212version = "0.7.26"
213source = "registry+https://github.com/rust-lang/crates.io-index"
214checksum = "dd7e48ccf166952882ca8bd778a43502c64f33bf94c12ebe2a7f08e5a0f6689f"
215dependencies = [
216 "proc-macro2",
217 "quote",
218 "syn 2.0.39",
219]
220