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"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a49806b9dadc843c61e7c97e72490ad7f7220ae249012fbda9ad0609457c0543"
|
|
|
|
dependencies = [
|
|
|
|
"gimli 0.21.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ansi_term"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
|
|
dependencies = [
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-05-28 20:20:24 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
|
|
|
version = "1.0.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85bb70cc08ec97ca5450e6eba421deeea5f172c0fc61f78b5357b2a8e8be195f"
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
|
|
|
version = "0.4.12"
|
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 = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
]
|
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-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-05-28 20:20:24 +00:00
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2020-04-28 19:12:52 +00:00
|
|
|
version = "1.0.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 = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.3.48"
|
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 = "0df2f85c8a2abbe3b7d7e748052fdd9b76a0458fdeb16ad4223f5eca78c7c130"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
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 = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
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 = "423897d97e11b810c9da22458400b28ec866991c711409073662eb34dc44bfff"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"arrayref",
|
|
|
|
"arrayvec 0.5.1",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
"crypto-mac",
|
|
|
|
"digest",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.0.54"
|
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 = "7bbb73db36c1246e9034e307d0fba23f9a2e251faa47ade70c1bd252220c8311"
|
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"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
|
|
|
version = "2.33.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
|
|
|
|
dependencies = [
|
|
|
|
"ansi_term",
|
|
|
|
"atty",
|
|
|
|
"bitflags",
|
|
|
|
"strsim",
|
|
|
|
"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
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"maybe-uninit",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-queue"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "0.2.3"
|
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 = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2020-06-11 16:11:34 +00:00
|
|
|
"maybe-uninit",
|
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",
|
|
|
|
"cfg-if",
|
|
|
|
"lazy_static",
|
2020-04-28 19:12:52 +00:00
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"generic-array",
|
|
|
|
"subtle",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ctor"
|
2020-06-11 16:11:34 +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-06-11 16:11:34 +00:00
|
|
|
checksum = "39858aa5bac06462d4dd4b9164848eb81ffc4aa5c479746393598fd193afa227"
|
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-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-05-28 20:20:24 +00:00
|
|
|
"generic-array",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.5.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 = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "erased-serde"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "d88b6d1705e16a4d62e05ea61cc0496c2bd190f4fa8e5c1f11ce747be6bcf3d1"
|
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-05-28 20:20:24 +00:00
|
|
|
version = "0.2.5"
|
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 = "b480f641ccf0faf324e20c1d3e53d81b7484c698b42ea677f6907ae4db195371"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"errno-dragonfly",
|
|
|
|
"libc",
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"gcc",
|
|
|
|
"libc",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "exitfailure"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "2ff5bd832af37f366c6c194d813a11cd90ac484f124f079294f28e357ae40515"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"failure",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 22:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "export_test"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
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"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"fce_wit_interfaces",
|
|
|
|
"multimap",
|
|
|
|
"parity-wasm",
|
|
|
|
"pwasm-utils",
|
|
|
|
"wasmer-interface-types",
|
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-wasi",
|
2020-06-05 21:13:05 +00:00
|
|
|
"wit_parser",
|
2020-06-04 16:06:23 +00:00
|
|
|
]
|
|
|
|
|
2020-06-04 09:46:12 +00:00
|
|
|
[[package]]
|
2020-06-04 11:44:36 +00:00
|
|
|
name = "fce_wit_interfaces"
|
2020-06-04 09:46:12 +00:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"multimap",
|
|
|
|
"wasmer-interface-types",
|
|
|
|
]
|
|
|
|
|
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-05-28 20:20:24 +00:00
|
|
|
"cfg-if",
|
|
|
|
"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-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ghost"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "2a36606a68532b5640dc86bb1f33c64b45c4682aad4c50f3937b317ea387f3d6"
|
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"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bcc8e0c9bce37868955864dbecd2b1ab2bdf967e6f28066d65aaac620444b65c"
|
|
|
|
|
|
|
|
[[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-05-28 20:20:24 +00:00
|
|
|
version = "0.1.13"
|
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 = "91780f809e750b0a89f5544be56617ff6b1227ee485bcb06ebe10cdf89bd3b71"
|
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-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-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "1.4.0"
|
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 = "c398b2b113b55809ceb9ee3e753fcbac793f1956663f3c36549c1346015c2afe"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"autocfg",
|
|
|
|
"serde",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inventory"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "82d3f4b90287725c97b17478c60dda0c6324e7c84ee1ed72fb9179d0fdf13956"
|
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"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "9092a4fefc9d503e9287ef137f03180a6e7d1b04c419563171ee14947c5e80ec"
|
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-05-31 23:45:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ipfs_node"
|
|
|
|
version = "0.1.0"
|
2020-06-05 20:12:02 +00:00
|
|
|
dependencies = [
|
2020-06-11 21:05:04 +00:00
|
|
|
"cmd_lib",
|
2020-06-05 20:12:02 +00:00
|
|
|
"fce",
|
2020-06-06 18:34:13 +00:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
|
|
|
"serde_json",
|
2020-06-05 21:13:05 +00:00
|
|
|
"toml",
|
2020-06-06 18:34:13 +00:00
|
|
|
"wasmer-runtime",
|
|
|
|
"wasmer-runtime-core",
|
2020-06-11 00:10:37 +00:00
|
|
|
"wasmer-wasi",
|
2020-06-05 20:12:02 +00:00
|
|
|
]
|
2020-05-29 22:55:39 +00:00
|
|
|
|
2020-06-06 18:34:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
|
|
|
|
|
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"
|
|
|
|
version = "0.6.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d7043aa5c05dd34fb73b47acb8c3708eac428de4545ea3682ed2f11293ebd890"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec 0.4.12",
|
|
|
|
"cfg-if",
|
|
|
|
"rustc_version",
|
|
|
|
"ryu",
|
|
|
|
"static_assertions",
|
|
|
|
]
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.2.71"
|
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 = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49"
|
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"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"cfg-if",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
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-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.5.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 = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
|
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-05-31 23:45:04 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
|
|
|
version = "0.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"void",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "5.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b471253da97532da4b61552249c521e01e736071f71c1a4f7ebbfbf0a06aad6"
|
|
|
|
dependencies = [
|
|
|
|
"lexical-core",
|
|
|
|
"memchr",
|
|
|
|
"version_check",
|
2020-04-28 19:12:52 +00:00
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9cbca9424c482ee628fa549d9c812e2cd22f1180b9222c9200fdfa6eb31aecb2"
|
|
|
|
|
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-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
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-05-28 20:20:24 +00:00
|
|
|
"cfg-if",
|
|
|
|
"cloudabi",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "1.0.18"
|
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 = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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-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-05-28 20:20:24 +00:00
|
|
|
version = "1.3.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 = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
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-05-28 20:20:24 +00:00
|
|
|
version = "1.7.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 = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
2020-04-18 15:27:01 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-queue",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.1.56"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
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-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-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
|
|
|
|
|
|
|
[[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-06-06 18:34:13 +00:00
|
|
|
version = "1.0.111"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 18:34:13 +00:00
|
|
|
checksum = "c9124df5b40cbd380080b2cc6ab894c040a3070d995f5c9dc77e18c34a8ae37d"
|
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-06-06 18:34:13 +00:00
|
|
|
version = "1.0.111"
|
2020-04-18 15:27:01 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-06 18:34:13 +00:00
|
|
|
checksum = "3f2c3ac8e6ca1e9c80b8be1023940162bf81ae3cffbb1809474152f2ce1eb250"
|
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-06-11 16:11:34 +00:00
|
|
|
version = "1.0.55"
|
2020-06-06 18:34:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "ec2c5d7e739bc07a3e73381a39d61fdb5f671c60c1df26a130690665803d8226"
|
2020-06-06 18:34:13 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "static_assertions"
|
|
|
|
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 = "7f3eb36b47e512f8f1c9e3d10c2c1965bc992bd9cdb024fa581e2194501c83d3"
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-06-11 16:11:34 +00:00
|
|
|
version = "1.0.31"
|
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 = "b5304cfdf27365b7585c25d4af91b35016ed21ef88f17ced89c7093b43dba8b6"
|
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-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-05-28 20:20:24 +00:00
|
|
|
version = "1.0.19"
|
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 = "b13f926965ad00595dd129fa12823b04bbf866e9085ab0a5f2b05b850fbfc344"
|
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-05-28 20:20:24 +00:00
|
|
|
version = "1.0.19"
|
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 = "893582086c2f98cde18f906265a65b5030a074b1046c674ae898be6519a7f479"
|
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-04-22 13:11:57 +00:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.1.43"
|
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 = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2020-04-22 13:11:57 +00:00
|
|
|
dependencies = [
|
2020-05-28 20:20:24 +00:00
|
|
|
"libc",
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|
|
|
|
|
2020-06-05 21:13:05 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
|
|
|
version = "0.5.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
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-06-11 16:11:34 +00:00
|
|
|
version = "0.1.5"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "9275125decb5d75fe57ebfe92debd119b15757aae27c56d7cb61ecab871960bc"
|
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-06-11 16:11:34 +00:00
|
|
|
version = "0.1.5"
|
2020-04-22 13:11:57 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-06-11 16:11:34 +00:00
|
|
|
checksum = "dc232cda3b1d82664153e6c95d1071809aa0f1011f306c3d6989f33d8c6ede17"
|
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-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-05-28 20:20:24 +00:00
|
|
|
version = "0.1.7"
|
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 = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2020-04-18 15:27:01 +00:00
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vec_map"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2020-05-28 20:20:24 +00:00
|
|
|
version = "0.9.2"
|
2020-05-02 15:34:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
2020-05-02 15:34:48 +00:00
|
|
|
|
2020-04-18 15:27:01 +00:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
|
|
|
|
|
|
[[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-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-06-05 20:12:02 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm_ipfs_node"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm_ipfs_rpc"
|
|
|
|
version = "0.1.0"
|
|
|
|
|
2020-05-29 22:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-clif-backend"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "691ea323652d540a10722066dbf049936f4367bb22a96f8992a262a942a8b11b"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"cranelift-codegen",
|
|
|
|
"cranelift-entity",
|
|
|
|
"cranelift-native",
|
|
|
|
"libc",
|
2020-06-03 20:19:07 +00:00
|
|
|
"nix",
|
2020-05-29 22:55:39 +00:00
|
|
|
"rayon",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmer-clif-fork-frontend",
|
|
|
|
"wasmer-clif-fork-wasm",
|
2020-06-03 20:19:07 +00:00
|
|
|
"wasmer-runtime-core",
|
|
|
|
"wasmer-win-exception-handler",
|
2020-05-28 20:20:24 +00:00
|
|
|
"wasmparser 0.51.4",
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-interface-types"
|
|
|
|
version = "0.17.0"
|
2020-06-11 16:11:34 +00:00
|
|
|
source = "git+https://github.com/fluencelabs/interface-types#82986d10358f02c8ae64850ed0b79efb4e823c54"
|
2020-05-28 20:20:24 +00:00
|
|
|
dependencies = [
|
|
|
|
"nom",
|
|
|
|
"serde",
|
|
|
|
"wast",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 22:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "30259003902716aa4fb86fd66a2de555116adef545cbc5ab70afb74e74b44fc3"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"memmap",
|
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2020-06-03 20:19:07 +00:00
|
|
|
"wasmer-clif-backend",
|
|
|
|
"wasmer-runtime-core",
|
2020-04-18 15:27:01 +00:00
|
|
|
]
|
|
|
|
|
2020-05-29 22:55:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-runtime-core"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "45d4253f097502423d8b19d54cb18745f61b984b9dbce32424cba7945cfef367"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"blake3",
|
|
|
|
"cc",
|
|
|
|
"digest",
|
|
|
|
"errno",
|
|
|
|
"hex",
|
|
|
|
"indexmap",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2020-06-03 20:19:07 +00:00
|
|
|
"nix",
|
2020-05-29 22:55:39 +00:00
|
|
|
"page_size",
|
|
|
|
"parking_lot",
|
|
|
|
"rustc_version",
|
|
|
|
"serde",
|
|
|
|
"serde-bench",
|
|
|
|
"serde_bytes",
|
|
|
|
"serde_derive",
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
"wasmparser 0.51.4",
|
2020-06-03 20:19:07 +00:00
|
|
|
"winapi",
|
2020-04-22 13:11:57 +00:00
|
|
|
]
|
|
|
|
|
2020-06-02 14:20:00 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasmer-wasi"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "88bd5bfd3824c2e5cdef44db3c278b58bff917bf3347e79b34730cf2a952acc0"
|
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"byteorder",
|
|
|
|
"generational-arena",
|
|
|
|
"getrandom",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
"time",
|
|
|
|
"typetag",
|
2020-06-03 20:19:07 +00:00
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
2020-05-29 22:55:39 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasmer-win-exception-handler"
|
|
|
|
version = "0.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf22ce6dc66d893099aac853d451bf9443fa8f5443f5bf4fc63f3aebd7b592b1"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
2020-06-03 20:19:07 +00:00
|
|
|
"wasmer-runtime-core",
|
|
|
|
"winapi",
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-28 20:20:24 +00:00
|
|
|
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
|
|
|
[[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-04-18 15:27:01 +00:00
|
|
|
|
2020-05-28 20:20:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wit_embedder"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"exitfailure",
|
|
|
|
"failure",
|
2020-06-05 21:13:05 +00:00
|
|
|
"wit_parser",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wit_parser"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
2020-06-04 11:44:36 +00:00
|
|
|
"fce_wit_interfaces",
|
2020-06-05 21:13:05 +00:00
|
|
|
"walrus",
|
|
|
|
"wasmer-interface-types",
|
|
|
|
"wasmer-runtime-core",
|
2020-05-02 15:34:48 +00:00
|
|
|
]
|