Janus 5 лет назад
Родитель
Сommit
a479b6ec7c
1 измененных файлов с 12 добавлено и 319 удалено
  1. 12 319
      Cargo.lock

+ 12 - 319
Cargo.lock

@@ -139,15 +139,6 @@ dependencies = [
  "xml-rs",
  "xml-rs",
 ]
 ]
 
 
-[[package]]
-name = "ansi_term"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
-dependencies = [
- "winapi 0.3.9",
-]
-
 [[package]]
 [[package]]
 name = "anyhow"
 name = "anyhow"
 version = "1.0.40"
 version = "1.0.40"
@@ -172,19 +163,6 @@ dependencies = [
  "num-traits",
  "num-traits",
 ]
 ]
 
 
-[[package]]
-name = "aquamarine"
-version = "0.1.10"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "796971668ab6bfd8970bb1688ba30dd1b59c223bd342b74a3336e641a7b8f0a9"
-dependencies = [
- "itertools 0.9.0",
- "proc-macro-error",
- "proc-macro2",
- "quote",
- "syn",
-]
-
 [[package]]
 [[package]]
 name = "arrayref"
 name = "arrayref"
 version = "0.3.6"
 version = "0.3.6"
@@ -472,101 +450,6 @@ version = "1.0.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 
 
-[[package]]
-name = "autocxx"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "801a5ecd0aa98b4fadb01cd67dc137cd5a78dd6b8e7211f2216b7b8472172455"
-dependencies = [
- "aquamarine",
- "autocxx-engine",
- "autocxx-macro",
- "cxx",
-]
-
-[[package]]
-name = "autocxx-bindgen"
-version = "0.58.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "34cb28894fcbc6ed3d6526c22e116ca3091c4c61cae05eec27c668f5390a1a4e"
-dependencies = [
- "bitflags",
- "cexpr",
- "clang-sys",
- "clap 2.33.3",
- "env_logger 0.8.3",
- "itertools 0.10.0",
- "lazy_static",
- "lazycell",
- "log",
- "peeking_take_while",
- "proc-macro2",
- "quote",
- "regex",
- "rustc-hash",
- "shlex 1.0.0",
- "which",
-]
-
-[[package]]
-name = "autocxx-build"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "91b28da9410a3d14944424695f4ec4724e33744686b9e71d34331d26c9065c33"
-dependencies = [
- "autocxx-engine",
- "env_logger 0.8.3",
- "syn",
-]
-
-[[package]]
-name = "autocxx-engine"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "cb8780e257b5efa2a4ac691951e8317e4aec15abd39f324a779e5abe1de0ab1a"
-dependencies = [
- "aquamarine",
- "autocxx-bindgen",
- "autocxx-parser",
- "cc",
- "cxx",
- "cxx-gen",
- "indoc",
- "itertools 0.9.0",
- "log",
- "once_cell",
- "proc-macro2",
- "quote",
- "strum_macros",
- "syn",
- "tempfile",
- "unzip-n",
- "version_check",
-]
-
-[[package]]
-name = "autocxx-macro"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "1a5b6d11cd99eed3161724c92a201e2304e713c8e26136db1241d5da3de25a0e"
-dependencies = [
- "autocxx-parser",
- "proc-macro-error",
- "syn",
-]
-
-[[package]]
-name = "autocxx-parser"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "757545b0f38ea0f2405eacdcfbfe429cb96b64a6524ee3d2cb90747fc3cd538d"
-dependencies = [
- "log",
- "proc-macro2",
- "quote",
- "syn",
-]
-
 [[package]]
 [[package]]
 name = "backtrace"
 name = "backtrace"
 version = "0.3.59"
 version = "0.3.59"
@@ -636,7 +519,7 @@ dependencies = [
  "quote",
  "quote",
  "regex",
  "regex",
  "rustc-hash",
  "rustc-hash",
- "shlex 0.1.1",
+ "shlex",
 ]
 ]
 
 
 [[package]]
 [[package]]
@@ -896,21 +779,6 @@ dependencies = [
  "libloading 0.7.0",
  "libloading 0.7.0",
 ]
 ]
 
 
-[[package]]
-name = "clap"
-version = "2.33.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
-dependencies = [
- "ansi_term",
- "atty",
- "bitflags",
- "strsim 0.8.0",
- "textwrap 0.11.0",
- "unicode-width",
- "vec_map",
-]
-
 [[package]]
 [[package]]
 name = "clap"
 name = "clap"
 version = "3.0.0-beta.2"
 version = "3.0.0-beta.2"
@@ -925,7 +793,7 @@ dependencies = [
  "os_str_bytes",
  "os_str_bytes",
  "strsim 0.10.0",
  "strsim 0.10.0",
  "termcolor",
  "termcolor",
- "textwrap 0.12.1",
+ "textwrap",
  "unicode-width",
  "unicode-width",
  "vec_map",
  "vec_map",
 ]
 ]
@@ -992,16 +860,6 @@ dependencies = [
  "objc",
  "objc",
 ]
 ]
 
 
-[[package]]
-name = "codespan-reporting"
-version = "0.11.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
-dependencies = [
- "termcolor",
- "unicode-width",
-]
-
 [[package]]
 [[package]]
 name = "color_quant"
 name = "color_quant"
 version = "1.1.0"
 version = "1.1.0"
@@ -1366,48 +1224,6 @@ dependencies = [
  "winapi 0.3.9",
  "winapi 0.3.9",
 ]
 ]
 
 
-[[package]]
-name = "cxx"
-version = "1.0.49"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "65369ae12626651c9d8c5ca8b44ffdb9fe7ba710508074d2997315d2fe4f4276"
-dependencies = [
- "cc",
- "cxxbridge-flags",
- "cxxbridge-macro",
- "link-cplusplus",
-]
-
-[[package]]
-name = "cxx-gen"
-version = "0.7.49"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a3c851acd07083eea8f78842831573fc1a83807a792f2698446c8bd6a5316323"
-dependencies = [
- "cc",
- "codespan-reporting",
- "proc-macro2",
- "quote",
- "syn",
-]
-
-[[package]]
-name = "cxxbridge-flags"
-version = "1.0.49"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f9198d12d90c4a743fa06d45901ea419b81f250ad8f97635763cfaa791429ba1"
-
-[[package]]
-name = "cxxbridge-macro"
-version = "1.0.49"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "63138f3cc0d24ef4c5a71e0def78e5375bd52d17a58cefc645b091c361dc7c3e"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
 [[package]]
 [[package]]
 name = "d3d12"
 name = "d3d12"
 version = "0.3.2"
 version = "0.3.2"
@@ -1441,12 +1257,12 @@ dependencies = [
  "bytemuck",
  "bytemuck",
  "bytes",
  "bytes",
  "cgmath",
  "cgmath",
- "clap 3.0.0-beta.2",
+ "clap",
  "crypto_api_chachapoly",
  "crypto_api_chachapoly",
  "ctrlc",
  "ctrlc",
  "dirs 3.0.2",
  "dirs 3.0.2",
  "easy-parallel",
  "easy-parallel",
- "env_logger 0.7.1",
+ "env_logger",
  "failure",
  "failure",
  "failure_derive",
  "failure_derive",
  "ff",
  "ff",
@@ -1457,7 +1273,7 @@ dependencies = [
  "hex",
  "hex",
  "http-types",
  "http-types",
  "image",
  "image",
- "itertools 0.8.2",
+ "itertools",
  "jsonrpc-core",
  "jsonrpc-core",
  "jubjub",
  "jubjub",
  "lazy_static",
  "lazy_static",
@@ -1673,20 +1489,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
 checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
 dependencies = [
 dependencies = [
  "atty",
  "atty",
- "humantime 1.3.0",
- "log",
- "regex",
- "termcolor",
-]
-
-[[package]]
-name = "env_logger"
-version = "0.8.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
-dependencies = [
- "atty",
- "humantime 2.1.0",
+ "humantime",
  "log",
  "log",
  "regex",
  "regex",
  "termcolor",
  "termcolor",
@@ -2416,12 +2219,6 @@ dependencies = [
  "quick-error",
  "quick-error",
 ]
 ]
 
 
-[[package]]
-name = "humantime"
-version = "2.1.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
-
 [[package]]
 [[package]]
 name = "ident_case"
 name = "ident_case"
 version = "1.0.1"
 version = "1.0.1"
@@ -2468,15 +2265,6 @@ dependencies = [
  "hashbrown 0.9.1",
  "hashbrown 0.9.1",
 ]
 ]
 
 
-[[package]]
-name = "indoc"
-version = "1.0.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "e5a75aeaaef0ce18b58056d306c27b07436fbb34b8816c53094b76dd81803136"
-dependencies = [
- "unindent",
-]
-
 [[package]]
 [[package]]
 name = "infer"
 name = "infer"
 version = "0.2.3"
 version = "0.2.3"
@@ -2516,24 +2304,6 @@ dependencies = [
  "either",
  "either",
 ]
 ]
 
 
-[[package]]
-name = "itertools"
-version = "0.9.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
-dependencies = [
- "either",
-]
-
-[[package]]
-name = "itertools"
-version = "0.10.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "37d572918e350e82412fe766d24b15e6682fb2ed2bbe018280caa810397cb319"
-dependencies = [
- "either",
-]
-
 [[package]]
 [[package]]
 name = "itoa"
 name = "itoa"
 version = "0.4.7"
 version = "0.4.7"
@@ -2641,16 +2411,6 @@ version = "1.3.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 
 
-[[package]]
-name = "libbitcoin-rs"
-version = "0.1.0"
-dependencies = [
- "autocxx",
- "autocxx-build",
- "cxx",
- "pkg-config",
-]
-
 [[package]]
 [[package]]
 name = "libc"
 name = "libc"
 version = "0.2.95"
 version = "0.2.95"
@@ -2700,15 +2460,6 @@ dependencies = [
  "vcpkg",
  "vcpkg",
 ]
 ]
 
 
-[[package]]
-name = "link-cplusplus"
-version = "1.0.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8f1becd27d473556dc610b8afa1636ef90747b574a84553bc11e82371d5ef2d1"
-dependencies = [
- "cc",
-]
-
 [[package]]
 [[package]]
 name = "linked-hash-map"
 name = "linked-hash-map"
 version = "0.5.4"
 version = "0.5.4"
@@ -3970,12 +3721,6 @@ version = "0.1.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
 checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
 
 
-[[package]]
-name = "shlex"
-version = "1.0.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "42a568c8f2cd051a4d283bd6eb0343ac214c1b0f1ac19f93e1175b2dee38c73d"
-
 [[package]]
 [[package]]
 name = "signal-hook"
 name = "signal-hook"
 version = "0.3.8"
 version = "0.3.8"
@@ -4180,12 +3925,6 @@ dependencies = [
  "lock_api",
  "lock_api",
 ]
 ]
 
 
-[[package]]
-name = "strsim"
-version = "0.8.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
-
 [[package]]
 [[package]]
 name = "strsim"
 name = "strsim"
 version = "0.9.3"
 version = "0.9.3"
@@ -4198,18 +3937,6 @@ version = "0.10.0"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 
 
-[[package]]
-name = "strum_macros"
-version = "0.20.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "ee8bc6b87a5112aeeab1f4a9f7ab634fe6cbefc4850006df31267f4cfb9e3149"
-dependencies = [
- "heck",
- "proc-macro2",
- "quote",
- "syn",
-]
-
 [[package]]
 [[package]]
 name = "subtle"
 name = "subtle"
 version = "2.4.0"
 version = "2.4.0"
@@ -4218,9 +3945,9 @@ checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
 
 
 [[package]]
 [[package]]
 name = "syn"
 name = "syn"
-version = "1.0.72"
+version = "1.0.65"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
+checksum = "f3a1d708c221c5a612956ef9f75b37e454e88d1f7b899fbd3a18d4252012d663"
 dependencies = [
 dependencies = [
  "proc-macro2",
  "proc-macro2",
  "quote",
  "quote",
@@ -4272,15 +3999,6 @@ dependencies = [
  "winapi-util",
  "winapi-util",
 ]
 ]
 
 
-[[package]]
-name = "textwrap"
-version = "0.11.0"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
-dependencies = [
- "unicode-width",
-]
-
 [[package]]
 [[package]]
 name = "textwrap"
 name = "textwrap"
 version = "0.12.1"
 version = "0.12.1"
@@ -4465,7 +4183,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
 checksum = "04f8ab788026715fa63b31960869617cba39117e520eb415b0139543e325ab59"
 dependencies = [
 dependencies = [
  "cfg-if 0.1.10",
  "cfg-if 0.1.10",
- "rand 0.7.3",
+ "rand 0.6.5",
  "static_assertions",
  "static_assertions",
 ]
 ]
 
 
@@ -4511,12 +4229,6 @@ version = "0.2.2"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
 checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
 
 
-[[package]]
-name = "unindent"
-version = "0.1.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
-
 [[package]]
 [[package]]
 name = "universal-hash"
 name = "universal-hash"
 version = "0.4.0"
 version = "0.4.0"
@@ -4527,17 +4239,6 @@ dependencies = [
  "subtle",
  "subtle",
 ]
 ]
 
 
-[[package]]
-name = "unzip-n"
-version = "0.1.2"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c2e7e85a0596447f0f2ac090e16bc4c516c6fe91771fb0c0ccf7fa3dae896b9c"
-dependencies = [
- "proc-macro2",
- "quote",
- "syn",
-]
-
 [[package]]
 [[package]]
 name = "url"
 name = "url"
 version = "2.2.2"
 version = "2.2.2"
@@ -4783,9 +4484,9 @@ dependencies = [
 
 
 [[package]]
 [[package]]
 name = "wgpu"
 name = "wgpu"
-version = "0.7.0"
+version = "0.7.1"
 source = "registry+https://github.com/rust-lang/crates.io-index"
 source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "c60007fc3748278a36b458d96f86105f43aa5f0e412b15a5f934950d61ec26a9"
+checksum = "79a0a0a63fac9492cfaf6e7e4bdf9729c128f1e94124b9e4cbc4004b8cb6d1d8"
 dependencies = [
 dependencies = [
  "arrayvec",
  "arrayvec",
  "js-sys",
  "js-sys",
@@ -4793,6 +4494,7 @@ dependencies = [
  "parking_lot",
  "parking_lot",
  "raw-window-handle",
  "raw-window-handle",
  "smallvec",
  "smallvec",
+ "syn",
  "tracing",
  "tracing",
  "wasm-bindgen",
  "wasm-bindgen",
  "wasm-bindgen-futures",
  "wasm-bindgen-futures",
@@ -4851,15 +4553,6 @@ dependencies = [
  "wgpu",
  "wgpu",
 ]
 ]
 
 
-[[package]]
-name = "which"
-version = "3.1.1"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
-dependencies = [
- "libc",
-]
-
 [[package]]
 [[package]]
 name = "winapi"
 name = "winapi"
 version = "0.2.8"
 version = "0.2.8"