| # 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 = "async-log" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "async-log-attributes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "async-log-attributes" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "atty" |
| version = "0.2.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "backtrace" |
| version = "0.3.35" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.62 (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.31" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "bitflags" |
| version = "1.1.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "bumpalo" |
| version = "2.6.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "cc" |
| version = "1.0.41" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "cfg-if" |
| version = "0.1.9" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "clicolors-control" |
| version = "1.0.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "atty 0.2.13 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8 (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.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "console" |
| version = "0.7.7" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "encode_unicode 0.3.6 (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.62 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "encode_unicode" |
| version = "0.3.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "failure" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)", |
| "failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "failure_derive" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| "synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "femme" |
| version = "1.2.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "async-log 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| "js-sys 0.3.27 (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.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| "web-sys 0.3.27 (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.3.0 (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 = "js-sys" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "kv-log-macro" |
| version = "1.0.4" |
| dependencies = [ |
| "femme 1.2.0 (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 = "libc" |
| version = "0.2.62" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "lock_api" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "scopeguard 1.0.0 (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.9 (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 = "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 = "parking_lot" |
| version = "0.9.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "parking_lot_core 0.6.2 (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 = "parking_lot_core" |
| version = "0.6.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)", |
| "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)", |
| "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| "smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "0.4.30" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "proc-macro2" |
| version = "1.0.2" |
| 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 = "quote" |
| version = "0.6.13" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.30 (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.2 (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 = "regex" |
| version = "1.2.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.11 (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.11" |
| source = "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_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.0" |
| 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 = "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.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "serde_derive" |
| version = "1.0.99" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.2 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "serde_json" |
| version = "1.0.40" |
| 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.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "smallvec" |
| version = "0.6.10" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "sourcefile" |
| version = "0.1.4" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "syn" |
| version = "0.15.44" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "syn" |
| version = "1.0.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.2 (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.10.2" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
| "quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| "syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
| "unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "termios" |
| version = "0.3.1" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "libc 0.2.62 (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 = "unicode-segmentation" |
| version = "1.3.0" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unicode-width" |
| version = "0.1.6" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "unicode-xid" |
| version = "0.1.0" |
| 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 = "version_check" |
| version = "0.1.5" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "wasm-bindgen" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)", |
| "serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-backend" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "bumpalo 2.6.0 (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)", |
| "proc-macro2 1.0.2 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-macro-support" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "proc-macro2 1.0.2 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "wasm-bindgen-shared" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| |
| [[package]] |
| name = "wasm-bindgen-webidl" |
| version = "0.2.50" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| "proc-macro2 1.0.2 (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.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "web-sys" |
| version = "0.3.27" |
| source = "registry+https://github.com/rust-lang/crates.io-index" |
| dependencies = [ |
| "failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| "js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)", |
| "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| "wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)", |
| ] |
| |
| [[package]] |
| name = "weedle" |
| version = "0.10.0" |
| 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 = "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-x86_64-pc-windows-gnu" |
| version = "0.4.0" |
| source = "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 async-log 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f5ba33304f3165922dd93565a36dda8ac96c28b1a926ad535ec904e48ecad59b" |
| "checksum async-log-attributes 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "da97f8e61b19a72f67d8932de8b0905f7d41a1d7b9501b9938c7755f96f6362d" |
| "checksum atty 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "1803c647a3ec87095e7ae7acfca019e98de5ec9a7d01343f611cf3152ed71a90" |
| "checksum backtrace 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" = "1371048253fa3bac6704bfd6bbfc922ee9bdcee8881330d40f308b81cc5adc55" |
| "checksum backtrace-sys 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)" = "82a830b4ef2d1124a711c71d263c5abdc710ef8e907bd508c88be475cebc422b" |
| "checksum bitflags 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3d155346769a6855b86399e9bc3814ab343cd3d62c7e985113d46a0ec3c281fd" |
| "checksum bumpalo 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ad807f2fc2bf185eeb98ff3a901bd46dc5ad58163d0fa4577ba0d25674d71708" |
| "checksum cc 1.0.41 (registry+https://github.com/rust-lang/crates.io-index)" = "8dae9c4b8fedcae85592ba623c4fd08cfdab3e3b72d6df780c6ead964a69bfff" |
| "checksum cfg-if 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "b486ce3ccf7ffd79fdeb678eac06a9e6c09fc88d33836340becb8fffe87c5e33" |
| "checksum clicolors-control 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "90082ee5dcdd64dc4e9e0d37fbf3ee325419e39c0092191e0393df65518f741e" |
| "checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
| "checksum console 0.7.7 (registry+https://github.com/rust-lang/crates.io-index)" = "8ca57c2c14b8a2bf3105bc9d15574aad80babf6a9c44b1058034cdf8bd169628" |
| "checksum encode_unicode 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f" |
| "checksum failure 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "795bd83d3abeb9220f257e597aa0080a508b27533824adf336529648f6abf7e2" |
| "checksum failure_derive 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "ea1063915fd7ef4309e222a5a07cf9c319fb9c7836b1f89b85458672dbb127e1" |
| "checksum femme 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5be72f4521db035ff3954b2bba1928c23a395843497d669854394a4182f05301" |
| "checksum heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205" |
| "checksum itoa 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" = "501266b7edd0174f8530248f87f99c88fbe60ca4ef3dd486835b8d8d53136f7f" |
| "checksum js-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "1efc4f2a556c58e79c5500912e221dd826bec64ff4aabd8ce71ccef6da02d7d4" |
| "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| "checksum libc 0.2.62 (registry+https://github.com/rust-lang/crates.io-index)" = "34fcd2c08d2f832f376f4173a231990fa5aef4e99fb569867318a227ef4c06ba" |
| "checksum lock_api 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f8912e782533a93a167888781b836336a6ca5da6175c05944c86cf28c31104dc" |
| "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
| "checksum memchr 2.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88579771288728879b57485cc7d6b07d648c9f0141eb955f8ab7f9d45394468e" |
| "checksum nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6" |
| "checksum parking_lot 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
| "checksum parking_lot_core 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
| "checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
| "checksum proc-macro2 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "175a40b9cf564ce9bf050654633dbf339978706b8ead1a907bb970b63185dd95" |
| "checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
| "checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" |
| "checksum redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84" |
| "checksum regex 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "88c3d9193984285d544df4a30c23a4e62ead42edf70a4452ceb76dac1ce05c26" |
| "checksum regex-syntax 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "b143cceb2ca5e56d5671988ef8b15615733e7ee16cd348e064333b251b89343f" |
| "checksum rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783" |
| "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| "checksum ryu 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997" |
| "checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
| "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.99 (registry+https://github.com/rust-lang/crates.io-index)" = "fec2851eb56d010dc9a21b89ca53ee75e6528bab60c11e89d38390904982da9f" |
| "checksum serde_derive 1.0.99 (registry+https://github.com/rust-lang/crates.io-index)" = "cb4dc18c61206b08dc98216c98faa0232f4337e1e1b8574551d5bad29ea1b425" |
| "checksum serde_json 1.0.40 (registry+https://github.com/rust-lang/crates.io-index)" = "051c49229f282f7c6f3813f8286cc1e3323e8051823fce42c7ea80fe13521704" |
| "checksum smallvec 0.6.10 (registry+https://github.com/rust-lang/crates.io-index)" = "ab606a9c5e214920bb66c458cd7be8ef094f813f20fe77a54cc7dbfff220d4b7" |
| "checksum sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4bf77cb82ba8453b42b6ae1d692e4cdc92f9a47beaf89a847c8be83f4e328ad3" |
| "checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
| "checksum syn 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "66850e97125af79138385e9b88339cbcd037e3f28ceab8c5ad98e64f0f1f80bf" |
| "checksum synstructure 0.10.2 (registry+https://github.com/rust-lang/crates.io-index)" = "02353edf96d6e4dc81aea2d8490a7e9db177bf8acb0e951c24940bf866cb313f" |
| "checksum termios 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "72b620c5ea021d75a735c943269bb07d30c9b77d6ac6b236bc8b5c496ef05625" |
| "checksum thread_local 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c6b53e329000edc2b34dbe8545fd20e55a333362d0a321909685a19bd28c3f1b" |
| "checksum unicode-segmentation 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1967f4cdfc355b37fd76d2a954fb2ed3871034eb4f26d60537d88795cfc332a9" |
| "checksum unicode-width 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7007dbd421b92cc6e28410fe7362e2e0a2503394908f417b68ec8d1c364c4e20" |
| "checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
| "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" |
| "checksum version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
| "checksum wasm-bindgen 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "dcddca308b16cd93c2b67b126c688e5467e4ef2e28200dc7dfe4ae284f2faefc" |
| "checksum wasm-bindgen-backend 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "f805d9328b5fc7e5c6399960fd1889271b9b58ae17bdb2417472156cc9fafdd0" |
| "checksum wasm-bindgen-macro 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "3ff88201a482abfc63921621f6cb18eb1efd74f136b05e5841e7f8ca434539e9" |
| "checksum wasm-bindgen-macro-support 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "6a433d89ecdb9f77d46fcf00c8cf9f3467b7de9954d8710c175f61e2e245bb0e" |
| "checksum wasm-bindgen-shared 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "d41fc1bc3570cdf8d108c15e014045fd45a95bb5eb36605f96a90461fc34027d" |
| "checksum wasm-bindgen-webidl 0.2.50 (registry+https://github.com/rust-lang/crates.io-index)" = "be53d289bf2fa7645a089cfd5c7a34bf4fe94221f58cf86ee42a7b4bc854ff14" |
| "checksum web-sys 0.3.27 (registry+https://github.com/rust-lang/crates.io-index)" = "6435c477200ad486089a7a72c2bd6c9bdf9740bd7fff868806076218076d8c51" |
| "checksum weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" = "3bb43f70885151e629e2a19ce9e50bd730fd436cfd4b666894c9ce4de9141164" |
| "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-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |