git.delta.rocks / unique-network / refs/commits / 6d1d1e806e32

difftreelog

build upgrade frontier

Yaroslav Bolyukin2021-05-17parent: #38cb2f2.patch.diff
in: master

5 files changed

modifiedCargo.lockdiffbeforeafterboth
18source = "registry+https://github.com/rust-lang/crates.io-index"18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"19checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
20dependencies = [20dependencies = [
21 "gimli",21 "gimli 0.23.0",
22]22]
23
24[[package]]
25name = "addr2line"
26version = "0.15.1"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a"
29dependencies = [
30 "gimli 0.24.0",
31]
2332
24[[package]]33[[package]]
25name = "adler"34name = "adler"
26version = "0.2.3"35version = "1.0.2"
27source = "registry+https://github.com/rust-lang/crates.io-index"36source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2938
30[[package]]39[[package]]
31name = "aead"40name = "aead"
8998
90[[package]]99[[package]]
91name = "aho-corasick"100name = "aho-corasick"
92version = "0.7.15"101version = "0.7.18"
93source = "registry+https://github.com/rust-lang/crates.io-index"102source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"103checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
95dependencies = [104dependencies = [
96 "memchr",105 "memchr",
97]106]
107
108[[package]]
109name = "alga"
110version = "0.9.3"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
113dependencies = [
114 "approx 0.3.2",
115 "num-complex 0.2.4",
116 "num-traits",
117]
98118
99[[package]]119[[package]]
100name = "ansi_term"120name = "ansi_term"
116136
117[[package]]137[[package]]
118name = "anyhow"138name = "anyhow"
119version = "1.0.38"139version = "1.0.40"
120source = "registry+https://github.com/rust-lang/crates.io-index"140source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"141checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
122142
123[[package]]143[[package]]
124name = "approx"144name = "approx"
129 "num-traits",149 "num-traits",
130]150]
151
152[[package]]
153name = "approx"
154version = "0.4.0"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
157dependencies = [
158 "num-traits",
159]
131160
132[[package]]161[[package]]
133name = "arrayref"162name = "arrayref"
150source = "registry+https://github.com/rust-lang/crates.io-index"179source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"180checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
181
182[[package]]
183name = "arrayvec"
184version = "0.7.0"
185source = "registry+https://github.com/rust-lang/crates.io-index"
186checksum = "5a2f58b0bb10c380af2b26e57212856b8c9a59e0925b4c20f4a174a49734eaf7"
152187
153[[package]]188[[package]]
154name = "asn1_der"189name = "asn1_der"
171206
172[[package]]207[[package]]
173name = "async-channel"208name = "async-channel"
174version = "1.5.1"209version = "1.6.1"
175source = "registry+https://github.com/rust-lang/crates.io-index"210source = "registry+https://github.com/rust-lang/crates.io-index"
176checksum = "59740d83946db6a5af71ae25ddf9562c2b176b2ca42cf99a455f09f4a220d6b9"211checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
177dependencies = [212dependencies = [
178 "concurrent-queue",213 "concurrent-queue",
179 "event-listener",214 "event-listener",
182217
183[[package]]218[[package]]
184name = "async-executor"219name = "async-executor"
185version = "1.4.0"220version = "1.4.1"
186source = "registry+https://github.com/rust-lang/crates.io-index"221source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"222checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
188dependencies = [223dependencies = [
189 "async-task",224 "async-task",
190 "concurrent-queue",225 "concurrent-queue",
191 "fastrand",226 "fastrand",
192 "futures-lite",227 "futures-lite",
193 "once_cell",228 "once_cell",
194 "vec-arena",229 "slab",
195]230]
196231
197[[package]]232[[package]]
212247
213[[package]]248[[package]]
214name = "async-io"249name = "async-io"
215version = "1.3.1"250version = "1.4.1"
216source = "registry+https://github.com/rust-lang/crates.io-index"251source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"252checksum = "4bbfd5cf2794b1e908ea8457e6c45f8f8f1f6ec5f74617bf4662623f47503c3b"
218dependencies = [253dependencies = [
219 "concurrent-queue",254 "concurrent-queue",
220 "fastrand",255 "fastrand",
221 "futures-lite",256 "futures-lite",
222 "libc",257 "libc",
223 "log",258 "log",
224 "nb-connect",
225 "once_cell",259 "once_cell",
226 "parking",260 "parking",
227 "polling",261 "polling",
228 "vec-arena",262 "slab",
263 "socket2 0.4.0",
229 "waker-fn",264 "waker-fn",
230 "winapi 0.3.9",265 "winapi 0.3.9",
231]266]
232267
233[[package]]268[[package]]
234name = "async-lock"269name = "async-lock"
235version = "2.3.0"270version = "2.4.0"
236source = "registry+https://github.com/rust-lang/crates.io-index"271source = "registry+https://github.com/rust-lang/crates.io-index"
237checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"272checksum = "e6a8ea61bf9947a1007c5cada31e647dbc77b103c679858150003ba697ea798b"
238dependencies = [273dependencies = [
239 "event-listener",274 "event-listener",
240]275]
250285
251[[package]]286[[package]]
252name = "async-process"287name = "async-process"
253version = "1.0.1"288version = "1.1.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"289source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "4c8cea09c1fb10a317d1b5af8024eeba256d6554763e85ecd90ff8df31c7bbda"290checksum = "a8f38756dd9ac84671c428afbf7c9f7495feff9ec5b0710f17100098e5b354ac"
256dependencies = [291dependencies = [
257 "async-io",292 "async-io",
258 "blocking",293 "blocking",
259 "cfg-if 0.1.10",294 "cfg-if 1.0.0",
260 "event-listener",295 "event-listener",
261 "futures-lite",296 "futures-lite",
297 "libc",
262 "once_cell",298 "once_cell",
263 "signal-hook",299 "signal-hook",
264 "winapi 0.3.9",300 "winapi 0.3.9",
275 "async-io",311 "async-io",
276 "async-lock",312 "async-lock",
277 "async-process",313 "async-process",
278 "crossbeam-utils 0.8.1",314 "crossbeam-utils 0.8.4",
279 "futures-channel",315 "futures-channel",
280 "futures-core",316 "futures-core",
281 "futures-io",317 "futures-io",
286 "memchr",322 "memchr",
287 "num_cpus",323 "num_cpus",
288 "once_cell",324 "once_cell",
289 "pin-project-lite 0.2.4",325 "pin-project-lite 0.2.6",
290 "pin-utils",326 "pin-utils",
291 "slab",327 "slab",
292 "wasm-bindgen-futures",328 "wasm-bindgen-futures",
300336
301[[package]]337[[package]]
302name = "async-trait"338name = "async-trait"
303version = "0.1.42"339version = "0.1.50"
304source = "registry+https://github.com/rust-lang/crates.io-index"340source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "8d3a45e77e34375a7923b1e8febb049bb011f064714a8e17a1a616fef01da13d"341checksum = "0b98e84bbb4cbcdd97da190ba0c58a1bb0de2c1fdf67d159e192ed766aeca722"
306dependencies = [342dependencies = [
307 "proc-macro2",343 "proc-macro2",
308 "quote",344 "quote",
319 "futures-sink",355 "futures-sink",
320 "futures-util",356 "futures-util",
321 "memchr",357 "memchr",
322 "pin-project-lite 0.2.4",358 "pin-project-lite 0.2.6",
323]359]
324360
325[[package]]361[[package]]
332 "futures-sink",368 "futures-sink",
333 "futures-util",369 "futures-util",
334 "memchr",370 "memchr",
335 "pin-project-lite 0.2.4",371 "pin-project-lite 0.2.6",
336]372]
337373
338[[package]]374[[package]]
369405
370[[package]]406[[package]]
371name = "backtrace"407name = "backtrace"
372version = "0.3.56"408version = "0.3.59"
373source = "registry+https://github.com/rust-lang/crates.io-index"409source = "registry+https://github.com/rust-lang/crates.io-index"
374checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"410checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744"
375dependencies = [411dependencies = [
376 "addr2line",412 "addr2line 0.15.1",
413 "cc",
377 "cfg-if 1.0.0",414 "cfg-if 1.0.0",
378 "libc",415 "libc",
379 "miniz_oxide",416 "miniz_oxide",
380 "object 0.23.0",417 "object 0.24.0",
381 "rustc-demangle",418 "rustc-demangle",
382]419]
383420
407444
408[[package]]445[[package]]
409name = "bincode"446name = "bincode"
410version = "1.3.2"447version = "1.3.3"
411source = "registry+https://github.com/rust-lang/crates.io-index"448source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "d175dfa69e619905c4c3cdb7c3c203fa3bdd5d51184e3afdb2742c0280493772"449checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
413dependencies = [450dependencies = [
414 "byteorder",
415 "serde",451 "serde",
416]452]
417453
418[[package]]454[[package]]
419name = "bindgen"455name = "bindgen"
420version = "0.54.0"456version = "0.57.0"
421source = "registry+https://github.com/rust-lang/crates.io-index"457source = "registry+https://github.com/rust-lang/crates.io-index"
422checksum = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36"458checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
423dependencies = [459dependencies = [
424 "bitflags",460 "bitflags",
425 "cexpr",461 "cexpr",
426 "cfg-if 0.1.10",
427 "clang-sys",462 "clang-sys",
428 "clap",
429 "env_logger",
430 "lazy_static",463 "lazy_static",
431 "lazycell",464 "lazycell",
432 "log",
433 "peeking_take_while",465 "peeking_take_while",
434 "proc-macro2",466 "proc-macro2",
435 "quote",467 "quote",
436 "regex",468 "regex",
437 "rustc-hash",469 "rustc-hash",
438 "shlex",470 "shlex",
439 "which 3.1.1",
440]471]
441472
442[[package]]473[[package]]
457488
458[[package]]489[[package]]
459name = "bitvec"490name = "bitvec"
460version = "0.20.2"491version = "0.20.4"
461source = "registry+https://github.com/rust-lang/crates.io-index"492source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "1f682656975d3a682daff957be4ddeb65d6ad656737cd821f2d00685ae466af1"493checksum = "7774144344a4faa177370406a7ff5f1da24303817368584c6206c8303eb07848"
463dependencies = [494dependencies = [
464 "funty",495 "funty",
465 "radium 0.6.2",496 "radium 0.6.2",
534 "block-padding 0.1.5",565 "block-padding 0.1.5",
535 "byte-tools",566 "byte-tools",
536 "byteorder",567 "byteorder",
537 "generic-array 0.12.3",568 "generic-array 0.12.4",
538]569]
539570
540[[package]]571[[package]]
593624
594[[package]]625[[package]]
595name = "bstr"626name = "bstr"
596version = "0.2.14"627version = "0.2.16"
597source = "registry+https://github.com/rust-lang/crates.io-index"628source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "473fc6b38233f9af7baa94fb5852dca389e3d95b8e21c8e3719301462c5d9faf"629checksum = "90682c8d613ad3373e66de8c6411e0ae2ab2571e879d2efbf73558cc66f21279"
599dependencies = [630dependencies = [
600 "memchr",631 "memchr",
601]632]
611642
612[[package]]643[[package]]
613name = "bumpalo"644name = "bumpalo"
614version = "3.6.0"645version = "3.6.1"
615source = "registry+https://github.com/rust-lang/crates.io-index"646source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"647checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
617648
618[[package]]649[[package]]
619name = "byte-slice-cast"650name = "byte-slice-cast"
635666
636[[package]]667[[package]]
637name = "byteorder"668name = "byteorder"
638version = "1.3.4"669version = "1.4.3"
639source = "registry+https://github.com/rust-lang/crates.io-index"670source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"671checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
641672
642[[package]]673[[package]]
643name = "bytes"674name = "bytes"
692723
693[[package]]724[[package]]
694name = "cc"725name = "cc"
695version = "1.0.66"726version = "1.0.67"
696source = "registry+https://github.com/rust-lang/crates.io-index"727source = "registry+https://github.com/rust-lang/crates.io-index"
697checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"728checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
698dependencies = [729dependencies = [
699 "jobserver",730 "jobserver",
700]731]
778809
779[[package]]810[[package]]
780name = "clang-sys"811name = "clang-sys"
781version = "0.29.3"812version = "1.2.0"
782source = "registry+https://github.com/rust-lang/crates.io-index"813source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"814checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
784dependencies = [815dependencies = [
785 "glob",816 "glob",
786 "libc",817 "libc",
787 "libloading",818 "libloading 0.7.0",
788]819]
789820
790[[package]]821[[package]]
826source = "registry+https://github.com/rust-lang/crates.io-index"857source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"858checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
859
860[[package]]
861name = "convert_case"
862version = "0.4.0"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
828865
829[[package]]866[[package]]
830name = "core-foundation"867name = "core-foundation"
853]890]
854891
855[[package]]892[[package]]
856name = "cpuid-bool"893name = "cpufeatures"
857version = "0.1.2"894version = "0.1.4"
858source = "registry+https://github.com/rust-lang/crates.io-index"895source = "registry+https://github.com/rust-lang/crates.io-index"
859checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"896checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8"
897dependencies = [
898 "libc",
899]
860900
861[[package]]901[[package]]
862name = "cpuid-bool"902name = "cpuid-bool"
884 "cranelift-codegen-meta",924 "cranelift-codegen-meta",
885 "cranelift-codegen-shared",925 "cranelift-codegen-shared",
886 "cranelift-entity",926 "cranelift-entity",
887 "gimli",927 "gimli 0.23.0",
888 "log",928 "log",
889 "regalloc",929 "regalloc",
890 "serde",930 "serde",
9691009
970[[package]]1010[[package]]
971name = "crossbeam-channel"1011name = "crossbeam-channel"
972version = "0.5.0"1012version = "0.5.1"
973source = "registry+https://github.com/rust-lang/crates.io-index"1013source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"1014checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4"
975dependencies = [1015dependencies = [
976 "cfg-if 1.0.0",1016 "cfg-if 1.0.0",
977 "crossbeam-utils 0.8.1",1017 "crossbeam-utils 0.8.4",
978]1018]
9791019
980[[package]]1020[[package]]
995checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"1035checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
996dependencies = [1036dependencies = [
997 "cfg-if 1.0.0",1037 "cfg-if 1.0.0",
998 "crossbeam-epoch 0.9.2",1038 "crossbeam-epoch 0.9.4",
999 "crossbeam-utils 0.8.1",1039 "crossbeam-utils 0.8.4",
1000]1040]
10011041
1002[[package]]1042[[package]]
10161056
1017[[package]]1057[[package]]
1018name = "crossbeam-epoch"1058name = "crossbeam-epoch"
1019version = "0.9.2"1059version = "0.9.4"
1020source = "registry+https://github.com/rust-lang/crates.io-index"1060source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "d60ab4a8dba064f2fbb5aa270c28da5cf4bbd0e72dae1140a6b0353a779dbe00"1061checksum = "52fb27eab85b17fbb9f6fd667089e07d6a2eb8743d02639ee7f6a7a7729c9c94"
1022dependencies = [1062dependencies = [
1023 "cfg-if 1.0.0",1063 "cfg-if 1.0.0",
1024 "crossbeam-utils 0.8.1",1064 "crossbeam-utils 0.8.4",
1025 "lazy_static",1065 "lazy_static",
1026 "loom",
1027 "memoffset 0.6.1",1066 "memoffset 0.6.3",
1028 "scopeguard",1067 "scopeguard",
1029]1068]
10301069
10521091
1053[[package]]1092[[package]]
1054name = "crossbeam-utils"1093name = "crossbeam-utils"
1055version = "0.8.1"1094version = "0.8.4"
1056source = "registry+https://github.com/rust-lang/crates.io-index"1095source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"1096checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278"
1058dependencies = [1097dependencies = [
1059 "autocfg",1098 "autocfg",
1060 "cfg-if 1.0.0",1099 "cfg-if 1.0.0",
1073source = "registry+https://github.com/rust-lang/crates.io-index"1112source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"1113checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
1075dependencies = [1114dependencies = [
1076 "generic-array 0.12.3",1115 "generic-array 0.12.4",
1077 "subtle 1.0.0",1116 "subtle 1.0.0",
1078]1117]
10791118
10981137
1099[[package]]1138[[package]]
1100name = "ctor"1139name = "ctor"
1101version = "0.1.19"1140version = "0.1.20"
1102source = "registry+https://github.com/rust-lang/crates.io-index"1141source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"1142checksum = "5e98e2ad1a782e33928b96fc3948e7c355e5af34ba4de7670fe8bac2a3b2006d"
1104dependencies = [1143dependencies = [
1105 "quote",1144 "quote",
1106 "syn",1145 "syn",
11321171
1133[[package]]1172[[package]]
1134name = "curve25519-dalek"1173name = "curve25519-dalek"
1135version = "3.0.2"1174version = "3.1.0"
1136source = "registry+https://github.com/rust-lang/crates.io-index"1175source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "f627126b946c25a4638eec0ea634fc52506dea98db118aae985118ce7c3d723f"1176checksum = "639891fde0dbea823fc3d798a0fdf9d2f9440a42d64a78ab3488b0ca025117b3"
1138dependencies = [1177dependencies = [
1139 "byteorder",1178 "byteorder",
1140 "digest 0.9.0",1179 "digest 0.9.0",
11711210
1172[[package]]1211[[package]]
1173name = "derive_more"1212name = "derive_more"
1174version = "0.99.11"1213version = "0.99.14"
1175source = "registry+https://github.com/rust-lang/crates.io-index"1214source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"1215checksum = "5cc7b9cef1e351660e5443924e4f43ab25fbbed3e9a5f052df3677deb4d6b320"
1177dependencies = [1216dependencies = [
1217 "convert_case",
1178 "proc-macro2",1218 "proc-macro2",
1179 "quote",1219 "quote",
1180 "syn",1220 "syn",
1186source = "registry+https://github.com/rust-lang/crates.io-index"1226source = "registry+https://github.com/rust-lang/crates.io-index"
1187checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"1227checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
1188dependencies = [1228dependencies = [
1189 "generic-array 0.12.3",1229 "generic-array 0.12.4",
1190]1230]
11911231
1192[[package]]1232[[package]]
12001240
1201[[package]]1241[[package]]
1202name = "directories"1242name = "directories"
1203version = "3.0.1"1243version = "3.0.2"
1204source = "registry+https://github.com/rust-lang/crates.io-index"1244source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "f8fed639d60b58d0f53498ab13d26f621fd77569cc6edb031f4cc36a2ad9da0f"1245checksum = "e69600ff1703123957937708eb27f7a564e48885c537782722ed0ba3189ce1d7"
1206dependencies = [1246dependencies = [
1207 "dirs-sys",1247 "dirs-sys",
1208]1248]
12191259
1220[[package]]1260[[package]]
1221name = "dirs-sys"1261name = "dirs-sys"
1222version = "0.3.5"1262version = "0.3.6"
1223source = "registry+https://github.com/rust-lang/crates.io-index"1263source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"1264checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
1225dependencies = [1265dependencies = [
1226 "libc",1266 "libc",
1227 "redox_users 0.3.5",1267 "redox_users",
1228 "winapi 0.3.9",1268 "winapi 0.3.9",
1229]1269]
12301270
1235checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"1275checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1236dependencies = [1276dependencies = [
1237 "libc",1277 "libc",
1238 "redox_users 0.4.0",1278 "redox_users",
1239 "winapi 0.3.9",1279 "winapi 0.3.9",
1240]1280]
12411281
12781318
1279[[package]]1319[[package]]
1280name = "ed25519"1320name = "ed25519"
1281version = "1.0.3"1321version = "1.1.1"
1282source = "registry+https://github.com/rust-lang/crates.io-index"1322source = "registry+https://github.com/rust-lang/crates.io-index"
1283checksum = "37c66a534cbb46ab4ea03477eae19d5c22c01da8258030280b7bd9d8433fb6ef"1323checksum = "8d0860415b12243916284c67a9be413e044ee6668247b99ba26d94b2bc06c8f6"
1284dependencies = [1324dependencies = [
1285 "signature",1325 "signature",
1286]1326]
1291source = "registry+https://github.com/rust-lang/crates.io-index"1331source = "registry+https://github.com/rust-lang/crates.io-index"
1292checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"1332checksum = "c762bae6dcaf24c4c84667b8579785430908723d5c889f469d76a41d59cc7a9d"
1293dependencies = [1333dependencies = [
1294 "curve25519-dalek 3.0.2",1334 "curve25519-dalek 3.1.0",
1295 "ed25519",1335 "ed25519",
1296 "rand 0.7.3",1336 "rand 0.7.3",
1297 "serde",1337 "serde",
1298 "sha2 0.9.3",1338 "sha2 0.9.5",
1299 "zeroize",1339 "zeroize",
1300]1340]
13011341
13401380
1341[[package]]1381[[package]]
1342name = "environmental"1382name = "environmental"
1343version = "1.1.2"1383version = "1.1.3"
1344source = "registry+https://github.com/rust-lang/crates.io-index"1384source = "registry+https://github.com/rust-lang/crates.io-index"
1345checksum = "6576a1755ddffd988788025e75bce9e74b018f7cc226198fe931d077911c6d7e"1385checksum = "68b91989ae21441195d7d9b9993a2f9295c7e1a8c96255d8b729accddc124797"
13461386
1347[[package]]1387[[package]]
1348name = "erased-serde"1388name = "erased-serde"
1411 "funty",1451 "funty",
1412 "hash-db",1452 "hash-db",
1413 "hash256-std-hasher",1453 "hash256-std-hasher",
1414 "parity-scale-codec 2.0.1",1454 "parity-scale-codec 2.1.1",
1415 "rlp 0.5.0",1455 "rlp 0.5.0",
1416 "rlp-derive",1456 "rlp-derive",
1417 "serde",1457 "serde",
1480 "evm-gasometer",1520 "evm-gasometer",
1481 "evm-runtime",1521 "evm-runtime",
1482 "log",1522 "log",
1483 "parity-scale-codec 2.0.1",1523 "parity-scale-codec 2.1.1",
1484 "primitive-types 0.9.0",1524 "primitive-types 0.9.0",
1485 "rlp 0.5.0",1525 "rlp 0.5.0",
1486 "serde",1526 "serde",
1493source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"1533source = "git+https://github.com/usetech-llc/evm.git?branch=precompile-output#e667bc507590bc67024e5d12c65241d4aef2a1b9"
1494dependencies = [1534dependencies = [
1495 "funty",1535 "funty",
1496 "parity-scale-codec 2.0.1",1536 "parity-scale-codec 2.1.1",
1497 "primitive-types 0.9.0",1537 "primitive-types 0.9.0",
1498 "serde",1538 "serde",
1499]1539]
1524source = "registry+https://github.com/rust-lang/crates.io-index"1564source = "registry+https://github.com/rust-lang/crates.io-index"
1525checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"1565checksum = "e43f2f1833d64e33f15592464d6fdd70f349dda7b1a53088eb83cd94014008c5"
1526dependencies = [1566dependencies = [
1527 "futures 0.3.12",1567 "futures 0.3.15",
1528]1568]
15291569
1530[[package]]1570[[package]]
15631603
1564[[package]]1604[[package]]
1565name = "fastrand"1605name = "fastrand"
1566version = "1.4.0"1606version = "1.4.1"
1567source = "registry+https://github.com/rust-lang/crates.io-index"1607source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"1608checksum = "77b705829d1e87f762c2df6da140b26af5839e1033aa84aa5f56bb688e4e1bdb"
1569dependencies = [1609dependencies = [
1570 "instant",1610 "instant",
1571]1611]
15721612
1573[[package]]1613[[package]]
1574name = "fc-consensus"1614name = "fc-consensus"
1575version = "1.0.0"1615version = "1.0.1-dev"
1576source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1616source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1577dependencies = [1617dependencies = [
1578 "derive_more",1618 "derive_more",
1579 "fc-db",1619 "fc-db",
1580 "fp-consensus",1620 "fp-consensus",
1581 "fp-rpc",1621 "fp-rpc",
1582 "futures 0.3.12",1622 "futures 0.3.15",
1583 "log",1623 "log",
1584 "parity-scale-codec 2.0.1",1624 "parity-scale-codec 2.1.1",
1585 "sc-client-api",1625 "sc-client-api",
1586 "sp-api",1626 "sp-api",
1587 "sp-block-builder",1627 "sp-block-builder",
1597[[package]]1637[[package]]
1598name = "fc-db"1638name = "fc-db"
1599version = "1.0.0"1639version = "1.0.0"
1600source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1640source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1601dependencies = [1641dependencies = [
1602 "kvdb",1642 "kvdb",
1603 "kvdb-rocksdb",1643 "kvdb-rocksdb",
1604 "parity-scale-codec 2.0.1",1644 "parity-scale-codec 2.1.1",
1605 "parking_lot 0.11.1",1645 "parking_lot 0.11.1",
1606 "sp-core",1646 "sp-core",
1607 "sp-database",1647 "sp-database",
1611[[package]]1651[[package]]
1612name = "fc-mapping-sync"1652name = "fc-mapping-sync"
1613version = "1.1.0-dev"1653version = "1.1.0-dev"
1614source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1654source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1615dependencies = [1655dependencies = [
1616 "fc-consensus",1656 "fc-consensus",
1617 "fc-db",1657 "fc-db",
1618 "fp-consensus",1658 "fp-consensus",
1619 "fp-rpc",1659 "fp-rpc",
1620 "futures 0.3.12",1660 "futures 0.3.15",
1621 "futures-timer 3.0.2",1661 "futures-timer 3.0.2",
1622 "log",1662 "log",
1623 "sc-client-api",1663 "sc-client-api",
1629[[package]]1669[[package]]
1630name = "fc-rpc"1670name = "fc-rpc"
1631version = "2.0.0-dev"1671version = "2.0.0-dev"
1632source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1672source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1633dependencies = [1673dependencies = [
1634 "ethereum",1674 "ethereum",
1635 "ethereum-types 0.11.0",1675 "ethereum-types 0.11.0",
1641 "fp-evm",1681 "fp-evm",
1642 "fp-rpc",1682 "fp-rpc",
1643 "fp-storage",1683 "fp-storage",
1644 "futures 0.3.12",1684 "futures 0.3.15",
1645 "jsonrpc-core 15.1.0",1685 "jsonrpc-core 15.1.0",
1646 "jsonrpc-core-client 14.2.0",1686 "jsonrpc-core-client 14.2.0",
1647 "jsonrpc-derive 14.2.2",1687 "jsonrpc-derive 14.2.2",
1650 "log",1690 "log",
1651 "pallet-ethereum",1691 "pallet-ethereum",
1652 "pallet-evm",1692 "pallet-evm",
1653 "parity-scale-codec 2.0.1",1693 "parity-scale-codec 2.1.1",
1654 "rand 0.7.3",1694 "rand 0.7.3",
1655 "rlp 0.5.0",1695 "rlp 0.5.0",
1656 "rustc-hex",1696 "rustc-hex",
1670[[package]]1710[[package]]
1671name = "fc-rpc-core"1711name = "fc-rpc-core"
1672version = "1.1.0-dev"1712version = "1.1.0-dev"
1673source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1713source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1674dependencies = [1714dependencies = [
1675 "ethereum-types 0.11.0",1715 "ethereum-types 0.11.0",
1676 "jsonrpc-core 15.1.0",1716 "jsonrpc-core 15.1.0",
1708checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c"1748checksum = "c6447e2f8178843749e8c8003206def83ec124a7859475395777a28b5338647c"
1709dependencies = [1749dependencies = [
1710 "either",1750 "either",
1711 "futures 0.3.12",1751 "futures 0.3.15",
1712 "futures-timer 3.0.2",1752 "futures-timer 3.0.2",
1713 "log",1753 "log",
1714 "num-traits",1754 "num-traits",
1715 "parity-scale-codec 2.0.1",1755 "parity-scale-codec 2.1.1",
1716 "parking_lot 0.11.1",1756 "parking_lot 0.11.1",
1717]1757]
17181758
1786version = "3.0.0"1826version = "3.0.0"
1787source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1827source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1788dependencies = [1828dependencies = [
1789 "parity-scale-codec 2.0.1",1829 "parity-scale-codec 2.1.1",
1790]1830]
17911831
1792[[package]]1832[[package]]
1793name = "form_urlencoded"1833name = "form_urlencoded"
1794version = "1.0.0"1834version = "1.0.1"
1795source = "registry+https://github.com/rust-lang/crates.io-index"1835source = "registry+https://github.com/rust-lang/crates.io-index"
1796checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"1836checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
1797dependencies = [1837dependencies = [
1798 "matches",1838 "matches",
1799 "percent-encoding 2.1.0",1839 "percent-encoding 2.1.0",
1802[[package]]1842[[package]]
1803name = "fp-consensus"1843name = "fp-consensus"
1804version = "1.0.0"1844version = "1.0.0"
1805source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1845source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1806dependencies = [1846dependencies = [
1807 "ethereum",1847 "ethereum",
1808 "parity-scale-codec 2.0.1",1848 "parity-scale-codec 2.1.1",
1809 "rlp 0.5.0",1849 "rlp 0.5.0",
1810 "sha3 0.8.2",1850 "sha3 0.8.2",
1811 "sp-core",1851 "sp-core",
18151855
1816[[package]]1856[[package]]
1817name = "fp-evm"1857name = "fp-evm"
1818version = "1.0.0"1858version = "1.0.1-dev"
1819source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1859source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1820dependencies = [1860dependencies = [
1821 "evm",1861 "evm",
1822 "impl-trait-for-tuples 0.1.3",1862 "impl-trait-for-tuples 0.1.3",
1823 "parity-scale-codec 2.0.1",1863 "parity-scale-codec 2.1.1",
1824 "serde",1864 "serde",
1825 "sp-core",1865 "sp-core",
1826 "sp-std",1866 "sp-std",
1827]1867]
18281868
1829[[package]]1869[[package]]
1830name = "fp-rpc"1870name = "fp-rpc"
1831version = "1.0.0"1871version = "1.0.1-dev"
1832source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1872source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1833dependencies = [1873dependencies = [
1834 "ethereum",1874 "ethereum",
1835 "ethereum-types 0.11.0",1875 "ethereum-types 0.11.0",
1836 "fp-evm",1876 "fp-evm",
1837 "parity-scale-codec 2.0.1",1877 "parity-scale-codec 2.1.1",
1838 "sp-api",1878 "sp-api",
1839 "sp-core",1879 "sp-core",
1840 "sp-io",1880 "sp-io",
18441884
1845[[package]]1885[[package]]
1846name = "fp-storage"1886name = "fp-storage"
1847version = "1.0.0"1887version = "1.0.1-dev"
1848source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"1888source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
1849dependencies = [1889dependencies = [
1850 "ethereum",1890 "ethereum",
1851 "ethereum-types 0.11.0",1891 "ethereum-types 0.11.0",
1852 "fp-evm",1892 "fp-evm",
1853 "parity-scale-codec 2.0.1",1893 "parity-scale-codec 2.1.1",
1854 "sp-api",1894 "sp-api",
1855 "sp-core",1895 "sp-core",
1856 "sp-runtime",1896 "sp-runtime",
1866 "frame-system",1906 "frame-system",
1867 "linregress",1907 "linregress",
1868 "log",1908 "log",
1869 "parity-scale-codec 2.0.1",1909 "parity-scale-codec 2.1.1",
1870 "paste 1.0.4",1910 "paste",
1871 "sp-api",1911 "sp-api",
1872 "sp-io",1912 "sp-io",
1873 "sp-runtime",1913 "sp-runtime",
1885 "chrono",1925 "chrono",
1886 "frame-benchmarking",1926 "frame-benchmarking",
1887 "handlebars",1927 "handlebars",
1888 "parity-scale-codec 2.0.1",1928 "parity-scale-codec 2.1.1",
1889 "sc-cli",1929 "sc-cli",
1890 "sc-client-db",1930 "sc-client-db",
1891 "sc-executor",1931 "sc-executor",
1906dependencies = [1946dependencies = [
1907 "frame-support",1947 "frame-support",
1908 "frame-system",1948 "frame-system",
1909 "parity-scale-codec 2.0.1",1949 "parity-scale-codec 2.1.1",
1910 "serde",1950 "serde",
1911 "sp-core",1951 "sp-core",
1912 "sp-io",1952 "sp-io",
1920version = "13.0.0"1960version = "13.0.0"
1921source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"1961source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
1922dependencies = [1962dependencies = [
1923 "parity-scale-codec 2.0.1",1963 "parity-scale-codec 2.1.1",
1924 "serde",1964 "serde",
1925 "sp-core",1965 "sp-core",
1926 "sp-std",1966 "sp-std",
1937 "impl-trait-for-tuples 0.2.1",1977 "impl-trait-for-tuples 0.2.1",
1938 "log",1978 "log",
1939 "once_cell",1979 "once_cell",
1940 "parity-scale-codec 2.0.1",1980 "parity-scale-codec 2.1.1",
1941 "paste 1.0.4",1981 "paste",
1942 "serde",1982 "serde",
1943 "smallvec 1.6.1",1983 "smallvec 1.6.1",
1944 "sp-arithmetic",1984 "sp-arithmetic",
1994 "frame-support",2034 "frame-support",
1995 "impl-trait-for-tuples 0.2.1",2035 "impl-trait-for-tuples 0.2.1",
1996 "log",2036 "log",
1997 "parity-scale-codec 2.0.1",2037 "parity-scale-codec 2.1.1",
1998 "serde",2038 "serde",
1999 "sp-core",2039 "sp-core",
2000 "sp-io",2040 "sp-io",
2011 "frame-benchmarking",2051 "frame-benchmarking",
2012 "frame-support",2052 "frame-support",
2013 "frame-system",2053 "frame-system",
2014 "parity-scale-codec 2.0.1",2054 "parity-scale-codec 2.1.1",
2015 "sp-core",2055 "sp-core",
2016 "sp-runtime",2056 "sp-runtime",
2017 "sp-std",2057 "sp-std",
2022version = "3.0.0"2062version = "3.0.0"
2023source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"2063source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
2024dependencies = [2064dependencies = [
2025 "parity-scale-codec 2.0.1",2065 "parity-scale-codec 2.1.1",
2026 "sp-api",2066 "sp-api",
2027]2067]
20282068
2029[[package]]2069[[package]]
2030name = "fs-swap"2070name = "fs-swap"
2031version = "0.2.5"2071version = "0.2.6"
2032source = "registry+https://github.com/rust-lang/crates.io-index"2072source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "5839fda247e24ca4919c87c71dd5ca658f1f39e4f06829f80e3f15c3bafcfc2c"2073checksum = "03d47dad3685eceed8488986cad3d5027165ea5edb164331770e2059555f10a5"
2034dependencies = [2074dependencies = [
2035 "lazy_static",2075 "lazy_static",
2036 "libc",2076 "libc",
2037 "libloading",2077 "libloading 0.5.2",
2038 "winapi 0.3.9",2078 "winapi 0.3.9",
2039]2079]
20402080
20782118
2079[[package]]2119[[package]]
2080name = "futures"2120name = "futures"
2081version = "0.1.30"2121version = "0.1.31"
2082source = "registry+https://github.com/rust-lang/crates.io-index"2122source = "registry+https://github.com/rust-lang/crates.io-index"
2083checksum = "4c7e4c2612746b0df8fed4ce0c69156021b704c9aefa360311c04e6e9e002eed"2123checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
20842124
2085[[package]]2125[[package]]
2086name = "futures"2126name = "futures"
2087version = "0.3.12"2127version = "0.3.15"
2088source = "registry+https://github.com/rust-lang/crates.io-index"2128source = "registry+https://github.com/rust-lang/crates.io-index"
2089checksum = "da9052a1a50244d8d5aa9bf55cbc2fb6f357c86cc52e46c62ed390a7180cf150"2129checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
2090dependencies = [2130dependencies = [
2091 "futures-channel",2131 "futures-channel",
2092 "futures-core",2132 "futures-core",
20992139
2100[[package]]2140[[package]]
2101name = "futures-channel"2141name = "futures-channel"
2102version = "0.3.12"2142version = "0.3.15"
2103source = "registry+https://github.com/rust-lang/crates.io-index"2143source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"2144checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
2105dependencies = [2145dependencies = [
2106 "futures-core",2146 "futures-core",
2107 "futures-sink",2147 "futures-sink",
2108]2148]
21092149
2110[[package]]2150[[package]]
2111name = "futures-core"2151name = "futures-core"
2112version = "0.3.12"2152version = "0.3.15"
2113source = "registry+https://github.com/rust-lang/crates.io-index"2153source = "registry+https://github.com/rust-lang/crates.io-index"
2114checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"2154checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
21152155
2116[[package]]2156[[package]]
2117name = "futures-cpupool"2157name = "futures-cpupool"
2118version = "0.1.8"2158version = "0.1.8"
2119source = "registry+https://github.com/rust-lang/crates.io-index"2159source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"2160checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2121dependencies = [2161dependencies = [
2122 "futures 0.1.30",2162 "futures 0.1.31",
2123 "num_cpus",2163 "num_cpus",
2124]2164]
21252165
2129source = "registry+https://github.com/rust-lang/crates.io-index"2169source = "registry+https://github.com/rust-lang/crates.io-index"
2130checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"2170checksum = "fdcef58a173af8148b182684c9f2d5250875adbcaff7b5794073894f9d8634a9"
2131dependencies = [2171dependencies = [
2132 "futures 0.1.30",2172 "futures 0.1.31",
2133 "futures 0.3.12",2173 "futures 0.3.15",
2134 "lazy_static",2174 "lazy_static",
2135 "log",2175 "log",
2136 "parking_lot 0.9.0",2176 "parking_lot 0.9.0",
2137 "pin-project 0.4.27",2177 "pin-project 0.4.28",
2138 "serde",2178 "serde",
2139 "serde_json",2179 "serde_json",
2140]2180]
21412181
2142[[package]]2182[[package]]
2143name = "futures-executor"2183name = "futures-executor"
2144version = "0.3.12"2184version = "0.3.15"
2145source = "registry+https://github.com/rust-lang/crates.io-index"2185source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "e9e59fdc009a4b3096bf94f740a0f2424c082521f20a9b08c5c07c48d90fd9b9"2186checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
2147dependencies = [2187dependencies = [
2148 "futures-core",2188 "futures-core",
2149 "futures-task",2189 "futures-task",
21532193
2154[[package]]2194[[package]]
2155name = "futures-io"2195name = "futures-io"
2156version = "0.3.12"2196version = "0.3.15"
2157source = "registry+https://github.com/rust-lang/crates.io-index"2197source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"2198checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
21592199
2160[[package]]2200[[package]]
2161name = "futures-lite"2201name = "futures-lite"
2168 "futures-io",2208 "futures-io",
2169 "memchr",2209 "memchr",
2170 "parking",2210 "parking",
2171 "pin-project-lite 0.2.4",2211 "pin-project-lite 0.2.6",
2172 "waker-fn",2212 "waker-fn",
2173]2213]
21742214
2175[[package]]2215[[package]]
2176name = "futures-macro"2216name = "futures-macro"
2177version = "0.3.12"2217version = "0.3.15"
2178source = "registry+https://github.com/rust-lang/crates.io-index"2218source = "registry+https://github.com/rust-lang/crates.io-index"
2179checksum = "c287d25add322d9f9abdcdc5927ca398917996600182178774032e9f8258fedd"2219checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
2180dependencies = [2220dependencies = [
2221 "autocfg",
2181 "proc-macro-hack",2222 "proc-macro-hack",
2182 "proc-macro2",2223 "proc-macro2",
2183 "quote",2224 "quote",
2191checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"2232checksum = "3a1387e07917c711fb4ee4f48ea0adb04a3c9739e53ef85bf43ae1edc2937a8b"
2192dependencies = [2233dependencies = [
2193 "futures-io",2234 "futures-io",
2194 "rustls 0.19.0",2235 "rustls 0.19.1",
2195 "webpki",2236 "webpki",
2196]2237]
21972238
2198[[package]]2239[[package]]
2199name = "futures-sink"2240name = "futures-sink"
2200version = "0.3.12"2241version = "0.3.15"
2201source = "registry+https://github.com/rust-lang/crates.io-index"2242source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"2243checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
22032244
2204[[package]]2245[[package]]
2205name = "futures-task"2246name = "futures-task"
2206version = "0.3.12"2247version = "0.3.15"
2207source = "registry+https://github.com/rust-lang/crates.io-index"2248source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"2249checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
2209dependencies = [
2210 "once_cell",
2211]
22122250
2213[[package]]2251[[package]]
2214name = "futures-timer"2252name = "futures-timer"
22242262
2225[[package]]2263[[package]]
2226name = "futures-util"2264name = "futures-util"
2227version = "0.3.12"2265version = "0.3.15"
2228source = "registry+https://github.com/rust-lang/crates.io-index"2266source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"2267checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
2230dependencies = [2268dependencies = [
2269 "autocfg",
2231 "futures 0.1.30",2270 "futures 0.1.31",
2232 "futures-channel",2271 "futures-channel",
2233 "futures-core",2272 "futures-core",
2234 "futures-io",2273 "futures-io",
2235 "futures-macro",2274 "futures-macro",
2236 "futures-sink",2275 "futures-sink",
2237 "futures-task",2276 "futures-task",
2238 "memchr",2277 "memchr",
2239 "pin-project-lite 0.2.4",2278 "pin-project-lite 0.2.6",
2240 "pin-utils",2279 "pin-utils",
2241 "proc-macro-hack",2280 "proc-macro-hack",
2242 "proc-macro-nested",2281 "proc-macro-nested",
2249source = "registry+https://github.com/rust-lang/crates.io-index"2288source = "registry+https://github.com/rust-lang/crates.io-index"
2250checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"2289checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
2251
2252[[package]]
2253name = "generator"
2254version = "0.6.25"
2255source = "registry+https://github.com/rust-lang/crates.io-index"
2256checksum = "061d3be1afec479d56fa3bd182bf966c7999ec175fcfdb87ac14d417241366c6"
2257dependencies = [
2258 "cc",
2259 "libc",
2260 "log",
2261 "rustversion",
2262 "winapi 0.3.9",
2263]
22642290
2265[[package]]2291[[package]]
2266name = "generic-array"2292name = "generic-array"
2267version = "0.12.3"2293version = "0.12.4"
2268source = "registry+https://github.com/rust-lang/crates.io-index"2294source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"2295checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd"
2270dependencies = [2296dependencies = [
2271 "typenum",2297 "typenum",
2272]2298]
22732299
2274[[package]]2300[[package]]
2275name = "generic-array"2301name = "generic-array"
2276version = "0.13.2"2302version = "0.13.3"
2277source = "registry+https://github.com/rust-lang/crates.io-index"2303source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"2304checksum = "f797e67af32588215eaaab8327027ee8e71b9dd0b2b26996aedf20c030fce309"
2279dependencies = [2305dependencies = [
2280 "typenum",2306 "typenum",
2281]2307]
2333 "stable_deref_trait",2359 "stable_deref_trait",
2334]2360]
2361
2362[[package]]
2363name = "gimli"
2364version = "0.24.0"
2365source = "registry+https://github.com/rust-lang/crates.io-index"
2366checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189"
23352367
2336[[package]]2368[[package]]
2337name = "glob"2369name = "glob"
2374 "byteorder",2406 "byteorder",
2375 "bytes 0.4.12",2407 "bytes 0.4.12",
2376 "fnv",2408 "fnv",
2377 "futures 0.1.30",2409 "futures 0.1.31",
2378 "http 0.1.21",2410 "http 0.1.21",
2379 "indexmap",2411 "indexmap",
2380 "log",2412 "log",
2394 "futures-core",2426 "futures-core",
2395 "futures-sink",2427 "futures-sink",
2396 "futures-util",2428 "futures-util",
2397 "http 0.2.3",2429 "http 0.2.4",
2398 "indexmap",2430 "indexmap",
2399 "slab",2431 "slab",
2400 "tokio 0.2.25",2432 "tokio 0.2.25",
24052437
2406[[package]]2438[[package]]
2407name = "handlebars"2439name = "handlebars"
2408version = "3.5.3"2440version = "3.5.5"
2409source = "registry+https://github.com/rust-lang/crates.io-index"2441source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "cdb0867bbc5a3da37a753e78021d5fcf8a4db00e18dd2dd90fd36e24190e162d"2442checksum = "4498fc115fa7d34de968184e473529abb40eeb6be8bc5f7faba3d08c316cb3e3"
2411dependencies = [2443dependencies = [
2412 "log",2444 "log",
2413 "pest",2445 "pest",
2414 "pest_derive",2446 "pest_derive",
2415 "quick-error 2.0.0",2447 "quick-error 2.0.1",
2416 "serde",2448 "serde",
2417 "serde_json",2449 "serde_json",
2418]2450]
24612493
2462[[package]]2494[[package]]
2463name = "hex"2495name = "hex"
2464version = "0.4.2"2496version = "0.4.3"
2465source = "registry+https://github.com/rust-lang/crates.io-index"2497source = "registry+https://github.com/rust-lang/crates.io-index"
2466checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"2498checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
24672499
2468[[package]]2500[[package]]
2469name = "hex-literal"2501name = "hex-literal"
2504checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"2536checksum = "c6e570451493f10f6581b48cdd530413b63ea9e780f544bfd3bdcaa0d89d1a7b"
2505dependencies = [2537dependencies = [
2506 "digest 0.8.1",2538 "digest 0.8.1",
2507 "generic-array 0.12.3",2539 "generic-array 0.12.4",
2508 "hmac 0.7.1",2540 "hmac 0.7.1",
2509]2541]
25102542
25212553
2522[[package]]2554[[package]]
2523name = "http"2555name = "http"
2524version = "0.2.3"2556version = "0.2.4"
2525source = "registry+https://github.com/rust-lang/crates.io-index"2557source = "registry+https://github.com/rust-lang/crates.io-index"
2526checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"2558checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2527dependencies = [2559dependencies = [
2528 "bytes 1.0.1",2560 "bytes 1.0.1",
2529 "fnv",2561 "fnv",
2537checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"2569checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
2538dependencies = [2570dependencies = [
2539 "bytes 0.4.12",2571 "bytes 0.4.12",
2540 "futures 0.1.30",2572 "futures 0.1.31",
2541 "http 0.1.21",2573 "http 0.1.21",
2542 "tokio-buf",2574 "tokio-buf",
2543]2575]
2549checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"2581checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2550dependencies = [2582dependencies = [
2551 "bytes 0.5.6",2583 "bytes 0.5.6",
2552 "http 0.2.3",2584 "http 0.2.4",
2553]2585]
25542586
2555[[package]]2587[[package]]
2556name = "httparse"2588name = "httparse"
2557version = "1.3.5"2589version = "1.4.1"
2558source = "registry+https://github.com/rust-lang/crates.io-index"2590source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"2591checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
25602592
2561[[package]]2593[[package]]
2562name = "httpdate"2594name = "httpdate"
25752607
2576[[package]]2608[[package]]
2577name = "hyper"2609name = "hyper"
2578version = "0.12.35"2610version = "0.12.36"
2579source = "registry+https://github.com/rust-lang/crates.io-index"2611source = "registry+https://github.com/rust-lang/crates.io-index"
2580checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"2612checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52"
2581dependencies = [2613dependencies = [
2582 "bytes 0.4.12",2614 "bytes 0.4.12",
2583 "futures 0.1.30",2615 "futures 0.1.31",
2584 "futures-cpupool",2616 "futures-cpupool",
2585 "h2 0.1.26",2617 "h2 0.1.26",
2586 "http 0.1.21",2618 "http 0.1.21",
26052637
2606[[package]]2638[[package]]
2607name = "hyper"2639name = "hyper"
2608version = "0.13.9"2640version = "0.13.10"
2609source = "registry+https://github.com/rust-lang/crates.io-index"2641source = "registry+https://github.com/rust-lang/crates.io-index"
2610checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"2642checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2611dependencies = [2643dependencies = [
2612 "bytes 0.5.6",2644 "bytes 0.5.6",
2613 "futures-channel",2645 "futures-channel",
2614 "futures-core",2646 "futures-core",
2615 "futures-util",2647 "futures-util",
2616 "h2 0.2.7",2648 "h2 0.2.7",
2617 "http 0.2.3",2649 "http 0.2.4",
2618 "http-body 0.3.1",2650 "http-body 0.3.1",
2619 "httparse",2651 "httparse",
2620 "httpdate",2652 "httpdate",
2621 "itoa",2653 "itoa",
2622 "pin-project 1.0.5",2654 "pin-project 1.0.7",
2623 "socket2",2655 "socket2 0.3.19",
2624 "tokio 0.2.25",2656 "tokio 0.2.25",
2625 "tower-service",2657 "tower-service",
2626 "tracing",2658 "tracing",
2636 "bytes 0.5.6",2668 "bytes 0.5.6",
2637 "ct-logs",2669 "ct-logs",
2638 "futures-util",2670 "futures-util",
2639 "hyper 0.13.9",2671 "hyper 0.13.10",
2640 "log",2672 "log",
2641 "rustls 0.18.1",2673 "rustls 0.18.1",
2642 "rustls-native-certs",2674 "rustls-native-certs",
26582690
2659[[package]]2691[[package]]
2660name = "idna"2692name = "idna"
2661version = "0.2.0"2693version = "0.2.3"
2662source = "registry+https://github.com/rust-lang/crates.io-index"2694source = "registry+https://github.com/rust-lang/crates.io-index"
2663checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"2695checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2664dependencies = [2696dependencies = [
2665 "matches",2697 "matches",
2666 "unicode-bidi",2698 "unicode-bidi",
2695checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85"2727checksum = "97b8538953a3f0d0d3868f0a706eb4273535e10d72acb5c82c1c23ae48835c85"
2696dependencies = [2728dependencies = [
2697 "async-io",2729 "async-io",
2698 "futures 0.3.12",2730 "futures 0.3.15",
2699 "futures-lite",2731 "futures-lite",
2700 "if-addrs",2732 "if-addrs",
2701 "ipnet",2733 "ipnet",
2719source = "registry+https://github.com/rust-lang/crates.io-index"2751source = "registry+https://github.com/rust-lang/crates.io-index"
2720checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"2752checksum = "df170efa359aebdd5cb7fe78edcc67107748e4737bdca8a8fb40d15ea7a877ed"
2721dependencies = [2753dependencies = [
2722 "parity-scale-codec 2.0.1",2754 "parity-scale-codec 2.1.1",
2723]2755]
27242756
2725[[package]]2757[[package]]
27732805
2774[[package]]2806[[package]]
2775name = "indexmap"2807name = "indexmap"
2776version = "1.6.1"2808version = "1.6.2"
2777source = "registry+https://github.com/rust-lang/crates.io-index"2809source = "registry+https://github.com/rust-lang/crates.io-index"
2778checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"2810checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2779dependencies = [2811dependencies = [
2780 "autocfg",2812 "autocfg",
2781 "hashbrown",2813 "hashbrown",
2806source = "registry+https://github.com/rust-lang/crates.io-index"2838source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"2839checksum = "64fa110ec7b8f493f416eed552740d10e7030ad5f63b2308f82c9608ec2df275"
2808dependencies = [2840dependencies = [
2809 "futures 0.3.12",2841 "futures 0.3.15",
2810 "futures-timer 2.0.2",2842 "futures-timer 2.0.2",
2811]2843]
28122844
28482880
2849[[package]]2881[[package]]
2850name = "jobserver"2882name = "jobserver"
2851version = "0.1.21"2883version = "0.1.22"
2852source = "registry+https://github.com/rust-lang/crates.io-index"2884source = "registry+https://github.com/rust-lang/crates.io-index"
2853checksum = "5c71313ebb9439f74b00d9d2dcec36440beaf57a6aa0623068441dd7cd81a7f2"2885checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
2854dependencies = [2886dependencies = [
2855 "libc",2887 "libc",
2856]2888]
28572889
2858[[package]]2890[[package]]
2859name = "js-sys"2891name = "js-sys"
2860version = "0.3.47"2892version = "0.3.51"
2861source = "registry+https://github.com/rust-lang/crates.io-index"2893source = "registry+https://github.com/rust-lang/crates.io-index"
2862checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"2894checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062"
2863dependencies = [2895dependencies = [
2864 "wasm-bindgen",2896 "wasm-bindgen",
2865]2897]
2871checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"2903checksum = "2773fa94a2a1fd51efb89a8f45b8861023dbb415d18d3c9235ae9388d780f9ec"
2872dependencies = [2904dependencies = [
2873 "failure",2905 "failure",
2874 "futures 0.1.30",2906 "futures 0.1.31",
2875 "jsonrpc-core 14.2.0",2907 "jsonrpc-core 14.2.0",
2876 "jsonrpc-pubsub 14.2.0",2908 "jsonrpc-pubsub 14.2.0",
2877 "log",2909 "log",
2887checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"2919checksum = "489b9c612e60c766f751ab40fcb43cbb55a1e10bb44a9b4307ed510ca598cbd7"
2888dependencies = [2920dependencies = [
2889 "failure",2921 "failure",
2890 "futures 0.1.30",2922 "futures 0.1.31",
2891 "jsonrpc-core 15.1.0",2923 "jsonrpc-core 15.1.0",
2892 "jsonrpc-pubsub 15.1.0",2924 "jsonrpc-pubsub 15.1.0",
2893 "log",2925 "log",
2902source = "registry+https://github.com/rust-lang/crates.io-index"2934source = "registry+https://github.com/rust-lang/crates.io-index"
2903checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"2935checksum = "a0747307121ffb9703afd93afbd0fb4f854c38fb873f2c8b90e0e902f27c7b62"
2904dependencies = [2936dependencies = [
2905 "futures 0.1.30",2937 "futures 0.1.31",
2906 "log",2938 "log",
2907 "serde",2939 "serde",
2908 "serde_derive",2940 "serde_derive",
2915source = "registry+https://github.com/rust-lang/crates.io-index"2947source = "registry+https://github.com/rust-lang/crates.io-index"
2916checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"2948checksum = "0745a6379e3edc893c84ec203589790774e4247420033e71a76d3ab4687991fa"
2917dependencies = [2949dependencies = [
2918 "futures 0.1.30",2950 "futures 0.1.31",
2919 "log",2951 "log",
2920 "serde",2952 "serde",
2921 "serde_derive",2953 "serde_derive",
2970source = "registry+https://github.com/rust-lang/crates.io-index"3002source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"3003checksum = "4fb5c4513b7b542f42da107942b7b759f27120b5cc894729f88254b28dff44b7"
2972dependencies = [3004dependencies = [
2973 "hyper 0.12.35",3005 "hyper 0.12.36",
2974 "jsonrpc-core 15.1.0",3006 "jsonrpc-core 15.1.0",
2975 "jsonrpc-server-utils",3007 "jsonrpc-server-utils",
2976 "log",3008 "log",
30973129
3098[[package]]3130[[package]]
3099name = "kvdb-rocksdb"3131name = "kvdb-rocksdb"
3100version = "0.11.0"3132version = "0.11.1"
3101source = "registry+https://github.com/rust-lang/crates.io-index"3133source = "registry+https://github.com/rust-lang/crates.io-index"
3102checksum = "34446c373ccc494c2124439281c198c7636ccdc2752c06722bbffd56d459c1e4"3134checksum = "94b27cdb788bf1c8ade782289f9dbee626940be2961fd75c7cde993fa2f1ded1"
3103dependencies = [3135dependencies = [
3104 "fs-swap",3136 "fs-swap",
3105 "kvdb",3137 "kvdb",
31333165
3134[[package]]3166[[package]]
3135name = "libc"3167name = "libc"
3136version = "0.2.85"3168version = "0.2.94"
3137source = "registry+https://github.com/rust-lang/crates.io-index"3169source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"3170checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
31393171
3140[[package]]3172[[package]]
3141name = "libloading"3173name = "libloading"
3147 "winapi 0.3.9",3179 "winapi 0.3.9",
3148]3180]
3181
3182[[package]]
3183name = "libloading"
3184version = "0.7.0"
3185source = "registry+https://github.com/rust-lang/crates.io-index"
3186checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
3187dependencies = [
3188 "cfg-if 1.0.0",
3189 "winapi 0.3.9",
3190]
31493191
3150[[package]]3192[[package]]
3151name = "libm"3193name = "libm"
3161dependencies = [3203dependencies = [
3162 "atomic",3204 "atomic",
3163 "bytes 1.0.1",3205 "bytes 1.0.1",
3164 "futures 0.3.12",3206 "futures 0.3.15",
3165 "lazy_static",3207 "lazy_static",
3166 "libp2p-core",3208 "libp2p-core",
3167 "libp2p-deflate",3209 "libp2p-deflate",
3186 "libp2p-yamux",3228 "libp2p-yamux",
3187 "parity-multiaddr",3229 "parity-multiaddr",
3188 "parking_lot 0.11.1",3230 "parking_lot 0.11.1",
3189 "pin-project 1.0.5",3231 "pin-project 1.0.7",
3190 "smallvec 1.6.1",3232 "smallvec 1.6.1",
3191 "wasm-timer",3233 "wasm-timer",
3192]3234]
3202 "ed25519-dalek",3244 "ed25519-dalek",
3203 "either",3245 "either",
3204 "fnv",3246 "fnv",
3205 "futures 0.3.12",3247 "futures 0.3.15",
3206 "futures-timer 3.0.2",3248 "futures-timer 3.0.2",
3207 "lazy_static",3249 "lazy_static",
3208 "libsecp256k1",3250 "libsecp256k1",
3211 "multistream-select",3253 "multistream-select",
3212 "parity-multiaddr",3254 "parity-multiaddr",
3213 "parking_lot 0.11.1",3255 "parking_lot 0.11.1",
3214 "pin-project 1.0.5",3256 "pin-project 1.0.7",
3215 "prost",3257 "prost",
3216 "prost-build",3258 "prost-build",
3217 "rand 0.7.3",3259 "rand 0.7.3",
3218 "ring",3260 "ring",
3219 "rw-stream-sink",3261 "rw-stream-sink",
3220 "sha2 0.9.3",3262 "sha2 0.9.5",
3221 "smallvec 1.6.1",3263 "smallvec 1.6.1",
3222 "thiserror",3264 "thiserror",
3223 "unsigned-varint 0.7.0",3265 "unsigned-varint 0.7.0",
3232checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345"3274checksum = "6d42eed63305f0420736fa487f9acef720c4528bd7852a6a760f5ccde4813345"
3233dependencies = [3275dependencies = [
3234 "flate2",3276 "flate2",
3235 "futures 0.3.12",3277 "futures 0.3.15",
3236 "libp2p-core",3278 "libp2p-core",
3237]3279]
32383280
3242source = "registry+https://github.com/rust-lang/crates.io-index"3284source = "registry+https://github.com/rust-lang/crates.io-index"
3243checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3"3285checksum = "5153b6db68fd4baa3b304e377db744dd8fea8ff4e4504509ee636abcde88d3e3"
3244dependencies = [3286dependencies = [
3245 "futures 0.3.12",3287 "futures 0.3.15",
3246 "libp2p-core",3288 "libp2p-core",
3247 "log",3289 "log",
3248]3290]
3255dependencies = [3297dependencies = [
3256 "cuckoofilter",3298 "cuckoofilter",
3257 "fnv",3299 "fnv",
3258 "futures 0.3.12",3300 "futures 0.3.15",
3259 "libp2p-core",3301 "libp2p-core",
3260 "libp2p-swarm",3302 "libp2p-swarm",
3261 "log",3303 "log",
3276 "byteorder",3318 "byteorder",
3277 "bytes 1.0.1",3319 "bytes 1.0.1",
3278 "fnv",3320 "fnv",
3279 "futures 0.3.12",3321 "futures 0.3.15",
3280 "hex_fmt",3322 "hex_fmt",
3281 "libp2p-core",3323 "libp2p-core",
3282 "libp2p-swarm",3324 "libp2p-swarm",
3285 "prost-build",3327 "prost-build",
3286 "rand 0.7.3",3328 "rand 0.7.3",
3287 "regex",3329 "regex",
3288 "sha2 0.9.3",3330 "sha2 0.9.5",
3289 "smallvec 1.6.1",3331 "smallvec 1.6.1",
3290 "unsigned-varint 0.7.0",3332 "unsigned-varint 0.7.0",
3291 "wasm-timer",3333 "wasm-timer",
3297source = "registry+https://github.com/rust-lang/crates.io-index"3339source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e"3340checksum = "b40fb36a059b7a8cce1514bd8b546fa612e006c9937caa7f5950cb20021fe91e"
3299dependencies = [3341dependencies = [
3300 "futures 0.3.12",3342 "futures 0.3.15",
3301 "libp2p-core",3343 "libp2p-core",
3302 "libp2p-swarm",3344 "libp2p-swarm",
3303 "log",3345 "log",
3318 "bytes 1.0.1",3360 "bytes 1.0.1",
3319 "either",3361 "either",
3320 "fnv",3362 "fnv",
3321 "futures 0.3.12",3363 "futures 0.3.15",
3322 "libp2p-core",3364 "libp2p-core",
3323 "libp2p-swarm",3365 "libp2p-swarm",
3324 "log",3366 "log",
3325 "prost",3367 "prost",
3326 "prost-build",3368 "prost-build",
3327 "rand 0.7.3",3369 "rand 0.7.3",
3328 "sha2 0.9.3",3370 "sha2 0.9.5",
3329 "smallvec 1.6.1",3371 "smallvec 1.6.1",
3330 "uint 0.9.0",3372 "uint 0.9.0",
3331 "unsigned-varint 0.7.0",3373 "unsigned-varint 0.7.0",
3342 "async-io",3384 "async-io",
3343 "data-encoding",3385 "data-encoding",
3344 "dns-parser",3386 "dns-parser",
3345 "futures 0.3.12",3387 "futures 0.3.15",
3346 "if-watch",3388 "if-watch",
3347 "lazy_static",3389 "lazy_static",
3348 "libp2p-core",3390 "libp2p-core",
3349 "libp2p-swarm",3391 "libp2p-swarm",
3350 "log",3392 "log",
3351 "rand 0.7.3",3393 "rand 0.7.3",
3352 "smallvec 1.6.1",3394 "smallvec 1.6.1",
3353 "socket2",3395 "socket2 0.3.19",
3354 "void",3396 "void",
3355]3397]
33563398
3362dependencies = [3404dependencies = [
3363 "asynchronous-codec 0.6.0",3405 "asynchronous-codec 0.6.0",
3364 "bytes 1.0.1",3406 "bytes 1.0.1",
3365 "futures 0.3.12",3407 "futures 0.3.15",
3366 "libp2p-core",3408 "libp2p-core",
3367 "log",3409 "log",
3368 "nohash-hasher",3410 "nohash-hasher",
3379checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"3421checksum = "4aca322b52a0c5136142a7c3971446fb1e9964923a526c9cc6ef3b7c94e57778"
3380dependencies = [3422dependencies = [
3381 "bytes 1.0.1",3423 "bytes 1.0.1",
3382 "curve25519-dalek 3.0.2",3424 "curve25519-dalek 3.1.0",
3383 "futures 0.3.12",3425 "futures 0.3.15",
3384 "lazy_static",3426 "lazy_static",
3385 "libp2p-core",3427 "libp2p-core",
3386 "log",3428 "log",
3387 "prost",3429 "prost",
3388 "prost-build",3430 "prost-build",
3389 "rand 0.7.3",3431 "rand 0.7.3",
3390 "sha2 0.9.3",3432 "sha2 0.9.5",
3391 "snow",3433 "snow",
3392 "static_assertions",3434 "static_assertions",
3393 "x25519-dalek",3435 "x25519-dalek",
3400source = "registry+https://github.com/rust-lang/crates.io-index"3442source = "registry+https://github.com/rust-lang/crates.io-index"
3401checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"3443checksum = "6f3813276d0708c8db0f500d8beda1bda9ad955723b9cb272c41f4727256f73c"
3402dependencies = [3444dependencies = [
3403 "futures 0.3.12",3445 "futures 0.3.15",
3404 "libp2p-core",3446 "libp2p-core",
3405 "libp2p-swarm",3447 "libp2p-swarm",
3406 "log",3448 "log",
3417dependencies = [3459dependencies = [
3418 "asynchronous-codec 0.6.0",3460 "asynchronous-codec 0.6.0",
3419 "bytes 1.0.1",3461 "bytes 1.0.1",
3420 "futures 0.3.12",3462 "futures 0.3.15",
3421 "libp2p-core",3463 "libp2p-core",
3422 "log",3464 "log",
3423 "prost",3465 "prost",
3432source = "registry+https://github.com/rust-lang/crates.io-index"3474source = "registry+https://github.com/rust-lang/crates.io-index"
3433checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"3475checksum = "6ce3374f3b28162db9d3442c9347c4f14cb01e8290052615c7d341d40eae0599"
3434dependencies = [3476dependencies = [
3435 "futures 0.3.12",3477 "futures 0.3.15",
3436 "log",3478 "log",
3437 "pin-project 1.0.5",3479 "pin-project 1.0.7",
3438 "rand 0.7.3",3480 "rand 0.7.3",
3439 "salsa20",3481 "salsa20",
3440 "sha3 0.9.1",3482 "sha3 0.9.1",
3448dependencies = [3490dependencies = [
3449 "async-trait",3491 "async-trait",
3450 "bytes 1.0.1",3492 "bytes 1.0.1",
3451 "futures 0.3.12",3493 "futures 0.3.15",
3452 "libp2p-core",3494 "libp2p-core",
3453 "libp2p-swarm",3495 "libp2p-swarm",
3454 "log",3496 "log",
3467checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98"3509checksum = "7955b973e1fd2bd61ffd43ce261c1223f61f4aacd5bae362a924993f9a25fd98"
3468dependencies = [3510dependencies = [
3469 "either",3511 "either",
3470 "futures 0.3.12",3512 "futures 0.3.15",
3471 "libp2p-core",3513 "libp2p-core",
3472 "log",3514 "log",
3473 "rand 0.7.3",3515 "rand 0.7.3",
3493checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b"3535checksum = "88a5aef80e519a6cb8e2663605142f97baaaea1a252eecbf8756184765f7471b"
3494dependencies = [3536dependencies = [
3495 "async-io",3537 "async-io",
3496 "futures 0.3.12",3538 "futures 0.3.15",
3497 "futures-timer 3.0.2",3539 "futures-timer 3.0.2",
3498 "if-watch",3540 "if-watch",
3499 "ipnet",3541 "ipnet",
3500 "libc",3542 "libc",
3501 "libp2p-core",3543 "libp2p-core",
3502 "log",3544 "log",
3503 "socket2",3545 "socket2 0.3.19",
3504]3546]
35053547
3506[[package]]3548[[package]]
3510checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"3552checksum = "80ac51ce419f60be966e02103c17f67ff5dc4422ba83ba54d251d6c62a4ed487"
3511dependencies = [3553dependencies = [
3512 "async-std",3554 "async-std",
3513 "futures 0.3.12",3555 "futures 0.3.15",
3514 "libp2p-core",3556 "libp2p-core",
3515 "log",3557 "log",
3516]3558]
3521source = "registry+https://github.com/rust-lang/crates.io-index"3563source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"3564checksum = "6149c46cb76935c80bc8be6ec6e3ebd5f5e1679765a255fb34331d54610f15dd"
3523dependencies = [3565dependencies = [
3524 "futures 0.3.12",3566 "futures 0.3.15",
3525 "js-sys",3567 "js-sys",
3526 "libp2p-core",3568 "libp2p-core",
3527 "parity-send-wrapper",3569 "parity-send-wrapper",
3536checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"3578checksum = "d3b1c6a3431045da8b925ed83384e4c5163e14b990572307fca9c507435d4d22"
3537dependencies = [3579dependencies = [
3538 "either",3580 "either",
3539 "futures 0.3.12",3581 "futures 0.3.15",
3540 "futures-rustls",3582 "futures-rustls",
3541 "libp2p-core",3583 "libp2p-core",
3542 "log",3584 "log",
3543 "quicksink",3585 "quicksink",
3544 "rw-stream-sink",3586 "rw-stream-sink",
3545 "soketto",3587 "soketto",
3546 "url 2.2.0",3588 "url 2.2.2",
3547 "webpki-roots",3589 "webpki-roots",
3548]3590]
35493591
3553source = "registry+https://github.com/rust-lang/crates.io-index"3595source = "registry+https://github.com/rust-lang/crates.io-index"
3554checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a"3596checksum = "4819358c542a86ff95f6ae691efb4b94ddaf477079b01a686f5705b79bfc232a"
3555dependencies = [3597dependencies = [
3556 "futures 0.3.12",3598 "futures 0.3.15",
3557 "libp2p-core",3599 "libp2p-core",
3558 "parking_lot 0.11.1",3600 "parking_lot 0.11.1",
3559 "thiserror",3601 "thiserror",
35623604
3563[[package]]3605[[package]]
3564name = "librocksdb-sys"3606name = "librocksdb-sys"
3565version = "6.11.4"3607version = "6.17.3"
3566source = "registry+https://github.com/rust-lang/crates.io-index"3608source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "eb5b56f651c204634b936be2f92dbb42c36867e00ff7fe2405591f3b9fa66f09"3609checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9"
3568dependencies = [3610dependencies = [
3569 "bindgen",3611 "bindgen",
3570 "cc",3612 "cc",
35903632
3591[[package]]3633[[package]]
3592name = "libz-sys"3634name = "libz-sys"
3593version = "1.1.2"3635version = "1.1.3"
3594source = "registry+https://github.com/rust-lang/crates.io-index"3636source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "602113192b08db8f38796c4e85c39e960c145965140e918018bcde1952429655"3637checksum = "de5435b8549c16d423ed0c03dbaafe57cf6c3344744f1242520d59c9d8ecec66"
3596dependencies = [3638dependencies = [
3597 "cc",3639 "cc",
3598 "pkg-config",3640 "pkg-config",
36163658
3617[[package]]3659[[package]]
3618name = "linregress"3660name = "linregress"
3619version = "0.4.0"3661version = "0.4.1"
3620source = "registry+https://github.com/rust-lang/crates.io-index"3662source = "registry+https://github.com/rust-lang/crates.io-index"
3621checksum = "0d0ad4b5cc8385a881c561fac3501353d63d2a2b7a357b5064d71815c9a92724"3663checksum = "b36162d2e1dcbdeb61223cb788f029f8ac9f2ab19969b89c5a8f4517aad4d940"
3622dependencies = [3664dependencies = [
3623 "nalgebra",3665 "nalgebra 0.25.4",
3624 "statrs",3666 "statrs",
3625]3667]
36263668
36353677
3636[[package]]3678[[package]]
3637name = "lock_api"3679name = "lock_api"
3638version = "0.4.2"3680version = "0.4.4"
3639source = "registry+https://github.com/rust-lang/crates.io-index"3681source = "registry+https://github.com/rust-lang/crates.io-index"
3640checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"3682checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
3641dependencies = [3683dependencies = [
3642 "scopeguard",3684 "scopeguard",
3643]3685]
3652 "value-bag",3694 "value-bag",
3653]3695]
3654
3655[[package]]
3656name = "loom"
3657version = "0.4.0"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
3660dependencies = [
3661 "cfg-if 1.0.0",
3662 "generator",
3663 "scoped-tls",
3664]
36653696
3666[[package]]3697[[package]]
3667name = "lru"3698name = "lru"
3711 "rawpointer",3742 "rawpointer",
3712]3743]
3744
3745[[package]]
3746name = "matrixmultiply"
3747version = "0.3.1"
3748source = "registry+https://github.com/rust-lang/crates.io-index"
3749checksum = "5a8a15b776d9dfaecd44b03c5828c2199cddff5247215858aac14624f8d6b741"
3750dependencies = [
3751 "rawpointer",
3752]
37133753
3714[[package]]3754[[package]]
3715name = "maybe-uninit"3755name = "maybe-uninit"
37193759
3720[[package]]3760[[package]]
3721name = "memchr"3761name = "memchr"
3722version = "2.3.4"3762version = "2.4.0"
3723source = "registry+https://github.com/rust-lang/crates.io-index"3763source = "registry+https://github.com/rust-lang/crates.io-index"
3724checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"3764checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
37253765
3726[[package]]3766[[package]]
3727name = "memmap2"3767name = "memmap2"
3728version = "0.2.1"3768version = "0.2.2"
3729source = "registry+https://github.com/rust-lang/crates.io-index"3769source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "04e3e85b970d650e2ae6d70592474087051c11c54da7f7b4949725c5735fbcc6"3770checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
3731dependencies = [3771dependencies = [
3732 "libc",3772 "libc",
3733]3773]
37433783
3744[[package]]3784[[package]]
3745name = "memoffset"3785name = "memoffset"
3746version = "0.6.1"3786version = "0.6.3"
3747source = "registry+https://github.com/rust-lang/crates.io-index"3787source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"3788checksum = "f83fb6581e8ed1f85fd45c116db8405483899489e38406156c25eb743554361d"
3749dependencies = [3789dependencies = [
3750 "autocfg",3790 "autocfg",
3751]3791]
37813821
3782[[package]]3822[[package]]
3783name = "minicbor"3823name = "minicbor"
3784version = "0.7.1"3824version = "0.7.2"
3785source = "registry+https://github.com/rust-lang/crates.io-index"3825source = "registry+https://github.com/rust-lang/crates.io-index"
3786checksum = "3265a9f5210bb726f81ef9c456ae0aff5321cd95748c0e71889b0e19d8f0332b"3826checksum = "1c2b2c73f9640fccab53947e2b3474d5071fcbc8f82cac51ddf6c8041a30a9ea"
3787dependencies = [3827dependencies = [
3788 "minicbor-derive",3828 "minicbor-derive",
3789]3829]
37903830
3791[[package]]3831[[package]]
3792name = "minicbor-derive"3832name = "minicbor-derive"
3793version = "0.6.1"3833version = "0.6.3"
3794source = "registry+https://github.com/rust-lang/crates.io-index"3834source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "130b9455e28a3f308f6579671816a6f2621e2e0cbf55dc2f886345bef699481e"3835checksum = "7f2b9e8883d58e34b18facd16c4564a77ea50fce028ad3d0ee6753440e37acc8"
3796dependencies = [3836dependencies = [
3797 "proc-macro2",3837 "proc-macro2",
3798 "quote",3838 "quote",
38013841
3802[[package]]3842[[package]]
3803name = "miniz_oxide"3843name = "miniz_oxide"
3804version = "0.4.3"3844version = "0.4.4"
3805source = "registry+https://github.com/rust-lang/crates.io-index"3845source = "registry+https://github.com/rust-lang/crates.io-index"
3806checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"3846checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3807dependencies = [3847dependencies = [
3808 "adler",3848 "adler",
3809 "autocfg",3849 "autocfg",
3848dependencies = [3888dependencies = [
3849 "log",3889 "log",
3850 "mio",3890 "mio",
3851 "miow 0.3.6",3891 "miow 0.3.7",
3852 "winapi 0.3.9",3892 "winapi 0.3.9",
3853]3893]
38543894
38773917
3878[[package]]3918[[package]]
3879name = "miow"3919name = "miow"
3880version = "0.3.6"3920version = "0.3.7"
3881source = "registry+https://github.com/rust-lang/crates.io-index"3921source = "registry+https://github.com/rust-lang/crates.io-index"
3882checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"3922checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
3883dependencies = [3923dependencies = [
3884 "socket2",
3885 "winapi 0.3.9",3924 "winapi 0.3.9",
3886]3925]
38873926
3914 "digest 0.9.0",3953 "digest 0.9.0",
3915 "generic-array 0.14.4",3954 "generic-array 0.14.4",
3916 "multihash-derive",3955 "multihash-derive",
3917 "sha2 0.9.3",3956 "sha2 0.9.5",
3918 "sha3 0.9.1",3957 "sha3 0.9.1",
3919 "unsigned-varint 0.5.1",3958 "unsigned-varint 0.5.1",
3920]3959]
39353974
3936[[package]]3975[[package]]
3937name = "multimap"3976name = "multimap"
3938version = "0.8.2"3977version = "0.8.3"
3939source = "registry+https://github.com/rust-lang/crates.io-index"3978source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"3979checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
39413980
3942[[package]]3981[[package]]
3943name = "multistream-select"3982name = "multistream-select"
3944version = "0.10.0"3983version = "0.10.2"
3945source = "registry+https://github.com/rust-lang/crates.io-index"3984source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "10ddc0eb0117736f19d556355464fc87efc8ad98b29e3fd84f02531eb6e90840"3985checksum = "7d91ec0a2440aaff5f78ec35631a7027d50386c6163aa975f7caa0d5da4b6ff8"
3947dependencies = [3986dependencies = [
3948 "bytes 1.0.1",3987 "bytes 1.0.1",
3949 "futures 0.3.12",3988 "futures 0.3.15",
3950 "log",3989 "log",
3951 "pin-project 1.0.5",3990 "pin-project 1.0.7",
3952 "smallvec 1.6.1",3991 "smallvec 1.6.1",
3953 "unsigned-varint 0.6.0",3992 "unsigned-varint 0.7.0",
3954]3993]
39553994
3956[[package]]3995[[package]]
3957name = "nalgebra"3996name = "nalgebra"
3958version = "0.21.1"3997version = "0.19.0"
3959source = "registry+https://github.com/rust-lang/crates.io-index"3998source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "d6b6147c3d50b4f3cdabfe2ecc94a0191fd3d6ad58aefd9664cf396285883486"3999checksum = "0abb021006c01b126a936a8dd1351e0720d83995f4fc942d0d426c654f990745"
3961dependencies = [4000dependencies = [
4001 "alga",
3962 "approx",4002 "approx 0.3.2",
3963 "generic-array 0.13.2",4003 "generic-array 0.13.3",
3964 "matrixmultiply",4004 "matrixmultiply 0.2.4",
3965 "num-complex",4005 "num-complex 0.2.4",
3966 "num-rational",4006 "num-rational 0.2.4",
3967 "num-traits",4007 "num-traits",
3968 "rand 0.7.3",4008 "rand 0.7.3",
3969 "rand_distr",4009 "rand_distr",
3970 "simba",
3971 "typenum",4010 "typenum",
3972]4011]
4012
4013[[package]]
4014name = "nalgebra"
4015version = "0.25.4"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "c70c9e8c5f213c8e93fc8c112ade4edd3ee62062fb897776c23dcebac7932900"
4018dependencies = [
4019 "approx 0.4.0",
4020 "generic-array 0.14.4",
4021 "matrixmultiply 0.3.1",
4022 "num-complex 0.3.1",
4023 "num-rational 0.3.2",
4024 "num-traits",
4025 "serde",
4026 "simba",
4027 "typenum",
4028]
39734029
3974[[package]]4030[[package]]
3975name = "names"4031name = "names"
3980 "rand 0.3.23",4036 "rand 0.3.23",
3981]4037]
3982
3983[[package]]
3984name = "nb-connect"
3985version = "1.0.2"
3986source = "registry+https://github.com/rust-lang/crates.io-index"
3987checksum = "8123a81538e457d44b933a02faf885d3fe8408806b23fa700e8f01c6c3a98998"
3988dependencies = [
3989 "libc",
3990 "winapi 0.3.9",
3991]
39924038
3993[[package]]4039[[package]]
3994name = "net2"4040name = "net2"
4014 "fp-rpc",4060 "fp-rpc",
4015 "frame-benchmarking",4061 "frame-benchmarking",
4016 "frame-benchmarking-cli",4062 "frame-benchmarking-cli",
4017 "futures 0.3.12",4063 "futures 0.3.15",
4018 "jsonrpc-core 15.1.0",4064 "jsonrpc-core 15.1.0",
4019 "jsonrpc-pubsub 15.1.0",4065 "jsonrpc-pubsub 15.1.0",
4020 "log",4066 "log",
4085 "pallet-transaction-payment-rpc-runtime-api",4131 "pallet-transaction-payment-rpc-runtime-api",
4086 "pallet-treasury",4132 "pallet-treasury",
4087 "pallet-vesting",4133 "pallet-vesting",
4088 "parity-scale-codec 2.0.1",4134 "parity-scale-codec 2.1.1",
4089 "serde",4135 "serde",
4090 "smallvec 1.6.1",4136 "smallvec 1.6.1",
4091 "sp-api",4137 "sp-api",
4146 "num-traits",4192 "num-traits",
4147]4193]
4194
4195[[package]]
4196name = "num-complex"
4197version = "0.3.1"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "747d632c0c558b87dbabbe6a82f3b4ae03720d0646ac5b7b4dae89394be5f2c5"
4200dependencies = [
4201 "num-traits",
4202]
41484203
4149[[package]]4204[[package]]
4150name = "num-integer"4205name = "num-integer"
4168 "num-traits",4223 "num-traits",
4169]4224]
4225
4226[[package]]
4227name = "num-rational"
4228version = "0.3.2"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4231dependencies = [
4232 "autocfg",
4233 "num-integer",
4234 "num-traits",
4235]
41704236
4171[[package]]4237[[package]]
4172name = "num-traits"4238name = "num-traits"
42004266
4201[[package]]4267[[package]]
4202name = "object"4268name = "object"
4203version = "0.23.0"4269version = "0.24.0"
4204source = "registry+https://github.com/rust-lang/crates.io-index"4270source = "registry+https://github.com/rust-lang/crates.io-index"
4205checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"4271checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170"
42064272
4207[[package]]4273[[package]]
4208name = "once_cell"4274name = "once_cell"
4209version = "1.5.2"4275version = "1.7.2"
4210source = "registry+https://github.com/rust-lang/crates.io-index"4276source = "registry+https://github.com/rust-lang/crates.io-index"
4211checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"4277checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
4212dependencies = [4278dependencies = [
4213 "parking_lot 0.11.1",4279 "parking_lot 0.11.1",
4214]4280]
42274293
4228[[package]]4294[[package]]
4229name = "openssl-probe"4295name = "openssl-probe"
4230version = "0.1.2"4296version = "0.1.4"
4231source = "registry+https://github.com/rust-lang/crates.io-index"4297source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"4298checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a"
42334299
4234[[package]]4300[[package]]
4235name = "owning_ref"4301name = "owning_ref"
4249 "frame-system",4315 "frame-system",
4250 "pallet-session",4316 "pallet-session",
4251 "pallet-timestamp",4317 "pallet-timestamp",
4252 "parity-scale-codec 2.0.1",4318 "parity-scale-codec 2.1.1",
4253 "serde",4319 "serde",
4254 "sp-application-crypto",4320 "sp-application-crypto",
4255 "sp-consensus-aura",4321 "sp-consensus-aura",
4265 "frame-support",4331 "frame-support",
4266 "frame-system",4332 "frame-system",
4267 "impl-trait-for-tuples 0.2.1",4333 "impl-trait-for-tuples 0.2.1",
4268 "parity-scale-codec 2.0.1",4334 "parity-scale-codec 2.1.1",
4269 "sp-authorship",4335 "sp-authorship",
4270 "sp-inherents",4336 "sp-inherents",
4271 "sp-runtime",4337 "sp-runtime",
4281 "frame-support",4347 "frame-support",
4282 "frame-system",4348 "frame-system",
4283 "log",4349 "log",
4284 "parity-scale-codec 2.0.1",4350 "parity-scale-codec 2.1.1",
4285 "serde",4351 "serde",
4286 "sp-runtime",4352 "sp-runtime",
4287 "sp-std",4353 "sp-std",
4297 "log",4363 "log",
4298 "pallet-contracts-primitives",4364 "pallet-contracts-primitives",
4299 "pallet-contracts-proc-macro",4365 "pallet-contracts-proc-macro",
4300 "parity-scale-codec 2.0.1",4366 "parity-scale-codec 2.1.1",
4301 "parity-wasm 0.41.0",4367 "parity-wasm 0.41.0",
4302 "pwasm-utils 0.16.0",4368 "pwasm-utils 0.16.0",
4303 "serde",4369 "serde",
4315source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4381source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4316dependencies = [4382dependencies = [
4317 "bitflags",4383 "bitflags",
4318 "parity-scale-codec 2.0.1",4384 "parity-scale-codec 2.1.1",
4319 "sp-runtime",4385 "sp-runtime",
4320 "sp-std",4386 "sp-std",
4321]4387]
4340 "jsonrpc-derive 15.1.0",4406 "jsonrpc-derive 15.1.0",
4341 "pallet-contracts-primitives",4407 "pallet-contracts-primitives",
4342 "pallet-contracts-rpc-runtime-api",4408 "pallet-contracts-rpc-runtime-api",
4343 "parity-scale-codec 2.0.1",4409 "parity-scale-codec 2.1.1",
4344 "serde",4410 "serde",
4345 "sp-api",4411 "sp-api",
4346 "sp-blockchain",4412 "sp-blockchain",
4355source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4421source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4356dependencies = [4422dependencies = [
4357 "pallet-contracts-primitives",4423 "pallet-contracts-primitives",
4358 "parity-scale-codec 2.0.1",4424 "parity-scale-codec 2.1.1",
4359 "sp-api",4425 "sp-api",
4360 "sp-runtime",4426 "sp-runtime",
4361 "sp-std",4427 "sp-std",
4364[[package]]4430[[package]]
4365name = "pallet-ethereum"4431name = "pallet-ethereum"
4366version = "1.0.1-dev"4432version = "1.0.1-dev"
4367source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"4433source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
4368dependencies = [4434dependencies = [
4369 "ethereum",4435 "ethereum",
4370 "ethereum-types 0.11.0",4436 "ethereum-types 0.11.0",
4379 "pallet-balances",4445 "pallet-balances",
4380 "pallet-evm",4446 "pallet-evm",
4381 "pallet-timestamp",4447 "pallet-timestamp",
4382 "parity-scale-codec 2.0.1",4448 "parity-scale-codec 2.1.1",
4383 "rlp 0.5.0",4449 "rlp 0.5.0",
4384 "rustc-hex",4450 "rustc-hex",
4385 "serde",4451 "serde",
43914457
4392[[package]]4458[[package]]
4393name = "pallet-evm"4459name = "pallet-evm"
4394version = "3.0.0"4460version = "3.0.1-dev"
4395source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#bd8cd6db44be646a059698371497de64128940af"4461source = "git+https://github.com/usetech-llc/frontier.git?branch=injected-transactions#7facf3dd69644e19d13e5622353d84d97080d1c4"
4396dependencies = [4462dependencies = [
4397 "evm",4463 "evm",
4398 "evm-gasometer",4464 "evm-gasometer",
4404 "log",4470 "log",
4405 "pallet-balances",4471 "pallet-balances",
4406 "pallet-timestamp",4472 "pallet-timestamp",
4407 "parity-scale-codec 2.0.1",4473 "parity-scale-codec 2.1.1",
4408 "primitive-types 0.9.0",4474 "primitive-types 0.9.0",
4409 "rlp 0.5.0",4475 "rlp 0.5.0",
4410 "serde",4476 "serde",
4426 "log",4492 "log",
4427 "pallet-authorship",4493 "pallet-authorship",
4428 "pallet-session",4494 "pallet-session",
4429 "parity-scale-codec 2.0.1",4495 "parity-scale-codec 2.1.1",
4430 "serde",4496 "serde",
4431 "sp-application-crypto",4497 "sp-application-crypto",
4432 "sp-core",4498 "sp-core",
4447 "pallet-balances",4513 "pallet-balances",
4448 "pallet-randomness-collective-flip",4514 "pallet-randomness-collective-flip",
4449 "pallet-timestamp",4515 "pallet-timestamp",
4450 "parity-scale-codec 2.0.1",4516 "parity-scale-codec 2.1.1",
4451 "serde",4517 "serde",
4452 "sp-core",4518 "sp-core",
4453 "sp-io",4519 "sp-io",
4473 "pallet-randomness-collective-flip",4539 "pallet-randomness-collective-flip",
4474 "pallet-timestamp",4540 "pallet-timestamp",
4475 "pallet-transaction-payment",4541 "pallet-transaction-payment",
4476 "parity-scale-codec 2.0.1",4542 "parity-scale-codec 2.1.1",
4477 "rlp 0.5.0",4543 "rlp 0.5.0",
4478 "serde",4544 "serde",
4479 "sp-api",4545 "sp-api",
4490dependencies = [4556dependencies = [
4491 "frame-support",4557 "frame-support",
4492 "frame-system",4558 "frame-system",
4493 "parity-scale-codec 2.0.1",4559 "parity-scale-codec 2.1.1",
4494 "safe-mix",4560 "safe-mix",
4495 "sp-runtime",4561 "sp-runtime",
4496 "sp-std",4562 "sp-std",
4505 "frame-system",4571 "frame-system",
4506 "impl-trait-for-tuples 0.2.1",4572 "impl-trait-for-tuples 0.2.1",
4507 "pallet-timestamp",4573 "pallet-timestamp",
4508 "parity-scale-codec 2.0.1",4574 "parity-scale-codec 2.1.1",
4509 "serde",4575 "serde",
4510 "sp-core",4576 "sp-core",
4511 "sp-io",4577 "sp-io",
4523dependencies = [4589dependencies = [
4524 "frame-support",4590 "frame-support",
4525 "frame-system",4591 "frame-system",
4526 "parity-scale-codec 2.0.1",4592 "parity-scale-codec 2.1.1",
4527 "serde",4593 "serde",
4528 "sp-io",4594 "sp-io",
4529 "sp-runtime",4595 "sp-runtime",
4540 "frame-system",4606 "frame-system",
4541 "impl-trait-for-tuples 0.2.1",4607 "impl-trait-for-tuples 0.2.1",
4542 "log",4608 "log",
4543 "parity-scale-codec 2.0.1",4609 "parity-scale-codec 2.1.1",
4544 "serde",4610 "serde",
4545 "sp-inherents",4611 "sp-inherents",
4546 "sp-io",4612 "sp-io",
4556dependencies = [4622dependencies = [
4557 "frame-support",4623 "frame-support",
4558 "frame-system",4624 "frame-system",
4559 "parity-scale-codec 2.0.1",4625 "parity-scale-codec 2.1.1",
4560 "serde",4626 "serde",
4561 "smallvec 1.6.1",4627 "smallvec 1.6.1",
4562 "sp-core",4628 "sp-core",
4574 "jsonrpc-core-client 15.1.0",4640 "jsonrpc-core-client 15.1.0",
4575 "jsonrpc-derive 15.1.0",4641 "jsonrpc-derive 15.1.0",
4576 "pallet-transaction-payment-rpc-runtime-api",4642 "pallet-transaction-payment-rpc-runtime-api",
4577 "parity-scale-codec 2.0.1",4643 "parity-scale-codec 2.1.1",
4578 "sp-api",4644 "sp-api",
4579 "sp-blockchain",4645 "sp-blockchain",
4580 "sp-core",4646 "sp-core",
4588source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"4654source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
4589dependencies = [4655dependencies = [
4590 "pallet-transaction-payment",4656 "pallet-transaction-payment",
4591 "parity-scale-codec 2.0.1",4657 "parity-scale-codec 2.1.1",
4592 "sp-api",4658 "sp-api",
4593 "sp-runtime",4659 "sp-runtime",
4594]4660]
4602 "frame-system",4668 "frame-system",
4603 "impl-trait-for-tuples 0.2.1",4669 "impl-trait-for-tuples 0.2.1",
4604 "pallet-balances",4670 "pallet-balances",
4605 "parity-scale-codec 2.0.1",4671 "parity-scale-codec 2.1.1",
4606 "serde",4672 "serde",
4607 "sp-runtime",4673 "sp-runtime",
4608 "sp-std",4674 "sp-std",
4616 "enumflags2",4682 "enumflags2",
4617 "frame-support",4683 "frame-support",
4618 "frame-system",4684 "frame-system",
4619 "parity-scale-codec 2.0.1",4685 "parity-scale-codec 2.1.1",
4620 "serde",4686 "serde",
4621 "sp-runtime",4687 "sp-runtime",
4622 "sp-std",4688 "sp-std",
46414707
4642[[package]]4708[[package]]
4643name = "parity-multiaddr"4709name = "parity-multiaddr"
4644version = "0.11.1"4710version = "0.11.2"
4645source = "registry+https://github.com/rust-lang/crates.io-index"4711source = "registry+https://github.com/rust-lang/crates.io-index"
4646checksum = "d2c6805f98667a3828afb2ec2c396a8d610497e8d546f5447188aae47c5a79ec"4712checksum = "58341485071825827b7f03cf7efd1cb21e6a709bea778fb50227fd45d2f361b4"
4647dependencies = [4713dependencies = [
4648 "arrayref",4714 "arrayref",
4649 "bs58",4715 "bs58",
4654 "serde",4720 "serde",
4655 "static_assertions",4721 "static_assertions",
4656 "unsigned-varint 0.7.0",4722 "unsigned-varint 0.7.0",
4657 "url 2.2.0",4723 "url 2.2.2",
4658]4724]
46594725
4660[[package]]4726[[package]]
46714737
4672[[package]]4738[[package]]
4673name = "parity-scale-codec"4739name = "parity-scale-codec"
4674version = "2.0.1"4740version = "2.1.1"
4675source = "registry+https://github.com/rust-lang/crates.io-index"4741source = "registry+https://github.com/rust-lang/crates.io-index"
4676checksum = "0cd3dab59b5cf4bc81069ade0fc470341a1ef3ad5fa73e5a8943bed2ec12b2e8"4742checksum = "e0f518afaa5a47d0d6386229b0a6e01e86427291d643aa4cabb4992219f504f8"
4677dependencies = [4743dependencies = [
4678 "arrayvec 0.5.2",4744 "arrayvec 0.7.0",
4679 "bitvec 0.20.2",4745 "bitvec 0.20.4",
4680 "byte-slice-cast 1.0.0",4746 "byte-slice-cast 1.0.0",
4681 "parity-scale-codec-derive",4747 "parity-scale-codec-derive",
4682 "serde",4748 "serde",
4683]4749]
46844750
4685[[package]]4751[[package]]
4686name = "parity-scale-codec-derive"4752name = "parity-scale-codec-derive"
4687version = "2.0.1"4753version = "2.1.0"
4688source = "registry+https://github.com/rust-lang/crates.io-index"4754source = "registry+https://github.com/rust-lang/crates.io-index"
4689checksum = "fa04976a81fde04924b40cc4036c4d12841e8bb04325a5cf2ada75731a150a7d"4755checksum = "f44c5f94427bd0b5076e8f7e15ca3f60a4d8ac0077e4793884e6fdfd8915344e"
4690dependencies = [4756dependencies = [
4691 "proc-macro-crate 0.1.5",4757 "proc-macro-crate 0.1.5",
4692 "proc-macro2",4758 "proc-macro2",
4707checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"4773checksum = "1e57fea504fea33f9fbb5f49f378359030e7e026a6ab849bb9e8f0787376f1bf"
4708dependencies = [4774dependencies = [
4709 "bytes 0.4.12",4775 "bytes 0.4.12",
4710 "futures 0.1.30",4776 "futures 0.1.31",
4711 "libc",4777 "libc",
4712 "log",4778 "log",
4713 "mio-named-pipes",4779 "mio-named-pipes",
4714 "miow 0.3.6",4780 "miow 0.3.7",
4715 "rand 0.7.3",4781 "rand 0.7.3",
4716 "tokio 0.1.22",4782 "tokio 0.1.22",
4717 "tokio-named-pipes",4783 "tokio-named-pipes",
4776 "rand 0.7.3",4842 "rand 0.7.3",
4777 "sha-1 0.8.2",4843 "sha-1 0.8.2",
4778 "slab",4844 "slab",
4779 "url 2.2.0",4845 "url 2.2.2",
4780]4846]
47814847
4782[[package]]4848[[package]]
4813checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"4879checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
4814dependencies = [4880dependencies = [
4815 "instant",4881 "instant",
4816 "lock_api 0.4.2",4882 "lock_api 0.4.4",
4817 "parking_lot_core 0.8.2",4883 "parking_lot_core 0.8.3",
4818]4884]
48194885
4820[[package]]4886[[package]]
48484914
4849[[package]]4915[[package]]
4850name = "parking_lot_core"4916name = "parking_lot_core"
4851version = "0.8.2"4917version = "0.8.3"
4852source = "registry+https://github.com/rust-lang/crates.io-index"4918source = "registry+https://github.com/rust-lang/crates.io-index"
4853checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"4919checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
4854dependencies = [4920dependencies = [
4855 "cfg-if 1.0.0",4921 "cfg-if 1.0.0",
4856 "instant",4922 "instant",
4857 "libc",4923 "libc",
4858 "redox_syscall 0.1.57",4924 "redox_syscall 0.2.8",
4859 "smallvec 1.6.1",4925 "smallvec 1.6.1",
4860 "winapi 0.3.9",4926 "winapi 0.3.9",
4861]4927]
4862
4863[[package]]
4864name = "paste"
4865version = "0.1.18"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "45ca20c77d80be666aef2b45486da86238fabe33e38306bd3118fe4af33fa880"
4868dependencies = [
4869 "paste-impl",
4870 "proc-macro-hack",
4871]
48724928
4873[[package]]4929[[package]]
4874name = "paste"4930name = "paste"
4875version = "1.0.4"4931version = "1.0.5"
4876source = "registry+https://github.com/rust-lang/crates.io-index"4932source = "registry+https://github.com/rust-lang/crates.io-index"
4877checksum = "c5d65c4d95931acda4498f675e332fcbdc9a06705cd07086c510e9b6009cd1c1"4933checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
4878
4879[[package]]
4880name = "paste-impl"
4881version = "0.1.18"
4882source = "registry+https://github.com/rust-lang/crates.io-index"
4883checksum = "d95a7db200b97ef370c8e6de0088252f7e0dfff7d047a28528e47456c0fc98b6"
4884dependencies = [
4885 "proc-macro-hack",
4886]
48874934
4888[[package]]4935[[package]]
4889name = "pbkdf2"4936name = "pbkdf2"
49835030
4984[[package]]5031[[package]]
4985name = "pin-project"5032name = "pin-project"
4986version = "0.4.27"5033version = "0.4.28"
4987source = "registry+https://github.com/rust-lang/crates.io-index"5034source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"5035checksum = "918192b5c59119d51e0cd221f4d49dde9112824ba717369e903c97d076083d0f"
4989dependencies = [5036dependencies = [
4990 "pin-project-internal 0.4.27",5037 "pin-project-internal 0.4.28",
4991]5038]
49925039
4993[[package]]5040[[package]]
4994name = "pin-project"5041name = "pin-project"
4995version = "1.0.5"5042version = "1.0.7"
4996source = "registry+https://github.com/rust-lang/crates.io-index"5043source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"5044checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
4998dependencies = [5045dependencies = [
4999 "pin-project-internal 1.0.5",5046 "pin-project-internal 1.0.7",
5000]5047]
50015048
5002[[package]]5049[[package]]
5003name = "pin-project-internal"5050name = "pin-project-internal"
5004version = "0.4.27"5051version = "0.4.28"
5005source = "registry+https://github.com/rust-lang/crates.io-index"5052source = "registry+https://github.com/rust-lang/crates.io-index"
5006checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"5053checksum = "3be26700300be6d9d23264c73211d8190e755b6b5ca7a1b28230025511b52a5e"
5007dependencies = [5054dependencies = [
5008 "proc-macro2",5055 "proc-macro2",
5009 "quote",5056 "quote",
50125059
5013[[package]]5060[[package]]
5014name = "pin-project-internal"5061name = "pin-project-internal"
5015version = "1.0.5"5062version = "1.0.7"
5016source = "registry+https://github.com/rust-lang/crates.io-index"5063source = "registry+https://github.com/rust-lang/crates.io-index"
5017checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"5064checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
5018dependencies = [5065dependencies = [
5019 "proc-macro2",5066 "proc-macro2",
5020 "quote",5067 "quote",
50235070
5024[[package]]5071[[package]]
5025name = "pin-project-lite"5072name = "pin-project-lite"
5026version = "0.1.11"5073version = "0.1.12"
5027source = "registry+https://github.com/rust-lang/crates.io-index"5074source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"5075checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
50295076
5030[[package]]5077[[package]]
5031name = "pin-project-lite"5078name = "pin-project-lite"
5032version = "0.2.4"5079version = "0.2.6"
5033source = "registry+https://github.com/rust-lang/crates.io-index"5080source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"5081checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
50355082
5036[[package]]5083[[package]]
5037name = "pin-utils"5084name = "pin-utils"
50535100
5054[[package]]5101[[package]]
5055name = "polling"5102name = "polling"
5056version = "2.0.2"5103version = "2.0.3"
5057source = "registry+https://github.com/rust-lang/crates.io-index"5104source = "registry+https://github.com/rust-lang/crates.io-index"
5058checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"5105checksum = "4fc12d774e799ee9ebae13f4076ca003b40d18a11ac0f3641e6f899618580b7b"
5059dependencies = [5106dependencies = [
5060 "cfg-if 0.1.10",5107 "cfg-if 1.0.0",
5061 "libc",5108 "libc",
5062 "log",5109 "log",
5063 "wepoll-sys",5110 "wepoll-sys",
5070source = "registry+https://github.com/rust-lang/crates.io-index"5117source = "registry+https://github.com/rust-lang/crates.io-index"
5071checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"5118checksum = "4b7456bc1ad2d4cf82b3a016be4c2ac48daf11bf990c1603ebd447fe6f30fca8"
5072dependencies = [5119dependencies = [
5073 "cpuid-bool 0.2.0",5120 "cpuid-bool",
5074 "universal-hash",5121 "universal-hash",
5075]5122]
50765123
5080source = "registry+https://github.com/rust-lang/crates.io-index"5127source = "registry+https://github.com/rust-lang/crates.io-index"
5081checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"5128checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
5082dependencies = [5129dependencies = [
5083 "cpuid-bool 0.2.0",5130 "cpuid-bool",
5084 "opaque-debug 0.3.0",5131 "opaque-debug 0.3.0",
5085 "universal-hash",5132 "universal-hash",
5086]5133]
51745221
5175[[package]]5222[[package]]
5176name = "proc-macro2"5223name = "proc-macro2"
5177version = "1.0.24"5224version = "1.0.26"
5178source = "registry+https://github.com/rust-lang/crates.io-index"5225source = "registry+https://github.com/rust-lang/crates.io-index"
5179checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"5226checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
5180dependencies = [5227dependencies = [
5181 "unicode-xid",5228 "unicode-xid",
5182]5229]
5220 "prost",5267 "prost",
5221 "prost-types",5268 "prost-types",
5222 "tempfile",5269 "tempfile",
5223 "which 4.0.2",5270 "which",
5224]5271]
52255272
5226[[package]]5273[[package]]
52855332
5286[[package]]5333[[package]]
5287name = "quick-error"5334name = "quick-error"
5288version = "2.0.0"5335version = "2.0.1"
5289source = "registry+https://github.com/rust-lang/crates.io-index"5336source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "3ac73b1112776fc109b2e61909bc46c7e1bf0d7f690ffb1676553acce16d5cda"5337checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
52915338
5292[[package]]5339[[package]]
5293name = "quicksink"5340name = "quicksink"
5297dependencies = [5344dependencies = [
5298 "futures-core",5345 "futures-core",
5299 "futures-sink",5346 "futures-sink",
5300 "pin-project-lite 0.1.11",5347 "pin-project-lite 0.1.12",
5301]5348]
53025349
5303[[package]]5350[[package]]
5304name = "quote"5351name = "quote"
5305version = "1.0.8"5352version = "1.0.9"
5306source = "registry+https://github.com/rust-lang/crates.io-index"5353source = "registry+https://github.com/rust-lang/crates.io-index"
5307checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"5354checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
5308dependencies = [5355dependencies = [
5309 "proc-macro2",5356 "proc-macro2",
5310]5357]
5366dependencies = [5413dependencies = [
5367 "libc",5414 "libc",
5368 "rand_chacha 0.3.0",5415 "rand_chacha 0.3.0",
5369 "rand_core 0.6.1",5416 "rand_core 0.6.2",
5370 "rand_hc 0.3.0",5417 "rand_hc 0.3.0",
5371]5418]
53725419
5387checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"5434checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
5388dependencies = [5435dependencies = [
5389 "ppv-lite86",5436 "ppv-lite86",
5390 "rand_core 0.6.1",5437 "rand_core 0.6.2",
5391]5438]
53925439
5393[[package]]5440[[package]]
54165463
5417[[package]]5464[[package]]
5418name = "rand_core"5465name = "rand_core"
5419version = "0.6.1"5466version = "0.6.2"
5420source = "registry+https://github.com/rust-lang/crates.io-index"5467source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"5468checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
5422dependencies = [5469dependencies = [
5423 "getrandom 0.2.2",5470 "getrandom 0.2.2",
5424]5471]
5447source = "registry+https://github.com/rust-lang/crates.io-index"5494source = "registry+https://github.com/rust-lang/crates.io-index"
5448checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"5495checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
5449dependencies = [5496dependencies = [
5450 "rand_core 0.6.1",5497 "rand_core 0.6.2",
5451]5498]
54525499
5453[[package]]5500[[package]]
5496dependencies = [5543dependencies = [
5497 "crossbeam-channel",5544 "crossbeam-channel",
5498 "crossbeam-deque 0.8.0",5545 "crossbeam-deque 0.8.0",
5499 "crossbeam-utils 0.8.1",5546 "crossbeam-utils 0.8.4",
5500 "lazy_static",5547 "lazy_static",
5501 "num_cpus",5548 "num_cpus",
5502]5549]
55185565
5519[[package]]5566[[package]]
5520name = "redox_syscall"5567name = "redox_syscall"
5521version = "0.2.4"5568version = "0.2.8"
5522source = "registry+https://github.com/rust-lang/crates.io-index"5569source = "registry+https://github.com/rust-lang/crates.io-index"
5523checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"5570checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
5524dependencies = [5571dependencies = [
5525 "bitflags",5572 "bitflags",
5526]5573]
5527
5528[[package]]
5529name = "redox_users"
5530version = "0.3.5"
5531source = "registry+https://github.com/rust-lang/crates.io-index"
5532checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
5533dependencies = [
5534 "getrandom 0.1.16",
5535 "redox_syscall 0.1.57",
5536 "rust-argon2",
5537]
55385574
5539[[package]]5575[[package]]
5540name = "redox_users"5576name = "redox_users"
5543checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"5579checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
5544dependencies = [5580dependencies = [
5545 "getrandom 0.2.2",5581 "getrandom 0.2.2",
5546 "redox_syscall 0.2.4",5582 "redox_syscall 0.2.8",
5547]5583]
55485584
5549[[package]]5585[[package]]
55795615
5580[[package]]5616[[package]]
5581name = "regex"5617name = "regex"
5582version = "1.4.3"5618version = "1.5.4"
5583source = "registry+https://github.com/rust-lang/crates.io-index"5619source = "registry+https://github.com/rust-lang/crates.io-index"
5584checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"5620checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
5585dependencies = [5621dependencies = [
5586 "aho-corasick",5622 "aho-corasick",
5587 "memchr",5623 "memchr",
5588 "regex-syntax",5624 "regex-syntax",
5589 "thread_local",
5590]5625]
55915626
5592[[package]]5627[[package]]
56015636
5602[[package]]5637[[package]]
5603name = "regex-syntax"5638name = "regex-syntax"
5604version = "0.6.22"5639version = "0.6.25"
5605source = "registry+https://github.com/rust-lang/crates.io-index"5640source = "registry+https://github.com/rust-lang/crates.io-index"
5606checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"5641checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
56075642
5608[[package]]5643[[package]]
5609name = "region"5644name = "region"
56285663
5629[[package]]5664[[package]]
5630name = "retain_mut"5665name = "retain_mut"
5631version = "0.1.2"5666version = "0.1.3"
5632source = "registry+https://github.com/rust-lang/crates.io-index"5667source = "registry+https://github.com/rust-lang/crates.io-index"
5633checksum = "53552c6c49e1e13f1a203ef0080ab3bbef0beb570a528993e83df057a9d9bba1"5668checksum = "e9c17925a9027d298a4603d286befe3f9dc0e8ed02523141914eb628798d6e5b"
56345669
5635[[package]]5670[[package]]
5636name = "ring"5671name = "ring"
56795714
5680[[package]]5715[[package]]
5681name = "rocksdb"5716name = "rocksdb"
5682version = "0.15.0"5717version = "0.16.0"
5683source = "registry+https://github.com/rust-lang/crates.io-index"5718source = "registry+https://github.com/rust-lang/crates.io-index"
5684checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"5719checksum = "c749134fda8bfc90d0de643d59bfc841dcb3ac8a1062e12b6754bd60235c48b3"
5685dependencies = [5720dependencies = [
5686 "libc",5721 "libc",
5687 "librocksdb-sys",5722 "librocksdb-sys",
5697 "winapi 0.3.9",5732 "winapi 0.3.9",
5698]5733]
5699
5700[[package]]
5701name = "rust-argon2"
5702version = "0.8.3"
5703source = "registry+https://github.com/rust-lang/crates.io-index"
5704checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
5705dependencies = [
5706 "base64 0.13.0",
5707 "blake2b_simd",
5708 "constant_time_eq",
5709 "crossbeam-utils 0.8.1",
5710]
57115734
5712[[package]]5735[[package]]
5713name = "rustc-demangle"5736name = "rustc-demangle"
5714version = "0.1.18"5737version = "0.1.19"
5715source = "registry+https://github.com/rust-lang/crates.io-index"5738source = "registry+https://github.com/rust-lang/crates.io-index"
5716checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"5739checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce"
57175740
5718[[package]]5741[[package]]
5719name = "rustc-hash"5742name = "rustc-hash"
57515774
5752[[package]]5775[[package]]
5753name = "rustls"5776name = "rustls"
5754version = "0.19.0"5777version = "0.19.1"
5755source = "registry+https://github.com/rust-lang/crates.io-index"5778source = "registry+https://github.com/rust-lang/crates.io-index"
5756checksum = "064fd21ff87c6e87ed4506e68beb42459caa4a0e2eb144932e6776768556980b"5779checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5757dependencies = [5780dependencies = [
5758 "base64 0.13.0",5781 "base64 0.13.0",
5759 "log",5782 "log",
5774 "security-framework",5797 "security-framework",
5775]5798]
5776
5777[[package]]
5778name = "rustversion"
5779version = "1.0.4"
5780source = "registry+https://github.com/rust-lang/crates.io-index"
5781checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd"
57825799
5783[[package]]5800[[package]]
5784name = "rw-stream-sink"5801name = "rw-stream-sink"
5785version = "0.2.1"5802version = "0.2.1"
5786source = "registry+https://github.com/rust-lang/crates.io-index"5803source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"5804checksum = "4da5fcb054c46f5a5dff833b129285a93d3f0179531735e6c866e8cc307d2020"
5788dependencies = [5805dependencies = [
5789 "futures 0.3.12",5806 "futures 0.3.15",
5790 "pin-project 0.4.27",5807 "pin-project 0.4.28",
5791 "static_assertions",5808 "static_assertions",
5792]5809]
57935810
5829version = "0.9.0"5846version = "0.9.0"
5830source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5847source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5831dependencies = [5848dependencies = [
5832 "futures 0.3.12",5849 "futures 0.3.15",
5833 "futures-timer 3.0.2",5850 "futures-timer 3.0.2",
5834 "log",5851 "log",
5835 "parity-scale-codec 2.0.1",5852 "parity-scale-codec 2.1.1",
5836 "sc-block-builder",5853 "sc-block-builder",
5837 "sc-client-api",5854 "sc-client-api",
5838 "sc-proposer-metrics",5855 "sc-proposer-metrics",
5852version = "0.9.0"5869version = "0.9.0"
5853source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5870source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5854dependencies = [5871dependencies = [
5855 "parity-scale-codec 2.0.1",5872 "parity-scale-codec 2.1.1",
5856 "sc-client-api",5873 "sc-client-api",
5857 "sp-api",5874 "sp-api",
5858 "sp-block-builder",5875 "sp-block-builder",
5869source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"5886source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
5870dependencies = [5887dependencies = [
5871 "impl-trait-for-tuples 0.2.1",5888 "impl-trait-for-tuples 0.2.1",
5872 "parity-scale-codec 2.0.1",5889 "parity-scale-codec 2.1.1",
5873 "sc-chain-spec-derive",5890 "sc-chain-spec-derive",
5874 "sc-consensus-babe",5891 "sc-consensus-babe",
5875 "sc-consensus-epochs",5892 "sc-consensus-epochs",
5902dependencies = [5919dependencies = [
5903 "chrono",5920 "chrono",
5904 "fdlimit",5921 "fdlimit",
5905 "futures 0.3.12",5922 "futures 0.3.15",
5906 "hex",5923 "hex",
5907 "libp2p",5924 "libp2p",
5908 "log",5925 "log",
5909 "names",5926 "names",
5910 "parity-scale-codec 2.0.1",5927 "parity-scale-codec 2.1.1",
5911 "rand 0.7.3",5928 "rand 0.7.3",
5912 "regex",5929 "regex",
5913 "rpassword",5930 "rpassword",
5940dependencies = [5957dependencies = [
5941 "derive_more",5958 "derive_more",
5942 "fnv",5959 "fnv",
5943 "futures 0.3.12",5960 "futures 0.3.15",
5944 "hash-db",5961 "hash-db",
5945 "kvdb",5962 "kvdb",
5946 "lazy_static",5963 "lazy_static",
5947 "log",5964 "log",
5948 "parity-scale-codec 2.0.1",5965 "parity-scale-codec 2.1.1",
5949 "parking_lot 0.11.1",5966 "parking_lot 0.11.1",
5950 "sc-executor",5967 "sc-executor",
5951 "sp-api",5968 "sp-api",
5980 "linked-hash-map",5997 "linked-hash-map",
5981 "log",5998 "log",
5982 "parity-db",5999 "parity-db",
5983 "parity-scale-codec 2.0.1",6000 "parity-scale-codec 2.1.1",
5984 "parity-util-mem",6001 "parity-util-mem",
5985 "parking_lot 0.11.1",6002 "parking_lot 0.11.1",
5986 "sc-client-api",6003 "sc-client-api",
6014source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6031source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6015dependencies = [6032dependencies = [
6016 "derive_more",6033 "derive_more",
6017 "futures 0.3.12",6034 "futures 0.3.15",
6018 "futures-timer 3.0.2",6035 "futures-timer 3.0.2",
6019 "log",6036 "log",
6020 "parity-scale-codec 2.0.1",6037 "parity-scale-codec 2.1.1",
6021 "parking_lot 0.11.1",6038 "parking_lot 0.11.1",
6022 "sc-block-builder",6039 "sc-block-builder",
6023 "sc-client-api",6040 "sc-client-api",
6047dependencies = [6064dependencies = [
6048 "derive_more",6065 "derive_more",
6049 "fork-tree",6066 "fork-tree",
6050 "futures 0.3.12",6067 "futures 0.3.15",
6051 "futures-timer 3.0.2",6068 "futures-timer 3.0.2",
6052 "log",6069 "log",
6053 "merlin",6070 "merlin",
6054 "num-bigint",6071 "num-bigint",
6055 "num-rational",6072 "num-rational 0.2.4",
6056 "num-traits",6073 "num-traits",
6057 "parity-scale-codec 2.0.1",6074 "parity-scale-codec 2.1.1",
6058 "parking_lot 0.11.1",6075 "parking_lot 0.11.1",
6059 "pdqselect",6076 "pdqselect",
6060 "rand 0.7.3",6077 "rand 0.7.3",
6092source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6109source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6093dependencies = [6110dependencies = [
6094 "fork-tree",6111 "fork-tree",
6095 "parity-scale-codec 2.0.1",6112 "parity-scale-codec 2.1.1",
6096 "parking_lot 0.11.1",6113 "parking_lot 0.11.1",
6097 "sc-client-api",6114 "sc-client-api",
6098 "sp-blockchain",6115 "sp-blockchain",
6104version = "0.9.0"6121version = "0.9.0"
6105source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6122source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6106dependencies = [6123dependencies = [
6107 "futures 0.3.12",6124 "futures 0.3.15",
6108 "futures-timer 3.0.2",6125 "futures-timer 3.0.2",
6109 "log",6126 "log",
6110 "parity-scale-codec 2.0.1",6127 "parity-scale-codec 2.1.1",
6111 "parking_lot 0.11.1",6128 "parking_lot 0.11.1",
6112 "sc-client-api",6129 "sc-client-api",
6113 "sc-telemetry",6130 "sc-telemetry",
6148 "lazy_static",6165 "lazy_static",
6149 "libsecp256k1",6166 "libsecp256k1",
6150 "log",6167 "log",
6151 "parity-scale-codec 2.0.1",6168 "parity-scale-codec 2.1.1",
6152 "parity-wasm 0.41.0",6169 "parity-wasm 0.41.0",
6153 "parking_lot 0.11.1",6170 "parking_lot 0.11.1",
6154 "sc-executor-common",6171 "sc-executor-common",
6174source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6191source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6175dependencies = [6192dependencies = [
6176 "derive_more",6193 "derive_more",
6177 "parity-scale-codec 2.0.1",6194 "parity-scale-codec 2.1.1",
6178 "parity-wasm 0.41.0",6195 "parity-wasm 0.41.0",
6179 "sp-allocator",6196 "sp-allocator",
6180 "sp-core",6197 "sp-core",
6190source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6207source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6191dependencies = [6208dependencies = [
6192 "log",6209 "log",
6193 "parity-scale-codec 2.0.1",6210 "parity-scale-codec 2.1.1",
6194 "sc-executor-common",6211 "sc-executor-common",
6195 "sp-allocator",6212 "sp-allocator",
6196 "sp-core",6213 "sp-core",
6205source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6222source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6206dependencies = [6223dependencies = [
6207 "log",6224 "log",
6208 "parity-scale-codec 2.0.1",6225 "parity-scale-codec 2.1.1",
6209 "parity-wasm 0.41.0",6226 "parity-wasm 0.41.0",
6210 "pwasm-utils 0.14.0",6227 "pwasm-utils 0.14.0",
6211 "sc-executor-common",6228 "sc-executor-common",
6226 "dyn-clone",6243 "dyn-clone",
6227 "finality-grandpa",6244 "finality-grandpa",
6228 "fork-tree",6245 "fork-tree",
6229 "futures 0.3.12",6246 "futures 0.3.15",
6230 "futures-timer 3.0.2",6247 "futures-timer 3.0.2",
6231 "linked-hash-map",6248 "linked-hash-map",
6232 "log",6249 "log",
6233 "parity-scale-codec 2.0.1",6250 "parity-scale-codec 2.1.1",
6234 "parking_lot 0.11.1",6251 "parking_lot 0.11.1",
6235 "pin-project 1.0.5",6252 "pin-project 1.0.7",
6236 "rand 0.7.3",6253 "rand 0.7.3",
6237 "sc-block-builder",6254 "sc-block-builder",
6238 "sc-client-api",6255 "sc-client-api",
6262source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6279source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6263dependencies = [6280dependencies = [
6264 "ansi_term 0.12.1",6281 "ansi_term 0.12.1",
6265 "futures 0.3.12",6282 "futures 0.3.15",
6266 "log",6283 "log",
6267 "parity-util-mem",6284 "parity-util-mem",
6268 "sc-client-api",6285 "sc-client-api",
6281dependencies = [6298dependencies = [
6282 "async-trait",6299 "async-trait",
6283 "derive_more",6300 "derive_more",
6284 "futures 0.3.12",6301 "futures 0.3.15",
6285 "futures-util",6302 "futures-util",
6286 "hex",6303 "hex",
6287 "merlin",6304 "merlin",
6301dependencies = [6318dependencies = [
6302 "hash-db",6319 "hash-db",
6303 "lazy_static",6320 "lazy_static",
6304 "parity-scale-codec 2.0.1",6321 "parity-scale-codec 2.1.1",
6305 "parking_lot 0.11.1",6322 "parking_lot 0.11.1",
6306 "sc-client-api",6323 "sc-client-api",
6307 "sc-executor",6324 "sc-executor",
6330 "erased-serde",6347 "erased-serde",
6331 "fnv",6348 "fnv",
6332 "fork-tree",6349 "fork-tree",
6333 "futures 0.3.12",6350 "futures 0.3.15",
6334 "futures-timer 3.0.2",6351 "futures-timer 3.0.2",
6335 "hex",6352 "hex",
6336 "ip_network",6353 "ip_network",
6340 "log",6357 "log",
6341 "lru",6358 "lru",
6342 "nohash-hasher",6359 "nohash-hasher",
6343 "parity-scale-codec 2.0.1",6360 "parity-scale-codec 2.1.1",
6344 "parking_lot 0.11.1",6361 "parking_lot 0.11.1",
6345 "pin-project 1.0.5",6362 "pin-project 1.0.7",
6346 "prost",6363 "prost",
6347 "prost-build",6364 "prost-build",
6348 "rand 0.7.3",6365 "rand 0.7.3",
6371version = "0.9.0"6388version = "0.9.0"
6372source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6389source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6373dependencies = [6390dependencies = [
6374 "futures 0.3.12",6391 "futures 0.3.15",
6375 "futures-timer 3.0.2",6392 "futures-timer 3.0.2",
6376 "libp2p",6393 "libp2p",
6377 "log",6394 "log",
6389dependencies = [6406dependencies = [
6390 "bytes 0.5.6",6407 "bytes 0.5.6",
6391 "fnv",6408 "fnv",
6392 "futures 0.3.12",6409 "futures 0.3.15",
6393 "futures-timer 3.0.2",6410 "futures-timer 3.0.2",
6394 "hex",6411 "hex",
6395 "hyper 0.13.9",6412 "hyper 0.13.10",
6396 "hyper-rustls",6413 "hyper-rustls",
6397 "log",6414 "log",
6398 "num_cpus",6415 "num_cpus",
6399 "parity-scale-codec 2.0.1",6416 "parity-scale-codec 2.1.1",
6400 "parking_lot 0.11.1",6417 "parking_lot 0.11.1",
6401 "rand 0.7.3",6418 "rand 0.7.3",
6402 "sc-client-api",6419 "sc-client-api",
6415version = "3.0.0"6432version = "3.0.0"
6416source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6433source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6417dependencies = [6434dependencies = [
6418 "futures 0.3.12",6435 "futures 0.3.15",
6419 "libp2p",6436 "libp2p",
6420 "log",6437 "log",
6421 "serde_json",6438 "serde_json",
6437version = "3.0.0"6454version = "3.0.0"
6438source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6455source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6439dependencies = [6456dependencies = [
6440 "futures 0.3.12",6457 "futures 0.3.15",
6441 "hash-db",6458 "hash-db",
6442 "jsonrpc-core 15.1.0",6459 "jsonrpc-core 15.1.0",
6443 "jsonrpc-pubsub 15.1.0",6460 "jsonrpc-pubsub 15.1.0",
6444 "log",6461 "log",
6445 "parity-scale-codec 2.0.1",6462 "parity-scale-codec 2.1.1",
6446 "parking_lot 0.11.1",6463 "parking_lot 0.11.1",
6447 "sc-block-builder",6464 "sc-block-builder",
6448 "sc-client-api",6465 "sc-client-api",
6472source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6489source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6473dependencies = [6490dependencies = [
6474 "derive_more",6491 "derive_more",
6475 "futures 0.3.12",6492 "futures 0.3.15",
6476 "jsonrpc-core 15.1.0",6493 "jsonrpc-core 15.1.0",
6477 "jsonrpc-core-client 15.1.0",6494 "jsonrpc-core-client 15.1.0",
6478 "jsonrpc-derive 15.1.0",6495 "jsonrpc-derive 15.1.0",
6479 "jsonrpc-pubsub 15.1.0",6496 "jsonrpc-pubsub 15.1.0",
6480 "log",6497 "log",
6481 "parity-scale-codec 2.0.1",6498 "parity-scale-codec 2.1.1",
6482 "parking_lot 0.11.1",6499 "parking_lot 0.11.1",
6483 "serde",6500 "serde",
6484 "serde_json",6501 "serde_json",
6495version = "3.0.0"6512version = "3.0.0"
6496source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6513source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6497dependencies = [6514dependencies = [
6498 "futures 0.1.30",6515 "futures 0.1.31",
6499 "jsonrpc-core 15.1.0",6516 "jsonrpc-core 15.1.0",
6500 "jsonrpc-http-server",6517 "jsonrpc-http-server",
6501 "jsonrpc-ipc-server",6518 "jsonrpc-ipc-server",
6515dependencies = [6532dependencies = [
6516 "directories",6533 "directories",
6517 "exit-future",6534 "exit-future",
6518 "futures 0.1.30",6535 "futures 0.1.31",
6519 "futures 0.3.12",6536 "futures 0.3.15",
6520 "futures-timer 3.0.2",6537 "futures-timer 3.0.2",
6521 "hash-db",6538 "hash-db",
6522 "jsonrpc-core 15.1.0",6539 "jsonrpc-core 15.1.0",
6523 "jsonrpc-pubsub 15.1.0",6540 "jsonrpc-pubsub 15.1.0",
6524 "lazy_static",6541 "lazy_static",
6525 "log",6542 "log",
6526 "parity-scale-codec 2.0.1",6543 "parity-scale-codec 2.1.1",
6527 "parity-util-mem",6544 "parity-util-mem",
6528 "parking_lot 0.11.1",6545 "parking_lot 0.11.1",
6529 "pin-project 1.0.5",6546 "pin-project 1.0.7",
6530 "rand 0.7.3",6547 "rand 0.7.3",
6531 "sc-block-builder",6548 "sc-block-builder",
6532 "sc-chain-spec",6549 "sc-chain-spec",
6577source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6594source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6578dependencies = [6595dependencies = [
6579 "log",6596 "log",
6580 "parity-scale-codec 2.0.1",6597 "parity-scale-codec 2.1.1",
6581 "parity-util-mem",6598 "parity-util-mem",
6582 "parity-util-mem-derive",6599 "parity-util-mem-derive",
6583 "parking_lot 0.11.1",6600 "parking_lot 0.11.1",
6592source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6609source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6593dependencies = [6610dependencies = [
6594 "chrono",6611 "chrono",
6595 "futures 0.3.12",6612 "futures 0.3.15",
6596 "libp2p",6613 "libp2p",
6597 "log",6614 "log",
6598 "parking_lot 0.11.1",6615 "parking_lot 0.11.1",
6599 "pin-project 1.0.5",6616 "pin-project 1.0.7",
6600 "rand 0.7.3",6617 "rand 0.7.3",
6601 "serde",6618 "serde",
6602 "serde_json",6619 "serde_json",
6650source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6667source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6651dependencies = [6668dependencies = [
6652 "derive_more",6669 "derive_more",
6653 "futures 0.3.12",6670 "futures 0.3.15",
6654 "linked-hash-map",6671 "linked-hash-map",
6655 "log",6672 "log",
6656 "parity-util-mem",6673 "parity-util-mem",
6671version = "3.0.0"6688version = "3.0.0"
6672source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"6689source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
6673dependencies = [6690dependencies = [
6674 "futures 0.3.12",6691 "futures 0.3.15",
6675 "futures-diagnose",6692 "futures-diagnose",
6676 "intervalier",6693 "intervalier",
6677 "log",6694 "log",
6678 "parity-scale-codec 2.0.1",6695 "parity-scale-codec 2.1.1",
6679 "parity-util-mem",6696 "parity-util-mem",
6680 "parking_lot 0.11.1",6697 "parking_lot 0.11.1",
6681 "sc-client-api",6698 "sc-client-api",
67556772
6756[[package]]6773[[package]]
6757name = "sct"6774name = "sct"
6758version = "0.6.0"6775version = "0.6.1"
6759source = "registry+https://github.com/rust-lang/crates.io-index"6776source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "e3042af939fca8c3453b7af0f1c66e533a15a86169e39de2657310ade8f98d3c"6777checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
6761dependencies = [6778dependencies = [
6762 "ring",6779 "ring",
6763 "untrusted",6780 "untrusted",
68586875
6859[[package]]6876[[package]]
6860name = "serde"6877name = "serde"
6861version = "1.0.123"6878version = "1.0.126"
6862source = "registry+https://github.com/rust-lang/crates.io-index"6879source = "registry+https://github.com/rust-lang/crates.io-index"
6863checksum = "92d5161132722baa40d802cc70b15262b98258453e85e5d1d365c757c73869ae"6880checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
6864dependencies = [6881dependencies = [
6865 "serde_derive",6882 "serde_derive",
6866]6883]
68676884
6868[[package]]6885[[package]]
6869name = "serde_derive"6886name = "serde_derive"
6870version = "1.0.123"6887version = "1.0.126"
6871source = "registry+https://github.com/rust-lang/crates.io-index"6888source = "registry+https://github.com/rust-lang/crates.io-index"
6872checksum = "9391c295d64fc0abb2c556bad848f33cb8296276b1ad2677d1ae1ace4f258f31"6889checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
6873dependencies = [6890dependencies = [
6874 "proc-macro2",6891 "proc-macro2",
6875 "quote",6892 "quote",
68786895
6879[[package]]6896[[package]]
6880name = "serde_json"6897name = "serde_json"
6881version = "1.0.61"6898version = "1.0.64"
6882source = "registry+https://github.com/rust-lang/crates.io-index"6899source = "registry+https://github.com/rust-lang/crates.io-index"
6883checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"6900checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
6884dependencies = [6901dependencies = [
6885 "itoa",6902 "itoa",
6886 "ryu",6903 "ryu",
69016918
6902[[package]]6919[[package]]
6903name = "sha-1"6920name = "sha-1"
6904version = "0.9.3"6921version = "0.9.6"
6905source = "registry+https://github.com/rust-lang/crates.io-index"6922source = "registry+https://github.com/rust-lang/crates.io-index"
6906checksum = "f4b312c3731e3fe78a185e6b9b911a7aa715b8e31cce117975219aab2acf285d"6923checksum = "8c4cfa741c5832d0ef7fab46cabed29c2aae926db0b11bb2069edd8db5e64e16"
6907dependencies = [6924dependencies = [
6908 "block-buffer 0.9.0",6925 "block-buffer 0.9.0",
6909 "cfg-if 1.0.0",6926 "cfg-if 1.0.0",
6910 "cpuid-bool 0.1.2",6927 "cpufeatures",
6911 "digest 0.9.0",6928 "digest 0.9.0",
6912 "opaque-debug 0.3.0",6929 "opaque-debug 0.3.0",
6913]6930]
69266943
6927[[package]]6944[[package]]
6928name = "sha2"6945name = "sha2"
6929version = "0.9.3"6946version = "0.9.5"
6930source = "registry+https://github.com/rust-lang/crates.io-index"6947source = "registry+https://github.com/rust-lang/crates.io-index"
6931checksum = "fa827a14b29ab7f44778d14a88d3cb76e949c45083f7dbfa507d0cb699dc12de"6948checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12"
6932dependencies = [6949dependencies = [
6933 "block-buffer 0.9.0",6950 "block-buffer 0.9.0",
6934 "cfg-if 1.0.0",6951 "cfg-if 1.0.0",
6935 "cpuid-bool 0.1.2",6952 "cpufeatures",
6936 "digest 0.9.0",6953 "digest 0.9.0",
6937 "opaque-debug 0.3.0",6954 "opaque-debug 0.3.0",
6938]6955]
69796996
6980[[package]]6997[[package]]
6981name = "signal-hook"6998name = "signal-hook"
6982version = "0.1.17"6999version = "0.3.8"
6983source = "registry+https://github.com/rust-lang/crates.io-index"7000source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "7e31d442c16f047a671b5a71e2161d6e68814012b7f5379d269ebd915fac2729"7001checksum = "ef33d6d0cd06e0840fba9985aab098c147e67e05cee14d412d3345ed14ff30ac"
6985dependencies = [7002dependencies = [
6986 "libc",7003 "libc",
6987 "signal-hook-registry",7004 "signal-hook-registry",
70047021
7005[[package]]7022[[package]]
7006name = "simba"7023name = "simba"
7007version = "0.1.5"7024version = "0.4.0"
7008source = "registry+https://github.com/rust-lang/crates.io-index"7025source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "fb931b1367faadea6b1ab1c306a860ec17aaa5fa39f367d0c744e69d971a1fb2"7026checksum = "5132a955559188f3d13c9ba831e77c802ddc8782783f050ed0c52f5988b95f4c"
7010dependencies = [7027dependencies = [
7011 "approx",7028 "approx 0.4.0",
7012 "num-complex",7029 "num-complex 0.3.1",
7013 "num-traits",7030 "num-traits",
7014 "paste 0.1.18",7031 "paste",
7015]7032]
70167033
7017[[package]]7034[[package]]
7018name = "slab"7035name = "slab"
7019version = "0.4.2"7036version = "0.4.3"
7020source = "registry+https://github.com/rust-lang/crates.io-index"7037source = "registry+https://github.com/rust-lang/crates.io-index"
7021checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"7038checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
70227039
7023[[package]]7040[[package]]
7024name = "smallvec"7041name = "smallvec"
7048 "rand_core 0.5.1",7065 "rand_core 0.5.1",
7049 "ring",7066 "ring",
7050 "rustc_version",7067 "rustc_version",
7051 "sha2 0.9.3",7068 "sha2 0.9.5",
7052 "subtle 2.4.0",7069 "subtle 2.4.0",
7053 "x25519-dalek",7070 "x25519-dalek",
7054]7071]
7064 "winapi 0.3.9",7081 "winapi 0.3.9",
7065]7082]
7083
7084[[package]]
7085name = "socket2"
7086version = "0.4.0"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
7089dependencies = [
7090 "libc",
7091 "winapi 0.3.9",
7092]
70667093
7067[[package]]7094[[package]]
7068name = "soketto"7095name = "soketto"
7073 "base64 0.12.3",7100 "base64 0.12.3",
7074 "bytes 0.5.6",7101 "bytes 0.5.6",
7075 "flate2",7102 "flate2",
7076 "futures 0.3.12",7103 "futures 0.3.15",
7077 "httparse",7104 "httparse",
7078 "log",7105 "log",
7079 "rand 0.7.3",7106 "rand 0.7.3",
7080 "sha-1 0.9.3",7107 "sha-1 0.9.6",
7081]7108]
70827109
7083[[package]]7110[[package]]
7099dependencies = [7126dependencies = [
7100 "hash-db",7127 "hash-db",
7101 "log",7128 "log",
7102 "parity-scale-codec 2.0.1",7129 "parity-scale-codec 2.1.1",
7103 "sp-api-proc-macro",7130 "sp-api-proc-macro",
7104 "sp-core",7131 "sp-core",
7105 "sp-runtime",7132 "sp-runtime",
7126version = "3.0.0"7153version = "3.0.0"
7127source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7154source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7128dependencies = [7155dependencies = [
7129 "parity-scale-codec 2.0.1",7156 "parity-scale-codec 2.1.1",
7130 "serde",7157 "serde",
7131 "sp-core",7158 "sp-core",
7132 "sp-io",7159 "sp-io",
7140dependencies = [7167dependencies = [
7141 "integer-sqrt",7168 "integer-sqrt",
7142 "num-traits",7169 "num-traits",
7143 "parity-scale-codec 2.0.1",7170 "parity-scale-codec 2.1.1",
7144 "serde",7171 "serde",
7145 "sp-debug-derive",7172 "sp-debug-derive",
7146 "sp-std",7173 "sp-std",
7151version = "3.0.0"7178version = "3.0.0"
7152source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7179source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7153dependencies = [7180dependencies = [
7154 "parity-scale-codec 2.0.1",7181 "parity-scale-codec 2.1.1",
7155 "sp-inherents",7182 "sp-inherents",
7156 "sp-runtime",7183 "sp-runtime",
7157 "sp-std",7184 "sp-std",
7162version = "3.0.0"7189version = "3.0.0"
7163source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7190source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7164dependencies = [7191dependencies = [
7165 "parity-scale-codec 2.0.1",7192 "parity-scale-codec 2.1.1",
7166 "sp-api",7193 "sp-api",
7167 "sp-inherents",7194 "sp-inherents",
7168 "sp-runtime",7195 "sp-runtime",
7174version = "3.0.0"7201version = "3.0.0"
7175source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7202source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7176dependencies = [7203dependencies = [
7177 "futures 0.3.12",7204 "futures 0.3.15",
7178 "log",7205 "log",
7179 "lru",7206 "lru",
7180 "parity-scale-codec 2.0.1",7207 "parity-scale-codec 2.1.1",
7181 "parking_lot 0.11.1",7208 "parking_lot 0.11.1",
7182 "sp-api",7209 "sp-api",
7183 "sp-consensus",7210 "sp-consensus",
7201version = "0.9.0"7228version = "0.9.0"
7202source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7229source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7203dependencies = [7230dependencies = [
7204 "futures 0.3.12",7231 "futures 0.3.15",
7205 "futures-timer 3.0.2",7232 "futures-timer 3.0.2",
7206 "libp2p",7233 "libp2p",
7207 "log",7234 "log",
7208 "parity-scale-codec 2.0.1",7235 "parity-scale-codec 2.1.1",
7209 "parking_lot 0.11.1",7236 "parking_lot 0.11.1",
7210 "serde",7237 "serde",
7211 "sp-api",7238 "sp-api",
7227version = "0.9.0"7254version = "0.9.0"
7228source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7255source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7229dependencies = [7256dependencies = [
7230 "parity-scale-codec 2.0.1",7257 "parity-scale-codec 2.1.1",
7231 "sp-api",7258 "sp-api",
7232 "sp-application-crypto",7259 "sp-application-crypto",
7233 "sp-consensus-slots",7260 "sp-consensus-slots",
7243source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7270source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7244dependencies = [7271dependencies = [
7245 "merlin",7272 "merlin",
7246 "parity-scale-codec 2.0.1",7273 "parity-scale-codec 2.1.1",
7247 "serde",7274 "serde",
7248 "sp-api",7275 "sp-api",
7249 "sp-application-crypto",7276 "sp-application-crypto",
7263version = "0.9.0"7290version = "0.9.0"
7264source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7291source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7265dependencies = [7292dependencies = [
7266 "parity-scale-codec 2.0.1",7293 "parity-scale-codec 2.1.1",
7267 "sp-arithmetic",7294 "sp-arithmetic",
7268 "sp-runtime",7295 "sp-runtime",
7269]7296]
7273version = "0.9.0"7300version = "0.9.0"
7274source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7301source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7275dependencies = [7302dependencies = [
7276 "parity-scale-codec 2.0.1",7303 "parity-scale-codec 2.1.1",
7277 "schnorrkel",7304 "schnorrkel",
7278 "sp-core",7305 "sp-core",
7279 "sp-runtime",7306 "sp-runtime",
7290 "byteorder",7317 "byteorder",
7291 "dyn-clonable",7318 "dyn-clonable",
7292 "ed25519-dalek",7319 "ed25519-dalek",
7293 "futures 0.3.12",7320 "futures 0.3.15",
7294 "hash-db",7321 "hash-db",
7295 "hash256-std-hasher",7322 "hash256-std-hasher",
7296 "hex",7323 "hex",
7300 "log",7327 "log",
7301 "merlin",7328 "merlin",
7302 "num-traits",7329 "num-traits",
7303 "parity-scale-codec 2.0.1",7330 "parity-scale-codec 2.1.1",
7304 "parity-util-mem",7331 "parity-util-mem",
7305 "parking_lot 0.11.1",7332 "parking_lot 0.11.1",
7306 "primitive-types 0.9.0",7333 "primitive-types 0.9.0",
7309 "schnorrkel",7336 "schnorrkel",
7310 "secrecy",7337 "secrecy",
7311 "serde",7338 "serde",
7312 "sha2 0.9.3",7339 "sha2 0.9.5",
7313 "sp-debug-derive",7340 "sp-debug-derive",
7314 "sp-externalities",7341 "sp-externalities",
7315 "sp-runtime-interface",7342 "sp-runtime-interface",
7349source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7376source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7350dependencies = [7377dependencies = [
7351 "environmental",7378 "environmental",
7352 "parity-scale-codec 2.0.1",7379 "parity-scale-codec 2.1.1",
7353 "sp-std",7380 "sp-std",
7354 "sp-storage",7381 "sp-storage",
7355]7382]
7361dependencies = [7388dependencies = [
7362 "finality-grandpa",7389 "finality-grandpa",
7363 "log",7390 "log",
7364 "parity-scale-codec 2.0.1",7391 "parity-scale-codec 2.1.1",
7365 "serde",7392 "serde",
7366 "sp-api",7393 "sp-api",
7367 "sp-application-crypto",7394 "sp-application-crypto",
7376version = "3.0.0"7403version = "3.0.0"
7377source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7404source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7378dependencies = [7405dependencies = [
7379 "parity-scale-codec 2.0.1",7406 "parity-scale-codec 2.1.1",
7380 "parking_lot 0.11.1",7407 "parking_lot 0.11.1",
7381 "sp-core",7408 "sp-core",
7382 "sp-std",7409 "sp-std",
7388version = "3.0.0"7415version = "3.0.0"
7389source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7416source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7390dependencies = [7417dependencies = [
7391 "futures 0.3.12",7418 "futures 0.3.15",
7392 "hash-db",7419 "hash-db",
7393 "libsecp256k1",7420 "libsecp256k1",
7394 "log",7421 "log",
7395 "parity-scale-codec 2.0.1",7422 "parity-scale-codec 2.1.1",
7396 "parking_lot 0.11.1",7423 "parking_lot 0.11.1",
7397 "sp-core",7424 "sp-core",
7398 "sp-externalities",7425 "sp-externalities",
7425dependencies = [7452dependencies = [
7426 "async-trait",7453 "async-trait",
7427 "derive_more",7454 "derive_more",
7428 "futures 0.3.12",7455 "futures 0.3.15",
7429 "merlin",7456 "merlin",
7430 "parity-scale-codec 2.0.1",7457 "parity-scale-codec 2.1.1",
7431 "parking_lot 0.11.1",7458 "parking_lot 0.11.1",
7432 "schnorrkel",7459 "schnorrkel",
7433 "serde",7460 "serde",
7471 "hash256-std-hasher",7498 "hash256-std-hasher",
7472 "impl-trait-for-tuples 0.2.1",7499 "impl-trait-for-tuples 0.2.1",
7473 "log",7500 "log",
7474 "parity-scale-codec 2.0.1",7501 "parity-scale-codec 2.1.1",
7475 "parity-util-mem",7502 "parity-util-mem",
7476 "paste 1.0.4",7503 "paste",
7477 "rand 0.7.3",7504 "rand 0.7.3",
7478 "serde",7505 "serde",
7479 "sp-application-crypto",7506 "sp-application-crypto",
7489source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7516source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7490dependencies = [7517dependencies = [
7491 "impl-trait-for-tuples 0.2.1",7518 "impl-trait-for-tuples 0.2.1",
7492 "parity-scale-codec 2.0.1",7519 "parity-scale-codec 2.1.1",
7493 "primitive-types 0.9.0",7520 "primitive-types 0.9.0",
7494 "sp-externalities",7521 "sp-externalities",
7495 "sp-runtime-interface-proc-macro",7522 "sp-runtime-interface-proc-macro",
7517version = "0.9.0"7544version = "0.9.0"
7518source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7545source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7519dependencies = [7546dependencies = [
7520 "parity-scale-codec 2.0.1",7547 "parity-scale-codec 2.1.1",
7521 "sp-core",7548 "sp-core",
7522 "sp-io",7549 "sp-io",
7523 "sp-std",7550 "sp-std",
7539version = "3.0.0"7566version = "3.0.0"
7540source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7567source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7541dependencies = [7568dependencies = [
7542 "parity-scale-codec 2.0.1",7569 "parity-scale-codec 2.1.1",
7543 "sp-api",7570 "sp-api",
7544 "sp-core",7571 "sp-core",
7545 "sp-runtime",7572 "sp-runtime",
7552version = "3.0.0"7579version = "3.0.0"
7553source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7580source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7554dependencies = [7581dependencies = [
7555 "parity-scale-codec 2.0.1",7582 "parity-scale-codec 2.1.1",
7556 "sp-runtime",7583 "sp-runtime",
7557 "sp-std",7584 "sp-std",
7558]7585]
7565 "hash-db",7592 "hash-db",
7566 "log",7593 "log",
7567 "num-traits",7594 "num-traits",
7568 "parity-scale-codec 2.0.1",7595 "parity-scale-codec 2.1.1",
7569 "parking_lot 0.11.1",7596 "parking_lot 0.11.1",
7570 "rand 0.7.3",7597 "rand 0.7.3",
7571 "smallvec 1.6.1",7598 "smallvec 1.6.1",
7590source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7617source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7591dependencies = [7618dependencies = [
7592 "impl-serde",7619 "impl-serde",
7593 "parity-scale-codec 2.0.1",7620 "parity-scale-codec 2.1.1",
7594 "ref-cast",7621 "ref-cast",
7595 "serde",7622 "serde",
7596 "sp-debug-derive",7623 "sp-debug-derive",
7615version = "3.0.0"7642version = "3.0.0"
7616source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7643source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7617dependencies = [7644dependencies = [
7618 "parity-scale-codec 2.0.1",7645 "parity-scale-codec 2.1.1",
7619 "sp-api",7646 "sp-api",
7620 "sp-inherents",7647 "sp-inherents",
7621 "sp-runtime",7648 "sp-runtime",
7629source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7656source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7630dependencies = [7657dependencies = [
7631 "log",7658 "log",
7632 "parity-scale-codec 2.0.1",7659 "parity-scale-codec 2.1.1",
7633 "sp-std",7660 "sp-std",
7634 "tracing",7661 "tracing",
7635 "tracing-core",7662 "tracing-core",
7642source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7669source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7643dependencies = [7670dependencies = [
7644 "derive_more",7671 "derive_more",
7645 "futures 0.3.12",7672 "futures 0.3.15",
7646 "log",7673 "log",
7647 "parity-scale-codec 2.0.1",7674 "parity-scale-codec 2.1.1",
7648 "serde",7675 "serde",
7649 "sp-api",7676 "sp-api",
7650 "sp-blockchain",7677 "sp-blockchain",
7659dependencies = [7686dependencies = [
7660 "hash-db",7687 "hash-db",
7661 "memory-db",7688 "memory-db",
7662 "parity-scale-codec 2.0.1",7689 "parity-scale-codec 2.1.1",
7663 "sp-core",7690 "sp-core",
7664 "sp-std",7691 "sp-std",
7665 "trie-db",7692 "trie-db",
7671version = "3.0.0"7698version = "3.0.0"
7672source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7699source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7673dependencies = [7700dependencies = [
7674 "futures 0.3.12",7701 "futures 0.3.15",
7675 "futures-core",7702 "futures-core",
7676 "futures-timer 3.0.2",7703 "futures-timer 3.0.2",
7677 "lazy_static",7704 "lazy_static",
7684source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7711source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7685dependencies = [7712dependencies = [
7686 "impl-serde",7713 "impl-serde",
7687 "parity-scale-codec 2.0.1",7714 "parity-scale-codec 2.1.1",
7688 "serde",7715 "serde",
7689 "sp-runtime",7716 "sp-runtime",
7690 "sp-std",7717 "sp-std",
7696source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7723source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7697dependencies = [7724dependencies = [
7698 "impl-trait-for-tuples 0.2.1",7725 "impl-trait-for-tuples 0.2.1",
7699 "parity-scale-codec 2.0.1",7726 "parity-scale-codec 2.1.1",
7700 "sp-std",7727 "sp-std",
7701 "wasmi",7728 "wasmi",
7702]7729]
77217748
7722[[package]]7749[[package]]
7723name = "statrs"7750name = "statrs"
7724version = "0.12.0"7751version = "0.13.0"
7725source = "registry+https://github.com/rust-lang/crates.io-index"7752source = "registry+https://github.com/rust-lang/crates.io-index"
7726checksum = "cce16f6de653e88beca7bd13780d08e09d4489dbca1f9210e041bc4852481382"7753checksum = "1e34b58a8f9b7462b6922e0b4e3c83d1b3c2075f7f996a56d6c66afa81590064"
7727dependencies = [7754dependencies = [
7755 "nalgebra 0.19.0",
7728 "rand 0.7.3",7756 "rand 0.7.3",
7729]7757]
77307758
7826source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"7854source = "git+https://github.com/paritytech/substrate.git?branch=frontier#39b31316815ec6d709e7ad7c1a31c436d14c53e6"
7827dependencies = [7855dependencies = [
7828 "frame-system-rpc-runtime-api",7856 "frame-system-rpc-runtime-api",
7829 "futures 0.3.12",7857 "futures 0.3.15",
7830 "jsonrpc-core 15.1.0",7858 "jsonrpc-core 15.1.0",
7831 "jsonrpc-core-client 15.1.0",7859 "jsonrpc-core-client 15.1.0",
7832 "jsonrpc-derive 15.1.0",7860 "jsonrpc-derive 15.1.0",
7833 "log",7861 "log",
7834 "parity-scale-codec 2.0.1",7862 "parity-scale-codec 2.1.1",
7835 "sc-client-api",7863 "sc-client-api",
7836 "sc-rpc-api",7864 "sc-rpc-api",
7837 "serde",7865 "serde",
7851 "async-std",7879 "async-std",
7852 "derive_more",7880 "derive_more",
7853 "futures-util",7881 "futures-util",
7854 "hyper 0.13.9",7882 "hyper 0.13.10",
7855 "log",7883 "log",
7856 "prometheus",7884 "prometheus",
7857 "tokio 0.2.25",7885 "tokio 0.2.25",
78877915
7888[[package]]7916[[package]]
7889name = "syn"7917name = "syn"
7890version = "1.0.60"7918version = "1.0.72"
7891source = "registry+https://github.com/rust-lang/crates.io-index"7919source = "registry+https://github.com/rust-lang/crates.io-index"
7892checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"7920checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
7893dependencies = [7921dependencies = [
7894 "proc-macro2",7922 "proc-macro2",
7895 "quote",7923 "quote",
7935 "cfg-if 1.0.0",7963 "cfg-if 1.0.0",
7936 "libc",7964 "libc",
7937 "rand 0.8.3",7965 "rand 0.8.3",
7938 "redox_syscall 0.2.4",7966 "redox_syscall 0.2.8",
7939 "remove_dir_all",7967 "remove_dir_all",
7940 "winapi 0.3.9",7968 "winapi 0.3.9",
7941]7969]
79808008
7981[[package]]8009[[package]]
7982name = "thread_local"8010name = "thread_local"
7983version = "1.1.2"8011version = "1.1.3"
7984source = "registry+https://github.com/rust-lang/crates.io-index"8012source = "registry+https://github.com/rust-lang/crates.io-index"
7985checksum = "d8208a331e1cb318dd5bd76951d2b8fc48ca38a69f5f4e4af1b6a9f8c6236915"8013checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
7986dependencies = [8014dependencies = [
7987 "once_cell",8015 "once_cell",
7988]8016]
8019 "pbkdf2 0.4.0",8047 "pbkdf2 0.4.0",
8020 "rand 0.7.3",8048 "rand 0.7.3",
8021 "rustc-hash",8049 "rustc-hash",
8022 "sha2 0.9.3",8050 "sha2 0.9.5",
8023 "thiserror",8051 "thiserror",
8024 "unicode-normalization",8052 "unicode-normalization",
8025 "zeroize",8053 "zeroize",
80368064
8037[[package]]8065[[package]]
8038name = "tinyvec"8066name = "tinyvec"
8039version = "1.1.1"8067version = "1.2.0"
8040source = "registry+https://github.com/rust-lang/crates.io-index"8068source = "registry+https://github.com/rust-lang/crates.io-index"
8041checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"8069checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
8042dependencies = [8070dependencies = [
8043 "tinyvec_macros",8071 "tinyvec_macros",
8044]8072]
8056checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"8084checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
8057dependencies = [8085dependencies = [
8058 "bytes 0.4.12",8086 "bytes 0.4.12",
8059 "futures 0.1.30",8087 "futures 0.1.31",
8060 "mio",8088 "mio",
8061 "num_cpus",8089 "num_cpus",
8062 "tokio-codec",8090 "tokio-codec",
8089 "mio",8117 "mio",
8090 "mio-uds",8118 "mio-uds",
8091 "num_cpus",8119 "num_cpus",
8092 "pin-project-lite 0.1.11",8120 "pin-project-lite 0.1.12",
8093 "signal-hook-registry",8121 "signal-hook-registry",
8094 "slab",8122 "slab",
8095 "winapi 0.3.9",8123 "winapi 0.3.9",
8103dependencies = [8131dependencies = [
8104 "bytes 0.4.12",8132 "bytes 0.4.12",
8105 "either",8133 "either",
8106 "futures 0.1.30",8134 "futures 0.1.31",
8107]8135]
81088136
8109[[package]]8137[[package]]
8113checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"8141checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
8114dependencies = [8142dependencies = [
8115 "bytes 0.4.12",8143 "bytes 0.4.12",
8116 "futures 0.1.30",8144 "futures 0.1.31",
8117 "tokio-io",8145 "tokio-io",
8118]8146]
81198147
8123source = "registry+https://github.com/rust-lang/crates.io-index"8151source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"8152checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
8125dependencies = [8153dependencies = [
8126 "futures 0.1.30",8154 "futures 0.1.31",
8127 "tokio-executor",8155 "tokio-executor",
8128]8156]
81298157
8134checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"8162checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
8135dependencies = [8163dependencies = [
8136 "crossbeam-utils 0.7.2",8164 "crossbeam-utils 0.7.2",
8137 "futures 0.1.30",8165 "futures 0.1.31",
8138]8166]
81398167
8140[[package]]8168[[package]]
8143source = "registry+https://github.com/rust-lang/crates.io-index"8171source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"8172checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
8145dependencies = [8173dependencies = [
8146 "futures 0.1.30",8174 "futures 0.1.31",
8147 "tokio-io",8175 "tokio-io",
8148 "tokio-threadpool",8176 "tokio-threadpool",
8149]8177]
8155checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"8183checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
8156dependencies = [8184dependencies = [
8157 "bytes 0.4.12",8185 "bytes 0.4.12",
8158 "futures 0.1.30",8186 "futures 0.1.31",
8159 "log",8187 "log",
8160]8188]
81618189
8166checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"8194checksum = "9d282d483052288b2308ba5ee795f5673b159c9bdf63c385a05609da782a5eae"
8167dependencies = [8195dependencies = [
8168 "bytes 0.4.12",8196 "bytes 0.4.12",
8169 "futures 0.1.30",8197 "futures 0.1.31",
8170 "mio",8198 "mio",
8171 "mio-named-pipes",8199 "mio-named-pipes",
8172 "tokio 0.1.22",8200 "tokio 0.1.22",
8179checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"8207checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
8180dependencies = [8208dependencies = [
8181 "crossbeam-utils 0.7.2",8209 "crossbeam-utils 0.7.2",
8182 "futures 0.1.30",8210 "futures 0.1.31",
8183 "lazy_static",8211 "lazy_static",
8184 "log",8212 "log",
8185 "mio",8213 "mio",
8209source = "registry+https://github.com/rust-lang/crates.io-index"8237source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"8238checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
8211dependencies = [8239dependencies = [
8212 "futures 0.1.30",8240 "futures 0.1.31",
8213]8241]
82148242
8215[[package]]8243[[package]]
8219checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"8247checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
8220dependencies = [8248dependencies = [
8221 "fnv",8249 "fnv",
8222 "futures 0.1.30",8250 "futures 0.1.31",
8223]8251]
82248252
8225[[package]]8253[[package]]
8229checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"8257checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
8230dependencies = [8258dependencies = [
8231 "bytes 0.4.12",8259 "bytes 0.4.12",
8232 "futures 0.1.30",8260 "futures 0.1.31",
8233 "iovec",8261 "iovec",
8234 "mio",8262 "mio",
8235 "tokio-io",8263 "tokio-io",
8245 "crossbeam-deque 0.7.3",8273 "crossbeam-deque 0.7.3",
8246 "crossbeam-queue",8274 "crossbeam-queue",
8247 "crossbeam-utils 0.7.2",8275 "crossbeam-utils 0.7.2",
8248 "futures 0.1.30",8276 "futures 0.1.31",
8249 "lazy_static",8277 "lazy_static",
8250 "log",8278 "log",
8251 "num_cpus",8279 "num_cpus",
8260checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"8288checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
8261dependencies = [8289dependencies = [
8262 "crossbeam-utils 0.7.2",8290 "crossbeam-utils 0.7.2",
8263 "futures 0.1.30",8291 "futures 0.1.31",
8264 "slab",8292 "slab",
8265 "tokio-executor",8293 "tokio-executor",
8266]8294]
8272checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"8300checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
8273dependencies = [8301dependencies = [
8274 "bytes 0.4.12",8302 "bytes 0.4.12",
8275 "futures 0.1.30",8303 "futures 0.1.31",
8276 "log",8304 "log",
8277 "mio",8305 "mio",
8278 "tokio-codec",8306 "tokio-codec",
8287checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"8315checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
8288dependencies = [8316dependencies = [
8289 "bytes 0.4.12",8317 "bytes 0.4.12",
8290 "futures 0.1.30",8318 "futures 0.1.31",
8291 "iovec",8319 "iovec",
8292 "libc",8320 "libc",
8293 "log",8321 "log",
8308 "futures-core",8336 "futures-core",
8309 "futures-sink",8337 "futures-sink",
8310 "log",8338 "log",
8311 "pin-project-lite 0.1.11",8339 "pin-project-lite 0.1.12",
8312 "tokio 0.2.25",8340 "tokio 0.2.25",
8313]8341]
83148342
83298357
8330[[package]]8358[[package]]
8331name = "tracing"8359name = "tracing"
8332version = "0.1.25"8360version = "0.1.26"
8333source = "registry+https://github.com/rust-lang/crates.io-index"8361source = "registry+https://github.com/rust-lang/crates.io-index"
8334checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"8362checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
8335dependencies = [8363dependencies = [
8336 "cfg-if 1.0.0",8364 "cfg-if 1.0.0",
8337 "log",8365 "log",
8338 "pin-project-lite 0.2.4",8366 "pin-project-lite 0.2.6",
8339 "tracing-attributes",8367 "tracing-attributes",
8340 "tracing-core",8368 "tracing-core",
8341]8369]
83428370
8343[[package]]8371[[package]]
8344name = "tracing-attributes"8372name = "tracing-attributes"
8345version = "0.1.14"8373version = "0.1.15"
8346source = "registry+https://github.com/rust-lang/crates.io-index"8374source = "registry+https://github.com/rust-lang/crates.io-index"
8347checksum = "41768be5b9f3489491825f56f01f25290aa1d3e7cc97e182d4d34360493ba6fa"8375checksum = "c42e6fa53307c8a17e4ccd4dc81cf5ec38db9209f59b222210375b54ee40d1e2"
8348dependencies = [8376dependencies = [
8349 "proc-macro2",8377 "proc-macro2",
8350 "quote",8378 "quote",
83538381
8354[[package]]8382[[package]]
8355name = "tracing-core"8383name = "tracing-core"
8356version = "0.1.17"8384version = "0.1.18"
8357source = "registry+https://github.com/rust-lang/crates.io-index"8385source = "registry+https://github.com/rust-lang/crates.io-index"
8358checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"8386checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
8359dependencies = [8387dependencies = [
8360 "lazy_static",8388 "lazy_static",
8361]8389]
8366source = "registry+https://github.com/rust-lang/crates.io-index"8394source = "registry+https://github.com/rust-lang/crates.io-index"
8367checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"8395checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
8368dependencies = [8396dependencies = [
8369 "pin-project 1.0.5",8397 "pin-project 1.0.7",
8370 "tracing",8398 "tracing",
8371]8399]
83728400
83938421
8394[[package]]8422[[package]]
8395name = "tracing-subscriber"8423name = "tracing-subscriber"
8396version = "0.2.16"8424version = "0.2.18"
8397source = "registry+https://github.com/rust-lang/crates.io-index"8425source = "registry+https://github.com/rust-lang/crates.io-index"
8398checksum = "8ab8966ac3ca27126141f7999361cc97dd6fb4b71da04c02044fa9045d98bb96"8426checksum = "aa5553bf0883ba7c9cbe493b085c29926bd41b66afc31ff72cf17ff4fb60dcd5"
8399dependencies = [8427dependencies = [
8400 "ansi_term 0.12.1",8428 "ansi_term 0.12.1",
8401 "chrono",8429 "chrono",
8458checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"8486checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
8459dependencies = [8487dependencies = [
8460 "cfg-if 0.1.10",8488 "cfg-if 0.1.10",
8461 "rand 0.3.23",8489 "rand 0.7.3",
8462 "static_assertions",8490 "static_assertions",
8463]8491]
84648492
8465[[package]]8493[[package]]
8466name = "typenum"8494name = "typenum"
8467version = "1.12.0"8495version = "1.13.0"
8468source = "registry+https://github.com/rust-lang/crates.io-index"8496source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"8497checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
84708498
8471[[package]]8499[[package]]
8472name = "ucd-trie"8500name = "ucd-trie"
85098537
8510[[package]]8538[[package]]
8511name = "unicode-bidi"8539name = "unicode-bidi"
8512version = "0.3.4"8540version = "0.3.5"
8513source = "registry+https://github.com/rust-lang/crates.io-index"8541source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"8542checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
8515dependencies = [8543dependencies = [
8516 "matches",8544 "matches",
8517]8545]
85188546
8519[[package]]8547[[package]]
8520name = "unicode-normalization"8548name = "unicode-normalization"
8521version = "0.1.16"8549version = "0.1.17"
8522source = "registry+https://github.com/rust-lang/crates.io-index"8550source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"8551checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
8524dependencies = [8552dependencies = [
8525 "tinyvec",8553 "tinyvec",
8526]8554]
85398567
8540[[package]]8568[[package]]
8541name = "unicode-xid"8569name = "unicode-xid"
8542version = "0.2.1"8570version = "0.2.2"
8543source = "registry+https://github.com/rust-lang/crates.io-index"8571source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"8572checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
85458573
8546[[package]]8574[[package]]
8547name = "universal-hash"8575name = "universal-hash"
86028630
8603[[package]]8631[[package]]
8604name = "url"8632name = "url"
8605version = "2.2.0"8633version = "2.2.2"
8606source = "registry+https://github.com/rust-lang/crates.io-index"8634source = "registry+https://github.com/rust-lang/crates.io-index"
8607checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"8635checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
8608dependencies = [8636dependencies = [
8609 "form_urlencoded",8637 "form_urlencoded",
8610 "idna 0.2.0",8638 "idna 0.2.3",
8611 "matches",8639 "matches",
8612 "percent-encoding 2.1.0",8640 "percent-encoding 2.1.0",
8613]8641]
86148642
8615[[package]]8643[[package]]
8616name = "value-bag"8644name = "value-bag"
8617version = "1.0.0-alpha.6"8645version = "1.0.0-alpha.7"
8618source = "registry+https://github.com/rust-lang/crates.io-index"8646source = "registry+https://github.com/rust-lang/crates.io-index"
8619checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"8647checksum = "dd320e1520f94261153e96f7534476ad869c14022aee1e59af7c778075d840ae"
8620dependencies = [8648dependencies = [
8621 "ctor",8649 "ctor",
8650 "version_check",
8622]8651]
86238652
8624[[package]]8653[[package]]
8625name = "vcpkg"8654name = "vcpkg"
8626version = "0.2.11"8655version = "0.2.12"
8627source = "registry+https://github.com/rust-lang/crates.io-index"8656source = "registry+https://github.com/rust-lang/crates.io-index"
8628checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"8657checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
8629
8630[[package]]
8631name = "vec-arena"
8632version = "1.0.0"
8633source = "registry+https://github.com/rust-lang/crates.io-index"
8634checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
86358658
8636[[package]]8659[[package]]
8637name = "vec_map"8660name = "vec_map"
86418664
8642[[package]]8665[[package]]
8643name = "version_check"8666name = "version_check"
8644version = "0.9.2"8667version = "0.9.3"
8645source = "registry+https://github.com/rust-lang/crates.io-index"8668source = "registry+https://github.com/rust-lang/crates.io-index"
8646checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"8669checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
86478670
8648[[package]]8671[[package]]
8649name = "void"8672name = "void"
86598682
8660[[package]]8683[[package]]
8661name = "walkdir"8684name = "walkdir"
8662version = "2.3.1"8685version = "2.3.2"
8663source = "registry+https://github.com/rust-lang/crates.io-index"8686source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"8687checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
8665dependencies = [8688dependencies = [
8666 "same-file",8689 "same-file",
8667 "winapi 0.3.9",8690 "winapi 0.3.9",
8674source = "registry+https://github.com/rust-lang/crates.io-index"8697source = "registry+https://github.com/rust-lang/crates.io-index"
8675checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"8698checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
8676dependencies = [8699dependencies = [
8677 "futures 0.1.30",8700 "futures 0.1.31",
8678 "log",8701 "log",
8679 "try-lock",8702 "try-lock",
8680]8703]
87038726
8704[[package]]8727[[package]]
8705name = "wasm-bindgen"8728name = "wasm-bindgen"
8706version = "0.2.70"8729version = "0.2.74"
8707source = "registry+https://github.com/rust-lang/crates.io-index"8730source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"8731checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd"
8709dependencies = [8732dependencies = [
8710 "cfg-if 1.0.0",8733 "cfg-if 1.0.0",
8711 "wasm-bindgen-macro",8734 "wasm-bindgen-macro",
8712]8735]
87138736
8714[[package]]8737[[package]]
8715name = "wasm-bindgen-backend"8738name = "wasm-bindgen-backend"
8716version = "0.2.70"8739version = "0.2.74"
8717source = "registry+https://github.com/rust-lang/crates.io-index"8740source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"8741checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900"
8719dependencies = [8742dependencies = [
8720 "bumpalo",8743 "bumpalo",
8721 "lazy_static",8744 "lazy_static",
87288751
8729[[package]]8752[[package]]
8730name = "wasm-bindgen-futures"8753name = "wasm-bindgen-futures"
8731version = "0.4.20"8754version = "0.4.24"
8732source = "registry+https://github.com/rust-lang/crates.io-index"8755source = "registry+https://github.com/rust-lang/crates.io-index"
8733checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"8756checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1"
8734dependencies = [8757dependencies = [
8735 "cfg-if 1.0.0",8758 "cfg-if 1.0.0",
8736 "js-sys",8759 "js-sys",
87408763
8741[[package]]8764[[package]]
8742name = "wasm-bindgen-macro"8765name = "wasm-bindgen-macro"
8743version = "0.2.70"8766version = "0.2.74"
8744source = "registry+https://github.com/rust-lang/crates.io-index"8767source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"8768checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4"
8746dependencies = [8769dependencies = [
8747 "quote",8770 "quote",
8748 "wasm-bindgen-macro-support",8771 "wasm-bindgen-macro-support",
8749]8772]
87508773
8751[[package]]8774[[package]]
8752name = "wasm-bindgen-macro-support"8775name = "wasm-bindgen-macro-support"
8753version = "0.2.70"8776version = "0.2.74"
8754source = "registry+https://github.com/rust-lang/crates.io-index"8777source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"8778checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97"
8756dependencies = [8779dependencies = [
8757 "proc-macro2",8780 "proc-macro2",
8758 "quote",8781 "quote",
87638786
8764[[package]]8787[[package]]
8765name = "wasm-bindgen-shared"8788name = "wasm-bindgen-shared"
8766version = "0.2.70"8789version = "0.2.74"
8767source = "registry+https://github.com/rust-lang/crates.io-index"8790source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"8791checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f"
87698792
8770[[package]]8793[[package]]
8771name = "wasm-gc-api"8794name = "wasm-gc-api"
8784source = "registry+https://github.com/rust-lang/crates.io-index"8807source = "registry+https://github.com/rust-lang/crates.io-index"
8785checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"8808checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
8786dependencies = [8809dependencies = [
8787 "futures 0.3.12",8810 "futures 0.3.15",
8788 "js-sys",8811 "js-sys",
8789 "parking_lot 0.11.1",8812 "parking_lot 0.11.1",
8790 "pin-utils",8813 "pin-utils",
8801dependencies = [8824dependencies = [
8802 "libc",8825 "libc",
8803 "memory_units",8826 "memory_units",
8804 "num-rational",8827 "num-rational 0.2.4",
8805 "num-traits",8828 "num-traits",
8806 "parity-wasm 0.41.0",8829 "parity-wasm 0.41.0",
8807 "wasmi-validation",8830 "wasmi-validation",
8866 "libc",8889 "libc",
8867 "log",8890 "log",
8868 "serde",8891 "serde",
8869 "sha2 0.9.3",8892 "sha2 0.9.5",
8870 "toml",8893 "toml",
8871 "winapi 0.3.9",8894 "winapi 0.3.9",
8872 "zstd",8895 "zstd",
8892checksum = "e91fa931df6dd8af2b02606307674d3bad23f55473d5f4c809dddf7e4c4dc411"8915checksum = "e91fa931df6dd8af2b02606307674d3bad23f55473d5f4c809dddf7e4c4dc411"
8893dependencies = [8916dependencies = [
8894 "anyhow",8917 "anyhow",
8895 "gimli",8918 "gimli 0.23.0",
8896 "more-asserts",8919 "more-asserts",
8897 "object 0.22.0",8920 "object 0.22.0",
8898 "target-lexicon",8921 "target-lexicon",
8912 "cranelift-codegen",8935 "cranelift-codegen",
8913 "cranelift-entity",8936 "cranelift-entity",
8914 "cranelift-wasm",8937 "cranelift-wasm",
8915 "gimli",8938 "gimli 0.23.0",
8916 "indexmap",8939 "indexmap",
8917 "log",8940 "log",
8918 "more-asserts",8941 "more-asserts",
8927source = "registry+https://github.com/rust-lang/crates.io-index"8950source = "registry+https://github.com/rust-lang/crates.io-index"
8928checksum = "738bfcd1561ede8bb174215776fd7d9a95d5f0a47ca3deabe0282c55f9a89f68"8951checksum = "738bfcd1561ede8bb174215776fd7d9a95d5f0a47ca3deabe0282c55f9a89f68"
8929dependencies = [8952dependencies = [
8930 "addr2line",8953 "addr2line 0.14.1",
8931 "anyhow",8954 "anyhow",
8932 "cfg-if 1.0.0",8955 "cfg-if 1.0.0",
8933 "cranelift-codegen",8956 "cranelift-codegen",
8934 "cranelift-entity",8957 "cranelift-entity",
8935 "cranelift-frontend",8958 "cranelift-frontend",
8936 "cranelift-native",8959 "cranelift-native",
8937 "cranelift-wasm",8960 "cranelift-wasm",
8938 "gimli",8961 "gimli 0.23.0",
8939 "log",8962 "log",
8940 "more-asserts",8963 "more-asserts",
8941 "object 0.22.0",8964 "object 0.22.0",
8976dependencies = [8999dependencies = [
8977 "anyhow",9000 "anyhow",
8978 "cfg-if 1.0.0",9001 "cfg-if 1.0.0",
8979 "gimli",9002 "gimli 0.23.0",
8980 "lazy_static",9003 "lazy_static",
8981 "libc",9004 "libc",
8982 "object 0.22.0",9005 "object 0.22.0",
9000 "lazy_static",9023 "lazy_static",
9001 "libc",9024 "libc",
9002 "log",9025 "log",
9003 "memoffset 0.6.1",9026 "memoffset 0.6.3",
9004 "more-asserts",9027 "more-asserts",
9005 "psm",9028 "psm",
9006 "region",9029 "region",
90119034
9012[[package]]9035[[package]]
9013name = "wast"9036name = "wast"
9014version = "35.0.0"9037version = "35.0.2"
9015source = "registry+https://github.com/rust-lang/crates.io-index"9038source = "registry+https://github.com/rust-lang/crates.io-index"
9016checksum = "db5ae96da18bb5926341516fd409b5a8ce4e4714da7f0a1063d3b20ac9f9a1e1"9039checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
9017dependencies = [9040dependencies = [
9018 "leb128",9041 "leb128",
9019]9042]
90209043
9021[[package]]9044[[package]]
9022name = "wat"9045name = "wat"
9023version = "1.0.36"9046version = "1.0.37"
9024source = "registry+https://github.com/rust-lang/crates.io-index"9047source = "registry+https://github.com/rust-lang/crates.io-index"
9025checksum = "0b0fa059022c5dabe129f02b429d67086400deb8277f89c975555dacc1dadbcc"9048checksum = "8ec280a739b69173e0ffd12c1658507996836ba4e992ed9bc1e5385a0bd72a02"
9026dependencies = [9049dependencies = [
9027 "wast",9050 "wast",
9028]9051]
90299052
9030[[package]]9053[[package]]
9031name = "web-sys"9054name = "web-sys"
9032version = "0.3.47"9055version = "0.3.51"
9033source = "registry+https://github.com/rust-lang/crates.io-index"9056source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"9057checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582"
9035dependencies = [9058dependencies = [
9036 "js-sys",9059 "js-sys",
9037 "wasm-bindgen",9060 "wasm-bindgen",
90499072
9050[[package]]9073[[package]]
9051name = "webpki-roots"9074name = "webpki-roots"
9052version = "0.21.0"9075version = "0.21.1"
9053source = "registry+https://github.com/rust-lang/crates.io-index"9076source = "registry+https://github.com/rust-lang/crates.io-index"
9054checksum = "82015b7e0b8bad8185994674a13a93306bea76cf5a16c5a181382fd3a5ec2376"9077checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
9055dependencies = [9078dependencies = [
9056 "webpki",9079 "webpki",
9057]9080]
90679090
9068[[package]]9091[[package]]
9069name = "which"9092name = "which"
9070version = "3.1.1"9093version = "4.1.0"
9071source = "registry+https://github.com/rust-lang/crates.io-index"9094source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"9095checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
9073dependencies = [9096dependencies = [
9097 "either",
9074 "libc",9098 "libc",
9075]9099]
9076
9077[[package]]
9078name = "which"
9079version = "4.0.2"
9080source = "registry+https://github.com/rust-lang/crates.io-index"
9081checksum = "87c14ef7e1b8b8ecfc75d5eca37949410046e66f15d185c01d70824f1f8111ef"
9082dependencies = [
9083 "libc",
9084 "thiserror",
9085]
90869100
9087[[package]]9101[[package]]
9088name = "winapi"9102name = "winapi"
91459159
9146[[package]]9160[[package]]
9147name = "x25519-dalek"9161name = "x25519-dalek"
9148version = "1.1.0"9162version = "1.1.1"
9149source = "registry+https://github.com/rust-lang/crates.io-index"9163source = "registry+https://github.com/rust-lang/crates.io-index"
9150checksum = "bc614d95359fd7afc321b66d2107ede58b246b844cf5d8a0adcca413e439f088"9164checksum = "5a0c105152107e3b96f6a00a65e86ce82d9b125230e1c4302940eca58ff71f4f"
9151dependencies = [9165dependencies = [
9152 "curve25519-dalek 3.0.2",9166 "curve25519-dalek 3.1.0",
9153 "rand_core 0.5.1",9167 "rand_core 0.5.1",
9154 "zeroize",9168 "zeroize",
9155]9169]
9160source = "registry+https://github.com/rust-lang/crates.io-index"9174source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"9175checksum = "1cc7bd8c983209ed5d527f44b01c41b7dc146fd960c61cf9e1d25399841dc271"
9162dependencies = [9176dependencies = [
9163 "futures 0.3.12",9177 "futures 0.3.15",
9164 "log",9178 "log",
9165 "nohash-hasher",9179 "nohash-hasher",
9166 "parking_lot 0.11.1",9180 "parking_lot 0.11.1",
91769190
9177[[package]]9191[[package]]
9178name = "zeroize"9192name = "zeroize"
9179version = "1.2.0"9193version = "1.3.0"
9180source = "registry+https://github.com/rust-lang/crates.io-index"9194source = "registry+https://github.com/rust-lang/crates.io-index"
9181checksum = "81a974bcdd357f0dca4d41677db03436324d45a4c9ed2d0b873a5a360ce41c36"9195checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
9182dependencies = [9196dependencies = [
9183 "zeroize_derive",9197 "zeroize_derive",
9184]9198]
91859199
9186[[package]]9200[[package]]
9187name = "zeroize_derive"9201name = "zeroize_derive"
9188version = "1.0.1"9202version = "1.1.0"
9189source = "registry+https://github.com/rust-lang/crates.io-index"9203source = "registry+https://github.com/rust-lang/crates.io-index"
9190checksum = "c3f369ddb18862aba61aa49bf31e74d29f0f162dec753063200e1dc084345d16"9204checksum = "a2c1e130bebaeab2f23886bf9acbaca14b092408c452543c857f66399cd6dab1"
9191dependencies = [9205dependencies = [
9192 "proc-macro2",9206 "proc-macro2",
9193 "quote",9207 "quote",
modifiednode/Cargo.tomldiffbeforeafterboth
34frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }34frame-benchmarking-cli = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
35pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }35pallet-transaction-payment-rpc = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
36fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }36fc-rpc-core = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
37fc-consensus = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }37fc-consensus = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
38fc-mapping-sync = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }38fc-mapping-sync = { version = "1.1.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
39fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }39fc-rpc = { version = "2.0.0-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
40fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }40fc-db = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
41fp-rpc = { version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }41fp-rpc = { version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
42sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }42sc-basic-authorship = { version = '0.9.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
43sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }43sc-cli = { version = '0.9.0', features = ['wasmtime'], git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
44sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }44sc-client-api = { version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
modifiednode/src/rpc.rsdiffbeforeafterboth
194 NetApiServer::to_delegate(NetApi::new(194 NetApiServer::to_delegate(NetApi::new(
195 client.clone(),195 client.clone(),
196 network.clone(),196 network.clone(),
197 true,
197 ))198 ))
198 );199 );
199200
modifiedpallets/nft/Cargo.tomldiffbeforeafterboth
23frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }23frame-support = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
24frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }24frame-system = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
25pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }25pallet-balances = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
26pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }26pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
27pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }27pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
28pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }28pallet-timestamp = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
29pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }29pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
30sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }30sp-std = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
31frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }31frame-benchmarking = { default-features = false, version = '3.0.0', optional = true, git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
32fp-evm = { default-features = false, version = '1.0.0', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }32fp-evm = { default-features = false, version = '1.0.1-dev', git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
33sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }33sp-core = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
34sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }34sp-io = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
35sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }35sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
modifiedruntime/Cargo.tomldiffbeforeafterboth
40pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }40pallet-contracts = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
41pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }41pallet-contracts-primitives = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
42pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }42pallet-contracts-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
43pallet-evm = { default-features = false, version = "3.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }43pallet-evm = { default-features = false, version = "3.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
44pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }44pallet-ethereum = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
45pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }45pallet-grandpa = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
46pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }46pallet-randomness-collective-flip = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
50pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }50pallet-transaction-payment-rpc-runtime-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
51pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }51pallet-treasury = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
52pallet-vesting = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }52pallet-vesting = { default-features = false, version = "3.0.0", git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
53fp-rpc = { default-features = false, version = "1.0.0", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }53fp-rpc = { default-features = false, version = "1.0.1-dev", git = "https://github.com/usetech-llc/frontier.git", branch = "injected-transactions" }
54sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }54sp-arithmetic = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
55sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }55sp-api = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }
56sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }56sp-block-builder = { default-features = false, version = '3.0.0', git = "https://github.com/paritytech/substrate.git", branch = "frontier" }