terminal-chat

Форк
0
/
Cargo.lock 
448 строк · 11.7 Кб
1
# This file is automatically @generated by Cargo.
2
# It is not intended for manual editing.
3
version = 3
4

5
[[package]]
6
name = "anyhow"
7
version = "1.0.68"
8
source = "registry+https://github.com/rust-lang/crates.io-index"
9
checksum = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
10

11
[[package]]
12
name = "autocfg"
13
version = "1.1.0"
14
source = "registry+https://github.com/rust-lang/crates.io-index"
15
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
16

17
[[package]]
18
name = "bitflags"
19
version = "1.3.2"
20
source = "registry+https://github.com/rust-lang/crates.io-index"
21
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
22

23
[[package]]
24
name = "cc"
25
version = "1.0.79"
26
source = "registry+https://github.com/rust-lang/crates.io-index"
27
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
28

29
[[package]]
30
name = "cfg-if"
31
version = "1.0.0"
32
source = "registry+https://github.com/rust-lang/crates.io-index"
33
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
34

35
[[package]]
36
name = "clap"
37
version = "4.1.4"
38
source = "registry+https://github.com/rust-lang/crates.io-index"
39
checksum = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
40
dependencies = [
41
 "bitflags",
42
 "clap_derive",
43
 "clap_lex",
44
 "is-terminal",
45
 "once_cell",
46
 "strsim",
47
 "termcolor",
48
]
49

50
[[package]]
51
name = "clap_derive"
52
version = "4.1.0"
53
source = "registry+https://github.com/rust-lang/crates.io-index"
54
checksum = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
55
dependencies = [
56
 "heck",
57
 "proc-macro-error",
58
 "proc-macro2",
59
 "quote",
60
 "syn",
61
]
62

63
[[package]]
64
name = "clap_lex"
65
version = "0.3.1"
66
source = "registry+https://github.com/rust-lang/crates.io-index"
67
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
68
dependencies = [
69
 "os_str_bytes",
70
]
71

72
[[package]]
73
name = "errno"
74
version = "0.2.8"
75
source = "registry+https://github.com/rust-lang/crates.io-index"
76
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
77
dependencies = [
78
 "errno-dragonfly",
79
 "libc",
80
 "winapi",
81
]
82

83
[[package]]
84
name = "errno-dragonfly"
85
version = "0.1.2"
86
source = "registry+https://github.com/rust-lang/crates.io-index"
87
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
88
dependencies = [
89
 "cc",
90
 "libc",
91
]
92

93
[[package]]
94
name = "getrandom"
95
version = "0.2.8"
96
source = "registry+https://github.com/rust-lang/crates.io-index"
97
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
98
dependencies = [
99
 "cfg-if",
100
 "libc",
101
 "wasi",
102
]
103

104
[[package]]
105
name = "heck"
106
version = "0.4.0"
107
source = "registry+https://github.com/rust-lang/crates.io-index"
108
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
109

110
[[package]]
111
name = "hermit-abi"
112
version = "0.2.6"
113
source = "registry+https://github.com/rust-lang/crates.io-index"
114
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
115
dependencies = [
116
 "libc",
117
]
118

119
[[package]]
120
name = "io-lifetimes"
121
version = "1.0.4"
122
source = "registry+https://github.com/rust-lang/crates.io-index"
123
checksum = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
124
dependencies = [
125
 "libc",
126
 "windows-sys 0.42.0",
127
]
128

129
[[package]]
130
name = "is-terminal"
131
version = "0.4.2"
132
source = "registry+https://github.com/rust-lang/crates.io-index"
133
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
134
dependencies = [
135
 "hermit-abi",
136
 "io-lifetimes",
137
 "rustix",
138
 "windows-sys 0.42.0",
139
]
140

141
[[package]]
142
name = "libc"
143
version = "0.2.139"
144
source = "registry+https://github.com/rust-lang/crates.io-index"
145
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
146

147
[[package]]
148
name = "linux-raw-sys"
149
version = "0.1.4"
150
source = "registry+https://github.com/rust-lang/crates.io-index"
151
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
152

153
[[package]]
154
name = "lock_api"
155
version = "0.4.9"
156
source = "registry+https://github.com/rust-lang/crates.io-index"
157
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
158
dependencies = [
159
 "autocfg",
160
 "scopeguard",
161
]
162

163
[[package]]
164
name = "once_cell"
165
version = "1.17.0"
166
source = "registry+https://github.com/rust-lang/crates.io-index"
167
checksum = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
168

169
[[package]]
170
name = "os_str_bytes"
171
version = "6.4.1"
172
source = "registry+https://github.com/rust-lang/crates.io-index"
173
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
174

175
[[package]]
176
name = "parking_lot"
177
version = "0.12.1"
178
source = "registry+https://github.com/rust-lang/crates.io-index"
179
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
180
dependencies = [
181
 "lock_api",
182
 "parking_lot_core",
183
]
184

185
[[package]]
186
name = "parking_lot_core"
187
version = "0.9.7"
188
source = "registry+https://github.com/rust-lang/crates.io-index"
189
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
190
dependencies = [
191
 "cfg-if",
192
 "libc",
193
 "redox_syscall",
194
 "smallvec",
195
 "windows-sys 0.45.0",
196
]
197

198
[[package]]
199
name = "proc-macro-error"
200
version = "1.0.4"
201
source = "registry+https://github.com/rust-lang/crates.io-index"
202
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
203
dependencies = [
204
 "proc-macro-error-attr",
205
 "proc-macro2",
206
 "quote",
207
 "syn",
208
 "version_check",
209
]
210

211
[[package]]
212
name = "proc-macro-error-attr"
213
version = "1.0.4"
214
source = "registry+https://github.com/rust-lang/crates.io-index"
215
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
216
dependencies = [
217
 "proc-macro2",
218
 "quote",
219
 "version_check",
220
]
221

222
[[package]]
223
name = "proc-macro2"
224
version = "1.0.50"
225
source = "registry+https://github.com/rust-lang/crates.io-index"
226
checksum = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
227
dependencies = [
228
 "unicode-ident",
229
]
230

231
[[package]]
232
name = "quote"
233
version = "1.0.23"
234
source = "registry+https://github.com/rust-lang/crates.io-index"
235
checksum = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
236
dependencies = [
237
 "proc-macro2",
238
]
239

240
[[package]]
241
name = "redox_syscall"
242
version = "0.2.16"
243
source = "registry+https://github.com/rust-lang/crates.io-index"
244
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
245
dependencies = [
246
 "bitflags",
247
]
248

249
[[package]]
250
name = "rustix"
251
version = "0.36.7"
252
source = "registry+https://github.com/rust-lang/crates.io-index"
253
checksum = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
254
dependencies = [
255
 "bitflags",
256
 "errno",
257
 "io-lifetimes",
258
 "libc",
259
 "linux-raw-sys",
260
 "windows-sys 0.42.0",
261
]
262

263
[[package]]
264
name = "scopeguard"
265
version = "1.1.0"
266
source = "registry+https://github.com/rust-lang/crates.io-index"
267
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
268

269
[[package]]
270
name = "smallvec"
271
version = "1.10.0"
272
source = "registry+https://github.com/rust-lang/crates.io-index"
273
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
274

275
[[package]]
276
name = "strsim"
277
version = "0.10.0"
278
source = "registry+https://github.com/rust-lang/crates.io-index"
279
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
280

281
[[package]]
282
name = "syn"
283
version = "1.0.107"
284
source = "registry+https://github.com/rust-lang/crates.io-index"
285
checksum = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
286
dependencies = [
287
 "proc-macro2",
288
 "quote",
289
 "unicode-ident",
290
]
291

292
[[package]]
293
name = "tchat-server"
294
version = "0.1.0"
295
dependencies = [
296
 "anyhow",
297
 "clap",
298
 "parking_lot",
299
 "uuid",
300
]
301

302
[[package]]
303
name = "termcolor"
304
version = "1.2.0"
305
source = "registry+https://github.com/rust-lang/crates.io-index"
306
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
307
dependencies = [
308
 "winapi-util",
309
]
310

311
[[package]]
312
name = "unicode-ident"
313
version = "1.0.6"
314
source = "registry+https://github.com/rust-lang/crates.io-index"
315
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
316

317
[[package]]
318
name = "uuid"
319
version = "1.3.0"
320
source = "registry+https://github.com/rust-lang/crates.io-index"
321
checksum = "1674845326ee10d37ca60470760d4288a6f80f304007d92e5c53bab78c9cfd79"
322
dependencies = [
323
 "getrandom",
324
]
325

326
[[package]]
327
name = "version_check"
328
version = "0.9.4"
329
source = "registry+https://github.com/rust-lang/crates.io-index"
330
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
331

332
[[package]]
333
name = "wasi"
334
version = "0.11.0+wasi-snapshot-preview1"
335
source = "registry+https://github.com/rust-lang/crates.io-index"
336
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
337

338
[[package]]
339
name = "winapi"
340
version = "0.3.9"
341
source = "registry+https://github.com/rust-lang/crates.io-index"
342
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
343
dependencies = [
344
 "winapi-i686-pc-windows-gnu",
345
 "winapi-x86_64-pc-windows-gnu",
346
]
347

348
[[package]]
349
name = "winapi-i686-pc-windows-gnu"
350
version = "0.4.0"
351
source = "registry+https://github.com/rust-lang/crates.io-index"
352
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
353

354
[[package]]
355
name = "winapi-util"
356
version = "0.1.5"
357
source = "registry+https://github.com/rust-lang/crates.io-index"
358
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
359
dependencies = [
360
 "winapi",
361
]
362

363
[[package]]
364
name = "winapi-x86_64-pc-windows-gnu"
365
version = "0.4.0"
366
source = "registry+https://github.com/rust-lang/crates.io-index"
367
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
368

369
[[package]]
370
name = "windows-sys"
371
version = "0.42.0"
372
source = "registry+https://github.com/rust-lang/crates.io-index"
373
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
374
dependencies = [
375
 "windows_aarch64_gnullvm",
376
 "windows_aarch64_msvc",
377
 "windows_i686_gnu",
378
 "windows_i686_msvc",
379
 "windows_x86_64_gnu",
380
 "windows_x86_64_gnullvm",
381
 "windows_x86_64_msvc",
382
]
383

384
[[package]]
385
name = "windows-sys"
386
version = "0.45.0"
387
source = "registry+https://github.com/rust-lang/crates.io-index"
388
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
389
dependencies = [
390
 "windows-targets",
391
]
392

393
[[package]]
394
name = "windows-targets"
395
version = "0.42.1"
396
source = "registry+https://github.com/rust-lang/crates.io-index"
397
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
398
dependencies = [
399
 "windows_aarch64_gnullvm",
400
 "windows_aarch64_msvc",
401
 "windows_i686_gnu",
402
 "windows_i686_msvc",
403
 "windows_x86_64_gnu",
404
 "windows_x86_64_gnullvm",
405
 "windows_x86_64_msvc",
406
]
407

408
[[package]]
409
name = "windows_aarch64_gnullvm"
410
version = "0.42.1"
411
source = "registry+https://github.com/rust-lang/crates.io-index"
412
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
413

414
[[package]]
415
name = "windows_aarch64_msvc"
416
version = "0.42.1"
417
source = "registry+https://github.com/rust-lang/crates.io-index"
418
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
419

420
[[package]]
421
name = "windows_i686_gnu"
422
version = "0.42.1"
423
source = "registry+https://github.com/rust-lang/crates.io-index"
424
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
425

426
[[package]]
427
name = "windows_i686_msvc"
428
version = "0.42.1"
429
source = "registry+https://github.com/rust-lang/crates.io-index"
430
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
431

432
[[package]]
433
name = "windows_x86_64_gnu"
434
version = "0.42.1"
435
source = "registry+https://github.com/rust-lang/crates.io-index"
436
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
437

438
[[package]]
439
name = "windows_x86_64_gnullvm"
440
version = "0.42.1"
441
source = "registry+https://github.com/rust-lang/crates.io-index"
442
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
443

444
[[package]]
445
name = "windows_x86_64_msvc"
446
version = "0.42.1"
447
source = "registry+https://github.com/rust-lang/crates.io-index"
448
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
449

Использование cookies

Мы используем файлы cookie в соответствии с Политикой конфиденциальности и Политикой использования cookies.

Нажимая кнопку «Принимаю», Вы даете АО «СберТех» согласие на обработку Ваших персональных данных в целях совершенствования нашего веб-сайта и Сервиса GitVerse, а также повышения удобства их использования.

Запретить использование cookies Вы можете самостоятельно в настройках Вашего браузера.