|
|
@@ -47,12 +47,6 @@ version = "1.0.1"
|
|
47
|
47
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
48
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
|
49
|
49
|
|
|
50
|
|
-[[package]]
|
|
51
|
|
-name = "base64"
|
|
52
|
|
-version = "0.11.0"
|
|
53
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
|
-checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
55
|
|
-
|
|
56
|
50
|
[[package]]
|
|
57
|
51
|
name = "base64"
|
|
58
|
52
|
version = "0.13.0"
|
|
|
@@ -84,12 +78,6 @@ version = "1.2.1"
|
|
84
|
78
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
79
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
86
|
80
|
|
|
87
|
|
-[[package]]
|
|
88
|
|
-name = "bumpalo"
|
|
89
|
|
-version = "3.6.1"
|
|
90
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
|
-checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
|
|
92
|
|
-
|
|
93
|
81
|
[[package]]
|
|
94
|
82
|
name = "bytes"
|
|
95
|
83
|
version = "0.5.6"
|
|
|
@@ -162,37 +150,12 @@ dependencies = [
|
|
162
|
150
|
"toml",
|
|
163
|
151
|
]
|
|
164
|
152
|
|
|
165
|
|
-[[package]]
|
|
166
|
|
-name = "core-foundation"
|
|
167
|
|
-version = "0.7.0"
|
|
168
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
169
|
|
-checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
170
|
|
-dependencies = [
|
|
171
|
|
- "core-foundation-sys",
|
|
172
|
|
- "libc",
|
|
173
|
|
-]
|
|
174
|
|
-
|
|
175
|
|
-[[package]]
|
|
176
|
|
-name = "core-foundation-sys"
|
|
177
|
|
-version = "0.7.0"
|
|
178
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
|
-checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
180
|
|
-
|
|
181
|
153
|
[[package]]
|
|
182
|
154
|
name = "cryptoxide"
|
|
183
|
155
|
version = "0.3.2"
|
|
184
|
156
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
157
|
checksum = "46212f5d1792f89c3e866fb10636139464060110c568edd7f73ab5e9f736c26d"
|
|
186
|
158
|
|
|
187
|
|
-[[package]]
|
|
188
|
|
-name = "ct-logs"
|
|
189
|
|
-version = "0.6.0"
|
|
190
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
|
-checksum = "4d3686f5fa27dbc1d76c751300376e167c5a43387f44bb451fd1c24776e49113"
|
|
192
|
|
-dependencies = [
|
|
193
|
|
- "sct",
|
|
194
|
|
-]
|
|
195
|
|
-
|
|
196
|
159
|
[[package]]
|
|
197
|
160
|
name = "directories"
|
|
198
|
161
|
version = "2.0.2"
|
|
|
@@ -251,7 +214,7 @@ version = "0.2.3"
|
|
251
|
214
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
252
|
215
|
checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
|
|
253
|
216
|
dependencies = [
|
|
254
|
|
- "rand 0.8.3",
|
|
|
217
|
+ "rand",
|
|
255
|
218
|
]
|
|
256
|
219
|
|
|
257
|
220
|
[[package]]
|
|
|
@@ -267,20 +230,6 @@ dependencies = [
|
|
267
|
230
|
"termcolor",
|
|
268
|
231
|
]
|
|
269
|
232
|
|
|
270
|
|
-[[package]]
|
|
271
|
|
-name = "err-derive"
|
|
272
|
|
-version = "0.2.4"
|
|
273
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
274
|
|
-checksum = "22deed3a8124cff5fa835713fa105621e43bbdc46690c3a6b68328a012d350d4"
|
|
275
|
|
-dependencies = [
|
|
276
|
|
- "proc-macro-error",
|
|
277
|
|
- "proc-macro2",
|
|
278
|
|
- "quote",
|
|
279
|
|
- "rustversion",
|
|
280
|
|
- "syn",
|
|
281
|
|
- "synstructure",
|
|
282
|
|
-]
|
|
283
|
|
-
|
|
284
|
233
|
[[package]]
|
|
285
|
234
|
name = "filetime"
|
|
286
|
235
|
version = "0.2.14"
|
|
|
@@ -409,17 +358,6 @@ dependencies = [
|
|
409
|
358
|
"slab",
|
|
410
|
359
|
]
|
|
411
|
360
|
|
|
412
|
|
-[[package]]
|
|
413
|
|
-name = "getrandom"
|
|
414
|
|
-version = "0.1.16"
|
|
415
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
416
|
|
-checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
417
|
|
-dependencies = [
|
|
418
|
|
- "cfg-if 1.0.0",
|
|
419
|
|
- "libc",
|
|
420
|
|
- "wasi 0.9.0+wasi-snapshot-preview1",
|
|
421
|
|
-]
|
|
422
|
|
-
|
|
423
|
361
|
[[package]]
|
|
424
|
362
|
name = "getrandom"
|
|
425
|
363
|
version = "0.2.2"
|
|
|
@@ -428,7 +366,7 @@ checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
|
428
|
366
|
dependencies = [
|
|
429
|
367
|
"cfg-if 1.0.0",
|
|
430
|
368
|
"libc",
|
|
431
|
|
- "wasi 0.10.2+wasi-snapshot-preview1",
|
|
|
369
|
+ "wasi",
|
|
432
|
370
|
]
|
|
433
|
371
|
|
|
434
|
372
|
[[package]]
|
|
|
@@ -464,8 +402,7 @@ dependencies = [
|
|
464
|
402
|
"mac_address",
|
|
465
|
403
|
"protobuf",
|
|
466
|
404
|
"protobuf-codegen-pure",
|
|
467
|
|
- "quinn",
|
|
468
|
|
- "rand 0.7.3",
|
|
|
405
|
+ "rand",
|
|
469
|
406
|
"regex",
|
|
470
|
407
|
"serde",
|
|
471
|
408
|
"serde_derive",
|
|
|
@@ -483,7 +420,7 @@ dependencies = [
|
|
483
|
420
|
name = "hbbs"
|
|
484
|
421
|
version = "1.1.4"
|
|
485
|
422
|
dependencies = [
|
|
486
|
|
- "base64 0.13.0",
|
|
|
423
|
+ "base64",
|
|
487
|
424
|
"clap",
|
|
488
|
425
|
"cryptoxide",
|
|
489
|
426
|
"hbb_common",
|
|
|
@@ -491,7 +428,6 @@ dependencies = [
|
|
491
|
428
|
"mac_address",
|
|
492
|
429
|
"machine-uid",
|
|
493
|
430
|
"minreq",
|
|
494
|
|
- "rand 0.8.3",
|
|
495
|
431
|
"rocksdb",
|
|
496
|
432
|
"rust-ini",
|
|
497
|
433
|
"serde",
|
|
|
@@ -539,15 +475,6 @@ dependencies = [
|
|
539
|
475
|
"libc",
|
|
540
|
476
|
]
|
|
541
|
477
|
|
|
542
|
|
-[[package]]
|
|
543
|
|
-name = "js-sys"
|
|
544
|
|
-version = "0.3.51"
|
|
545
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
546
|
|
-checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
|
|
547
|
|
-dependencies = [
|
|
548
|
|
- "wasm-bindgen",
|
|
549
|
|
-]
|
|
550
|
|
-
|
|
551
|
478
|
[[package]]
|
|
552
|
479
|
name = "kernel32-sys"
|
|
553
|
480
|
version = "0.2.2"
|
|
|
@@ -758,18 +685,6 @@ dependencies = [
|
|
758
|
685
|
"libc",
|
|
759
|
686
|
]
|
|
760
|
687
|
|
|
761
|
|
-[[package]]
|
|
762
|
|
-name = "once_cell"
|
|
763
|
|
-version = "1.7.2"
|
|
764
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
765
|
|
-checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
|
|
766
|
|
-
|
|
767
|
|
-[[package]]
|
|
768
|
|
-name = "openssl-probe"
|
|
769
|
|
-version = "0.1.4"
|
|
770
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
771
|
|
-checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
|
|
772
|
|
-
|
|
773
|
688
|
[[package]]
|
|
774
|
689
|
name = "ordered-multimap"
|
|
775
|
690
|
version = "0.3.1"
|
|
|
@@ -816,30 +731,6 @@ version = "0.2.10"
|
|
816
|
731
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
732
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
|
818
|
733
|
|
|
819
|
|
-[[package]]
|
|
820
|
|
-name = "proc-macro-error"
|
|
821
|
|
-version = "1.0.4"
|
|
822
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
823
|
|
-checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
824
|
|
-dependencies = [
|
|
825
|
|
- "proc-macro-error-attr",
|
|
826
|
|
- "proc-macro2",
|
|
827
|
|
- "quote",
|
|
828
|
|
- "syn",
|
|
829
|
|
- "version_check",
|
|
830
|
|
-]
|
|
831
|
|
-
|
|
832
|
|
-[[package]]
|
|
833
|
|
-name = "proc-macro-error-attr"
|
|
834
|
|
-version = "1.0.4"
|
|
835
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
|
-checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
837
|
|
-dependencies = [
|
|
838
|
|
- "proc-macro2",
|
|
839
|
|
- "quote",
|
|
840
|
|
- "version_check",
|
|
841
|
|
-]
|
|
842
|
|
-
|
|
843
|
734
|
[[package]]
|
|
844
|
735
|
name = "proc-macro-hack"
|
|
845
|
736
|
version = "0.5.19"
|
|
|
@@ -889,43 +780,6 @@ version = "0.4.1"
|
|
889
|
780
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
781
|
checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
|
|
891
|
782
|
|
|
892
|
|
-[[package]]
|
|
893
|
|
-name = "quinn"
|
|
894
|
|
-version = "0.6.2"
|
|
895
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
896
|
|
-checksum = "8a626bb32aee973667aff87a9f5187bd076a78a09f79c262f78ab260b9ba0077"
|
|
897
|
|
-dependencies = [
|
|
898
|
|
- "bytes",
|
|
899
|
|
- "err-derive",
|
|
900
|
|
- "futures",
|
|
901
|
|
- "libc",
|
|
902
|
|
- "mio",
|
|
903
|
|
- "quinn-proto",
|
|
904
|
|
- "rustls",
|
|
905
|
|
- "socket2",
|
|
906
|
|
- "tokio",
|
|
907
|
|
- "tracing",
|
|
908
|
|
- "webpki",
|
|
909
|
|
-]
|
|
910
|
|
-
|
|
911
|
|
-[[package]]
|
|
912
|
|
-name = "quinn-proto"
|
|
913
|
|
-version = "0.6.1"
|
|
914
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
915
|
|
-checksum = "f0ea0a358c179c6b7af34805c675d1664a9c6a234a7acd7efdbb32d2f39d3d2a"
|
|
916
|
|
-dependencies = [
|
|
917
|
|
- "bytes",
|
|
918
|
|
- "ct-logs",
|
|
919
|
|
- "err-derive",
|
|
920
|
|
- "rand 0.7.3",
|
|
921
|
|
- "ring",
|
|
922
|
|
- "rustls",
|
|
923
|
|
- "rustls-native-certs",
|
|
924
|
|
- "slab",
|
|
925
|
|
- "tracing",
|
|
926
|
|
- "webpki",
|
|
927
|
|
-]
|
|
928
|
|
-
|
|
929
|
783
|
[[package]]
|
|
930
|
784
|
name = "quote"
|
|
931
|
785
|
version = "1.0.9"
|
|
|
@@ -935,19 +789,6 @@ dependencies = [
|
|
935
|
789
|
"proc-macro2",
|
|
936
|
790
|
]
|
|
937
|
791
|
|
|
938
|
|
-[[package]]
|
|
939
|
|
-name = "rand"
|
|
940
|
|
-version = "0.7.3"
|
|
941
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
942
|
|
-checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
943
|
|
-dependencies = [
|
|
944
|
|
- "getrandom 0.1.16",
|
|
945
|
|
- "libc",
|
|
946
|
|
- "rand_chacha 0.2.2",
|
|
947
|
|
- "rand_core 0.5.1",
|
|
948
|
|
- "rand_hc 0.2.0",
|
|
949
|
|
-]
|
|
950
|
|
-
|
|
951
|
792
|
[[package]]
|
|
952
|
793
|
name = "rand"
|
|
953
|
794
|
version = "0.8.3"
|
|
|
@@ -955,19 +796,9 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
955
|
796
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
|
956
|
797
|
dependencies = [
|
|
957
|
798
|
"libc",
|
|
958
|
|
- "rand_chacha 0.3.0",
|
|
959
|
|
- "rand_core 0.6.2",
|
|
960
|
|
- "rand_hc 0.3.0",
|
|
961
|
|
-]
|
|
962
|
|
-
|
|
963
|
|
-[[package]]
|
|
964
|
|
-name = "rand_chacha"
|
|
965
|
|
-version = "0.2.2"
|
|
966
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
|
-checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
968
|
|
-dependencies = [
|
|
969
|
|
- "ppv-lite86",
|
|
970
|
|
- "rand_core 0.5.1",
|
|
|
799
|
+ "rand_chacha",
|
|
|
800
|
+ "rand_core",
|
|
|
801
|
+ "rand_hc",
|
|
971
|
802
|
]
|
|
972
|
803
|
|
|
973
|
804
|
[[package]]
|
|
|
@@ -977,16 +808,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
977
|
808
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
|
978
|
809
|
dependencies = [
|
|
979
|
810
|
"ppv-lite86",
|
|
980
|
|
- "rand_core 0.6.2",
|
|
981
|
|
-]
|
|
982
|
|
-
|
|
983
|
|
-[[package]]
|
|
984
|
|
-name = "rand_core"
|
|
985
|
|
-version = "0.5.1"
|
|
986
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
987
|
|
-checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
988
|
|
-dependencies = [
|
|
989
|
|
- "getrandom 0.1.16",
|
|
|
811
|
+ "rand_core",
|
|
990
|
812
|
]
|
|
991
|
813
|
|
|
992
|
814
|
[[package]]
|
|
|
@@ -995,16 +817,7 @@ version = "0.6.2"
|
|
995
|
817
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
996
|
818
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
|
997
|
819
|
dependencies = [
|
|
998
|
|
- "getrandom 0.2.2",
|
|
999
|
|
-]
|
|
1000
|
|
-
|
|
1001
|
|
-[[package]]
|
|
1002
|
|
-name = "rand_hc"
|
|
1003
|
|
-version = "0.2.0"
|
|
1004
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1005
|
|
-checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
1006
|
|
-dependencies = [
|
|
1007
|
|
- "rand_core 0.5.1",
|
|
|
820
|
+ "getrandom",
|
|
1008
|
821
|
]
|
|
1009
|
822
|
|
|
1010
|
823
|
[[package]]
|
|
|
@@ -1013,7 +826,7 @@ version = "0.3.0"
|
|
1013
|
826
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1014
|
827
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
|
1015
|
828
|
dependencies = [
|
|
1016
|
|
- "rand_core 0.6.2",
|
|
|
829
|
+ "rand_core",
|
|
1017
|
830
|
]
|
|
1018
|
831
|
|
|
1019
|
832
|
[[package]]
|
|
|
@@ -1031,7 +844,7 @@ version = "0.4.0"
|
|
1031
|
844
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
845
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
1033
|
846
|
dependencies = [
|
|
1034
|
|
- "getrandom 0.2.2",
|
|
|
847
|
+ "getrandom",
|
|
1035
|
848
|
"redox_syscall",
|
|
1036
|
849
|
]
|
|
1037
|
850
|
|
|
|
@@ -1052,21 +865,6 @@ version = "0.6.25"
|
|
1052
|
865
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1053
|
866
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
1054
|
867
|
|
|
1055
|
|
-[[package]]
|
|
1056
|
|
-name = "ring"
|
|
1057
|
|
-version = "0.16.20"
|
|
1058
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1059
|
|
-checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
|
|
1060
|
|
-dependencies = [
|
|
1061
|
|
- "cc",
|
|
1062
|
|
- "libc",
|
|
1063
|
|
- "once_cell",
|
|
1064
|
|
- "spin",
|
|
1065
|
|
- "untrusted",
|
|
1066
|
|
- "web-sys",
|
|
1067
|
|
- "winapi 0.3.9",
|
|
1068
|
|
-]
|
|
1069
|
|
-
|
|
1070
|
868
|
[[package]]
|
|
1071
|
869
|
name = "rocksdb"
|
|
1072
|
870
|
version = "0.15.0"
|
|
|
@@ -1093,86 +891,12 @@ version = "1.1.0"
|
|
1093
|
891
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1094
|
892
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
1095
|
893
|
|
|
1096
|
|
-[[package]]
|
|
1097
|
|
-name = "rustls"
|
|
1098
|
|
-version = "0.17.0"
|
|
1099
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1100
|
|
-checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
|
|
1101
|
|
-dependencies = [
|
|
1102
|
|
- "base64 0.11.0",
|
|
1103
|
|
- "log",
|
|
1104
|
|
- "ring",
|
|
1105
|
|
- "sct",
|
|
1106
|
|
- "webpki",
|
|
1107
|
|
-]
|
|
1108
|
|
-
|
|
1109
|
|
-[[package]]
|
|
1110
|
|
-name = "rustls-native-certs"
|
|
1111
|
|
-version = "0.3.0"
|
|
1112
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
|
-checksum = "a75ffeb84a6bd9d014713119542ce415db3a3e4748f0bfce1e1416cd224a23a5"
|
|
1114
|
|
-dependencies = [
|
|
1115
|
|
- "openssl-probe",
|
|
1116
|
|
- "rustls",
|
|
1117
|
|
- "schannel",
|
|
1118
|
|
- "security-framework",
|
|
1119
|
|
-]
|
|
1120
|
|
-
|
|
1121
|
|
-[[package]]
|
|
1122
|
|
-name = "rustversion"
|
|
1123
|
|
-version = "1.0.5"
|
|
1124
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
|
-checksum = "61b3909d758bb75c79f23d4736fac9433868679d3ad2ea7a61e3c25cfda9a088"
|
|
1126
|
|
-
|
|
1127
|
894
|
[[package]]
|
|
1128
|
895
|
name = "ryu"
|
|
1129
|
896
|
version = "1.0.5"
|
|
1130
|
897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1131
|
898
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
1132
|
899
|
|
|
1133
|
|
-[[package]]
|
|
1134
|
|
-name = "schannel"
|
|
1135
|
|
-version = "0.1.19"
|
|
1136
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1137
|
|
-checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
1138
|
|
-dependencies = [
|
|
1139
|
|
- "lazy_static",
|
|
1140
|
|
- "winapi 0.3.9",
|
|
1141
|
|
-]
|
|
1142
|
|
-
|
|
1143
|
|
-[[package]]
|
|
1144
|
|
-name = "sct"
|
|
1145
|
|
-version = "0.6.1"
|
|
1146
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1147
|
|
-checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
|
|
1148
|
|
-dependencies = [
|
|
1149
|
|
- "ring",
|
|
1150
|
|
- "untrusted",
|
|
1151
|
|
-]
|
|
1152
|
|
-
|
|
1153
|
|
-[[package]]
|
|
1154
|
|
-name = "security-framework"
|
|
1155
|
|
-version = "0.4.4"
|
|
1156
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1157
|
|
-checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
|
1158
|
|
-dependencies = [
|
|
1159
|
|
- "bitflags",
|
|
1160
|
|
- "core-foundation",
|
|
1161
|
|
- "core-foundation-sys",
|
|
1162
|
|
- "libc",
|
|
1163
|
|
- "security-framework-sys",
|
|
1164
|
|
-]
|
|
1165
|
|
-
|
|
1166
|
|
-[[package]]
|
|
1167
|
|
-name = "security-framework-sys"
|
|
1168
|
|
-version = "0.4.3"
|
|
1169
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1170
|
|
-checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
|
1171
|
|
-dependencies = [
|
|
1172
|
|
- "core-foundation-sys",
|
|
1173
|
|
- "libc",
|
|
1174
|
|
-]
|
|
1175
|
|
-
|
|
1176
|
900
|
[[package]]
|
|
1177
|
901
|
name = "serde"
|
|
1178
|
902
|
version = "1.0.126"
|
|
|
@@ -1244,12 +968,6 @@ dependencies = [
|
|
1244
|
968
|
"serde",
|
|
1245
|
969
|
]
|
|
1246
|
970
|
|
|
1247
|
|
-[[package]]
|
|
1248
|
|
-name = "spin"
|
|
1249
|
|
-version = "0.5.2"
|
|
1250
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1251
|
|
-checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
1252
|
|
-
|
|
1253
|
971
|
[[package]]
|
|
1254
|
972
|
name = "strsim"
|
|
1255
|
973
|
version = "0.8.0"
|
|
|
@@ -1267,18 +985,6 @@ dependencies = [
|
|
1267
|
985
|
"unicode-xid",
|
|
1268
|
986
|
]
|
|
1269
|
987
|
|
|
1270
|
|
-[[package]]
|
|
1271
|
|
-name = "synstructure"
|
|
1272
|
|
-version = "0.12.4"
|
|
1273
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1274
|
|
-checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
|
1275
|
|
-dependencies = [
|
|
1276
|
|
- "proc-macro2",
|
|
1277
|
|
- "quote",
|
|
1278
|
|
- "syn",
|
|
1279
|
|
- "unicode-xid",
|
|
1280
|
|
-]
|
|
1281
|
|
-
|
|
1282
|
988
|
[[package]]
|
|
1283
|
989
|
name = "termcolor"
|
|
1284
|
990
|
version = "1.1.2"
|
|
|
@@ -1356,38 +1062,6 @@ dependencies = [
|
|
1356
|
1062
|
"serde",
|
|
1357
|
1063
|
]
|
|
1358
|
1064
|
|
|
1359
|
|
-[[package]]
|
|
1360
|
|
-name = "tracing"
|
|
1361
|
|
-version = "0.1.26"
|
|
1362
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1363
|
|
-checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
|
1364
|
|
-dependencies = [
|
|
1365
|
|
- "cfg-if 1.0.0",
|
|
1366
|
|
- "pin-project-lite 0.2.6",
|
|
1367
|
|
- "tracing-attributes",
|
|
1368
|
|
- "tracing-core",
|
|
1369
|
|
-]
|
|
1370
|
|
-
|
|
1371
|
|
-[[package]]
|
|
1372
|
|
-name = "tracing-attributes"
|
|
1373
|
|
-version = "0.1.15"
|
|
1374
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1375
|
|
-checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
|
|
1376
|
|
-dependencies = [
|
|
1377
|
|
- "proc-macro2",
|
|
1378
|
|
- "quote",
|
|
1379
|
|
- "syn",
|
|
1380
|
|
-]
|
|
1381
|
|
-
|
|
1382
|
|
-[[package]]
|
|
1383
|
|
-name = "tracing-core"
|
|
1384
|
|
-version = "0.1.18"
|
|
1385
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
|
-checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
|
|
1387
|
|
-dependencies = [
|
|
1388
|
|
- "lazy_static",
|
|
1389
|
|
-]
|
|
1390
|
|
-
|
|
1391
|
1065
|
[[package]]
|
|
1392
|
1066
|
name = "unicode-width"
|
|
1393
|
1067
|
version = "0.1.8"
|
|
|
@@ -1400,12 +1074,6 @@ version = "0.2.2"
|
|
1400
|
1074
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1401
|
1075
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
|
1402
|
1076
|
|
|
1403
|
|
-[[package]]
|
|
1404
|
|
-name = "untrusted"
|
|
1405
|
|
-version = "0.7.1"
|
|
1406
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1407
|
|
-checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
|
|
1408
|
|
-
|
|
1409
|
1077
|
[[package]]
|
|
1410
|
1078
|
name = "vec_map"
|
|
1411
|
1079
|
version = "0.8.2"
|
|
|
@@ -1418,92 +1086,12 @@ version = "0.9.3"
|
|
1418
|
1086
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1419
|
1087
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
|
1420
|
1088
|
|
|
1421
|
|
-[[package]]
|
|
1422
|
|
-name = "wasi"
|
|
1423
|
|
-version = "0.9.0+wasi-snapshot-preview1"
|
|
1424
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1425
|
|
-checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
1426
|
|
-
|
|
1427
|
1089
|
[[package]]
|
|
1428
|
1090
|
name = "wasi"
|
|
1429
|
1091
|
version = "0.10.2+wasi-snapshot-preview1"
|
|
1430
|
1092
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1431
|
1093
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
|
1432
|
1094
|
|
|
1433
|
|
-[[package]]
|
|
1434
|
|
-name = "wasm-bindgen"
|
|
1435
|
|
-version = "0.2.74"
|
|
1436
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1437
|
|
-checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
|
|
1438
|
|
-dependencies = [
|
|
1439
|
|
- "cfg-if 1.0.0",
|
|
1440
|
|
- "wasm-bindgen-macro",
|
|
1441
|
|
-]
|
|
1442
|
|
-
|
|
1443
|
|
-[[package]]
|
|
1444
|
|
-name = "wasm-bindgen-backend"
|
|
1445
|
|
-version = "0.2.74"
|
|
1446
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1447
|
|
-checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
|
|
1448
|
|
-dependencies = [
|
|
1449
|
|
- "bumpalo",
|
|
1450
|
|
- "lazy_static",
|
|
1451
|
|
- "log",
|
|
1452
|
|
- "proc-macro2",
|
|
1453
|
|
- "quote",
|
|
1454
|
|
- "syn",
|
|
1455
|
|
- "wasm-bindgen-shared",
|
|
1456
|
|
-]
|
|
1457
|
|
-
|
|
1458
|
|
-[[package]]
|
|
1459
|
|
-name = "wasm-bindgen-macro"
|
|
1460
|
|
-version = "0.2.74"
|
|
1461
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1462
|
|
-checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
|
|
1463
|
|
-dependencies = [
|
|
1464
|
|
- "quote",
|
|
1465
|
|
- "wasm-bindgen-macro-support",
|
|
1466
|
|
-]
|
|
1467
|
|
-
|
|
1468
|
|
-[[package]]
|
|
1469
|
|
-name = "wasm-bindgen-macro-support"
|
|
1470
|
|
-version = "0.2.74"
|
|
1471
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1472
|
|
-checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
|
|
1473
|
|
-dependencies = [
|
|
1474
|
|
- "proc-macro2",
|
|
1475
|
|
- "quote",
|
|
1476
|
|
- "syn",
|
|
1477
|
|
- "wasm-bindgen-backend",
|
|
1478
|
|
- "wasm-bindgen-shared",
|
|
1479
|
|
-]
|
|
1480
|
|
-
|
|
1481
|
|
-[[package]]
|
|
1482
|
|
-name = "wasm-bindgen-shared"
|
|
1483
|
|
-version = "0.2.74"
|
|
1484
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1485
|
|
-checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
|
|
1486
|
|
-
|
|
1487
|
|
-[[package]]
|
|
1488
|
|
-name = "web-sys"
|
|
1489
|
|
-version = "0.3.51"
|
|
1490
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1491
|
|
-checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
|
|
1492
|
|
-dependencies = [
|
|
1493
|
|
- "js-sys",
|
|
1494
|
|
- "wasm-bindgen",
|
|
1495
|
|
-]
|
|
1496
|
|
-
|
|
1497
|
|
-[[package]]
|
|
1498
|
|
-name = "webpki"
|
|
1499
|
|
-version = "0.21.4"
|
|
1500
|
|
-source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1501
|
|
-checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
|
|
1502
|
|
-dependencies = [
|
|
1503
|
|
- "ring",
|
|
1504
|
|
- "untrusted",
|
|
1505
|
|
-]
|
|
1506
|
|
-
|
|
1507
|
1095
|
[[package]]
|
|
1508
|
1096
|
name = "whoami"
|
|
1509
|
1097
|
version = "0.9.0"
|