2020-04-18 15:27:01 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2020-12-31 12:03:00 +00:00
|
|
|
version = "0.14.1"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-31 12:03:00 +00:00
|
|
|
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
2020-11-01 07:16:21 +00:00
|
|
|
"gimli 0.23.0",
|
2020-05-28 20:20:24 +00:00
|
|
|
]
|
|
|
|
|
2020-06-16 07:41:34 +00:00
|
|
|
[[package]]
|
2020-07-09 03:21:04 +00:00
|
|
|
name = "adler"
|
2020-07-11 20:04:55 +00:00
|
|
|
version = "0.2.3"
|
2020-06-16 07:41:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 20:04:55 +00:00
|
|
|
checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
|
2020-06-16 07:41:34 +00:00
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2020-11-05 12:18:48 +00:00
|
|
|
version = "0.7.15"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 12:18:48 +00:00
|
|
|
checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-28 20:20:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "1.0.38"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-10-01 09:19:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aquamarine-vm"
|
2021-01-15 21:44:09 +00:00
|
|
|
version = "0.1.30"
|
2020-10-01 09:19:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-faas",
|
2020-12-25 14:31:31 +00:00
|
|
|
"log",
|
2020-10-16 12:26:09 +00:00
|
|
|
"maplit",
|
2020-12-25 14:31:31 +00:00
|
|
|
"parking_lot 0.11.1",
|
2020-10-01 09:19:38 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2020-12-17 09:43:45 +00:00
|
|
|
"stepper-interface",
|
2020-10-01 09:19:38 +00:00
|
|
|
]
|
|
|
|
|
2020-09-15 22:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arguments-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-15 22:14:15 +00:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
|
|
|
|
|
2020-09-22 22:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrays-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-22 22:14:54 +00:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2020-10-29 20:11:11 +00:00
|
|
|
version = "0.5.2"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-29 20:11:11 +00:00
|
|
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
2020-05-28 20:20:24 +00:00
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-28 20:20:24 +00:00
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-08-23 01:04:11 +00:00
|
|
|
version = "1.0.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-23 01:04:11 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.56"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "9d117600f438b1707d4e4ae15d3595657288f8235a0eb593e80ecc98ab34e1bc"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"addr2line",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-06-16 07:41:34 +00:00
|
|
|
"miniz_oxide",
|
2020-05-28 20:20:24 +00:00
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-11-25 10:12:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
2020-06-30 12:57:48 +00:00
|
|
|
version = "1.3.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 12:57:48 +00:00
|
|
|
checksum = "f30d3a39baa26f9651f17b375061f3233dde33424a8b72b0dbe93a68a0bc896d"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.2.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake2b_simd"
|
2020-11-05 12:18:48 +00:00
|
|
|
version = "0.5.11"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 12:18:48 +00:00
|
|
|
checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.7"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "e9ff35b701f3914bdb8fad3368d822c766ef2858b2583198e41639b936f09d3f"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"arrayref",
|
2020-06-16 07:41:34 +00:00
|
|
|
"arrayvec",
|
2020-05-28 20:20:24 +00:00
|
|
|
"cc",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac",
|
2020-07-11 20:04:55 +00:00
|
|
|
"digest 0.9.0",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-08 09:44:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "boolinator"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cfa8873f51c92e232f9bac4065cddef41b714152812bfc5f7672ba16d6ef8cd9"
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "3.6.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "099e596ef14349721d9016f6b80dd3419ea1bf289ab9b44df8e4dfd3a005d5d9"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "1.4.2"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
|
|
|
|
|
2021-01-12 09:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
|
|
|
|
2020-09-14 11:22:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "call_parameters"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-14 11:22:56 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-12-08 15:15:18 +00:00
|
|
|
version = "1.0.66"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-08 15:15:18 +00:00
|
|
|
checksum = "4c0496836a84f8d0495758516b8621a622beb77c0fed418570e50764093ced48"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
2020-10-14 12:13:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "0.4.19"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:19:38 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
2020-10-01 09:19:38 +00:00
|
|
|
"libc",
|
2020-08-09 11:48:18 +00:00
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"time",
|
2020-10-01 09:19:38 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 11:48:18 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2020-08-23 01:04:11 +00:00
|
|
|
version = "2.33.3"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-23 01:04:11 +00:00
|
|
|
checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
2020-08-09 11:48:18 +00:00
|
|
|
"strsim 0.8.0",
|
2020-05-28 20:20:24 +00:00
|
|
|
"textwrap",
|
|
|
|
"unicode-width",
|
|
|
|
"vec_map",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cloudabi"
|
|
|
|
version = "0.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"bitflags",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-06-11 21:05:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cmd_lib"
|
|
|
|
version = "0.7.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "475bd7aa7680b4ed8f6bb59745e882bcbaeb39326532bb79ffb1716480d9a274"
|
|
|
|
|
2020-10-26 10:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "const_fn"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.4.5"
|
2020-10-26 10:08:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
|
2020-10-26 10:08:53 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation"
|
2020-11-06 21:08:09 +00:00
|
|
|
version = "0.9.1"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 21:08:09 +00:00
|
|
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2020-11-06 21:08:09 +00:00
|
|
|
version = "0.8.2"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 21:08:09 +00:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cranelift-bforest"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "45a9c21f8042b9857bda93f6c1910b9f9f24100187a3d3d52f214a34e3dc5818"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cranelift-entity",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "7853f77a6e4a33c67a69c40f5e1bb982bd2dc5c4a22e17e67b65bbccf9b33b2e"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"byteorder",
|
|
|
|
"cranelift-bforest",
|
|
|
|
"cranelift-codegen-meta",
|
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
|
|
|
"gimli 0.20.0",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"thiserror",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-meta"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "084cd6d5fb0d1da28acd72c199471bfb09acc703ec8f3bf07b1699584272a3b9"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cranelift-codegen-shared",
|
|
|
|
"cranelift-entity",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-codegen-shared"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "701b599783305a58c25027a4d73f2d6b599b2d8ef3f26677275f480b4d51e05d"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-entity"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "b88e792b28e1ebbc0187b72ba5ba880dad083abe9231a99d19604d10c9e73f38"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cranelift-native"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "32daf082da21c0c05d93394ff4842c2ab7c4991b1f3186a1d952f8ac660edd0b"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cranelift-codegen",
|
|
|
|
"raw-cpuid",
|
|
|
|
"target-lexicon",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-25 16:26:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "0.5.0"
|
2020-08-25 16:26:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
2020-08-25 16:26:21 +00:00
|
|
|
dependencies = [
|
2020-10-26 10:08:53 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-11-30 09:14:21 +00:00
|
|
|
"crossbeam-utils",
|
2020-08-25 16:26:21 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "0.8.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-10-26 10:08:53 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-epoch",
|
2020-11-30 09:14:21 +00:00
|
|
|
"crossbeam-utils",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "0.9.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "a1aaa739f95311c2c7887a76863f500026092fb1dce0161dab577e559ef3569d"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-10-26 10:08:53 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"const_fn",
|
2020-11-30 09:14:21 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-28 20:20:24 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "0.8.1"
|
2020-10-26 10:08:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "02d96d1e189ef58269ebe5b97953da3274d83a93af647c2ddd6f9dab28cedb8d"
|
2020-10-26 10:08:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2020-07-11 20:04:55 +00:00
|
|
|
version = "0.8.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 20:04:55 +00:00
|
|
|
checksum = "b584a330336237c1eecd3e94266efb216c56ed91225d634cb2991c5f3fd1aeab"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-08-23 01:04:11 +00:00
|
|
|
"generic-array 0.14.4",
|
2020-05-28 20:20:24 +00:00
|
|
|
"subtle",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.1.19"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-09-11 12:58:38 +00:00
|
|
|
[[package]]
|
2020-12-09 12:57:10 +00:00
|
|
|
name = "curl_adapter"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-11 12:58:38 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim 0.9.3",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a2658621297f2cf68762a6f7dc0bb7e1ff2cfd6583daef8ee0fed6f7ec468ec0"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"derive_builder_core",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2791ea3e372c8495c0bc2033991d76b512cd799d07491fbd6890124db9458bef"
|
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-10-21 19:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "difference"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-07-11 20:04:55 +00:00
|
|
|
"generic-array 0.12.3",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2020-08-23 01:04:11 +00:00
|
|
|
"generic-array 0.14.4",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3fd78930633bd1c6e35c4b42b1df7b0cbc6bc191146e512bb3bedf243fcc3901"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_users 0.3.5",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 11:48:18 +00:00
|
|
|
]
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs-next"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "1.0.2"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "cf36e65a80337bea855cd4ef9b8401ffce06a7baedf2e85ec467b1ac3f6e82b6"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-07 20:24:28 +00:00
|
|
|
"dirs-sys-next",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys-next"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.2"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_users 0.4.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-07 20:24:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-09-17 17:50:36 +00:00
|
|
|
version = "1.6.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-17 17:50:36 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.8.28"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-05 12:18:48 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-09-08 10:39:22 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "0.3.13"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"serde",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2020-10-29 20:11:11 +00:00
|
|
|
version = "0.2.7"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-29 20:11:11 +00:00
|
|
|
checksum = "fa68f2fb9cae9d37c9b2b3584aba698a2e97f72d7aef7b9f7aa71d8b54ce46fe"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"gcc",
|
|
|
|
"libc",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "exitfailure"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"failure",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-11-30 09:14:21 +00:00
|
|
|
[[package]]
|
|
|
|
name = "facade"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-11-30 09:14:21 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "failure"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.1.8"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"backtrace",
|
|
|
|
"failure_derive",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "failure_derive"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.1.8"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 16:06:23 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fce"
|
2021-01-15 21:44:09 +00:00
|
|
|
version = "0.1.30"
|
2020-06-04 16:06:23 +00:00
|
|
|
dependencies = [
|
2020-08-08 09:44:27 +00:00
|
|
|
"boolinator",
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-11-05 17:58:13 +00:00
|
|
|
"fce-utils",
|
2021-01-15 21:44:09 +00:00
|
|
|
"fce-wit-generator",
|
2020-07-09 03:21:04 +00:00
|
|
|
"fce-wit-interfaces",
|
2020-07-28 16:14:53 +00:00
|
|
|
"fce-wit-parser",
|
2020-06-23 12:58:02 +00:00
|
|
|
"log",
|
2020-09-15 22:14:15 +00:00
|
|
|
"multi-map",
|
2020-06-04 16:06:23 +00:00
|
|
|
"multimap",
|
2020-08-23 22:00:38 +00:00
|
|
|
"once_cell",
|
2020-06-04 16:06:23 +00:00
|
|
|
"parity-wasm",
|
|
|
|
"pwasm-utils",
|
2020-08-23 01:04:11 +00:00
|
|
|
"reqwest",
|
2020-10-01 09:19:38 +00:00
|
|
|
"safe-transmute",
|
2020-10-21 19:21:16 +00:00
|
|
|
"serde",
|
2020-08-23 01:04:11 +00:00
|
|
|
"tokio",
|
2020-07-28 16:09:02 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2020-07-28 16:14:53 +00:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-09-17 18:46:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fce-sqlite-connector"
|
2020-11-09 03:38:09 +00:00
|
|
|
version = "0.1.3"
|
2020-09-17 18:46:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-09 03:38:09 +00:00
|
|
|
checksum = "8165090ee52453a5c14bd42212bfc6516860c4aaa2315fd568c0198b46b52901"
|
2020-09-17 18:46:53 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-17 18:46:53 +00:00
|
|
|
]
|
|
|
|
|
2020-11-05 17:58:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fce-utils"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.29"
|
2020-11-05 17:58:13 +00:00
|
|
|
|
2020-07-28 16:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fce-wit-generator"
|
2021-01-15 21:44:09 +00:00
|
|
|
version = "0.1.30"
|
2020-07-28 16:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"fce-wit-parser",
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence-sdk-wit 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-28 16:14:53 +00:00
|
|
|
"once_cell",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
2020-07-09 03:21:04 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fce-wit-interfaces"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.29"
|
2020-07-09 03:21:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
2020-07-28 16:09:02 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2020-06-04 16:06:23 +00:00
|
|
|
]
|
|
|
|
|
2020-07-07 20:11:42 +00:00
|
|
|
[[package]]
|
2020-07-28 16:14:53 +00:00
|
|
|
name = "fce-wit-parser"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.29"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
2020-07-28 16:14:53 +00:00
|
|
|
"anyhow",
|
|
|
|
"fce-wit-interfaces",
|
2020-12-01 23:08:54 +00:00
|
|
|
"serde",
|
2020-07-28 16:14:53 +00:00
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
2020-06-04 09:46:12 +00:00
|
|
|
]
|
|
|
|
|
2020-08-08 22:49:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fcli"
|
2021-02-04 21:54:25 +00:00
|
|
|
version = "0.1.31"
|
2020-08-08 22:49:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
|
|
|
"exitfailure",
|
|
|
|
"fce-wit-generator",
|
|
|
|
"fce-wit-parser",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-09-15 22:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "27d9a5e4292d7bbd809a0e968e3c3aacac91cbc5acab3e26ee1e1d726f0aab24"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-macro 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fluence-sdk-main 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-09 17:27:50 +00:00
|
|
|
]
|
|
|
|
|
2020-09-17 18:46:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#8d427c0e72e978922abbd1da0157b58c6a16a42f"
|
2020-09-17 18:46:53 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-macro 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
|
|
|
"fluence-sdk-main 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-17 18:46:53 +00:00
|
|
|
]
|
|
|
|
|
2020-08-07 08:54:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-app-service"
|
2021-01-15 21:44:09 +00:00
|
|
|
version = "0.1.30"
|
2020-08-07 08:54:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-faas",
|
|
|
|
"log",
|
2020-10-21 19:21:16 +00:00
|
|
|
"maplit",
|
2020-10-01 09:19:38 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-08-07 08:54:37 +00:00
|
|
|
"serde_json",
|
|
|
|
"toml",
|
2020-08-08 20:07:21 +00:00
|
|
|
"wasmer-wasi-fl",
|
2020-08-07 08:54:37 +00:00
|
|
|
]
|
|
|
|
|
2020-06-15 14:22:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-faas"
|
2021-01-15 21:44:09 +00:00
|
|
|
version = "0.1.30"
|
2020-06-15 14:22:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"cmd_lib",
|
2020-09-15 22:14:15 +00:00
|
|
|
"env_logger 0.7.1",
|
2020-06-15 14:22:18 +00:00
|
|
|
"fce",
|
2020-11-05 17:58:13 +00:00
|
|
|
"fce-utils",
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence-sdk-main 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-15 22:14:15 +00:00
|
|
|
"itertools",
|
2020-06-17 10:42:11 +00:00
|
|
|
"log",
|
2020-09-15 22:14:15 +00:00
|
|
|
"once_cell",
|
2020-10-21 19:21:16 +00:00
|
|
|
"pretty_assertions",
|
2020-08-25 16:26:21 +00:00
|
|
|
"safe-transmute",
|
2020-06-15 14:22:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
2020-08-23 22:47:04 +00:00
|
|
|
"wasmer-interface-types-fl",
|
2020-07-28 20:57:22 +00:00
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
"wasmer-runtime-fl",
|
|
|
|
"wasmer-wasi-fl",
|
2020-06-15 14:22:18 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 00:01:04 +00:00
|
|
|
[[package]]
|
2020-12-29 14:51:13 +00:00
|
|
|
name = "fluence-it-types"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b81c770e52b35e2406f8251f6c01b3b882c3eaed3029731d8c19c74dc1b423c"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2020-12-29 14:51:13 +00:00
|
|
|
"it-to-bytes",
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"wast",
|
2020-09-15 22:14:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-macro"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ea1a7c75a617f827d1ba9a17b4d84e1565ab239915c63f5a85c41f89a9f1d4ba"
|
2020-12-08 15:15:18 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-wit 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-26 16:38:11 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 00:01:04 +00:00
|
|
|
[[package]]
|
2020-12-29 14:51:13 +00:00
|
|
|
name = "fluence-sdk-macro"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#8d427c0e72e978922abbd1da0157b58c6a16a42f"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-wit 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-15 22:14:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-main"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6edcc983f9517c1b6bf9f851ef27f2894a3159aaa4a2fb6c9deb2ae8ecb603fa"
|
2020-12-08 15:15:18 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-macro 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-26 16:38:11 +00:00
|
|
|
"log",
|
2020-08-25 16:26:21 +00:00
|
|
|
"serde",
|
2020-07-09 17:27:50 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:09:02 +00:00
|
|
|
[[package]]
|
2020-12-29 14:51:13 +00:00
|
|
|
name = "fluence-sdk-main"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#8d427c0e72e978922abbd1da0157b58c6a16a42f"
|
2020-12-29 14:51:13 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"fluence-sdk-macro 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-12-29 14:51:13 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-wit"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b75dbdd0275160f3818db3218563d791e6c612b616cd3c5d6e66283f207f648d"
|
2020-12-08 15:15:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-wit"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.18"
|
2021-02-04 12:32:45 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#8d427c0e72e978922abbd1da0157b58c6a16a42f"
|
2020-07-28 16:09:02 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "foreign-types"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
dependencies = [
|
|
|
|
"foreign-types-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
2020-11-06 21:08:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ece68d15c92e84fa4f19d3780f1294e5ca82a78a6d515f1efaabcc144688be00"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-08-08 22:49:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frepl"
|
2021-02-04 22:08:16 +00:00
|
|
|
version = "0.1.33"
|
2020-08-08 22:49:51 +00:00
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"clap",
|
2020-09-08 10:39:22 +00:00
|
|
|
"env_logger 0.7.1",
|
2020-08-08 22:49:51 +00:00
|
|
|
"fluence-app-service",
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence-sdk-main 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-02 22:36:44 +00:00
|
|
|
"itertools",
|
2020-12-09 12:57:10 +00:00
|
|
|
"log",
|
2020-08-08 22:49:51 +00:00
|
|
|
"rustop",
|
|
|
|
"rustyline",
|
2020-08-09 11:14:03 +00:00
|
|
|
"rustyline-derive",
|
2020-08-08 22:49:51 +00:00
|
|
|
"serde_json",
|
|
|
|
"uuid",
|
|
|
|
"wasmer-wasi-fl",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.12"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.12"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.12"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "caf5c69029bda2e743fddd0582d1083951d65cc9539aebf8812f36c3491342d6"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.12"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "13de07eb8ea81ae445aca7b69f5f7bf15d7bf4912d8ca37d6645c77ae8a58d86"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.12"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "632a8cd0f2a4b3fdea1657f08bde063848c3bd00f9bbf6e256b8be78802e624b"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
2021-01-12 09:14:33 +00:00
|
|
|
"pin-project-lite 0.2.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fuzzy-matcher"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.7"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gcc"
|
|
|
|
version = "0.3.55"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generational-arena"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.2.8"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "8e1d3b771574f62d0548cee0ad9057857e9fc25d7a3335f140c84f6acd0bf601"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"serde",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"typenum",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-07-11 20:04:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2020-08-23 01:04:11 +00:00
|
|
|
version = "0.14.4"
|
2020-07-11 20:04:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-23 01:04:11 +00:00
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
2020-07-11 20:04:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.16"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-09-08 10:20:42 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2021-01-12 09:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.2"
|
2021-01-12 09:14:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
2021-01-12 09:14:33 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-02-04 21:28:12 +00:00
|
|
|
"wasi 0.10.2+wasi-snapshot-preview1",
|
2021-01-12 09:14:33 +00:00
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
2020-06-30 12:57:48 +00:00
|
|
|
version = "0.1.2"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 12:57:48 +00:00
|
|
|
checksum = "1a5bcf1bbeab73aa4cf2fde60a846858dc036163c7c33bec309f8d17de785479"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "81dd6190aad0f05ddbbf3245c54ed14ca4aa6dd32f22312b70d8f168c3e3e633"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"byteorder",
|
|
|
|
"indexmap",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2020-11-01 07:16:21 +00:00
|
|
|
version = "0.23.0"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-01 07:16:21 +00:00
|
|
|
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "0.2.7"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
2020-10-26 10:08:53 +00:00
|
|
|
"tracing-futures",
|
2020-08-23 01:04:11 +00:00
|
|
|
]
|
|
|
|
|
2020-07-20 14:13:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "0.9.1"
|
2020-07-20 14:13:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:19:38 +00:00
|
|
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
|
2020-07-20 14:13:11 +00:00
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2020-12-21 16:34:25 +00:00
|
|
|
version = "0.3.2"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 16:34:25 +00:00
|
|
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
|
2020-05-02 15:34:48 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"unicode-segmentation",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.1.18"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-05-02 15:34:48 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.3"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "7245cd7449cc792608c3c8a9eaf69bd4eabbabf802713748fd739c98b82f0747"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 1.0.1",
|
2020-08-23 01:04:11 +00:00
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "1.3.5"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "615caabe2c3160b313d52ccc905335f4ed5f10881dd63dc5699d47e90be85691"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-09-22 22:14:54 +00:00
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
|
|
dependencies = [
|
|
|
|
"quick-error",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2020-11-05 12:18:48 +00:00
|
|
|
version = "0.13.9"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 12:18:48 +00:00
|
|
|
checksum = "f6ad767baac13b44d4529fcf58ba2cd0995e36e7b435bc5b039de6f47e880dbf"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
2020-09-22 22:14:54 +00:00
|
|
|
"httpdate",
|
2020-08-23 01:04:11 +00:00
|
|
|
"itoa",
|
2021-02-04 21:28:12 +00:00
|
|
|
"pin-project 1.0.5",
|
2020-08-23 01:04:11 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-tls"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"hyper",
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tls",
|
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "id-arena"
|
|
|
|
version = "2.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "1.6.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "4fb1fa934250de4de8aef298d81c729a7d33d8c239daa3a7575e6b92bfc7313b"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"autocfg",
|
2020-07-20 14:13:11 +00:00
|
|
|
"hashbrown",
|
2020-05-28 20:20:24 +00:00
|
|
|
"serde",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-09-15 22:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inner-records-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-15 22:14:15 +00:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-12-25 14:31:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
|
|
|
version = "0.1.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "0.1.10"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "0f0f7efb804ec95e33db9ad49e4252f049e37e8b0a4652e3cd61f7999f2eff7f"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"ctor",
|
|
|
|
"ghost",
|
|
|
|
"inventory-impl",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory-impl"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "0.1.10"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "75c094e94816723ab936484666968f5b58060492e880f3c8d00489a1e244fa51"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-31 23:45:04 +00:00
|
|
|
[[package]]
|
2020-08-08 10:38:41 +00:00
|
|
|
name = "ipfs-effector"
|
2020-06-15 14:22:18 +00:00
|
|
|
version = "0.1.0"
|
2020-06-05 20:12:02 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-08 10:38:41 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipfs-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-16 11:56:08 +00:00
|
|
|
"log",
|
2020-06-05 20:12:02 +00:00
|
|
|
]
|
2020-05-29 22:55:39 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipnet"
|
|
|
|
version = "2.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
|
|
|
|
|
2020-12-29 14:51:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "it-to-bytes"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "729c74bb4236418898a219c6d96f14cba77456dd7c04a2e99e65e9c643709b56"
|
|
|
|
|
2020-09-02 22:36:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2020-06-06 18:34:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "0.4.7"
|
2020-06-06 18:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2020-06-06 18:34:13 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.47"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "5cfb73131c35423a367daf8cbd24100af0d077668c8c2943f0e7dd775fef0f65"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "leb128"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lexical-core"
|
2020-06-16 07:41:34 +00:00
|
|
|
version = "0.7.4"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 07:41:34 +00:00
|
|
|
checksum = "db65c6da02e61f55dae90a0ae427b2a5f6b3e8db09f58d10efab23af92592616"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
2020-06-16 07:41:34 +00:00
|
|
|
"arrayvec",
|
|
|
|
"bitflags",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.2.85"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "7ccac4b00700875e6a07c6cde370d44d32fa01c5a65cdd2fca6858c479d28bb3"
|
2020-09-11 12:58:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local_storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-11 12:58:38 +00:00
|
|
|
"log",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.3.4"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"scopeguard",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-12-25 14:31:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
|
|
|
|
dependencies = [
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.4.14"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-10-16 12:26:09 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maplit"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2020-10-29 20:11:11 +00:00
|
|
|
version = "2.3.4"
|
2020-04-28 19:12:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-29 20:11:11 +00:00
|
|
|
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
|
2020-04-28 19:12:52 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memmap"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "0.6.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"autocfg",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
|
|
|
version = "2.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
|
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2020-06-16 07:41:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.4.3"
|
2020-06-16 07:41:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
|
2020-06-16 07:41:34 +00:00
|
|
|
dependencies = [
|
2020-07-09 03:21:04 +00:00
|
|
|
"adler",
|
2020-09-14 11:22:56 +00:00
|
|
|
"autocfg",
|
2020-06-16 07:41:34 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2020-12-04 05:29:43 +00:00
|
|
|
version = "0.6.23"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 05:29:43 +00:00
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-23 01:04:11 +00:00
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "0.2.2"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
2020-09-15 22:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multi-map"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bba551d6d795f74a01767577ea8339560bf0a65354e0417b7e915ed608443d46"
|
|
|
|
|
2020-05-31 23:45:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2020-09-08 10:20:42 +00:00
|
|
|
version = "0.8.2"
|
2020-05-31 23:45:04 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "1255076139a83bb467426e7f8d0134968a8118844faa755985e077cf31850333"
|
2020-05-31 23:45:04 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "native-tls"
|
2020-12-31 12:03:00 +00:00
|
|
|
version = "0.2.7"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-31 12:03:00 +00:00
|
|
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "0.2.37"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-23 01:04:11 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.14.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6c722bee1037d430d0f8e687bbdbf222f27cc6e4e68d5caf630857bb2b6dbdce"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-09 11:48:18 +00:00
|
|
|
"libc",
|
|
|
|
"void",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.15.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
|
|
|
"void",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2020-09-14 11:22:56 +00:00
|
|
|
version = "0.18.0"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:22:56 +00:00
|
|
|
checksum = "83450fe6a6142ddd95fb064b746083fc4ef1705fe81f64a64e1d4b39f54a1055"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-07 20:24:28 +00:00
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-06-16 07:41:34 +00:00
|
|
|
version = "5.1.2"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 07:41:34 +00:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-28 19:12:52 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2020-10-30 14:07:29 +00:00
|
|
|
version = "0.1.44"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 14:07:29 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2020-10-30 14:07:29 +00:00
|
|
|
version = "0.2.14"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-30 14:07:29 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-05-02 15:34:48 +00:00
|
|
|
version = "1.13.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.23.0"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-07-09 12:55:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-11-12 14:22:03 +00:00
|
|
|
version = "1.5.2"
|
2020-07-09 12:55:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-12 14:22:03 +00:00
|
|
|
checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
2020-12-25 14:31:31 +00:00
|
|
|
version = "0.10.32"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-25 14:31:31 +00:00
|
|
|
checksum = "038d43985d1ddca7a9900630d8cd031b56e4794eecc2e9ea39dd17aa04399a70"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-12-17 09:43:45 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"foreign-types",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"openssl-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl-sys"
|
2020-12-25 14:31:31 +00:00
|
|
|
version = "0.9.60"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-25 14:31:31 +00:00
|
|
|
checksum = "921fc71883267538946025deffb622905ecad223c28efbfdef9bb59a0175f3e6"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-07-09 12:55:58 +00:00
|
|
|
|
2020-10-21 19:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "output_vt100"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-05-02 15:34:48 +00:00
|
|
|
[[package]]
|
2020-06-03 20:19:07 +00:00
|
|
|
name = "page_size"
|
|
|
|
version = "0.4.2"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-03 20:19:07 +00:00
|
|
|
checksum = "eebde548fbbf1ea81a99b128872779c437752fb99f217c45245e1a61dcd9edcd"
|
2020-05-02 15:34:48 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-06-03 20:19:07 +00:00
|
|
|
name = "parity-wasm"
|
|
|
|
version = "0.41.0"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-03 20:19:07 +00:00
|
|
|
checksum = "ddfc878dac00da22f8f61e7af3157988424567ab01d9920b962ef7dcbd7cd865"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.10.2"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d3a704eb390aafdc107b0e392f56a82b668e3a71366993b5340f5833fd62505e"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-12-25 14:31:31 +00:00
|
|
|
"lock_api 0.3.4",
|
|
|
|
"parking_lot_core 0.7.2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
|
|
|
dependencies = [
|
|
|
|
"instant",
|
|
|
|
"lock_api 0.4.2",
|
|
|
|
"parking_lot_core 0.8.2",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.7.2"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d58c7c768d4ba344e3e8d72518ac13e259d7c7ade24167003b8488e10b6740a3"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-05-28 20:20:24 +00:00
|
|
|
"smallvec",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-12-25 14:31:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ccb628cad4f84851442432c60ad8e1f607e29752d0bf072cbd0baf28aa34272"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_syscall 0.1.57",
|
2020-12-25 14:31:31 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.4.27"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-10-29 20:11:11 +00:00
|
|
|
"pin-project-internal 0.4.27",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "1.0.5"
|
2020-10-29 20:11:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
|
2020-10-29 20:11:11 +00:00
|
|
|
dependencies = [
|
2021-02-04 21:28:12 +00:00
|
|
|
"pin-project-internal 1.0.5",
|
2020-08-23 01:04:11 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.4.27"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-10-29 20:11:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "1.0.5"
|
2020-10-29 20:11:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
|
2020-10-29 20:11:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-10-21 19:21:16 +00:00
|
|
|
version = "0.1.11"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-21 19:21:16 +00:00
|
|
|
checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-11-25 10:12:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.2.4"
|
2020-11-25 10:12:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
|
2020-11-25 10:12:08 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.3.19"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-07-07 20:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2020-11-05 12:18:48 +00:00
|
|
|
version = "0.2.10"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-05 12:18:48 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-07-07 20:11:42 +00:00
|
|
|
|
2020-10-21 19:21:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty_assertions"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"ctor",
|
|
|
|
"difference",
|
|
|
|
"output_vt100",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "1.0.24"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:19:38 +00:00
|
|
|
checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"unicode-xid",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pwasm-utils"
|
|
|
|
version = "0.12.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "4f7a12f176deee919f4ba55326ee17491c8b707d0987aed822682c821b660192"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"parity-wasm",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "1.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-12-21 16:34:25 +00:00
|
|
|
version = "1.0.8"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 16:34:25 +00:00
|
|
|
checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
2020-07-07 20:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.8.3"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.3.0"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.6.1"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "c026d7df8b298d90ccbbc5190bd04d85e159eaf5576caeacf8741da93ccbd2e5"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"getrandom 0.2.2",
|
2020-07-07 20:11:42 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.3.0"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
2020-12-22 01:15:00 +00:00
|
|
|
version = "7.0.4"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-22 01:15:00 +00:00
|
|
|
checksum = "beb71f708fe39b2c5e98076204c3cc094ee5a4c12c4cdb119a2b72dc34164f41"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"rustc_version",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "1.5.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-06-16 07:41:34 +00:00
|
|
|
"autocfg",
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "1.9.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-08-25 16:26:21 +00:00
|
|
|
"crossbeam-channel",
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-deque",
|
2020-11-30 09:14:21 +00:00
|
|
|
"crossbeam-utils",
|
2020-05-28 20:20:24 +00:00
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-07-27 22:19:15 +00:00
|
|
|
[[package]]
|
2020-08-08 10:38:41 +00:00
|
|
|
name = "record-effector"
|
2020-07-27 22:19:15 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-08 10:38:41 +00:00
|
|
|
"test-record",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "record-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-08-08 10:38:41 +00:00
|
|
|
"test-record",
|
2020-07-27 22:19:15 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2020-07-11 20:04:55 +00:00
|
|
|
version = "0.1.57"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-11 20:04:55 +00:00
|
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2021-01-12 09:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "05ec8ca9416c5ea37062b502703cd7fcb207736bc294f6e0cf367ac6fc234570"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
2020-09-08 10:20:42 +00:00
|
|
|
version = "0.3.5"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"getrandom 0.1.16",
|
|
|
|
"redox_syscall 0.1.57",
|
2020-08-07 20:24:28 +00:00
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2021-01-12 09:14:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
|
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"getrandom 0.2.2",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_syscall 0.2.4",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "1.4.3"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.6.22"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
|
2020-08-09 11:48:18 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
|
|
|
version = "0.5.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "reqwest"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "0.10.10"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-30 09:14:21 +00:00
|
|
|
"base64",
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"encoding_rs",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"hyper-tls",
|
|
|
|
"ipnet",
|
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
|
|
|
"native-tls",
|
|
|
|
"percent-encoding",
|
2021-01-12 09:14:33 +00:00
|
|
|
"pin-project-lite 0.2.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"serde",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-tls",
|
|
|
|
"url",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
"web-sys",
|
|
|
|
"winreg",
|
|
|
|
]
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rust-argon2"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "0.8.3"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
2020-11-30 09:14:21 +00:00
|
|
|
"base64",
|
2020-08-07 20:24:28 +00:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
2020-11-30 09:14:21 +00:00
|
|
|
"crossbeam-utils",
|
2020-08-07 20:24:28 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-10-26 10:08:53 +00:00
|
|
|
version = "0.1.18"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-26 10:08:53 +00:00
|
|
|
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"semver",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustop"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "1.1.1"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "59a6f317aba7842554266d387a51504f084fc460cab6eb59e19d98dc3d18b9ec"
|
2020-08-07 20:24:28 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustyline"
|
2020-09-14 11:22:56 +00:00
|
|
|
version = "6.3.0"
|
2020-08-07 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:22:56 +00:00
|
|
|
checksum = "6f0d5e7b0219a3eadd5439498525d4765c59b7c993ef0c12244865cd2d988413"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-07 20:24:28 +00:00
|
|
|
"dirs-next",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"memchr",
|
2020-09-14 11:22:56 +00:00
|
|
|
"nix 0.18.0",
|
2020-08-07 20:24:28 +00:00
|
|
|
"scopeguard",
|
2020-08-09 11:48:18 +00:00
|
|
|
"skim",
|
2020-08-07 20:24:28 +00:00
|
|
|
"unicode-segmentation",
|
|
|
|
"unicode-width",
|
2020-08-09 11:48:18 +00:00
|
|
|
"utf8parse 0.2.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-07 20:24:28 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:14:03 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustyline-derive"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "54a50e29610a5be68d4a586a5cce3bfb572ed2c2a74227e4168444b7bf4e5235"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2020-05-02 15:34:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "1.0.5"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
2020-07-26 16:38:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "safe-transmute"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.11.1"
|
2020-07-26 16:38:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "1d95e7284b4bd97e24af76023904cd0157c9cc9da0310beb4139a1e88a748d47"
|
2020-07-26 16:38:11 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "schannel"
|
|
|
|
version = "0.1.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-04-28 19:12:52 +00:00
|
|
|
version = "1.1.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "security-framework"
|
2020-11-06 21:08:09 +00:00
|
|
|
version = "2.0.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 21:08:09 +00:00
|
|
|
checksum = "c1759c2e3c8580017a484a7ac56d3abc5a6c1feadf88db2f3633f12ae4268c69"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
2020-11-06 21:08:09 +00:00
|
|
|
version = "2.0.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 21:08:09 +00:00
|
|
|
checksum = "f99b9d5e26d2a71633cc4f2ebae7cc9f874044e0c351a27e17892d76dce5678b"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"semver-parser",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2020-12-08 15:15:18 +00:00
|
|
|
version = "1.0.118"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-08 15:15:18 +00:00
|
|
|
checksum = "06c64263859d87aa2eb554587e2d23183398d617427327cf2b3d0ed8c69e4800"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"serde_derive",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde-bench"
|
|
|
|
version = "0.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d733da87e79faaac25616e33d26299a41143fd4cd42746cbb0e91d8feea243fd"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"byteorder",
|
|
|
|
"serde",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_bytes"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "0.11.5"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "16ae07dd2f88a366f15bd0632ba725227018c69a1c8550a927324f8eb8368bb9"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"serde",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2020-12-08 15:15:18 +00:00
|
|
|
version = "1.0.118"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-08 15:15:18 +00:00
|
|
|
checksum = "c84d3526699cd55261af4b941e4e725444df67aa4f9e6a3564f18030d12672df"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-06-06 18:34:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "1.0.61"
|
2020-06-06 18:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
|
2020-06-06 18:34:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2020-11-25 10:12:08 +00:00
|
|
|
version = "0.7.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-25 10:12:08 +00:00
|
|
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-25 10:12:08 +00:00
|
|
|
"form_urlencoded",
|
2020-08-23 01:04:11 +00:00
|
|
|
"itoa",
|
2020-11-25 10:12:08 +00:00
|
|
|
"ryu",
|
2020-08-23 01:04:11 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "skim"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb226ef1f69c44352626532a14c0692be118eb9f93e91010150d165a9d693efa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"chrono",
|
|
|
|
"clap",
|
|
|
|
"derive_builder",
|
2020-09-08 10:39:22 +00:00
|
|
|
"env_logger 0.6.2",
|
2020-08-09 11:48:18 +00:00
|
|
|
"fuzzy-matcher",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"nix 0.14.1",
|
|
|
|
"rayon",
|
|
|
|
"regex",
|
|
|
|
"shlex",
|
|
|
|
"time",
|
|
|
|
"timer",
|
|
|
|
"tuikit",
|
|
|
|
"unicode-width",
|
|
|
|
"vte",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "1.6.1"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2020-12-21 16:34:25 +00:00
|
|
|
version = "0.3.19"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 16:34:25 +00:00
|
|
|
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-30 09:14:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
2020-05-28 20:20:24 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
2020-06-16 07:41:34 +00:00
|
|
|
version = "1.1.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-16 07:41:34 +00:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-12-17 09:43:45 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stepper-interface"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.2"
|
2020-12-25 17:30:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "95bde63566205ba83b6f55a61a1481a6c2a94fbac9d22d280f68232aab326d27"
|
2020-12-17 09:43:45 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-12-29 14:51:13 +00:00
|
|
|
"fluence-it-types",
|
2020-12-17 09:43:45 +00:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "2.4.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "1.0.60"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "0.12.4"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "ab0e7238dcc7b40a7be719a25365910f6807bd864f4cce6b2e6b873658e2b19d"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "3.2.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"libc",
|
|
|
|
"rand",
|
2021-01-12 09:14:33 +00:00
|
|
|
"redox_syscall 0.2.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "term"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "edd106a334b7657c10b7c540a0106114feadeb4dc314513e97df481d5d966f42"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"dirs",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 11:48:18 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
2020-11-25 10:12:08 +00:00
|
|
|
version = "1.1.2"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-25 10:12:08 +00:00
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-07-28 14:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-record"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-28 14:08:26 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "textwrap"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
2020-05-02 15:34:48 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"unicode-width",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "1.0.23"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "76cc616c6abf8c8928e2fdcc0dbfab37175edd8fb49a4641066ad1364fdab146"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"thiserror-impl",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "1.0.23"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "9be73a2caec27583d0046ef3796c3794f868a5bc813db689eed00c7631275cd1"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thread_local"
|
2021-02-05 09:14:42 +00:00
|
|
|
version = "1.1.3"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 09:14:42 +00:00
|
|
|
checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"once_cell",
|
2020-08-09 11:48:18 +00:00
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.1.43"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "timer"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "31d42176308937165701f50638db1c31586f183f1aab416268216577aec7306b"
|
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "1.1.1"
|
2020-11-12 14:22:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "317cca572a0e89c3ce0ca1f1bdc9369547fe318a683418e42ac8f59d14701023"
|
2020-11-12 14:22:03 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-12 14:22:03 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.2.25"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
2020-11-25 10:12:08 +00:00
|
|
|
"pin-project-lite 0.1.11",
|
2020-08-23 01:04:11 +00:00
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2020-11-12 14:22:03 +00:00
|
|
|
version = "0.2.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-12 14:22:03 +00:00
|
|
|
checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tls"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
|
|
|
|
dependencies = [
|
|
|
|
"native-tls",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
|
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"bytes 0.5.6",
|
2020-08-23 01:04:11 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
2020-11-25 10:12:08 +00:00
|
|
|
"pin-project-lite 0.1.11",
|
2020-08-23 01:04:11 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-05 21:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-12-21 16:34:25 +00:00
|
|
|
version = "0.5.8"
|
2020-06-05 21:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-21 16:34:25 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2020-06-05 21:13:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.1"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2021-02-05 09:14:42 +00:00
|
|
|
version = "0.1.23"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-05 09:14:42 +00:00
|
|
|
checksum = "f7d40a22fd029e33300d8d89a5cc8ffce18bb7c587662f54629e94c9de5487f3"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-30 09:14:21 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"log",
|
2021-01-12 09:14:33 +00:00
|
|
|
"pin-project-lite 0.2.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "0.1.17"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:19:38 +00:00
|
|
|
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-10-26 10:08:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-futures"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
|
|
|
|
dependencies = [
|
2020-10-29 20:11:11 +00:00
|
|
|
"pin-project 0.4.27",
|
2020-10-26 10:08:53 +00:00
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tuikit"
|
|
|
|
version = "0.2.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "846bc187c93656d5ef5389809d1b6950fd1364906af5e9953a9de129c295c3a5"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"nix 0.14.1",
|
|
|
|
"term",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.12.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typetag"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.1.7"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "422619e1a7299befb977a1f6d8932c499f6151dbcafae715193570860cae8f07"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"erased-serde",
|
|
|
|
"inventory",
|
|
|
|
"lazy_static",
|
|
|
|
"serde",
|
|
|
|
"typetag-impl",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typetag-impl"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.1.7"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "504f9626fe6cc1c376227864781996668e15c1ff251d222f63ef17f310bf1fec"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
|
|
dependencies = [
|
|
|
|
"matches",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2020-11-25 10:12:08 +00:00
|
|
|
version = "0.1.16"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-25 10:12:08 +00:00
|
|
|
checksum = "a13e63ab62dbe32aeee58d1c5408d35c36c392bba5d9d3142287219721afe606"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2020-11-30 09:14:21 +00:00
|
|
|
version = "1.7.1"
|
2020-04-28 19:12:52 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-30 09:14:21 +00:00
|
|
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
|
2020-04-28 19:12:52 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2020-06-30 15:17:38 +00:00
|
|
|
version = "0.1.8"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 15:17:38 +00:00
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-06-30 12:57:48 +00:00
|
|
|
version = "0.2.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 12:57:48 +00:00
|
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2020-11-06 21:08:09 +00:00
|
|
|
version = "2.2.0"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-11-06 21:08:09 +00:00
|
|
|
checksum = "5909f2b0817350449ed73e8bcd81c8c3c8d9a7a5d8acba4b27db277f1868976e"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-11-06 21:08:09 +00:00
|
|
|
"form_urlencoded",
|
2020-08-23 01:04:11 +00:00
|
|
|
"idna",
|
|
|
|
"matches",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8772a4ccbb4e89959023bc5b7cb8623a795caa7092d99f3aa9501b9484d4557d"
|
|
|
|
|
2020-08-07 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "936e4b492acfd135421d8dca4b1aa80a7bfc26e702ef3af710e0752684df5372"
|
|
|
|
|
2020-07-07 20:11:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
2021-01-12 09:14:33 +00:00
|
|
|
version = "0.8.2"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-12 09:14:33 +00:00
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
2021-02-04 12:32:45 +00:00
|
|
|
"getrandom 0.2.2",
|
2020-07-07 20:11:42 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
2020-12-17 09:43:45 +00:00
|
|
|
version = "0.2.11"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-17 09:43:45 +00:00
|
|
|
checksum = "b00bca6106a5e23f3eee943593759b7fcddb00554332e856d990c893966879fb"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.9.2"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vte"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4f42f536e22f7fcbb407639765c8fd78707a33109301f834a594758bedd6e8cf"
|
|
|
|
dependencies = [
|
|
|
|
"utf8parse 0.1.1",
|
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walrus"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f970863270179a4e0ca2bfb470931f883f7535ae8b9dac4271761fa1b77e253d"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"id-arena",
|
|
|
|
"leb128",
|
|
|
|
"log",
|
|
|
|
"walrus-macro",
|
|
|
|
"wasmparser 0.55.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walrus-macro"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "80927fca8665132b48c7714bcec983d6e761c60b3a9877c6cd7df86417b13573"
|
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
2020-04-22 13:11:57 +00:00
|
|
|
|
2020-09-08 10:20:42 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-04 21:28:12 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-09-08 10:20:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 21:28:12 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-09-08 10:20:42 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.70"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "55c0f7123de74f0dab9b7d00fd614e7b19349cd1e2f5252bbe9b1754b59433be"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-12-01 08:49:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.70"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "7bc45447f0d4573f3d65720f636bbcc3dd6ce920ed704670118650bcd47764c7"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-futures"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.4.20"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "3de431a2910c86679c34283a33f66f4e4abd7e0aec27b6669060148872aadf94"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-12-01 08:49:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-08-23 01:04:11 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.70"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "3b8853882eef39593ad4174dd26fc9865a64e84026d223f63bb2c42affcbba2c"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.70"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "4133b5e7f2a531fa413b3a1695e925038a05a71cf67e87dafa295cb645a01385"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.2.70"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "dd4945e4943ae02d15c13962b38a5b1e81eadd4b71214eee75af64a4d6a4fd64"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
2020-07-11 20:04:55 +00:00
|
|
|
[[package]]
|
2020-08-08 10:38:41 +00:00
|
|
|
name = "wasm-greeting"
|
2020-06-05 20:12:02 +00:00
|
|
|
version = "0.1.0"
|
2020-07-11 20:04:55 +00:00
|
|
|
dependencies = [
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-17 18:46:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-sqlite-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fce-sqlite-connector",
|
2021-01-12 09:14:33 +00:00
|
|
|
"fluence 0.2.18 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-07-11 20:04:55 +00:00
|
|
|
]
|
2020-06-05 20:12:02 +00:00
|
|
|
|
2020-07-28 16:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "532fb6cef712d9cd1ec68f9fc561447df33313393926f9bdb91fc3d67eed918f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
2020-08-07 20:24:28 +00:00
|
|
|
"nix 0.15.0",
|
2020-07-28 16:14:53 +00:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmer-clif-fork-wasm",
|
|
|
|
"wasmer-runtime-core-fl",
|
2020-07-28 20:57:22 +00:00
|
|
|
"wasmer-win-exception-handler",
|
2020-05-28 20:20:24 +00:00
|
|
|
"wasmparser 0.51.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-frontend"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "c23f2824f354a00a77e4b040eef6e1d4c595a8a3e9013bad65199cc8dade9a5a"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cranelift-codegen",
|
|
|
|
"log",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-fork-wasm"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "a35e21d3aebc51cc6ebc0e830cf8458a9891c3482fb3c65ad18d408102929ae5"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"log",
|
|
|
|
"thiserror",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmparser 0.51.4",
|
|
|
|
]
|
|
|
|
|
2020-07-09 12:55:58 +00:00
|
|
|
[[package]]
|
2020-07-28 16:09:02 +00:00
|
|
|
name = "wasmer-interface-types-fl"
|
2020-12-29 14:51:13 +00:00
|
|
|
version = "0.17.24"
|
2020-07-28 16:09:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-29 14:51:13 +00:00
|
|
|
checksum = "e29cd6c3670db55e8aa3dfe6fb02c8ec9e7a17789e0204cef0a7cb50e0b8c5cb"
|
2020-07-26 16:38:11 +00:00
|
|
|
dependencies = [
|
2020-12-29 14:51:13 +00:00
|
|
|
"fluence-it-types",
|
|
|
|
"it-to-bytes",
|
2020-09-15 22:14:15 +00:00
|
|
|
"log",
|
2020-07-26 16:38:11 +00:00
|
|
|
"nom",
|
|
|
|
"safe-transmute",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wast",
|
|
|
|
]
|
|
|
|
|
2020-07-28 16:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "740161245998752cf1a567e860fd6355df0336fedca6be1940ec7aaa59643220"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-08-07 20:24:28 +00:00
|
|
|
"nix 0.15.0",
|
2020-07-28 16:14:53 +00:00
|
|
|
"page_size",
|
2020-12-25 14:31:31 +00:00
|
|
|
"parking_lot 0.10.2",
|
2020-07-28 16:14:53 +00:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-07-28 16:14:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d4630ff544a2d7f76938bcf82ae217e0bd5c9ee078c653459d4f117c2045d315"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest 0.8.1",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-08-07 20:24:28 +00:00
|
|
|
"nix 0.15.0",
|
2020-07-28 16:14:53 +00:00
|
|
|
"page_size",
|
2020-12-25 14:31:31 +00:00
|
|
|
"parking_lot 0.10.2",
|
2020-07-28 16:14:53 +00:00
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-07-28 16:14:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-fl"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e855c8942f998a6938e43c1d0bb11b76a60b1c8341e08db36cc36b97b58bb1e9"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"wasmer-clif-backend-fl",
|
|
|
|
"wasmer-runtime-core-fl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi-fl"
|
2020-12-04 05:29:43 +00:00
|
|
|
version = "0.17.1"
|
2020-07-28 16:14:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-12-04 05:29:43 +00:00
|
|
|
checksum = "3e0f331ec6fb16590946f61b2418cd5295c4f3aa772c77eb054bea250a8fdb71"
|
2020-07-28 16:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
2021-01-12 09:14:33 +00:00
|
|
|
"getrandom 0.1.16",
|
2020-07-28 16:14:53 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"typetag",
|
|
|
|
"wasmer-runtime-core-fl",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-05-29 22:55:39 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
|
|
|
version = "0.17.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cd39f3b2bd7964b28ea6f944a7eaa445cfbc91c4f2695d188103f2689bb37d9"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-07-28 20:57:22 +00:00
|
|
|
"wasmer-runtime-core",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.51.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "aeb1956b19469d1c5e63e459d29e7b5aa0f558d9f16fcef09736f8a265e6c10a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmparser"
|
|
|
|
version = "0.55.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "af931e2e1960c53f4a28b063fec4cacd036f35acbec8ff3a4739125b17382a87"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wast"
|
|
|
|
version = "8.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9df3d716118a503b2f6bbb6ff46b21997ab0cc167b01de7a188e45e4b01e8d"
|
|
|
|
dependencies = [
|
|
|
|
"leb128",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-02-04 12:32:45 +00:00
|
|
|
version = "0.3.47"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-04 12:32:45 +00:00
|
|
|
checksum = "c40dc691fc48003eba817c38da7113c15698142da971298003cac3ef175680b3"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-06-30 15:17:38 +00:00
|
|
|
version = "0.3.9"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 15:17:38 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-09 11:48:18 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winreg"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|