tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
0
fork
atom
lol
0
fork
atom
overview
issues
pulls
pipelines
shticker-book-unwritten: switch to fetchCrate, remove patch
figsoda
4 years ago
82b780a5
1eae448e
+6
-1274
3 changed files
expand all
collapse all
unified
split
pkgs
games
shticker-book-unwritten
cargo-lock.patch
unwrapped.nix
update-cargo-lock.sh
-1248
pkgs/games/shticker-book-unwritten/cargo-lock.patch
reviewed
···
1
1
-
diff --git a/Cargo.lock b/Cargo.lock
2
2
-
new file mode 100644
3
3
-
index 0000000..16f72a8
4
4
-
--- /dev/null
5
5
-
+++ b/Cargo.lock
6
6
-
@@ -0,0 +1,1242 @@
7
7
-
+# This file is automatically @generated by Cargo.
8
8
-
+# It is not intended for manual editing.
9
9
-
+[[package]]
10
10
-
+name = "autocfg"
11
11
-
+version = "1.0.1"
12
12
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
13
13
-
+checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
14
14
-
+
15
15
-
+[[package]]
16
16
-
+name = "base64"
17
17
-
+version = "0.13.0"
18
18
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
19
19
-
+checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
20
20
-
+
21
21
-
+[[package]]
22
22
-
+name = "bitflags"
23
23
-
+version = "1.2.1"
24
24
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
25
25
-
+checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
26
26
-
+
27
27
-
+[[package]]
28
28
-
+name = "block-buffer"
29
29
-
+version = "0.9.0"
30
30
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
31
31
-
+checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
32
32
-
+dependencies = [
33
33
-
+ "generic-array",
34
34
-
+]
35
35
-
+
36
36
-
+[[package]]
37
37
-
+name = "bumpalo"
38
38
-
+version = "3.6.1"
39
39
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
40
40
-
+checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
41
41
-
+
42
42
-
+[[package]]
43
43
-
+name = "bytes"
44
44
-
+version = "0.5.6"
45
45
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
46
46
-
+checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
47
47
-
+
48
48
-
+[[package]]
49
49
-
+name = "bytes"
50
50
-
+version = "1.0.1"
51
51
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
52
52
-
+checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
53
53
-
+
54
54
-
+[[package]]
55
55
-
+name = "bzip2"
56
56
-
+version = "0.4.2"
57
57
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
58
58
-
+checksum = "abf8012c8a15d5df745fcf258d93e6149dcf102882c8d8702d9cff778eab43a8"
59
59
-
+dependencies = [
60
60
-
+ "bzip2-sys",
61
61
-
+ "libc",
62
62
-
+]
63
63
-
+
64
64
-
+[[package]]
65
65
-
+name = "bzip2-sys"
66
66
-
+version = "0.1.10+1.0.8"
67
67
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
68
68
-
+checksum = "17fa3d1ac1ca21c5c4e36a97f3c3eb25084576f6fc47bf0139c1123434216c6c"
69
69
-
+dependencies = [
70
70
-
+ "cc",
71
71
-
+ "libc",
72
72
-
+ "pkg-config",
73
73
-
+]
74
74
-
+
75
75
-
+[[package]]
76
76
-
+name = "cc"
77
77
-
+version = "1.0.67"
78
78
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
79
79
-
+checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
80
80
-
+
81
81
-
+[[package]]
82
82
-
+name = "cfg-if"
83
83
-
+version = "0.1.10"
84
84
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
85
85
-
+checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
86
86
-
+
87
87
-
+[[package]]
88
88
-
+name = "cfg-if"
89
89
-
+version = "1.0.0"
90
90
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
91
91
-
+checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
92
92
-
+
93
93
-
+[[package]]
94
94
-
+name = "clap"
95
95
-
+version = "2.33.3"
96
96
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
97
97
-
+checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
98
98
-
+dependencies = [
99
99
-
+ "bitflags",
100
100
-
+ "strsim",
101
101
-
+ "textwrap",
102
102
-
+ "unicode-width",
103
103
-
+ "vec_map",
104
104
-
+]
105
105
-
+
106
106
-
+[[package]]
107
107
-
+name = "core-foundation"
108
108
-
+version = "0.9.1"
109
109
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
110
110
-
+checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
111
111
-
+dependencies = [
112
112
-
+ "core-foundation-sys",
113
113
-
+ "libc",
114
114
-
+]
115
115
-
+
116
116
-
+[[package]]
117
117
-
+name = "core-foundation-sys"
118
118
-
+version = "0.8.2"
119
119
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
120
120
-
+checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
121
121
-
+
122
122
-
+[[package]]
123
123
-
+name = "cpuid-bool"
124
124
-
+version = "0.1.2"
125
125
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
126
126
-
+checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
127
127
-
+
128
128
-
+[[package]]
129
129
-
+name = "digest"
130
130
-
+version = "0.9.0"
131
131
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
132
132
-
+checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
133
133
-
+dependencies = [
134
134
-
+ "generic-array",
135
135
-
+]
136
136
-
+
137
137
-
+[[package]]
138
138
-
+name = "encoding_rs"
139
139
-
+version = "0.8.28"
140
140
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
141
141
-
+checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
142
142
-
+dependencies = [
143
143
-
+ "cfg-if 1.0.0",
144
144
-
+]
145
145
-
+
146
146
-
+[[package]]
147
147
-
+name = "fnv"
148
148
-
+version = "1.0.7"
149
149
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
150
150
-
+checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
151
151
-
+
152
152
-
+[[package]]
153
153
-
+name = "foreign-types"
154
154
-
+version = "0.3.2"
155
155
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
156
156
-
+checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
157
157
-
+dependencies = [
158
158
-
+ "foreign-types-shared",
159
159
-
+]
160
160
-
+
161
161
-
+[[package]]
162
162
-
+name = "foreign-types-shared"
163
163
-
+version = "0.1.1"
164
164
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
165
165
-
+checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
166
166
-
+
167
167
-
+[[package]]
168
168
-
+name = "form_urlencoded"
169
169
-
+version = "1.0.1"
170
170
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
171
171
-
+checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
172
172
-
+dependencies = [
173
173
-
+ "matches",
174
174
-
+ "percent-encoding",
175
175
-
+]
176
176
-
+
177
177
-
+[[package]]
178
178
-
+name = "fuchsia-zircon"
179
179
-
+version = "0.3.3"
180
180
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
181
181
-
+checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
182
182
-
+dependencies = [
183
183
-
+ "bitflags",
184
184
-
+ "fuchsia-zircon-sys",
185
185
-
+]
186
186
-
+
187
187
-
+[[package]]
188
188
-
+name = "fuchsia-zircon-sys"
189
189
-
+version = "0.3.3"
190
190
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
191
191
-
+checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
192
192
-
+
193
193
-
+[[package]]
194
194
-
+name = "futures-channel"
195
195
-
+version = "0.3.13"
196
196
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
197
197
-
+checksum = "8c2dd2df839b57db9ab69c2c9d8f3e8c81984781937fe2807dc6dcf3b2ad2939"
198
198
-
+dependencies = [
199
199
-
+ "futures-core",
200
200
-
+]
201
201
-
+
202
202
-
+[[package]]
203
203
-
+name = "futures-core"
204
204
-
+version = "0.3.13"
205
205
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
206
206
-
+checksum = "15496a72fabf0e62bdc3df11a59a3787429221dd0710ba8ef163d6f7a9112c94"
207
207
-
+
208
208
-
+[[package]]
209
209
-
+name = "futures-io"
210
210
-
+version = "0.3.13"
211
211
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
212
212
-
+checksum = "d71c2c65c57704c32f5241c1223167c2c3294fd34ac020c807ddbe6db287ba59"
213
213
-
+
214
214
-
+[[package]]
215
215
-
+name = "futures-sink"
216
216
-
+version = "0.3.13"
217
217
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
218
218
-
+checksum = "85754d98985841b7d4f5e8e6fbfa4a4ac847916893ec511a2917ccd8525b8bb3"
219
219
-
+
220
220
-
+[[package]]
221
221
-
+name = "futures-task"
222
222
-
+version = "0.3.13"
223
223
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
224
224
-
+checksum = "fa189ef211c15ee602667a6fcfe1c1fd9e07d42250d2156382820fba33c9df80"
225
225
-
+
226
226
-
+[[package]]
227
227
-
+name = "futures-util"
228
228
-
+version = "0.3.13"
229
229
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
230
230
-
+checksum = "1812c7ab8aedf8d6f2701a43e1243acdbcc2b36ab26e2ad421eb99ac963d96d1"
231
231
-
+dependencies = [
232
232
-
+ "futures-core",
233
233
-
+ "futures-io",
234
234
-
+ "futures-task",
235
235
-
+ "memchr",
236
236
-
+ "pin-project-lite 0.2.6",
237
237
-
+ "pin-utils",
238
238
-
+ "slab",
239
239
-
+]
240
240
-
+
241
241
-
+[[package]]
242
242
-
+name = "generic-array"
243
243
-
+version = "0.14.4"
244
244
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
245
245
-
+checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
246
246
-
+dependencies = [
247
247
-
+ "typenum",
248
248
-
+ "version_check",
249
249
-
+]
250
250
-
+
251
251
-
+[[package]]
252
252
-
+name = "getrandom"
253
253
-
+version = "0.2.2"
254
254
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
255
255
-
+checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
256
256
-
+dependencies = [
257
257
-
+ "cfg-if 1.0.0",
258
258
-
+ "libc",
259
259
-
+ "wasi",
260
260
-
+]
261
261
-
+
262
262
-
+[[package]]
263
263
-
+name = "h2"
264
264
-
+version = "0.2.7"
265
265
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
266
266
-
+checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
267
267
-
+dependencies = [
268
268
-
+ "bytes 0.5.6",
269
269
-
+ "fnv",
270
270
-
+ "futures-core",
271
271
-
+ "futures-sink",
272
272
-
+ "futures-util",
273
273
-
+ "http",
274
274
-
+ "indexmap",
275
275
-
+ "slab",
276
276
-
+ "tokio",
277
277
-
+ "tokio-util",
278
278
-
+ "tracing",
279
279
-
+ "tracing-futures",
280
280
-
+]
281
281
-
+
282
282
-
+[[package]]
283
283
-
+name = "hashbrown"
284
284
-
+version = "0.9.1"
285
285
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
286
286
-
+checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
287
287
-
+
288
288
-
+[[package]]
289
289
-
+name = "hermit-abi"
290
290
-
+version = "0.1.18"
291
291
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
292
292
-
+checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
293
293
-
+dependencies = [
294
294
-
+ "libc",
295
295
-
+]
296
296
-
+
297
297
-
+[[package]]
298
298
-
+name = "http"
299
299
-
+version = "0.2.3"
300
300
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
301
301
-
+checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
302
302
-
+dependencies = [
303
303
-
+ "bytes 1.0.1",
304
304
-
+ "fnv",
305
305
-
+ "itoa",
306
306
-
+]
307
307
-
+
308
308
-
+[[package]]
309
309
-
+name = "http-body"
310
310
-
+version = "0.3.1"
311
311
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
312
312
-
+checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
313
313
-
+dependencies = [
314
314
-
+ "bytes 0.5.6",
315
315
-
+ "http",
316
316
-
+]
317
317
-
+
318
318
-
+[[package]]
319
319
-
+name = "httparse"
320
320
-
+version = "1.3.5"
321
321
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
322
322
-
+checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
323
323
-
+
324
324
-
+[[package]]
325
325
-
+name = "httpdate"
326
326
-
+version = "0.3.2"
327
327
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
328
328
-
+checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
329
329
-
+
330
330
-
+[[package]]
331
331
-
+name = "hyper"
332
332
-
+version = "0.13.10"
333
333
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
334
334
-
+checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
335
335
-
+dependencies = [
336
336
-
+ "bytes 0.5.6",
337
337
-
+ "futures-channel",
338
338
-
+ "futures-core",
339
339
-
+ "futures-util",
340
340
-
+ "h2",
341
341
-
+ "http",
342
342
-
+ "http-body",
343
343
-
+ "httparse",
344
344
-
+ "httpdate",
345
345
-
+ "itoa",
346
346
-
+ "pin-project",
347
347
-
+ "socket2",
348
348
-
+ "tokio",
349
349
-
+ "tower-service",
350
350
-
+ "tracing",
351
351
-
+ "want",
352
352
-
+]
353
353
-
+
354
354
-
+[[package]]
355
355
-
+name = "hyper-tls"
356
356
-
+version = "0.4.3"
357
357
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
358
358
-
+checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
359
359
-
+dependencies = [
360
360
-
+ "bytes 0.5.6",
361
361
-
+ "hyper",
362
362
-
+ "native-tls",
363
363
-
+ "tokio",
364
364
-
+ "tokio-tls",
365
365
-
+]
366
366
-
+
367
367
-
+[[package]]
368
368
-
+name = "idna"
369
369
-
+version = "0.2.2"
370
370
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
371
371
-
+checksum = "89829a5d69c23d348314a7ac337fe39173b61149a9864deabd260983aed48c21"
372
372
-
+dependencies = [
373
373
-
+ "matches",
374
374
-
+ "unicode-bidi",
375
375
-
+ "unicode-normalization",
376
376
-
+]
377
377
-
+
378
378
-
+[[package]]
379
379
-
+name = "indexmap"
380
380
-
+version = "1.6.2"
381
381
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
382
382
-
+checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
383
383
-
+dependencies = [
384
384
-
+ "autocfg",
385
385
-
+ "hashbrown",
386
386
-
+]
387
387
-
+
388
388
-
+[[package]]
389
389
-
+name = "iovec"
390
390
-
+version = "0.1.4"
391
391
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
392
392
-
+checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
393
393
-
+dependencies = [
394
394
-
+ "libc",
395
395
-
+]
396
396
-
+
397
397
-
+[[package]]
398
398
-
+name = "ipnet"
399
399
-
+version = "2.3.0"
400
400
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
401
401
-
+checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
402
402
-
+
403
403
-
+[[package]]
404
404
-
+name = "itoa"
405
405
-
+version = "0.4.7"
406
406
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
407
407
-
+checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
408
408
-
+
409
409
-
+[[package]]
410
410
-
+name = "js-sys"
411
411
-
+version = "0.3.48"
412
412
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
413
413
-
+checksum = "dc9f84f9b115ce7843d60706df1422a916680bfdfcbdb0447c5614ff9d7e4d78"
414
414
-
+dependencies = [
415
415
-
+ "wasm-bindgen",
416
416
-
+]
417
417
-
+
418
418
-
+[[package]]
419
419
-
+name = "kernel32-sys"
420
420
-
+version = "0.2.2"
421
421
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
422
422
-
+checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
423
423
-
+dependencies = [
424
424
-
+ "winapi 0.2.8",
425
425
-
+ "winapi-build",
426
426
-
+]
427
427
-
+
428
428
-
+[[package]]
429
429
-
+name = "lazy_static"
430
430
-
+version = "1.4.0"
431
431
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
432
432
-
+checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
433
433
-
+
434
434
-
+[[package]]
435
435
-
+name = "libc"
436
436
-
+version = "0.2.88"
437
437
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
438
438
-
+checksum = "03b07a082330a35e43f63177cc01689da34fbffa0105e1246cf0311472cac73a"
439
439
-
+
440
440
-
+[[package]]
441
441
-
+name = "log"
442
442
-
+version = "0.4.14"
443
443
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
444
444
-
+checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
445
445
-
+dependencies = [
446
446
-
+ "cfg-if 1.0.0",
447
447
-
+]
448
448
-
+
449
449
-
+[[package]]
450
450
-
+name = "matches"
451
451
-
+version = "0.1.8"
452
452
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
453
453
-
+checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
454
454
-
+
455
455
-
+[[package]]
456
456
-
+name = "memchr"
457
457
-
+version = "2.3.4"
458
458
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
459
459
-
+checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
460
460
-
+
461
461
-
+[[package]]
462
462
-
+name = "mime"
463
463
-
+version = "0.3.16"
464
464
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
465
465
-
+checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
466
466
-
+
467
467
-
+[[package]]
468
468
-
+name = "mime_guess"
469
469
-
+version = "2.0.3"
470
470
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
471
471
-
+checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
472
472
-
+dependencies = [
473
473
-
+ "mime",
474
474
-
+ "unicase",
475
475
-
+]
476
476
-
+
477
477
-
+[[package]]
478
478
-
+name = "mio"
479
479
-
+version = "0.6.23"
480
480
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
481
481
-
+checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
482
482
-
+dependencies = [
483
483
-
+ "cfg-if 0.1.10",
484
484
-
+ "fuchsia-zircon",
485
485
-
+ "fuchsia-zircon-sys",
486
486
-
+ "iovec",
487
487
-
+ "kernel32-sys",
488
488
-
+ "libc",
489
489
-
+ "log",
490
490
-
+ "miow",
491
491
-
+ "net2",
492
492
-
+ "slab",
493
493
-
+ "winapi 0.2.8",
494
494
-
+]
495
495
-
+
496
496
-
+[[package]]
497
497
-
+name = "miow"
498
498
-
+version = "0.2.2"
499
499
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
500
500
-
+checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
501
501
-
+dependencies = [
502
502
-
+ "kernel32-sys",
503
503
-
+ "net2",
504
504
-
+ "winapi 0.2.8",
505
505
-
+ "ws2_32-sys",
506
506
-
+]
507
507
-
+
508
508
-
+[[package]]
509
509
-
+name = "native-tls"
510
510
-
+version = "0.2.7"
511
511
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
512
512
-
+checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
513
513
-
+dependencies = [
514
514
-
+ "lazy_static",
515
515
-
+ "libc",
516
516
-
+ "log",
517
517
-
+ "openssl",
518
518
-
+ "openssl-probe",
519
519
-
+ "openssl-sys",
520
520
-
+ "schannel",
521
521
-
+ "security-framework",
522
522
-
+ "security-framework-sys",
523
523
-
+ "tempfile",
524
524
-
+]
525
525
-
+
526
526
-
+[[package]]
527
527
-
+name = "net2"
528
528
-
+version = "0.2.37"
529
529
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
530
530
-
+checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
531
531
-
+dependencies = [
532
532
-
+ "cfg-if 0.1.10",
533
533
-
+ "libc",
534
534
-
+ "winapi 0.3.9",
535
535
-
+]
536
536
-
+
537
537
-
+[[package]]
538
538
-
+name = "num_cpus"
539
539
-
+version = "1.13.0"
540
540
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
541
541
-
+checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
542
542
-
+dependencies = [
543
543
-
+ "hermit-abi",
544
544
-
+ "libc",
545
545
-
+]
546
546
-
+
547
547
-
+[[package]]
548
548
-
+name = "opaque-debug"
549
549
-
+version = "0.3.0"
550
550
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
551
551
-
+checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
552
552
-
+
553
553
-
+[[package]]
554
554
-
+name = "openssl"
555
555
-
+version = "0.10.32"
556
556
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
557
557
-
+checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
558
558
-
+dependencies = [
559
559
-
+ "bitflags",
560
560
-
+ "cfg-if 1.0.0",
561
561
-
+ "foreign-types",
562
562
-
+ "lazy_static",
563
563
-
+ "libc",
564
564
-
+ "openssl-sys",
565
565
-
+]
566
566
-
+
567
567
-
+[[package]]
568
568
-
+name = "openssl-probe"
569
569
-
+version = "0.1.2"
570
570
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
571
571
-
+checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
572
572
-
+
573
573
-
+[[package]]
574
574
-
+name = "openssl-sys"
575
575
-
+version = "0.9.60"
576
576
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
577
577
-
+checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
578
578
-
+dependencies = [
579
579
-
+ "autocfg",
580
580
-
+ "cc",
581
581
-
+ "libc",
582
582
-
+ "pkg-config",
583
583
-
+ "vcpkg",
584
584
-
+]
585
585
-
+
586
586
-
+[[package]]
587
587
-
+name = "percent-encoding"
588
588
-
+version = "2.1.0"
589
589
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
590
590
-
+checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
591
591
-
+
592
592
-
+[[package]]
593
593
-
+name = "pin-project"
594
594
-
+version = "1.0.5"
595
595
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
596
596
-
+checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
597
597
-
+dependencies = [
598
598
-
+ "pin-project-internal",
599
599
-
+]
600
600
-
+
601
601
-
+[[package]]
602
602
-
+name = "pin-project-internal"
603
603
-
+version = "1.0.5"
604
604
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
605
605
-
+checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
606
606
-
+dependencies = [
607
607
-
+ "proc-macro2",
608
608
-
+ "quote",
609
609
-
+ "syn",
610
610
-
+]
611
611
-
+
612
612
-
+[[package]]
613
613
-
+name = "pin-project-lite"
614
614
-
+version = "0.1.12"
615
615
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
616
616
-
+checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
617
617
-
+
618
618
-
+[[package]]
619
619
-
+name = "pin-project-lite"
620
620
-
+version = "0.2.6"
621
621
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
622
622
-
+checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
623
623
-
+
624
624
-
+[[package]]
625
625
-
+name = "pin-utils"
626
626
-
+version = "0.1.0"
627
627
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
628
628
-
+checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
629
629
-
+
630
630
-
+[[package]]
631
631
-
+name = "pkg-config"
632
632
-
+version = "0.3.19"
633
633
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
634
634
-
+checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
635
635
-
+
636
636
-
+[[package]]
637
637
-
+name = "ppv-lite86"
638
638
-
+version = "0.2.10"
639
639
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
640
640
-
+checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
641
641
-
+
642
642
-
+[[package]]
643
643
-
+name = "proc-macro2"
644
644
-
+version = "1.0.24"
645
645
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
646
646
-
+checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
647
647
-
+dependencies = [
648
648
-
+ "unicode-xid",
649
649
-
+]
650
650
-
+
651
651
-
+[[package]]
652
652
-
+name = "quote"
653
653
-
+version = "1.0.9"
654
654
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
655
655
-
+checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
656
656
-
+dependencies = [
657
657
-
+ "proc-macro2",
658
658
-
+]
659
659
-
+
660
660
-
+[[package]]
661
661
-
+name = "rand"
662
662
-
+version = "0.8.3"
663
663
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
664
664
-
+checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
665
665
-
+dependencies = [
666
666
-
+ "libc",
667
667
-
+ "rand_chacha",
668
668
-
+ "rand_core",
669
669
-
+ "rand_hc",
670
670
-
+]
671
671
-
+
672
672
-
+[[package]]
673
673
-
+name = "rand_chacha"
674
674
-
+version = "0.3.0"
675
675
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
676
676
-
+checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
677
677
-
+dependencies = [
678
678
-
+ "ppv-lite86",
679
679
-
+ "rand_core",
680
680
-
+]
681
681
-
+
682
682
-
+[[package]]
683
683
-
+name = "rand_core"
684
684
-
+version = "0.6.2"
685
685
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
686
686
-
+checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
687
687
-
+dependencies = [
688
688
-
+ "getrandom",
689
689
-
+]
690
690
-
+
691
691
-
+[[package]]
692
692
-
+name = "rand_hc"
693
693
-
+version = "0.3.0"
694
694
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
695
695
-
+checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
696
696
-
+dependencies = [
697
697
-
+ "rand_core",
698
698
-
+]
699
699
-
+
700
700
-
+[[package]]
701
701
-
+name = "redox_syscall"
702
702
-
+version = "0.2.5"
703
703
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
704
704
-
+checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
705
705
-
+dependencies = [
706
706
-
+ "bitflags",
707
707
-
+]
708
708
-
+
709
709
-
+[[package]]
710
710
-
+name = "remove_dir_all"
711
711
-
+version = "0.5.3"
712
712
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
713
713
-
+checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
714
714
-
+dependencies = [
715
715
-
+ "winapi 0.3.9",
716
716
-
+]
717
717
-
+
718
718
-
+[[package]]
719
719
-
+name = "reqwest"
720
720
-
+version = "0.10.10"
721
721
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
722
722
-
+checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
723
723
-
+dependencies = [
724
724
-
+ "base64",
725
725
-
+ "bytes 0.5.6",
726
726
-
+ "encoding_rs",
727
727
-
+ "futures-core",
728
728
-
+ "futures-util",
729
729
-
+ "http",
730
730
-
+ "http-body",
731
731
-
+ "hyper",
732
732
-
+ "hyper-tls",
733
733
-
+ "ipnet",
734
734
-
+ "js-sys",
735
735
-
+ "lazy_static",
736
736
-
+ "log",
737
737
-
+ "mime",
738
738
-
+ "mime_guess",
739
739
-
+ "native-tls",
740
740
-
+ "percent-encoding",
741
741
-
+ "pin-project-lite 0.2.6",
742
742
-
+ "serde",
743
743
-
+ "serde_urlencoded",
744
744
-
+ "tokio",
745
745
-
+ "tokio-tls",
746
746
-
+ "url",
747
747
-
+ "wasm-bindgen",
748
748
-
+ "wasm-bindgen-futures",
749
749
-
+ "web-sys",
750
750
-
+ "winreg",
751
751
-
+]
752
752
-
+
753
753
-
+[[package]]
754
754
-
+name = "rpassword"
755
755
-
+version = "4.0.5"
756
756
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
757
757
-
+checksum = "99371657d3c8e4d816fb6221db98fa408242b0b53bac08f8676a41f8554fe99f"
758
758
-
+dependencies = [
759
759
-
+ "libc",
760
760
-
+ "winapi 0.3.9",
761
761
-
+]
762
762
-
+
763
763
-
+[[package]]
764
764
-
+name = "ryu"
765
765
-
+version = "1.0.5"
766
766
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
767
767
-
+checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
768
768
-
+
769
769
-
+[[package]]
770
770
-
+name = "schannel"
771
771
-
+version = "0.1.19"
772
772
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
773
773
-
+checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
774
774
-
+dependencies = [
775
775
-
+ "lazy_static",
776
776
-
+ "winapi 0.3.9",
777
777
-
+]
778
778
-
+
779
779
-
+[[package]]
780
780
-
+name = "security-framework"
781
781
-
+version = "2.1.1"
782
782
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
783
783
-
+checksum = "2dfd318104249865096c8da1dfabf09ddbb6d0330ea176812a62ec75e40c4166"
784
784
-
+dependencies = [
785
785
-
+ "bitflags",
786
786
-
+ "core-foundation",
787
787
-
+ "core-foundation-sys",
788
788
-
+ "libc",
789
789
-
+ "security-framework-sys",
790
790
-
+]
791
791
-
+
792
792
-
+[[package]]
793
793
-
+name = "security-framework-sys"
794
794
-
+version = "2.1.1"
795
795
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
796
796
-
+checksum = "dee48cdde5ed250b0d3252818f646e174ab414036edb884dde62d80a3ac6082d"
797
797
-
+dependencies = [
798
798
-
+ "core-foundation-sys",
799
799
-
+ "libc",
800
800
-
+]
801
801
-
+
802
802
-
+[[package]]
803
803
-
+name = "serde"
804
804
-
+version = "1.0.123"
805
805
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
806
806
-
+checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"
807
807
-
+dependencies = [
808
808
-
+ "serde_derive",
809
809
-
+]
810
810
-
+
811
811
-
+[[package]]
812
812
-
+name = "serde_derive"
813
813
-
+version = "1.0.123"
814
814
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
815
815
-
+checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"
816
816
-
+dependencies = [
817
817
-
+ "proc-macro2",
818
818
-
+ "quote",
819
819
-
+ "syn",
820
820
-
+]
821
821
-
+
822
822
-
+[[package]]
823
823
-
+name = "serde_json"
824
824
-
+version = "1.0.64"
825
825
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
826
826
-
+checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
827
827
-
+dependencies = [
828
828
-
+ "itoa",
829
829
-
+ "ryu",
830
830
-
+ "serde",
831
831
-
+]
832
832
-
+
833
833
-
+[[package]]
834
834
-
+name = "serde_urlencoded"
835
835
-
+version = "0.7.0"
836
836
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
837
837
-
+checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
838
838
-
+dependencies = [
839
839
-
+ "form_urlencoded",
840
840
-
+ "itoa",
841
841
-
+ "ryu",
842
842
-
+ "serde",
843
843
-
+]
844
844
-
+
845
845
-
+[[package]]
846
846
-
+name = "sha-1"
847
847
-
+version = "0.9.4"
848
848
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
849
849
-
+checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f"
850
850
-
+dependencies = [
851
851
-
+ "block-buffer",
852
852
-
+ "cfg-if 1.0.0",
853
853
-
+ "cpuid-bool",
854
854
-
+ "digest",
855
855
-
+ "opaque-debug",
856
856
-
+]
857
857
-
+
858
858
-
+[[package]]
859
859
-
+name = "shticker_book_unwritten"
860
860
-
+version = "1.0.3"
861
861
-
+dependencies = [
862
862
-
+ "bzip2",
863
863
-
+ "clap",
864
864
-
+ "reqwest",
865
865
-
+ "rpassword",
866
866
-
+ "serde",
867
867
-
+ "serde_json",
868
868
-
+ "sha-1",
869
869
-
+]
870
870
-
+
871
871
-
+[[package]]
872
872
-
+name = "slab"
873
873
-
+version = "0.4.2"
874
874
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
875
875
-
+checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
876
876
-
+
877
877
-
+[[package]]
878
878
-
+name = "socket2"
879
879
-
+version = "0.3.19"
880
880
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
881
881
-
+checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
882
882
-
+dependencies = [
883
883
-
+ "cfg-if 1.0.0",
884
884
-
+ "libc",
885
885
-
+ "winapi 0.3.9",
886
886
-
+]
887
887
-
+
888
888
-
+[[package]]
889
889
-
+name = "strsim"
890
890
-
+version = "0.8.0"
891
891
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
892
892
-
+checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
893
893
-
+
894
894
-
+[[package]]
895
895
-
+name = "syn"
896
896
-
+version = "1.0.61"
897
897
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
898
898
-
+checksum = "ed22b90a0e734a23a7610f4283ac9e5acfb96cbb30dfefa540d66f866f1c09c5"
899
899
-
+dependencies = [
900
900
-
+ "proc-macro2",
901
901
-
+ "quote",
902
902
-
+ "unicode-xid",
903
903
-
+]
904
904
-
+
905
905
-
+[[package]]
906
906
-
+name = "tempfile"
907
907
-
+version = "3.2.0"
908
908
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
909
909
-
+checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
910
910
-
+dependencies = [
911
911
-
+ "cfg-if 1.0.0",
912
912
-
+ "libc",
913
913
-
+ "rand",
914
914
-
+ "redox_syscall",
915
915
-
+ "remove_dir_all",
916
916
-
+ "winapi 0.3.9",
917
917
-
+]
918
918
-
+
919
919
-
+[[package]]
920
920
-
+name = "textwrap"
921
921
-
+version = "0.11.0"
922
922
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
923
923
-
+checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
924
924
-
+dependencies = [
925
925
-
+ "unicode-width",
926
926
-
+]
927
927
-
+
928
928
-
+[[package]]
929
929
-
+name = "tinyvec"
930
930
-
+version = "1.1.1"
931
931
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
932
932
-
+checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
933
933
-
+dependencies = [
934
934
-
+ "tinyvec_macros",
935
935
-
+]
936
936
-
+
937
937
-
+[[package]]
938
938
-
+name = "tinyvec_macros"
939
939
-
+version = "0.1.0"
940
940
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
941
941
-
+checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
942
942
-
+
943
943
-
+[[package]]
944
944
-
+name = "tokio"
945
945
-
+version = "0.2.25"
946
946
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
947
947
-
+checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
948
948
-
+dependencies = [
949
949
-
+ "bytes 0.5.6",
950
950
-
+ "fnv",
951
951
-
+ "futures-core",
952
952
-
+ "iovec",
953
953
-
+ "lazy_static",
954
954
-
+ "memchr",
955
955
-
+ "mio",
956
956
-
+ "num_cpus",
957
957
-
+ "pin-project-lite 0.1.12",
958
958
-
+ "slab",
959
959
-
+]
960
960
-
+
961
961
-
+[[package]]
962
962
-
+name = "tokio-tls"
963
963
-
+version = "0.3.1"
964
964
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
965
965
-
+checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
966
966
-
+dependencies = [
967
967
-
+ "native-tls",
968
968
-
+ "tokio",
969
969
-
+]
970
970
-
+
971
971
-
+[[package]]
972
972
-
+name = "tokio-util"
973
973
-
+version = "0.3.1"
974
974
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
975
975
-
+checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
976
976
-
+dependencies = [
977
977
-
+ "bytes 0.5.6",
978
978
-
+ "futures-core",
979
979
-
+ "futures-sink",
980
980
-
+ "log",
981
981
-
+ "pin-project-lite 0.1.12",
982
982
-
+ "tokio",
983
983
-
+]
984
984
-
+
985
985
-
+[[package]]
986
986
-
+name = "tower-service"
987
987
-
+version = "0.3.1"
988
988
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
989
989
-
+checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
990
990
-
+
991
991
-
+[[package]]
992
992
-
+name = "tracing"
993
993
-
+version = "0.1.25"
994
994
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
995
995
-
+checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
996
996
-
+dependencies = [
997
997
-
+ "cfg-if 1.0.0",
998
998
-
+ "log",
999
999
-
+ "pin-project-lite 0.2.6",
1000
1000
-
+ "tracing-core",
1001
1001
-
+]
1002
1002
-
+
1003
1003
-
+[[package]]
1004
1004
-
+name = "tracing-core"
1005
1005
-
+version = "0.1.17"
1006
1006
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1007
1007
-
+checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
1008
1008
-
+dependencies = [
1009
1009
-
+ "lazy_static",
1010
1010
-
+]
1011
1011
-
+
1012
1012
-
+[[package]]
1013
1013
-
+name = "tracing-futures"
1014
1014
-
+version = "0.2.5"
1015
1015
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1016
1016
-
+checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
1017
1017
-
+dependencies = [
1018
1018
-
+ "pin-project",
1019
1019
-
+ "tracing",
1020
1020
-
+]
1021
1021
-
+
1022
1022
-
+[[package]]
1023
1023
-
+name = "try-lock"
1024
1024
-
+version = "0.2.3"
1025
1025
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1026
1026
-
+checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
1027
1027
-
+
1028
1028
-
+[[package]]
1029
1029
-
+name = "typenum"
1030
1030
-
+version = "1.12.0"
1031
1031
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1032
1032
-
+checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
1033
1033
-
+
1034
1034
-
+[[package]]
1035
1035
-
+name = "unicase"
1036
1036
-
+version = "2.6.0"
1037
1037
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1038
1038
-
+checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
1039
1039
-
+dependencies = [
1040
1040
-
+ "version_check",
1041
1041
-
+]
1042
1042
-
+
1043
1043
-
+[[package]]
1044
1044
-
+name = "unicode-bidi"
1045
1045
-
+version = "0.3.4"
1046
1046
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1047
1047
-
+checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1048
1048
-
+dependencies = [
1049
1049
-
+ "matches",
1050
1050
-
+]
1051
1051
-
+
1052
1052
-
+[[package]]
1053
1053
-
+name = "unicode-normalization"
1054
1054
-
+version = "0.1.17"
1055
1055
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1056
1056
-
+checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
1057
1057
-
+dependencies = [
1058
1058
-
+ "tinyvec",
1059
1059
-
+]
1060
1060
-
+
1061
1061
-
+[[package]]
1062
1062
-
+name = "unicode-width"
1063
1063
-
+version = "0.1.8"
1064
1064
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1065
1065
-
+checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1066
1066
-
+
1067
1067
-
+[[package]]
1068
1068
-
+name = "unicode-xid"
1069
1069
-
+version = "0.2.1"
1070
1070
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1071
1071
-
+checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1072
1072
-
+
1073
1073
-
+[[package]]
1074
1074
-
+name = "url"
1075
1075
-
+version = "2.2.1"
1076
1076
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1077
1077
-
+checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
1078
1078
-
+dependencies = [
1079
1079
-
+ "form_urlencoded",
1080
1080
-
+ "idna",
1081
1081
-
+ "matches",
1082
1082
-
+ "percent-encoding",
1083
1083
-
+]
1084
1084
-
+
1085
1085
-
+[[package]]
1086
1086
-
+name = "vcpkg"
1087
1087
-
+version = "0.2.11"
1088
1088
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1089
1089
-
+checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
1090
1090
-
+
1091
1091
-
+[[package]]
1092
1092
-
+name = "vec_map"
1093
1093
-
+version = "0.8.2"
1094
1094
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1095
1095
-
+checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1096
1096
-
+
1097
1097
-
+[[package]]
1098
1098
-
+name = "version_check"
1099
1099
-
+version = "0.9.2"
1100
1100
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1101
1101
-
+checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1102
1102
-
+
1103
1103
-
+[[package]]
1104
1104
-
+name = "want"
1105
1105
-
+version = "0.3.0"
1106
1106
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1107
1107
-
+checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
1108
1108
-
+dependencies = [
1109
1109
-
+ "log",
1110
1110
-
+ "try-lock",
1111
1111
-
+]
1112
1112
-
+
1113
1113
-
+[[package]]
1114
1114
-
+name = "wasi"
1115
1115
-
+version = "0.10.2+wasi-snapshot-preview1"
1116
1116
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1117
1117
-
+checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
1118
1118
-
+
1119
1119
-
+[[package]]
1120
1120
-
+name = "wasm-bindgen"
1121
1121
-
+version = "0.2.71"
1122
1122
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1123
1123
-
+checksum = "7ee1280240b7c461d6a0071313e08f34a60b0365f14260362e5a2b17d1d31aa7"
1124
1124
-
+dependencies = [
1125
1125
-
+ "cfg-if 1.0.0",
1126
1126
-
+ "serde",
1127
1127
-
+ "serde_json",
1128
1128
-
+ "wasm-bindgen-macro",
1129
1129
-
+]
1130
1130
-
+
1131
1131
-
+[[package]]
1132
1132
-
+name = "wasm-bindgen-backend"
1133
1133
-
+version = "0.2.71"
1134
1134
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1135
1135
-
+checksum = "5b7d8b6942b8bb3a9b0e73fc79b98095a27de6fa247615e59d096754a3bc2aa8"
1136
1136
-
+dependencies = [
1137
1137
-
+ "bumpalo",
1138
1138
-
+ "lazy_static",
1139
1139
-
+ "log",
1140
1140
-
+ "proc-macro2",
1141
1141
-
+ "quote",
1142
1142
-
+ "syn",
1143
1143
-
+ "wasm-bindgen-shared",
1144
1144
-
+]
1145
1145
-
+
1146
1146
-
+[[package]]
1147
1147
-
+name = "wasm-bindgen-futures"
1148
1148
-
+version = "0.4.21"
1149
1149
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1150
1150
-
+checksum = "8e67a5806118af01f0d9045915676b22aaebecf4178ae7021bc171dab0b897ab"
1151
1151
-
+dependencies = [
1152
1152
-
+ "cfg-if 1.0.0",
1153
1153
-
+ "js-sys",
1154
1154
-
+ "wasm-bindgen",
1155
1155
-
+ "web-sys",
1156
1156
-
+]
1157
1157
-
+
1158
1158
-
+[[package]]
1159
1159
-
+name = "wasm-bindgen-macro"
1160
1160
-
+version = "0.2.71"
1161
1161
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1162
1162
-
+checksum = "e5ac38da8ef716661f0f36c0d8320b89028efe10c7c0afde65baffb496ce0d3b"
1163
1163
-
+dependencies = [
1164
1164
-
+ "quote",
1165
1165
-
+ "wasm-bindgen-macro-support",
1166
1166
-
+]
1167
1167
-
+
1168
1168
-
+[[package]]
1169
1169
-
+name = "wasm-bindgen-macro-support"
1170
1170
-
+version = "0.2.71"
1171
1171
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1172
1172
-
+checksum = "cc053ec74d454df287b9374ee8abb36ffd5acb95ba87da3ba5b7d3fe20eb401e"
1173
1173
-
+dependencies = [
1174
1174
-
+ "proc-macro2",
1175
1175
-
+ "quote",
1176
1176
-
+ "syn",
1177
1177
-
+ "wasm-bindgen-backend",
1178
1178
-
+ "wasm-bindgen-shared",
1179
1179
-
+]
1180
1180
-
+
1181
1181
-
+[[package]]
1182
1182
-
+name = "wasm-bindgen-shared"
1183
1183
-
+version = "0.2.71"
1184
1184
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1185
1185
-
+checksum = "7d6f8ec44822dd71f5f221a5847fb34acd9060535c1211b70a05844c0f6383b1"
1186
1186
-
+
1187
1187
-
+[[package]]
1188
1188
-
+name = "web-sys"
1189
1189
-
+version = "0.3.48"
1190
1190
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1191
1191
-
+checksum = "ec600b26223b2948cedfde2a0aa6756dcf1fef616f43d7b3097aaf53a6c4d92b"
1192
1192
-
+dependencies = [
1193
1193
-
+ "js-sys",
1194
1194
-
+ "wasm-bindgen",
1195
1195
-
+]
1196
1196
-
+
1197
1197
-
+[[package]]
1198
1198
-
+name = "winapi"
1199
1199
-
+version = "0.2.8"
1200
1200
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1201
1201
-
+checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
1202
1202
-
+
1203
1203
-
+[[package]]
1204
1204
-
+name = "winapi"
1205
1205
-
+version = "0.3.9"
1206
1206
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1207
1207
-
+checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1208
1208
-
+dependencies = [
1209
1209
-
+ "winapi-i686-pc-windows-gnu",
1210
1210
-
+ "winapi-x86_64-pc-windows-gnu",
1211
1211
-
+]
1212
1212
-
+
1213
1213
-
+[[package]]
1214
1214
-
+name = "winapi-build"
1215
1215
-
+version = "0.1.1"
1216
1216
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1217
1217
-
+checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
1218
1218
-
+
1219
1219
-
+[[package]]
1220
1220
-
+name = "winapi-i686-pc-windows-gnu"
1221
1221
-
+version = "0.4.0"
1222
1222
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1223
1223
-
+checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1224
1224
-
+
1225
1225
-
+[[package]]
1226
1226
-
+name = "winapi-x86_64-pc-windows-gnu"
1227
1227
-
+version = "0.4.0"
1228
1228
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1229
1229
-
+checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1230
1230
-
+
1231
1231
-
+[[package]]
1232
1232
-
+name = "winreg"
1233
1233
-
+version = "0.7.0"
1234
1234
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1235
1235
-
+checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
1236
1236
-
+dependencies = [
1237
1237
-
+ "winapi 0.3.9",
1238
1238
-
+]
1239
1239
-
+
1240
1240
-
+[[package]]
1241
1241
-
+name = "ws2_32-sys"
1242
1242
-
+version = "0.2.1"
1243
1243
-
+source = "registry+https://github.com/rust-lang/crates.io-index"
1244
1244
-
+checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
1245
1245
-
+dependencies = [
1246
1246
-
+ "winapi 0.2.8",
1247
1247
-
+ "winapi-build",
1248
1248
-
+]
+6
-8
pkgs/games/shticker-book-unwritten/unwrapped.nix
reviewed
···
1
1
-
{ fetchFromGitHub, lib, openssl, pkg-config, rustPlatform }:
1
1
+
{ lib, rustPlatform, fetchCrate, pkg-config, openssl }:
2
2
3
3
rustPlatform.buildRustPackage rec {
4
4
pname = "shticker-book-unwritten";
5
5
version = "1.0.3";
6
6
7
7
-
src = fetchFromGitHub {
8
8
-
owner = "JonathanHelianthicusDoe";
9
9
-
repo = "shticker_book_unwritten";
10
10
-
rev = "v${version}";
11
11
-
sha256 = "08lyxica0b0vvivybsvzigy2j7saar78mbz723y3g5hqrilfb5np";
7
7
+
src = fetchCrate {
8
8
+
inherit version;
9
9
+
crateName = "shticker_book_unwritten";
10
10
+
sha256 = "sha256-NQEXLTtotrZQmoYQnhCHIEwSe+fqlcHq5/I6zTHwLvc=";
12
11
};
13
12
14
14
-
cargoPatches = [ ./cargo-lock.patch ];
15
15
-
cargoSha256 = "1d4mnfzkdbqnjmqk7fl4bsy27lr7wnq997nz0hflaybnx2d3nisn";
13
13
+
cargoSha256 = "sha256-SniyLp/4R0MkJYQmW3RFvOFeBKTvRlSzEI5Y+ELHfy8=";
16
14
17
15
nativeBuildInputs = [ pkg-config ];
18
16
-18
pkgs/games/shticker-book-unwritten/update-cargo-lock.sh
reviewed
···
1
1
-
#! /usr/bin/env nix-shell
2
2
-
#! nix-shell -i bash -p cargo coreutils git gnugrep jq
3
3
-
4
4
-
set -eu -o verbose
5
5
-
6
6
-
here=$PWD
7
7
-
version=$(cat unwrapped.nix | grep '^ version = "' | cut -d '"' -f 2)
8
8
-
checkout=$(mktemp -d)
9
9
-
git clone -b "v$version" --depth=1 https://github.com/JonathanHelianthicusDoe/shticker_book_unwritten "$checkout"
10
10
-
cd "$checkout"
11
11
-
12
12
-
rm -f rust-toolchain
13
13
-
cargo generate-lockfile
14
14
-
git add -f Cargo.lock
15
15
-
git diff HEAD -- Cargo.lock > "$here"/cargo-lock.patch
16
16
-
17
17
-
cd "$here"
18
18
-
rm -rf "$checkout"