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-07-09 03:21:04 +00:00
|
|
|
version = "0.13.0"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-09 03:21:04 +00:00
|
|
|
checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
2020-07-09 03:21:04 +00:00
|
|
|
"gimli 0.22.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-10-14 12:13:24 +00:00
|
|
|
version = "0.7.14"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "b476ce7103678b0c6d3d395dbbae31d48ff910bd28be979ba5d48c6351131d0d"
|
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"
|
2020-10-07 20:19:17 +00:00
|
|
|
version = "1.0.33"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 20:19:17 +00:00
|
|
|
checksum = "a1fd36ffbb1fb7c834eac128ea8d0e310c5aeb635548f9d58861e1308d46e71c"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-10-01 09:19:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aquamarine-vm"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fluence-faas",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
]
|
|
|
|
|
2020-09-15 22:14:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "arguments-passing-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (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 = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (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"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.3.53"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e"
|
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-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.12.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
|
|
|
|
|
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"
|
|
|
|
version = "0.5.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
|
|
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"
|
|
|
|
version = "3.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.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 = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
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"
|
|
|
|
|
2020-09-14 11:22:56 +00:00
|
|
|
[[package]]
|
|
|
|
name = "call_parameters"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-14 11:22:56 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "1.0.61"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
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-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"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
|
|
|
|
dependencies = [
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
|
|
|
|
|
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-09-08 10:20:42 +00:00
|
|
|
version = "0.4.4"
|
2020-08-25 16:26:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
|
2020-08-25 16:26:21 +00:00
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
2020-09-08 10:20:42 +00:00
|
|
|
"maybe-uninit",
|
2020-08-25 16:26:21 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
2020-05-02 15:34:48 +00:00
|
|
|
version = "0.7.3"
|
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 = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"maybe-uninit",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
2020-05-02 15:34:48 +00:00
|
|
|
version = "0.8.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 = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"autocfg",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.7.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
2020-04-28 19:12:52 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"autocfg",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-05-28 20:20:24 +00:00
|
|
|
"lazy_static",
|
2020-04-28 19:12:52 +00:00
|
|
|
]
|
|
|
|
|
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"
|
2020-09-22 22:14:54 +00:00
|
|
|
version = "0.1.16"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
|
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]]
|
|
|
|
name = "curl"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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-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",
|
|
|
|
"redox_users",
|
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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.1"
|
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 = "99de365f605554ae33f115102a02057d4fc18b01f3284d6870be0938743cfe7d"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"redox_users",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
2020-08-07 20:24:28 +00:00
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
|
|
|
|
|
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"
|
2020-08-25 16:26:21 +00:00
|
|
|
version = "0.8.24"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-25 16:26:21 +00:00
|
|
|
checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
|
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
|
|
|
]
|
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-06-30 12:57:48 +00:00
|
|
|
version = "0.3.12"
|
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 = "6ca8b296792113e1500fd935ae487be6e00ce318952a6880555554824d6ebf38"
|
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-07-20 14:13:11 +00:00
|
|
|
version = "0.2.6"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-20 14:13:11 +00:00
|
|
|
checksum = "6eab5ee3df98a279d9b316b1af6ac95422127b1290317e6d18c1743c99418b01"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.8"
|
2020-06-04 16:06:23 +00:00
|
|
|
dependencies = [
|
2020-08-08 09:44:27 +00:00
|
|
|
"boolinator",
|
2020-08-23 01:04:11 +00:00
|
|
|
"bytes",
|
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-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-10-01 09:57:29 +00:00
|
|
|
version = "0.1.2"
|
2020-09-17 18:46:53 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-01 09:57:29 +00:00
|
|
|
checksum = "b4a9bfc24744f8dae557b121d241479e08c692c1d76c13e66a8477121a623c1d"
|
2020-09-17 18:46:53 +00:00
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-17 18:46:53 +00:00
|
|
|
]
|
|
|
|
|
2020-07-28 16:14:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fce-wit-generator"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.1.8"
|
2020-07-28 16:14:53 +00:00
|
|
|
dependencies = [
|
|
|
|
"fce-wit-parser",
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence-sdk-wit 0.2.8 (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"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.1.5"
|
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"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.1.7"
|
2020-07-07 20:11:42 +00:00
|
|
|
dependencies = [
|
2020-07-28 16:14:53 +00:00
|
|
|
"anyhow",
|
|
|
|
"fce-wit-interfaces",
|
|
|
|
"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"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.1.9"
|
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"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "12efe44782ef6842b824dd281f79f808597a2c280d1facc06bb62b9cf8fbc2ef"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-macro 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
|
|
"fluence-sdk-main 0.2.8 (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"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#4d6c4f6b862c22ebd8db7244daac0adf3f1bd2fd"
|
2020-09-17 18:46:53 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-macro 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
|
|
|
"fluence-sdk-main 0.2.8 (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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.9"
|
2020-08-07 08:54:37 +00:00
|
|
|
dependencies = [
|
|
|
|
"fluence-faas",
|
|
|
|
"log",
|
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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.9"
|
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-10-01 09:57:29 +00:00
|
|
|
"fluence-sdk-main 0.2.8 (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-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]]
|
|
|
|
name = "fluence-sdk-macro"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4b1720124376ac6bb13e523e3eceeef4475041a03a6434ca7d988cbdc031a5c4"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-wit 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-15 22:14:15 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-macro"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#4d6c4f6b862c22ebd8db7244daac0adf3f1bd2fd"
|
2020-09-03 00:01:04 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-wit 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-07-26 16:38:11 +00:00
|
|
|
]
|
|
|
|
|
2020-09-03 00:01:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-main"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5484ff6f5e091d4904217c45ed86cd0215e496090adaa9716e510742177fc512"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-macro 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
2020-09-15 22:14:15 +00:00
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-main"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#4d6c4f6b862c22ebd8db7244daac0adf3f1bd2fd"
|
2020-09-03 00:01:04 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:37:06 +00:00
|
|
|
"fluence-sdk-macro 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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]]
|
|
|
|
name = "fluence-sdk-wit"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "560baf91197ded38a99a5c94ff366a3dd971ebf33f5d987ecce31d3dedf86d17"
|
2020-09-15 22:14:15 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"syn",
|
|
|
|
"uuid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fluence-sdk-wit"
|
2020-10-01 09:57:29 +00:00
|
|
|
version = "0.2.8"
|
2020-10-14 12:37:06 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/rust-sdk#4d6c4f6b862c22ebd8db7244daac0adf3f1bd2fd"
|
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-08-08 22:49:51 +00:00
|
|
|
[[package]]
|
|
|
|
name = "frepl"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.12"
|
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",
|
2020-09-02 22:36:44 +00:00
|
|
|
"itertools",
|
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"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
|
2020-08-23 01:04:11 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.3.6"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project",
|
|
|
|
"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"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.1.15"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
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
|
|
|
"libc",
|
2020-09-08 10:20:42 +00:00
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
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-07-09 03:21:04 +00:00
|
|
|
version = "0.22.0"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-09 03:21:04 +00:00
|
|
|
checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
|
|
|
version = "0.2.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.3.1"
|
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 = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
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"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.1.17"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
|
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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
|
|
|
version = "1.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
|
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-09-22 22:14:54 +00:00
|
|
|
version = "0.13.8"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"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",
|
|
|
|
"pin-project",
|
|
|
|
"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 = [
|
|
|
|
"bytes",
|
|
|
|
"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-09-08 10:20:42 +00:00
|
|
|
version = "1.6.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
|
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 = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-15 22:14:15 +00:00
|
|
|
"safe-transmute",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
2020-09-08 10:20:42 +00:00
|
|
|
version = "0.1.9"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "fedd49de24d8c263613701406611410687148ae8c37cd6452650b250f753a0dd"
|
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-09-08 10:20:42 +00:00
|
|
|
version = "0.1.9"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "ddead8880bc50f57fcd3b5869a7f6ff92570bb4e8f6870c22e2483272f2256da"
|
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 = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-08-08 10:38:41 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ipfs-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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-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-06-30 12:57:48 +00:00
|
|
|
version = "0.4.6"
|
2020-06-06 18:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-30 12:57:48 +00:00
|
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
2020-06-06 18:34:13 +00:00
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.3.45"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "ca059e81d9486668f12d455a4ea6daa600bd408134cd17e3d3fb5a32d1f016f8"
|
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"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.2.79"
|
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 = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
|
2020-09-11 12:58:38 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "local_storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-07-16 11:56:08 +00:00
|
|
|
version = "0.4.11"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-07-16 11:56:08 +00:00
|
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
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-05-02 15:34:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-uninit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
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-09-22 22:14:54 +00:00
|
|
|
version = "0.5.6"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
|
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"
|
|
|
|
version = "0.6.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
|
|
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"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
|
|
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"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"openssl",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"schannel",
|
|
|
|
"security-framework",
|
|
|
|
"security-framework-sys",
|
|
|
|
"tempfile",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2020-09-08 10:20:42 +00:00
|
|
|
version = "0.2.35"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
|
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"
|
|
|
|
version = "0.1.43"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
|
|
|
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"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.21.1"
|
2020-05-28 20:20:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693"
|
2020-05-28 20:20:24 +00:00
|
|
|
|
2020-07-09 12:55:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2020-08-23 01:04:11 +00:00
|
|
|
version = "1.4.1"
|
2020-07-09 12:55:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-23 01:04:11 +00:00
|
|
|
checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "openssl"
|
|
|
|
version = "0.10.30"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
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"
|
|
|
|
version = "0.9.58"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
2020-07-09 12:55:58 +00:00
|
|
|
|
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-05-28 20:20:24 +00:00
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
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",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2020-08-23 01:04:11 +00:00
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2020-10-06 11:40:03 +00:00
|
|
|
version = "0.1.10"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-06 11:40:03 +00:00
|
|
|
checksum = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95"
|
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-08-23 01:04:11 +00:00
|
|
|
version = "0.2.9"
|
2020-07-07 20:11:42 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-08-23 01:04:11 +00:00
|
|
|
checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
|
2020-07-07 20:11:42 +00:00
|
|
|
|
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-06-11 16:11:34 +00:00
|
|
|
version = "1.0.7"
|
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 = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
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"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "raw-cpuid"
|
|
|
|
version = "7.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
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-01 09:19:38 +00:00
|
|
|
version = "1.4.1"
|
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 = "dcf6960dc9a5b4ee8d3e4c5787b4a112a8818e0290a42ff664ad60692fdf2032"
|
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-09-22 22:14:54 +00:00
|
|
|
version = "1.8.1"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "e8c4fec834fb6e6d2dd5eece3c7b432a52f0ba887cf40e595190c4107edc08bf"
|
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",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"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 = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-08-08 10:38:41 +00:00
|
|
|
"test-record",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "record-pure"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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
|
|
|
|
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 = [
|
|
|
|
"getrandom",
|
|
|
|
"redox_syscall",
|
|
|
|
"rust-argon2",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "1.4.1"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
|
2020-08-09 11:48:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
"thread_local",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.6.20"
|
2020-08-09 11:48:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
|
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-09-08 10:20:42 +00:00
|
|
|
version = "0.10.8"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
2020-09-08 10:20:42 +00:00
|
|
|
"base64",
|
2020-08-23 01:04:11 +00:00
|
|
|
"bytes",
|
|
|
|
"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",
|
|
|
|
"pin-project-lite",
|
|
|
|
"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-09-08 10:20:42 +00:00
|
|
|
version = "0.8.2"
|
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 = "9dab61250775933275e84053ac235621dfb739556d5c54a2f2e9313b7cf43a19"
|
2020-08-07 20:24:28 +00:00
|
|
|
dependencies = [
|
2020-09-08 10:20:42 +00:00
|
|
|
"base64",
|
2020-08-07 20:24:28 +00:00
|
|
|
"blake2b_simd",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.1.17"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "b2610b7f643d18c87dff3b489950269617e6601a51f1f05aa5daefee36f64f0b"
|
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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ccb57833f46c9d679d68f383e81b9a74b82aa8d6f8a9c9aaae7fc29476bc3274"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50b8b2cd387f744f69469aaed197954ba4c0ecdb31e02edf99b023e0df11178a"
|
|
|
|
|
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"
|
|
|
|
version = "0.4.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"core-foundation",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"libc",
|
|
|
|
"security-framework-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "security-framework-sys"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
|
|
|
|
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-09-14 11:22:56 +00:00
|
|
|
version = "1.0.116"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:22:56 +00:00
|
|
|
checksum = "96fe57af81d28386a513cbc6858332abc6117cfdb5999647c6444b8f43a370a5"
|
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-09-14 11:22:56 +00:00
|
|
|
version = "1.0.116"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-14 11:22:56 +00:00
|
|
|
checksum = "f630a6370fd8e457873b4bd2ffdae75408bc291ba72be773772a4c2a065d9ae8"
|
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-10-14 12:13:24 +00:00
|
|
|
version = "1.0.59"
|
2020-06-06 18:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
|
2020-06-06 18:34:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
|
2020-09-11 12:58:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "site-storage"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-11 12:58:38 +00:00
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2020-08-09 11:48:18 +00:00
|
|
|
[[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"
|
2020-08-23 01:04:11 +00:00
|
|
|
version = "1.4.2"
|
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 = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.3.15"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
|
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",
|
|
|
|
"redox_syscall",
|
|
|
|
"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
|
|
|
|
|
|
|
[[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-09-11 12:58:38 +00:00
|
|
|
version = "2.3.0"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "343f3f510c2915908f155e94f17220b19ccfacf2a64a2a5d8004f2c3e311e7fd"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "1.0.44"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "e03e57e4fcbfe7749842d53e24ccb9aa12b7252dbe5e91d2acad31834c8b8fdd"
|
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"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
|
|
dependencies = [
|
2020-10-14 12:13:24 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-08-23 01:04:11 +00:00
|
|
|
"libc",
|
|
|
|
"rand",
|
|
|
|
"redox_syscall",
|
|
|
|
"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"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-07-28 14:08:26 +00:00
|
|
|
[[package]]
|
|
|
|
name = "test-record"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
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-10-07 20:19:17 +00:00
|
|
|
version = "1.0.21"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 20:19:17 +00:00
|
|
|
checksum = "318234ffa22e0920fe9a40d7b8369b5f649d490980cf7aadcf1eb91594869b42"
|
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-10-07 20:19:17 +00:00
|
|
|
version = "1.0.21"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-07 20:19:17 +00:00
|
|
|
checksum = "cae2447b6282786c3493999f40a9be2a6ad20cb8bd268b0a0dbf5a065535c0ab"
|
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"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-09-08 10:20:42 +00:00
|
|
|
version = "0.1.44"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-08 10:20:42 +00:00
|
|
|
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-09-08 10:20:42 +00:00
|
|
|
"wasi 0.10.0+wasi-snapshot-preview1",
|
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"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
|
|
|
version = "0.2.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"iovec",
|
|
|
|
"lazy_static",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"pin-project-lite",
|
|
|
|
"slab",
|
|
|
|
"tokio-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
|
|
|
|
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 = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-06-05 21:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2020-10-14 12:13:24 +00:00
|
|
|
version = "0.5.7"
|
2020-06-05 21:13:05 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-10-14 12:13:24 +00:00
|
|
|
checksum = "75cf45bb0bef80604d001caaec0d09da99611b3c0fd39d3080468875cdb65645"
|
2020-06-05 21:13:05 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2020-10-01 09:19:38 +00:00
|
|
|
version = "0.1.21"
|
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 = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
|
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
|
|
|
"log",
|
2020-10-01 09:19:38 +00:00
|
|
|
"pin-project-lite",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
2020-09-22 22:14:54 +00:00
|
|
|
version = "0.1.6"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "83b97b107d25d29de6879ac4f676ac5bfea92bdd01f206e995794493f1fc2e32"
|
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"
|
2020-09-22 22:14:54 +00:00
|
|
|
version = "0.1.6"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "3f2466fc87b07b800a5060f89ba579d6882f7a03ac21363e4737764aaf9f99f9"
|
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"
|
|
|
|
version = "0.1.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2020-04-28 19:12:52 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
|
|
|
version = "1.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
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"
|
|
|
|
version = "2.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
|
|
|
|
dependencies = [
|
|
|
|
"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"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
]
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
|
|
|
|
|
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"
|
|
|
|
version = "0.10.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
|
|
|
|
|
2020-08-23 01:04:11 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.2.68"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "1ac64ead5ea5f05873d7c12b545865ca2b8d28adfc50a49b84770a3a97265d42"
|
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
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.2.68"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "f22b422e2a757c35a73774860af8e112bff612ce6cb604224e8e47641a9e4f68"
|
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"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.4.18"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "b7866cab0aa01de1edf8b5d7936938a7e397ee50ce24119aef3e1eaa3b6171da"
|
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
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"web-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.2.68"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "6b13312a745c08c469f0b292dd2fcd6411dba5f7160f593da6ef69b64e407038"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.2.68"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "f249f06ef7ee334cc3b8ff031bfc11ec99d00f34d86da7498396dc1e3b1498fe"
|
2020-08-23 01:04:11 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.2.68"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "1d649a3145108d7d3fbcde896a468d1bd636791823c9921135218ad89be08307"
|
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 = [
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (git+https://github.com/fluencelabs/rust-sdk)",
|
2020-09-17 18:46:53 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-sqlite-test"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"fce-sqlite-connector",
|
2020-10-01 09:57:29 +00:00
|
|
|
"fluence 0.2.8 (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-09-22 22:14:54 +00:00
|
|
|
version = "0.17.9"
|
2020-07-28 16:09:02 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-22 22:14:54 +00:00
|
|
|
checksum = "475cafb8bf9763895f6fde0d7417b9090145fc461ad7aef21b1a866b8357c091"
|
2020-07-26 16:38:11 +00:00
|
|
|
dependencies = [
|
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",
|
|
|
|
"parking_lot",
|
|
|
|
"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",
|
|
|
|
"parking_lot",
|
|
|
|
"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"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4e2493c1ef951a7a1704ecfd39abbbbb2346bf3768d761ef64ed53249a32b181"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
|
|
|
"getrandom",
|
|
|
|
"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"
|
2020-09-11 12:58:38 +00:00
|
|
|
version = "0.3.45"
|
2020-08-23 01:04:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-09-11 12:58:38 +00:00
|
|
|
checksum = "4bf6ef87ad7ae8008e15a355ce696bed26012b7caa21605188cfd8214ab51e2d"
|
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",
|
|
|
|
]
|