mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-17 02:14:36 +00:00
2283 lines
105 KiB
Diff
2283 lines
105 KiB
Diff
diff --git a/Cargo.lock b/Cargo.lock
|
|
new file mode 100644
|
|
index 00000000..818de492
|
|
--- /dev/null
|
|
+++ b/Cargo.lock
|
|
@@ -0,0 +1,2276 @@
|
|
+# This file is automatically @generated by Cargo.
|
|
+# It is not intended for manual editing.
|
|
+[[package]]
|
|
+name = "aho-corasick"
|
|
+version = "0.7.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ansi_term"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "anyhow"
|
|
+version = "1.0.26"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "arrayref"
|
|
+version = "0.3.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "arrayvec"
|
|
+version = "0.4.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "arrayvec"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "atty"
|
|
+version = "0.2.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "autocfg"
|
|
+version = "0.1.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "backtrace"
|
|
+version = "0.3.40"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "backtrace-sys"
|
|
+version = "0.1.32"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.10.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "base64"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "bincode"
|
|
+version = "1.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bindgen"
|
|
+version = "0.51.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "bitflags"
|
|
+version = "1.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "blake2b_simd"
|
|
+version = "0.5.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "block-buffer"
|
|
+version = "0.7.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "block-padding"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "byte-tools"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "byteorder"
|
|
+version = "1.3.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "c2-chacha"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "capstone"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "capstone-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "capstone-sys"
|
|
+version = "0.10.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cc"
|
|
+version = "1.0.49"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cexpr"
|
|
+version = "0.3.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cfg-if"
|
|
+version = "0.1.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "chrono"
|
|
+version = "0.4.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clang-sys"
|
|
+version = "0.28.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "clap"
|
|
+version = "2.33.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cloudabi"
|
|
+version = "0.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cmake"
|
|
+version = "0.1.42"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "constant_time_eq"
|
|
+version = "0.1.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "cpu-time"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-bforest"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-codegen"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-codegen-meta"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-codegen-shared"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-entity"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-frontend"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-native"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cranelift-wasm"
|
|
+version = "0.50.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-deque"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-epoch"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-queue"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-utils"
|
|
+version = "0.6.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "crossbeam-utils"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ctor"
|
|
+version = "0.1.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "cvt"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "digest"
|
|
+version = "0.8.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "directories"
|
|
+version = "2.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dirs-sys"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "docopt"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dynasm"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "dynasmrt"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "either"
|
|
+version = "1.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "env_logger"
|
|
+version = "0.6.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "errno"
|
|
+version = "0.2.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "errno-dragonfly"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "faerie"
|
|
+version = "0.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "failure"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "failure_derive"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fake-simd"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "fallible-iterator"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "file-per-thread-logger"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "filetime"
|
|
+version = "0.2.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "fuchsia-cprng"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "gcc"
|
|
+version = "0.3.55"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "generic-array"
|
|
+version = "0.12.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "getrandom"
|
|
+version = "0.1.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ghost"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "gimli"
|
|
+version = "0.19.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "glob"
|
|
+version = "0.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "goblin"
|
|
+version = "0.1.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "heck"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "hermit-abi"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "humantime"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "id-arena"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "indexmap"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "indoc"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "indoc-impl 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "indoc-impl"
|
|
+version = "0.3.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "inventory"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "ghost 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "inventory-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "inventory-impl"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "itertools"
|
|
+version = "0.8.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "itoa"
|
|
+version = "0.4.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "jobserver"
|
|
+version = "0.1.17"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lazy_static"
|
|
+version = "1.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "leb128"
|
|
+version = "0.2.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "libc"
|
|
+version = "0.2.66"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "libloading"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "lightbeam"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "capstone 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "multi_mut 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wat 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "log"
|
|
+version = "0.4.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "mach"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "memchr"
|
|
+version = "2.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "memmap"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "memoffset"
|
|
+version = "0.5.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "more-asserts"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "multi_mut"
|
|
+version = "0.1.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "nix"
|
|
+version = "0.15.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "nodrop"
|
|
+version = "0.1.14"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "nom"
|
|
+version = "4.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-complex"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-integer"
|
|
+version = "0.1.41"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-iter"
|
|
+version = "0.1.39"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-rational"
|
|
+version = "0.2.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num-traits"
|
|
+version = "0.2.10"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "num_cpus"
|
|
+version = "1.11.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "opaque-debug"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "os_pipe"
|
|
+version = "0.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "owning_ref"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "paste"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "paste-impl"
|
|
+version = "0.1.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "peeking_take_while"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "plain"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "ppv-lite86"
|
|
+version = "0.2.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "pretty_env_logger"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro-hack"
|
|
+version = "0.5.11"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "proc-macro2"
|
|
+version = "1.0.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pyo3"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "indoc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "inventory 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pyo3cls 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pyo3-derive-backend"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "pyo3cls"
|
|
+version = "0.8.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pyo3-derive-backend 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quick-error"
|
|
+version = "1.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "quickcheck"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "quote"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand"
|
|
+version = "0.7.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_chacha"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "rand_core"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_hc"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_os"
|
|
+version = "0.1.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rand_pcg"
|
|
+version = "0.2.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "raw-cpuid"
|
|
+version = "7.0.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rayon"
|
|
+version = "1.3.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rayon-core"
|
|
+version = "1.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rdrand"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "redox_syscall"
|
|
+version = "0.1.56"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "redox_users"
|
|
+version = "0.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex"
|
|
+version = "1.3.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "regex-syntax"
|
|
+version = "0.6.12"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "region"
|
|
+version = "2.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "remove_dir_all"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rust-argon2"
|
|
+version = "0.5.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-demangle"
|
|
+version = "0.1.16"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "rustc-hash"
|
|
+version = "1.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "rustc_version"
|
|
+version = "0.2.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "ryu"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "scopeguard"
|
|
+version = "1.0.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "scroll"
|
|
+version = "0.10.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "scroll_derive"
|
|
+version = "0.10.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "semver"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "semver-parser"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "serde"
|
|
+version = "1.0.104"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_derive"
|
|
+version = "1.0.104"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "serde_json"
|
|
+version = "1.0.44"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "sha2"
|
|
+version = "0.8.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "shlex"
|
|
+version = "0.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "smallvec"
|
|
+version = "1.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "spin"
|
|
+version = "0.5.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "stable_deref_trait"
|
|
+version = "1.1.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "string-interner"
|
|
+version = "0.7.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "strsim"
|
|
+version = "0.8.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "strsim"
|
|
+version = "0.9.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "syn"
|
|
+version = "1.0.13"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "synstructure"
|
|
+version = "0.12.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "target-lexicon"
|
|
+version = "0.9.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "tempfile"
|
|
+version = "3.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "termcolor"
|
|
+version = "1.0.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "test-programs"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "os_pipe 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasi-common 0.8.0",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+ "wat 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "textwrap"
|
|
+version = "0.11.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror"
|
|
+version = "1.0.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thiserror-impl"
|
|
+version = "1.0.9"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "thread_local"
|
|
+version = "0.3.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "time"
|
|
+version = "0.1.42"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "toml"
|
|
+version = "0.5.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "traitobject"
|
|
+version = "0.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "trybuild"
|
|
+version = "1.0.19"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "typemap"
|
|
+version = "0.3.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "typenum"
|
|
+version = "1.11.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-segmentation"
|
|
+version = "1.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-width"
|
|
+version = "0.1.7"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "unicode-xid"
|
|
+version = "0.2.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "unindent"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "unsafe-any"
|
|
+version = "0.4.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "vec_map"
|
|
+version = "0.8.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.1.5"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "version_check"
|
|
+version = "0.9.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "void"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "walrus"
|
|
+version = "0.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "id-arena 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "walrus-macro 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "walrus-macro"
|
|
+version = "0.13.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasi"
|
|
+version = "0.7.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "wasi-common"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cpu-time 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasi-common-cbindgen 0.8.0",
|
|
+ "wig 0.8.0",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winx 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasi-common-cbindgen"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "trybuild 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasm-webidl-bindings"
|
|
+version = "0.6.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "id-arena 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "walrus 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmparser"
|
|
+version = "0.39.3"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasi-common 0.8.0",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+ "wasmtime-wast 0.8.0",
|
|
+ "wat 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-cli"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "test-programs 0.8.0",
|
|
+ "wasi-common 0.8.0",
|
|
+ "wasm-webidl-bindings 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-debug 0.8.0",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-interface-types 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-obj 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+ "wasmtime-wasi-c 0.8.0",
|
|
+ "wasmtime-wast 0.8.0",
|
|
+ "wat 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-debug"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-environ"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lightbeam 0.8.0",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "zstd 0.5.1+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-interface-types"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "walrus 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasm-webidl-bindings 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-jit"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-debug 0.8.0",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-obj"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-py"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "pyo3 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-interface-types 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-runtime"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-rust"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-interface-types 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-rust-macro 0.8.0",
|
|
+ "wasmtime-wasi 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-rust-macro"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-wasi"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasi-common 0.8.0",
|
|
+ "wasmtime 0.8.0",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-wasi-c"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "bindgen 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wasmtime-wast"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wasmtime-environ 0.8.0",
|
|
+ "wasmtime-jit 0.8.0",
|
|
+ "wasmtime-runtime 0.8.0",
|
|
+ "wast 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wast"
|
|
+version = "3.0.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wast"
|
|
+version = "5.0.1"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wat"
|
|
+version = "1.0.6"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "wast 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "which"
|
|
+version = "3.1.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "wig"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "witx 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi"
|
|
+version = "0.3.8"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-i686-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-util"
|
|
+version = "0.1.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winapi-x86_64-pc-windows-gnu"
|
|
+version = "0.4.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+
|
|
+[[package]]
|
|
+name = "wincolor"
|
|
+version = "1.0.2"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "winx"
|
|
+version = "0.8.0"
|
|
+dependencies = [
|
|
+ "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "cvt 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "witx"
|
|
+version = "0.5.0"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "wast 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zstd"
|
|
+version = "0.5.1+zstd.1.4.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "zstd-safe 2.0.3+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zstd-safe"
|
|
+version = "2.0.3+zstd.1.4.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "zstd-sys 1.4.15+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[[package]]
|
|
+name = "zstd-sys"
|
|
+version = "1.4.15+zstd.1.4.4"
|
|
+source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
+dependencies = [
|
|
+ "cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+ "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)",
|
|
+]
|
|
+
|
|
+[metadata]
|
|
+"checksum aho-corasick 0.7.6 (registry+https://github.com/rust-lang/crates.io-index)" = "58fb5e95d83b38284460a5fda7d6470aa0b8844d283a0b614b8535e880800d2d"
|
|
+"checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
|
|
+"checksum anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" = "7825f6833612eb2414095684fcf6c635becf3ce97fe48cf6421321e93bfbd53c"
|
|
+"checksum arrayref 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0d382e583f07208808f6b1249e60848879ba3543f57c32277bf52d69c2f0f0ee"
|
|
+"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9"
|
|
+"checksum arrayvec 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
|
|
+"checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
+"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
+"checksum backtrace 0.3.40 (registry+https://github.com/rust-lang/crates.io-index)" = "924c76597f0d9ca25d762c25a4d369d51267536465dc5064bdf0eb073ed477ea"
|
|
+"checksum backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" = "5d6575f128516de27e3ce99689419835fce9643a9b215a14d2b5b685be018491"
|
|
+"checksum base64 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
+"checksum base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
|
|
+"checksum bincode 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
|
|
+"checksum bindgen 0.51.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ebd71393f1ec0509b553aa012b9b58e81dadbdff7130bd3b8cba576e69b32f75"
|
|
+"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
+"checksum blake2b_simd 0.5.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
|
|
+"checksum block-buffer 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
+"checksum block-padding 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
+"checksum byte-tools 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
+"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5"
|
|
+"checksum c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "214238caa1bf3a496ec3392968969cab8549f96ff30652c9e56885329315f6bb"
|
|
+"checksum capstone 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "031ba51c39151a1d6336ec859646153187204b0147c7b3f6fe2de636f1b8dbb3"
|
|
+"checksum capstone-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fae25eddcb80e24f98c35952c37a91ff7f8d0f60dbbdafb9763e8d5cc566b8d7"
|
|
+"checksum cc 1.0.49 (registry+https://github.com/rust-lang/crates.io-index)" = "e450b8da92aa6f274e7c6437692f9f2ce6d701fb73bacfcf87897b3f89a4c20e"
|
|
+"checksum cexpr 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "fce5b5fb86b0c57c20c834c1b412fd09c77c8a59b9473f86272709e78874cd1d"
|
|
+"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
+"checksum chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" = "31850b4a4d6bae316f7a09e691c944c28299298837edc0a03f755618c23cbc01"
|
|
+"checksum clang-sys 0.28.1 (registry+https://github.com/rust-lang/crates.io-index)" = "81de550971c976f176130da4b2978d3b524eaa0fd9ac31f3ceb5ae1231fb4853"
|
|
+"checksum clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
|
|
+"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
+"checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
|
|
+"checksum constant_time_eq 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "995a44c877f9212528ccc74b21a232f66ad69001e40ede5bcee2ac9ef2657120"
|
|
+"checksum cpu-time 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e9e393a7668fe1fad3075085b86c781883000b4ede868f43627b34a87c8b7ded"
|
|
+"checksum cranelift-bforest 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bd05aac8cefcde54ce26178df8f36cb1f518ac691db650e7d2440c2b6b41c4dc"
|
|
+"checksum cranelift-codegen 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c63d9b6ff8a94f98deabab21880d7fd54996e0e16be687b6f80a3b6bdd9c188d"
|
|
+"checksum cranelift-codegen-meta 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7cb3df51c2c07d719d02869bfac6cabd8d82ee308d5b29ca62e6528723cc33a4"
|
|
+"checksum cranelift-codegen-shared 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "758f9426b2e22bf83fc1a6b231a9d53cd4830751883c7f0e196ebb3c210467b3"
|
|
+"checksum cranelift-entity 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ff064733df8b98f453060264a8790393d1e807aca6942706b42f79a4f7aae9ed"
|
|
+"checksum cranelift-frontend 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1eaafb5fa623dcbe19a28084a8226d7a1b17184a949c1a1f29a46b479867998d"
|
|
+"checksum cranelift-native 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "90033dbd7293f6fad4cf9dcd769cd621d60df22b1c5a11799e86359b7447a51d"
|
|
+"checksum cranelift-wasm 0.50.0 (registry+https://github.com/rust-lang/crates.io-index)" = "54cb82a1071f88822763a583ec1a8688ffe5e2cda02c111d4483dd4376ed14d8"
|
|
+"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca"
|
|
+"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac"
|
|
+"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
|
|
+"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
|
+"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4"
|
|
+"checksum ctor 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd8ce37ad4184ab2ce004c33bf6379185d3b1c95801cab51026bd271bf68eedc"
|
|
+"checksum cvt 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "34ac344c7efccb80cd25bc61b2170aec26f2f693fd40e765a539a1243db48c71"
|
|
+"checksum digest 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
+"checksum directories 2.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
|
|
+"checksum dirs-sys 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "afa0b23de8fd801745c471deffa6e12d248f962c9fd4b4c33787b055599bde7b"
|
|
+"checksum docopt 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7f525a586d310c87df72ebcd98009e57f1cc030c8c268305287a476beb653969"
|
|
+"checksum dynasm 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "42a814e1edeb85dd2a3c6fc0d6bf76d02ca5695d438c70ecee3d90774f3259c5"
|
|
+"checksum dynasmrt 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8a393aaeb4441a48bcf47b5b6155971f82cc1eb77e22855403ccc0415ac8328d"
|
|
+"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
|
|
+"checksum env_logger 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
+"checksum errno 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "c2a071601ed01b988f896ab14b95e67335d1eeb50190932a1320f7fe3cadc84e"
|
|
+"checksum errno-dragonfly 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
|
+"checksum faerie 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f902f2af041f6c7177a2a04f805687cdc71e69c7cbef059a2755d8923f4cd7a8"
|
|
+"checksum failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "f8273f13c977665c5db7eb2b99ae520952fe5ac831ae4cd09d80c4c7042b5ed9"
|
|
+"checksum failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "0bc225b78e0391e4b8683440bf2e63c2deeeb2ce5189eab46e2b68c6d3725d08"
|
|
+"checksum fake-simd 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
+"checksum fallible-iterator 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
+"checksum file-per-thread-logger 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "8505b75b31ef7285168dd237c4a7db3c1f3e0927e7d314e670bc98e854272fe9"
|
|
+"checksum filetime 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "1ff6d4dab0aa0c8e6346d46052e93b13a16cf847b54ed357087c35011048cc7d"
|
|
+"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
+"checksum gcc 0.3.55 (registry+https://github.com/rust-lang/crates.io-index)" = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
+"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
+"checksum getrandom 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "e7db7ca94ed4cd01190ceee0d8a8052f08a247aa1b469a7f68c6a3b71afcf407"
|
|
+"checksum ghost 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2a36606a68532b5640dc86bb1f33c64b45c4682aad4c50f3937b317ea387f3d6"
|
|
+"checksum gimli 0.19.0 (registry+https://github.com/rust-lang/crates.io-index)" = "162d18ae5f2e3b90a993d202f1ba17a5633c2484426f8bcae201f86194bacd00"
|
|
+"checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
+"checksum goblin 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3081214398d39e4bd7f2c1975f0488ed04614ffdd976c6fc7a0708278552c0da"
|
|
+"checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
|
|
+"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772"
|
|
+"checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
+"checksum id-arena 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
|
|
+"checksum indexmap 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712d7b3ea5827fcb9d4fda14bf4da5f136f0db2ae9c8f4bd4e2d1c6fde4e6db2"
|
|
+"checksum indoc 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3f9553c1e16c114b8b77ebeb329e5f2876eed62a8d51178c8bc6bff0d65f98f8"
|
|
+"checksum indoc-impl 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b714fc08d0961716390977cdff1536234415ac37b509e34e5a983def8340fb75"
|
|
+"checksum inventory 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "2bf98296081bd2cb540acc09ef9c97f22b7e487841520350293605db1b2c7a27"
|
|
+"checksum inventory-impl 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "0a8e30575afe28eea36a9a39136b70b2fb6b0dd0a212a5bd1f30a498395c0274"
|
|
+"checksum itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f56a2d0bc861f9165be4eb3442afd3c236d8a98afd426f65d92324ae1091a484"
|
|
+"checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f"
|
|
+"checksum jobserver 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b1d42ef453b30b7387e113da1c83ab1605d90c5b4e0eb8e96d016ed3b8c160"
|
|
+"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
+"checksum leb128 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" = "3576a87f2ba00f6f106fdfcd16db1d698d648a26ad8e0573cad8537c3c362d2a"
|
|
+"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558"
|
|
+"checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
+"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
+"checksum mach 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "86dd2487cdfea56def77b88438a2c915fb45113c5319bfe7e14306ca4cd0b0e1"
|
|
+"checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e"
|
|
+"checksum memmap 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
|
|
+"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9"
|
|
+"checksum more-asserts 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0debeb9fcf88823ea64d64e4a815ab1643f33127d995978e099942ce38f25238"
|
|
+"checksum multi_mut 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "816df386e5557ac1843a96f1ba8a7cbf4ab175d05ccc15c87a3cda27b4fbdece"
|
|
+"checksum nix 0.15.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3b2e0b4f3320ed72aaedb9a5ac838690a8047c7b275da22711fddff4f8a14229"
|
|
+"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
+"checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
|
|
+"checksum num 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cf4825417e1e1406b3782a8ce92f4d53f26ec055e3622e1881ca8e9f5f9e08db"
|
|
+"checksum num-complex 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fcb0cf31fb3ff77e6d2a6ebd6800df7fdcd106f2ad89113c9130bcd07f93dffc"
|
|
+"checksum num-integer 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "b85e541ef8255f6cf42bbfe4ef361305c6c135d10919ecc26126c4e5ae94bc09"
|
|
+"checksum num-iter 0.1.39 (registry+https://github.com/rust-lang/crates.io-index)" = "76bd5272412d173d6bf9afdf98db8612bbabc9a7a830b7bfc9c188911716132e"
|
|
+"checksum num-rational 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2885278d5fe2adc2f75ced642d52d879bffaceb5a2e0b1d4309ffdfb239b454"
|
|
+"checksum num-traits 0.2.10 (registry+https://github.com/rust-lang/crates.io-index)" = "d4c81ffc11c212fa327657cb19dd85eb7419e163b5b076bede2bdb5c974c07e4"
|
|
+"checksum num_cpus 1.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "76dac5ed2a876980778b8b85f75a71b6cbf0db0b1232ee12f826bccb00d09d72"
|
|
+"checksum opaque-debug 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
+"checksum os_pipe 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "db4d06355a7090ce852965b2d08e11426c315438462638c6d721448d0b47aa22"
|
|
+"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13"
|
|
+"checksum paste 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "423a519e1c6e828f1e73b720f9d9ed2fa643dce8a7737fb43235ce0b41eeaa49"
|
|
+"checksum paste-impl 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "4214c9e912ef61bf42b81ba9a47e8aad1b2ffaf739ab162bf96d1e011f54e6c5"
|
|
+"checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
+"checksum plain 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
+"checksum ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
|
|
+"checksum pretty_env_logger 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "717ee476b1690853d222af4634056d830b5197ffd747726a9a1eee6da9f49074"
|
|
+"checksum proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" = "ecd45702f76d6d3c75a80564378ae228a85f0b59d2f3ed43c91b4a69eb2ebfc5"
|
|
+"checksum proc-macro2 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "0319972dcae462681daf4da1adeeaa066e3ebd29c69be96c6abb1259d2ee2bcc"
|
|
+"checksum pyo3 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "e1bfe257586436fbe1296d917f14a167d4253d0873bf43e2c9b9bdd58a3f9f35"
|
|
+"checksum pyo3-derive-backend 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "4882d8237fd8c7373cc25cb802fe0dab9ff70830fd56f47ef6c7f3f287fcc057"
|
|
+"checksum pyo3cls 0.8.5 (registry+https://github.com/rust-lang/crates.io-index)" = "fdf321cfab555f7411298733c86d21e5136f5ded13f5872fabf9de3337beecda"
|
|
+"checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
+"checksum quickcheck 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d5ca504a2fdaa08d3517f442fbbba91ac24d1ec4c51ea68688a038765e3b2662"
|
|
+"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe"
|
|
+"checksum rand 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "3ae1b169243eaf61759b8475a998f0a385e42042370f3a7dbaf35246eacc8412"
|
|
+"checksum rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "03a2a90da8c7523f554344f921aa97283eadf6ac484a6d2a7d0212fa7f8d6853"
|
|
+"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
+"checksum rand_core 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
+"checksum rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
+"checksum rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
+"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
+"checksum rand_pcg 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
|
+"checksum raw-cpuid 7.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "b4a349ca83373cfa5d6dbb66fd76e58b2cca08da71a5f6400de0a0a6a9bceeaf"
|
|
+"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098"
|
|
+"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9"
|
|
+"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
+"checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
|
|
+"checksum redox_users 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ecedbca3bf205f8d8f5c2b44d83cd0690e39ee84b951ed649e9f1841132b66d"
|
|
+"checksum regex 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dc220bd33bdce8f093101afe22a037b8eb0e5af33592e6a9caafff0d4cb81cbd"
|
|
+"checksum regex-syntax 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "11a7e20d1cce64ef2fed88b66d347f88bd9babb82845b2b858f3edbf59a4f716"
|
|
+"checksum region 2.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "448e868c6e4cfddfa49b6a72c95906c04e8547465e9536575b95c70a4044f856"
|
|
+"checksum remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
|
|
+"checksum rust-argon2 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "4ca4eaef519b494d1f2848fc602d18816fed808a981aedf4f1f00ceb7c9d32cf"
|
|
+"checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
|
|
+"checksum rustc-hash 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7540fc8b0c49f096ee9c961cda096467dce8084bec6bdca2fc83895fd9b28cb8"
|
|
+"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
+"checksum ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "bfa8506c1de11c9c4e4c38863ccbe02a305c8188e85a05a784c9e11e1c3910c8"
|
|
+"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d"
|
|
+"checksum scroll 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "abb2332cb595d33f7edd5700f4cbf94892e680c7f0ae56adab58a35190b66cb1"
|
|
+"checksum scroll_derive 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8584eea9b9ff42825b46faf46a8c24d2cff13ec152fa2a50df788b87c07ee28"
|
|
+"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
+"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
+"checksum serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "414115f25f818d7dfccec8ee535d76949ae78584fc4f79a6f45a904bf8ab4449"
|
|
+"checksum serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" = "128f9e303a5a29922045a830221b8f78ec74a5f544944f3d5984f8ec3895ef64"
|
|
+"checksum serde_json 1.0.44 (registry+https://github.com/rust-lang/crates.io-index)" = "48c575e0cc52bdd09b47f330f646cf59afc586e9c4e3ccd6fc1f625b8ea1dad7"
|
|
+"checksum sha2 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
|
|
+"checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
+"checksum smallvec 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "44e59e0c9fa00817912ae6e4e6e3c4fe04455e75699d06eedc7d85917ed8e8f4"
|
|
+"checksum spin 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
|
|
+"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
|
+"checksum string-interner 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "fd710eadff449a1531351b0e43eb81ea404336fa2f56c777427ab0e32a4cf183"
|
|
+"checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
|
|
+"checksum strsim 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
|
+"checksum syn 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1e4ff033220a41d1a57d8125eab57bf5263783dfdcc18688b1dacc6ce9651ef8"
|
|
+"checksum synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "67656ea1dc1b41b1451851562ea232ec2e5a80242139f7e679ceccfb5d61f545"
|
|
+"checksum target-lexicon 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6f4c118a7a38378f305a9e111fcb2f7f838c0be324bfb31a77ea04f7f6e684b4"
|
|
+"checksum tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
+"checksum termcolor 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "96d6098003bde162e4277c70665bd87c326f5a0c3f3fbfb285787fa482d54e6e"
|
|
+"checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
+"checksum thiserror 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "6f357d1814b33bc2dc221243f8424104bfe72dbe911d5b71b3816a2dff1c977e"
|
|
+"checksum thiserror-impl 1.0.9 (registry+https://github.com/rust-lang/crates.io-index)" = "eb2e25d25307eb8436894f727aba8f65d07adf02e5b35a13cebed48bd282bfef"
|
|
+"checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b"
|
|
+"checksum time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
|
|
+"checksum toml 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "01d1404644c8b12b16bfcffa4322403a91a451584daaaa7c28d3152e6cbc98cf"
|
|
+"checksum traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
|
|
+"checksum trybuild 1.0.19 (registry+https://github.com/rust-lang/crates.io-index)" = "987d6fdc45ddd7f3be5aa7386c8c8a844d1655c95b9ed948a9cd9cded8f2b79f"
|
|
+"checksum typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
|
|
+"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
|
+"checksum unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
|
|
+"checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
|
|
+"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
+"checksum unindent 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "63f18aa3b0e35fed5a0048f029558b1518095ffe2a0a31fb87c93dece93a4993"
|
|
+"checksum unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
|
|
+"checksum vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
|
|
+"checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
|
|
+"checksum version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
|
|
+"checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
|
+"checksum walrus 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "85ce93ab0c27412ba41d509f2410fa575ecbfdb4a6aba0e02e79e12c09745485"
|
|
+"checksum walrus-macro 0.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8757b0da38353d55a9687f4dee68a8f441f980dd36e16ab07d6e6c673f505f76"
|
|
+"checksum wasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b89c3ce4ce14bdc6fb6beaf9ec7928ca331de5df7e5ea278375642a2f478570d"
|
|
+"checksum wasm-webidl-bindings 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b5cae185868c6038a48f487b9af3766ee0c68d4a85fa3610c3a0522092b3cec1"
|
|
+"checksum wasmparser 0.39.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c702914acda5feeeffbc29e4d953e5b9ce79d8b98da4dbf18a77086e116c5470"
|
|
+"checksum wast 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "233648f540f07fce9b972436f2fbcae8a750c1121b6d32d949e1a44b4d9fc7b1"
|
|
+"checksum wast 5.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "8d1de68310854a9840d39487701a8c1acccb5c9f9f2650d5fce3cdfe6650c372"
|
|
+"checksum wat 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "d916cc60b1b79ac1ca7683af8d6ec56b789167f7f696b3f1ab3d98961129f192"
|
|
+"checksum which 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5475d47078209a02e60614f7ba5e645ef3ed60f771920ac1906d7c1cc65024c8"
|
|
+"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
+"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
+"checksum winapi-util 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7168bab6e1daee33b4557efd0e95d5ca70a03706d39fa5f3fe7a236f584b03c9"
|
|
+"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
+"checksum wincolor 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "96f5016b18804d24db43cebf3c77269e7569b8954a8464501c216cc5e070eaa9"
|
|
+"checksum witx 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d075344afebe51633c0302fc11698c2d6414f9d366c749db1af57710f112561"
|
|
+"checksum zstd 0.5.1+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "5c5d978b793ae64375b80baf652919b148f6a496ac8802922d9999f5a553194f"
|
|
+"checksum zstd-safe 2.0.3+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "bee25eac9753cfedd48133fa1736cbd23b774e253d89badbeac7d12b23848d3f"
|
|
+"checksum zstd-sys 1.4.15+zstd.1.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "89719b034dc22d240d5b407fb0a3fe6d29952c181cff9a9f95c0bd40b4f8f7d8"
|