From 615f71bfd732037edbc0e6c74c53e66e1d299095 Mon Sep 17 00:00:00 2001 From: Valentin Brandl Date: Thu, 13 Feb 2020 00:15:41 +0100 Subject: [PATCH] Add nix build expression and crate hashes --- Cargo.nix | 5596 +++++++++++++++++++++++++++++++++++++++++++++ crate-hashes.json | 242 ++ 2 files changed, 5838 insertions(+) create mode 100644 Cargo.nix create mode 100644 crate-hashes.json diff --git a/Cargo.nix b/Cargo.nix new file mode 100644 index 0000000..343a06e --- /dev/null +++ b/Cargo.nix @@ -0,0 +1,5596 @@ + +# Generated by crate2nix 0.6.1 with the command: +# "generate" +# See https://github.com/kolloch/crate2nix for more info. + +{ pkgs? import { config = {}; }, + lib? pkgs.lib, + callPackage? pkgs.callPackage, + stdenv? pkgs.stdenv, + buildRustCrate? pkgs.buildRustCrate, + fetchurl? pkgs.fetchurl, + fetchCrate? pkgs.fetchCrate, + defaultCrateOverrides? pkgs.defaultCrateOverrides, + # The features to enable for the root_crate or the workspace_members. + rootFeatures? ["default"]}: + +rec { + # + # "public" attributes that we attempt to keep stable with new versions of crate2nix. + # + + rootCrate = { + packageId = "hoc 0.11.5 (path+file:///home/me/Codes/rust/hoc)"; + + # Use this attribute to refer to the derivation building your root crate package. + # You can override the features with rootCrate.build.override { features = [ "default" "feature1" ... ]; }. + build = buildRustCrateWithFeatures { + packageId = "hoc 0.11.5 (path+file:///home/me/Codes/rust/hoc)"; + features = rootFeatures; + }; + }; + root_crate = + builtins.trace "root_crate is deprecated since crate2nix 0.4. Please use rootCrate instead." rootCrate.build; + # Refer your crate build derivation by name here. + # You can override the features with + # workspaceMembers."${crateName}".build.override { features = [ "default" "feature1" ... ]; }. + workspaceMembers = { + "hoc" = { + packageId = "hoc 0.11.5 (path+file:///home/me/Codes/rust/hoc)"; + build = buildRustCrateWithFeatures { + packageId = "hoc 0.11.5 (path+file:///home/me/Codes/rust/hoc)"; + features = rootFeatures; + }; + }; + }; + workspace_members = + builtins.trace + "workspace_members is deprecated in crate2nix 0.4. Please use workspaceMembers instead." + lib.mapAttrs (n: v: v.build) workspaceMembers; + + # + # "private" attributes that may change in every new version of crate2nix. + # + + # Build and dependency information for crates. + # Many of the fields are passed one-to-one to buildRustCrate. + # + # Noteworthy: + # * `crateBin = [{name = ","; path = ",";}];`: a hack to disable building the binary. + # * `dependencies`/`buildDependencies`: similar to the corresponding fields for buildRustCrate. + # but with additional information which is used during dependency/feature resolution. + # * `resolvedDependencies`: the selected default features reported by cargo - only included for debugging. + + crates = { + "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-codec"; + version = "0.2.0"; + edition = "2018"; + sha256 = "0q0c8l8pqhacgakmaz53az6fszdwdb0nwr5ds6cac9r9zz8ywagi"; + libName = "actix_codec"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-sink" = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "tokio-util" = { + packageId = "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "codec" ]; + }; + }; + features = { + }; + }; + "actix-connect 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-connect"; + version = "1.0.2"; + edition = "2018"; + sha256 = "0c5dwgi9z1z4d319mdji3y97p3nsbla5jgi9546gf88wgi3q4jqa"; + libName = "actix_connect"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-utils" = "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "either" = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = { + packageId = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "trust-dns-proto" = "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "trust-dns-resolver" = "trust-dns-resolver 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "uri" ]; + "openssl" = [ "open-ssl" "tokio-openssl" ]; + "rustls" = [ "rust-tls" "tokio-rustls" "webpki" ]; + "uri" = [ "http" ]; + }; + resolvedDefaultFeatures = [ "default" "http" "uri" ]; + }; + "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-http"; + version = "1.0.1"; + edition = "2018"; + sha256 = "0kly08m5idjk91mawpz3xz5b2b08gvqb2c43h82mkmhi3fbvcih0"; + libName = "actix_http"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-connect" = "actix-connect 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-threadpool" = "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-utils" = "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "base64" = "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "brotli2" = { + packageId = "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "chrono" = "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "copyless" = "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "either" = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "encoding_rs" = "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)"; + "failure" = { + packageId = "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + rename = "fail-ure"; + optional = true; + }; + "flate2" = { + packageId = "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "futures-channel" = "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-util" = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "fxhash" = "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "h2" = "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "httparse" = "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "indexmap" = "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "language-tags" = "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "mime" = "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "percent-encoding" = "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "pin-project" = "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex" = "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_urlencoded" = "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "sha1" = "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "time" = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "compress" = [ "flate2" "brotli2" ]; + "failure" = [ "fail-ure" ]; + "openssl" = [ "actix-tls/openssl" "actix-connect/openssl" ]; + "rustls" = [ "actix-tls/rustls" "actix-connect/rustls" ]; + "secure-cookies" = [ "ring" ]; + }; + resolvedDefaultFeatures = [ "brotli2" "compress" "default" "fail-ure" "failure" "flate2" ]; + }; + "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-macros"; + version = "0.1.1"; + edition = "2018"; + sha256 = "0q7pww0k53vknmqs80qadrg605wxva7y3d9q8l4n82lz4h89i3xg"; + procMacro = true; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" ]; + }; + }; + features = { + }; + }; + "actix-router 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-router"; + version = "0.2.4"; + edition = "2018"; + sha256 = "0y3bah2wqsmd72q4xqh8byk62g5b034pr52yhaz9lxz8ls2yrxma"; + libName = "actix_router"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "bytestring" = "bytestring 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = { + packageId = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex" = "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "http" ]; + }; + resolvedDefaultFeatures = [ "default" "http" ]; + }; + "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-rt"; + version = "1.0.0"; + edition = "2018"; + sha256 = "0ls65i028lmdsbxq5bs5pyv3qhr99waldlhvv1w23jsbbgvkc592"; + libName = "actix_rt"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-macros" = "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-threadpool" = "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "copyless" = "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "rt-core" "rt-util" "io-driver" "tcp" "uds" "udp" "time" "signal" "stream" ]; + }; + }; + features = { + }; + }; + "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-server"; + version = "1.0.1"; + edition = "2018"; + sha256 = "1xb87xrblkncpq259zsfn53kfzp021ij2yd7xwfxfd3p3n0br47c"; + libName = "actix_server"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-utils" = "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio" = "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)"; + "mio-uds" = "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)"; + "net2" = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + "num_cpus" = "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-service"; + version = "1.0.5"; + edition = "2018"; + sha256 = "0g6yv4rxxw51z5p05b0c1ibvdmm2lbjqq040ga3va8zb6xf6y7ad"; + libName = "actix_service"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "futures-util" = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "pin-project" = "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "actix-testing 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-testing"; + version = "1.0.0"; + edition = "2018"; + sha256 = "1fv0hb97dk29madnzmqxp4lns1vys0vnrk9r4pz3c2x6aq7c17q0"; + libName = "actix_testing"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-macros" = "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-server" = "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "net2" = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-threadpool"; + version = "0.3.1"; + edition = "2018"; + sha256 = "1f1ccns3k90fx2x3vqs4hlw911pffd4yg58z64fjz3v55kvpmbga"; + libName = "actix_threadpool"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-channel" = "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "num_cpus" = "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "parking_lot" = "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "threadpool" = "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "actix-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-tls"; + version = "1.0.0"; + edition = "2018"; + sha256 = "0r657y880jjshqf9ikh9xqa62if2fkkijr334n9qsxcxrq6rvxvp"; + libName = "actix_tls"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-utils" = "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "either" = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "nativetls" = [ "native-tls" "tokio-tls" ]; + "openssl" = [ "open-ssl" "tokio-openssl" ]; + "rustls" = [ "rust-tls" "webpki" "webpki-roots" "tokio-rustls" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-utils"; + version = "1.0.6"; + edition = "2018"; + sha256 = "0vcbppj7a1jnap2svn969pka0br64nb480w5h7p4xiffswys1m7x"; + libName = "actix_utils"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "either" = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "pin-project" = "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-web"; + version = "2.0.0"; + edition = "2018"; + sha256 = "1vkzd9irjmc59c8lm852367na5ra9g1lhkxvdz9z6yg09xi4kynm"; + libName = "actix_web"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-http" = "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-macros" = "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-router" = "actix-router 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-server" = "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-testing" = "actix-testing 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-threadpool" = "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-tls" = "actix-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-utils" = "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-web-codegen" = "actix-web-codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "awc" = { + packageId = "awc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "encoding_rs" = "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "fxhash" = "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "mime" = "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "net2" = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + "pin-project" = "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "regex" = "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "derive" ]; + }; + "serde_json" = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_urlencoded" = "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "time" = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + "url" = "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "compress" = [ "actix-http/compress" "awc/compress" ]; + "default" = [ "compress" "failure" ]; + "failure" = [ "actix-http/failure" ]; + "openssl" = [ "actix-tls/openssl" "awc/openssl" "open-ssl" ]; + "rustls" = [ "actix-tls/rustls" "awc/rustls" "rust-tls" ]; + "secure-cookies" = [ "actix-http/secure-cookies" ]; + }; + resolvedDefaultFeatures = [ "compress" "default" "failure" ]; + }; + "actix-web-codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "actix-web-codegen"; + version = "0.2.0"; + edition = "2018"; + sha256 = "0iws52fmafp3w39wbfa6n4hh2wnqnhblkqq55i61nphk3xqk2ab6"; + procMacro = true; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" "parsing" ]; + }; + }; + features = { + }; + }; + "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "adler32"; + version = "1.0.4"; + edition = "2015"; + sha256 = "157bfkgcy4p3cclfv378x7clxcj3l23jj7sckjbqkmdjbi72y134"; + authors = [ + "Remi Rampin " + ]; + features = { + }; + }; + "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "aho-corasick"; + version = "0.7.8"; + edition = "2015"; + sha256 = "0nclvmhz967mvqrg2040is0a21grjd0xhmmmm5pi7qwx0mxprgvk"; + libName = "aho_corasick"; + authors = [ + "Andrew Gallant " + ]; + dependencies = { + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" ]; + "std" = [ "memchr/use_std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ansi_term"; + version = "0.11.0"; + edition = "2015"; + sha256 = "08fk0p2xvkqpmz3zlrwnf6l8sj2vngw464rvzspzp31sbgxbwm4v"; + authors = [ + "ogham@bsago.me" + "Ryan Scheel (Havvy) " + "Josh Triplett " + ]; + dependencies = { + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "windows"); + features = [ "errhandlingapi" "consoleapi" "processenv" ]; + }; + }; + features = { + }; + }; + "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "antidote"; + version = "1.0.0"; + edition = "2015"; + sha256 = "1x2wgaw603jcjwsfvc8s2rpaqjv0aqj8mvws2ahhkvfnwkdf7icw"; + authors = [ + "Steven Fackler " + ]; + features = { + }; + }; + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "anyhow"; + version = "1.0.26"; + edition = "2018"; + sha256 = "1b7488a848vyb98kb4nf80syn0g2crnm1ns63dfjl6cicb603c6k"; + authors = [ + "David Tolnay " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "arc-swap"; + version = "0.4.4"; + edition = "2015"; + sha256 = "1hkqmz1f5y28ir5bxgv75sa3i1q5kgdvrd8fyhhp7ip9mbx9gb90"; + authors = [ + "Michal 'vorner' Vaner " + ]; + features = { + }; + }; + "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "arrayvec"; + version = "0.4.12"; + edition = "2015"; + sha256 = "0g11if4ihxifdiiwk6brnywkpgbvfbfwxgfqw5a407hprcq3s49f"; + authors = [ + "bluss" + ]; + dependencies = { + "nodrop" = { + packageId = "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" ]; + "serde-1" = [ "serde" ]; + }; + resolvedDefaultFeatures = [ "array-sizes-33-128" "default" "std" ]; + }; + "async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "async-trait"; + version = "0.1.24"; + edition = "2018"; + sha256 = "1cpavs8f1bdl8wpxc4d1v8gr4kspsvdrzb4sazqzyak11q9kxc7q"; + procMacro = true; + authors = [ + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" "visit-mut" ]; + }; + }; + features = { + }; + }; + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "atty"; + version = "0.2.14"; + edition = "2015"; + sha256 = "18x3dv3clg1qyf0skj16b9zd9679dav2r81in85zdmb5aqd25564"; + authors = [ + "softprops " + ]; + dependencies = { + "hermit-abi" = { + packageId = "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "hermit"); + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = target."unix"; + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "consoleapi" "processenv" "minwinbase" "minwindef" "winbase" ]; + }; + }; + features = { + }; + }; + "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "autocfg"; + version = "1.0.0"; + edition = "2015"; + sha256 = "1hhgqh551gmws22z9rxbnsvlppwxvlj0nszj7n1x56pqa3j3swy7"; + authors = [ + "Josh Stone " + ]; + features = { + }; + }; + "awc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "awc"; + version = "1.0.1"; + edition = "2018"; + sha256 = "1cjrb59gpgq6q5jmhy37z6l7sl2il1scjxhhpbz1ylmy0apjv6dj"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "actix-codec" = "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-http" = "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-service" = "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "base64" = "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "derive_more" = "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "mime" = "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "percent-encoding" = "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_urlencoded" = "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "compress" = [ "actix-http/compress" ]; + "default" = [ "compress" ]; + "openssl" = [ "open-ssl" "actix-http/openssl" ]; + "rustls" = [ "rust-tls" "actix-http/rustls" ]; + }; + resolvedDefaultFeatures = [ "compress" ]; + }; + "backtrace 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "backtrace"; + version = "0.3.44"; + edition = "2018"; + sha256 = "19i5ary8nwk14k0z7gwdwlhs6h3ha9s44942qdy54xi0sbmwqnv0"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "backtrace-sys" = { + packageId = "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "rustc-demangle" = "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" "libunwind" "libbacktrace" "dladdr" "dbghelp" ]; + "gimli-symbolize" = [ "addr2line" "findshlibs" "memmap" "goblin" ]; + "libbacktrace" = [ "backtrace-sys" ]; + "rustc-dep-of-std" = [ "backtrace-sys/rustc-dep-of-std" "cfg-if/rustc-dep-of-std" "core" "compiler_builtins" "libc/rustc-dep-of-std" "rustc-demangle/rustc-dep-of-std" ]; + "serialize-rustc" = [ "rustc-serialize" ]; + "serialize-serde" = [ "serde" ]; + "verify-winapi" = [ "winapi/dbghelp" "winapi/handleapi" "winapi/libloaderapi" "winapi/minwindef" "winapi/processthreadsapi" "winapi/synchapi" "winapi/winbase" "winapi/winnt" ]; + }; + resolvedDefaultFeatures = [ "backtrace-sys" "dbghelp" "default" "dladdr" "libbacktrace" "libunwind" "std" ]; + }; + "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "backtrace-sys"; + version = "0.1.32"; + edition = "2015"; + sha256 = "1jrb7450v9kyqrjc97vzckbpwj9jakvc1jkq95i46g6mn9kvqkgr"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + buildDependencies = { + "cc" = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; + }; + }; + "badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "badge"; + version = "0.2.0"; + edition = "2015"; + sha256 = "0qmd6kyyh223zr0x7k7dsh126sqz6mdd6rqxdayasif5b5816fnv"; + libPath = "badge.rs"; + authors = [ + "Onur Aslan " + ]; + dependencies = { + "base64" = "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "rusttype" = "rusttype 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "base64"; + version = "0.11.0"; + edition = "2018"; + sha256 = "1idkqdfza39zyhl7ml4i2wq6dv2y331vj2nm9lshvmqbrc23j890"; + authors = [ + "Alice Maz " + "Marshall Pierce " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "base64"; + version = "0.9.3"; + edition = "2015"; + sha256 = "11hhz8ln4zbpn2h2gm9fbbb9j254wrd4fpmddlyah2rrnqsmmqkd"; + authors = [ + "Alice Maz " + "Marshall Pierce " + ]; + dependencies = { + "byteorder" = "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "safemem" = "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "bitflags"; + version = "1.2.1"; + edition = "2015"; + sha256 = "0b77awhpn7yaqjjibm69ginfn996azx5vkzfjj39g3wbsqs7mkxg"; + authors = [ + "The Rust Project Developers" + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "brotli-sys"; + version = "0.3.2"; + edition = "2015"; + sha256 = "0b68xckd06a5gvdykimgr5f0f2whrhj0lwqq6scy0viaargqkdnl"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "cc" = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "brotli2"; + version = "0.3.2"; + edition = "2015"; + sha256 = "1daqrhn50rr8k03h7dd2zkjc0qn2c45q6hrmi642fnz0y5rfwm5y"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "brotli-sys" = "brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "bumpalo"; + version = "3.2.0"; + edition = "2018"; + sha256 = "1kidhyyvar7mw59c6fbbrlfhwrym1qq35jn1kbwf2q98vc3fdzf2"; + authors = [ + "Nick Fitzgerald " + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "bytecount"; + version = "0.6.0"; + edition = "2018"; + sha256 = "1jgxppazbx9802if2s9wbwhq8dg5fxmm0ylp3ipfzys818wba2fj"; + authors = [ + "Andre Bogus " + "Joshua Landau " + ]; + features = { + "generic-simd" = [ "packed_simd" ]; + }; + }; + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "byteorder"; + version = "1.3.4"; + edition = "2015"; + sha256 = "1hi7ixdls5qssw39wgp1gm8d20yjghgawc3m4xr2wkxmxsv08krz"; + authors = [ + "Andrew Gallant " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "bytes"; + version = "0.5.4"; + edition = "2018"; + sha256 = "0v7dcwfzya64c65haqydhyhkjk0czfrma14lrm7wkqmz4j4skpwh"; + authors = [ + "Carl Lerche " + "Sean McArthur " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "bytestring 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "bytestring"; + version = "0.1.4"; + edition = "2018"; + sha256 = "0yxdckappaf966a727vx45brb8jzgy5a1cf79vvfj4aa7y21sv22"; + authors = [ + "Nikolay Kim " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "c2-chacha"; + version = "0.2.3"; + edition = "2018"; + sha256 = "04vh0cc9g94cj6cq96sfv3lks7rx486jdn43rmqcvb2syh4y9dqj"; + authors = [ + "The CryptoCorrosion Contributors" + ]; + dependencies = { + "ppv-lite86" = { + packageId = "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)"; + rename = "ppv-lite86"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" "simd" "rustcrypto_api" ]; + "rustcrypto_api" = [ "stream-cipher" "byteorder" ]; + "simd" = [ "ppv-lite86/simd" ]; + "std" = [ "ppv-lite86/std" ]; + }; + resolvedDefaultFeatures = [ "simd" "std" ]; + }; + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "cc"; + version = "1.0.50"; + edition = "2018"; + # Hack to suppress building binaries + crateBin = [{name = ","; path = ",";}]; + sha256 = "1di84m338b9c42vfq86g5lyq5s03i0zfvvf59dvb6mr37z063h1d"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "jobserver" = { + packageId = "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "parallel" = [ "jobserver" ]; + }; + resolvedDefaultFeatures = [ "jobserver" "parallel" ]; + }; + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "cfg-if"; + version = "0.1.10"; + edition = "2018"; + sha256 = "0x52qzpbyl2f2jqs7kkqzgfki2cpq99gpfjjigdp8pwwfqk01007"; + authors = [ + "Alex Crichton " + ]; + features = { + "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; + }; + }; + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "chrono"; + version = "0.4.10"; + edition = "2015"; + sha256 = "13yj8csdvzzcrw8g4946rip5wgvviafg6cg01m1r32vgnssb2kr5"; + authors = [ + "Kang Seonghoon " + "Brandon W Maister " + ]; + dependencies = { + "num-integer" = { + packageId = "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "num-traits" = { + packageId = "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "time" = { + packageId = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "bench" = [ "std" ]; + "clock" = [ "time" "std" ]; + "default" = [ "clock" "std" ]; + "wasmbind" = [ "wasm-bindgen" "js-sys" ]; + }; + resolvedDefaultFeatures = [ "clock" "default" "std" "time" ]; + }; + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "clap"; + version = "2.33.0"; + edition = "2015"; + sha256 = "054n9ngh6pkknpmd4acgdsp40iw6f5jzq8a4h2b76gnbvk6p5xjh"; + authors = [ + "Kevin K. " + ]; + dependencies = { + "ansi_term" = { + packageId = "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (!target."windows"); + }; + "atty" = { + packageId = "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "strsim" = { + packageId = "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "textwrap" = "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-width" = "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; + "vec_map" = { + packageId = "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "color" = [ "ansi_term" "atty" ]; + "default" = [ "suggestions" "color" "vec_map" ]; + "doc" = [ "yaml" ]; + "lints" = [ "clippy" ]; + "suggestions" = [ "strsim" ]; + "wrap_help" = [ "term_size" "textwrap/term_size" ]; + "yaml" = [ "yaml-rust" ]; + }; + resolvedDefaultFeatures = [ "ansi_term" "atty" "color" "default" "strsim" "suggestions" "vec_map" ]; + }; + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "cloudabi"; + version = "0.0.3"; + edition = "2015"; + sha256 = "1z9lby5sr6vslfd14d6igk03s7awf91mxpsfmsp3prxbxlk0x7h5"; + libPath = "cloudabi.rs"; + authors = [ + "Nuxi (https://nuxi.nl/) and contributors" + ]; + dependencies = { + "bitflags" = { + packageId = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "default" = [ "bitflags" ]; + }; + resolvedDefaultFeatures = [ "bitflags" "default" ]; + }; + "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "copyless"; + version = "0.1.4"; + edition = "2018"; + sha256 = "0dql42yb58lc9020mvb92jms5j9q0am1wp1ap8z0k0sjl1gcphzb"; + authors = [ + "Dzmitry Malyshau " + ]; + features = { + }; + }; + "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "core-foundation"; + version = "0.6.4"; + edition = "2015"; + sha256 = "1kabsqxh01m6l2b1gz8wgn0d1k6fyczww9kaks0sbmsz5g78ngzx"; + authors = [ + "The Servo Project Developers" + ]; + dependencies = { + "core-foundation-sys" = "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "mac_os_10_7_support" = [ "core-foundation-sys/mac_os_10_7_support" ]; + "mac_os_10_8_features" = [ "core-foundation-sys/mac_os_10_8_features" ]; + "with-chrono" = [ "chrono" ]; + "with-uuid" = [ "uuid" ]; + }; + }; + "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "core-foundation-sys"; + version = "0.6.2"; + edition = "2015"; + sha256 = "1n2v6wlqkmqwhl7k6y50irx51p37xb0fcm3njbman82gnyq8di2c"; + authors = [ + "The Servo Project Developers" + ]; + features = { + }; + }; + "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "crc32fast"; + version = "1.2.0"; + edition = "2015"; + sha256 = "1mx88ndqln6vzg7hjhjp8b7g0qggpqggsjrlsdqrfsrbpdzffcn8"; + authors = [ + "Sam Rijs " + "Alex Crichton " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "derive_more"; + version = "0.99.2"; + edition = "2018"; + sha256 = "1jv55l4fmwsxwwvv3y59cnzcfnh28yvrc291b45nnh8qj3fdz5jz"; + procMacro = true; + authors = [ + "Jelte Fennema " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "extra-traits" ]; + }; + }; + features = { + "default" = [ "add_assign" "add" "as_mut" "as_ref" "constructor" "deref" "deref_mut" "display" "from" "from_str" "index" "index_mut" "into" "into_iterator" "iterator" "mul_assign" "mul" "not" "sum" "try_into" ]; + "generate-parsing-rs" = [ "peg" ]; + }; + resolvedDefaultFeatures = [ "add" "add_assign" "as_mut" "as_ref" "constructor" "default" "deref" "deref_mut" "display" "from" "from_str" "index" "index_mut" "into" "into_iterator" "iterator" "mul" "mul_assign" "not" "sum" "try_into" ]; + }; + "dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "dtoa"; + version = "0.4.5"; + edition = "2015"; + sha256 = "15npcbjlkd9wm82x7gf1al7sn4rfd3jqzq5ysiy4qz1wsbrlsghv"; + authors = [ + "David Tolnay " + ]; + features = { + }; + }; + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "either"; + version = "1.5.3"; + edition = "2015"; + sha256 = "040fgh0jahqra9ascwb986zgll1ss88ky9bfvn0zfay42zsyz83n"; + authors = [ + "bluss" + ]; + features = { + "default" = [ "use_std" ]; + }; + resolvedDefaultFeatures = [ "default" "use_std" ]; + }; + "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "encoding_rs"; + version = "0.8.22"; + edition = "2015"; + sha256 = "04y2jav1ckrajvba1pp2jxmfc3iyjk9d6nhnl23x70b59qbkwrnl"; + authors = [ + "Henri Sivonen " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "fast-legacy-encode" = [ "fast-hangul-encode" "fast-hanja-encode" "fast-kanji-encode" "fast-gb-hanzi-encode" "fast-big5-hanzi-encode" ]; + "simd-accel" = [ "packed_simd" "packed_simd/into_bits" ]; + }; + }; + "enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "enum-as-inner"; + version = "0.3.0"; + edition = "2018"; + sha256 = "1i7widx9ddr6vg6qn2ihwnmaqxfqjc76w846ymsydnksrn175rh9"; + procMacro = true; + authors = [ + "Benjamin Fry " + ]; + dependencies = { + "heck" = "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "failure"; + version = "0.1.6"; + edition = "2015"; + sha256 = "09qsxzrxzqz7h76sd5klfk6nq407way77j898519ll7pr5yk3j65"; + authors = [ + "Without Boats " + ]; + dependencies = { + "backtrace" = { + packageId = "backtrace 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "failure_derive" = { + packageId = "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "default" = [ "std" "derive" ]; + "derive" = [ "failure_derive" ]; + "std" = [ "backtrace" ]; + }; + resolvedDefaultFeatures = [ "backtrace" "default" "derive" "failure_derive" "std" ]; + }; + "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "failure_derive"; + version = "0.1.6"; + edition = "2015"; + sha256 = "00ps2s591hh2sicdv3ix6gv3qf39n5qf67q0mjff90ha8hvsykpj"; + procMacro = true; + authors = [ + "Without Boats " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + "synstructure" = "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "flate2"; + version = "1.0.13"; + edition = "2018"; + sha256 = "18ky7mpla3mpw29ix5xb47vag294s32491mm5pxbrx7ywybay095"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "crc32fast" = "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "miniz_oxide" = { + packageId = "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."arch" == "wasm32") && (!(target."os" == "emscripten"))); + }; + }; + features = { + "default" = [ "rust_backend" ]; + "rust_backend" = [ "miniz_oxide" ]; + "tokio" = [ "tokio-io" "futures" ]; + "zlib" = [ "libz-sys" ]; + }; + resolvedDefaultFeatures = [ "default" "miniz_oxide" "rust_backend" ]; + }; + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "fnv"; + version = "1.0.6"; + edition = "2015"; + sha256 = "128mlh23y3gg6ag5h8iiqlcbl59smisdzraqy88ldrf75kbw27ip"; + libPath = "lib.rs"; + authors = [ + "Alex Crichton " + ]; + features = { + }; + }; + "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "foreign-types"; + version = "0.3.2"; + edition = "2015"; + sha256 = "105n8sp2djb1s5lzrw04p7ss3dchr5qa3canmynx396nh3vwm2p8"; + authors = [ + "Steven Fackler " + ]; + dependencies = { + "foreign-types-shared" = "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "foreign-types-shared"; + version = "0.1.1"; + edition = "2015"; + sha256 = "0b6cnvqbflws8dxywk4589vgbz80049lz4x1g9dfy4s1ppd3g4z5"; + authors = [ + "Steven Fackler " + ]; + features = { + }; + }; + "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "fuchsia-zircon"; + version = "0.3.3"; + edition = "2015"; + sha256 = "0jrf4shb1699r4la8z358vri8318w4mdi6qzfqy30p2ymjlca4gk"; + authors = [ + "Raph Levien " + ]; + dependencies = { + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "fuchsia-zircon-sys" = "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "fuchsia-zircon-sys"; + version = "0.3.3"; + edition = "2015"; + sha256 = "08jp1zxrm9jbrr6l26bjal4dbm8bxfy57ickdgibsqxr1n9j3hf5"; + authors = [ + "Raph Levien " + ]; + features = { + }; + }; + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0x84abzfq22q2n91ki0qxnxj2234vz2l8wriqppw6ycc4p8a0990"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "futures-channel" = { + packageId = "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "sink" ]; + }; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-executor" = { + packageId = "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + "futures-io" = { + packageId = "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-sink" = { + packageId = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-task" = { + packageId = "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-util" = { + packageId = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "sink" ]; + }; + }; + features = { + "alloc" = [ "futures-core/alloc" "futures-task/alloc" "futures-sink/alloc" "futures-channel/alloc" "futures-util/alloc" ]; + "async-await" = [ "futures-util/async-await" "futures-util/async-await-macro" ]; + "bilock" = [ "futures-util/bilock" ]; + "cfg-target-has-atomic" = [ "futures-core/cfg-target-has-atomic" "futures-task/cfg-target-has-atomic" "futures-channel/cfg-target-has-atomic" "futures-util/cfg-target-has-atomic" ]; + "compat" = [ "std" "futures-util/compat" ]; + "default" = [ "std" "async-await" "executor" ]; + "executor" = [ "std" "futures-executor/std" ]; + "io-compat" = [ "compat" "futures-util/io-compat" ]; + "read-initializer" = [ "futures-io/read-initializer" "futures-util/read-initializer" ]; + "std" = [ "alloc" "futures-core/std" "futures-task/std" "futures-io/std" "futures-sink/std" "futures-util/std" "futures-util/io" "futures-util/channel" ]; + "thread-pool" = [ "executor" "futures-executor/thread-pool" ]; + "unstable" = [ "futures-core/unstable" "futures-task/unstable" "futures-channel/unstable" "futures-io/unstable" "futures-util/unstable" ]; + }; + resolvedDefaultFeatures = [ "alloc" "async-await" "default" "executor" "futures-executor" "std" ]; + }; + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-channel"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0y193rdyniid2nzad1mhwhp5a9lplb5my25yw8lwhcfaddqzcfhz"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-sink" = { + packageId = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + }; + features = { + "alloc" = [ "futures-core/alloc" ]; + "cfg-target-has-atomic" = [ "futures-core/cfg-target-has-atomic" ]; + "default" = [ "std" ]; + "sink" = [ "futures-sink" ]; + "std" = [ "alloc" "futures-core/std" ]; + "unstable" = [ "futures-core/unstable" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "futures-sink" "sink" "std" ]; + }; + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-core"; + version = "0.3.4"; + edition = "2018"; + sha256 = "03046fyq5s9qyfsary392jc1h65vdw4piya5ksnajd21g8ma6kdz"; + authors = [ + "Alex Crichton " + ]; + features = { + "default" = [ "std" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "std" ]; + }; + "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-executor"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0q6jf2caqbccpj54041zmziz5ap1l5zvwhq4q46yygpvn8hwkwp9"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-task" = { + packageId = "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-util" = { + packageId = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" ]; + "std" = [ "futures-core/std" "futures-task/std" "futures-util/std" ]; + "thread-pool" = [ "std" "num_cpus" ]; + }; + resolvedDefaultFeatures = [ "std" ]; + }; + "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-io"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0nmhb0lfw5h79qfkklr1hrrvpzz1cdnjq7xqq60qbii71b5mp7qk"; + authors = [ + "Alex Crichton " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "std" ]; + }; + "futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-macro"; + version = "0.3.4"; + edition = "2018"; + sha256 = "1b2hvhvl5f0haky329kwdlak6rcfinvnv33nxh1p3qczqqk97fqy"; + procMacro = true; + authors = [ + "Taylor Cramer " + "Taiki Endo " + ]; + dependencies = { + "proc-macro-hack" = "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" ]; + }; + }; + features = { + }; + }; + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-sink"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0363cl3srph7xzd01lq8vigh8vyx8g15ha3hv95k3vzcn4nsqdvr"; + authors = [ + "Alex Crichton " + ]; + features = { + "default" = [ "std" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "std" ]; + }; + "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-task"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0xh5apdfk9kna15yiax57601n21x7qrmbqzmf86acv6qwp474z11"; + authors = [ + "Alex Crichton " + ]; + features = { + "default" = [ "std" ]; + "std" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "std" ]; + }; + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "futures-util"; + version = "0.3.4"; + edition = "2018"; + sha256 = "0dbra0yqszrp8rfhqr87gayyy5zskikn42sxfsargxzxwa06id4m"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "futures-channel" = { + packageId = "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + features = [ "std" ]; + }; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-io" = { + packageId = "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + features = [ "std" ]; + }; + "futures-macro" = { + packageId = "futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + "futures-sink" = { + packageId = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + "futures-task" = { + packageId = "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "pin-utils" = "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro-hack" = { + packageId = "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "proc-macro-nested" = { + packageId = "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "slab" = { + packageId = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "alloc" = [ "futures-core/alloc" "futures-task/alloc" ]; + "async-await-macro" = [ "async-await" "futures-macro" "proc-macro-hack" "proc-macro-nested" ]; + "cfg-target-has-atomic" = [ "futures-core/cfg-target-has-atomic" "futures-task/cfg-target-has-atomic" ]; + "channel" = [ "std" "futures-channel" ]; + "compat" = [ "std" "futures_01" ]; + "default" = [ "std" "async-await" "async-await-macro" ]; + "io" = [ "std" "futures-io" "memchr" ]; + "io-compat" = [ "io" "compat" "tokio-io" ]; + "read-initializer" = [ "io" "futures-io/read-initializer" "futures-io/unstable" ]; + "sink" = [ "futures-sink" ]; + "std" = [ "alloc" "futures-core/std" "futures-task/std" "slab" ]; + "unstable" = [ "futures-core/unstable" "futures-task/unstable" ]; + }; + resolvedDefaultFeatures = [ "alloc" "async-await" "async-await-macro" "channel" "default" "futures-channel" "futures-io" "futures-macro" "futures-sink" "io" "memchr" "proc-macro-hack" "proc-macro-nested" "sink" "slab" "std" ]; + }; + "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "fxhash"; + version = "0.2.1"; + edition = "2015"; + sha256 = "0p4mfqswwxhkkskdpjld581ksg3cipfs85jbw7znljhkz40l9fjj"; + libPath = "lib.rs"; + authors = [ + "cbreeden " + ]; + dependencies = { + "byteorder" = "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "getrandom"; + version = "0.1.14"; + edition = "2018"; + sha256 = "1i6r4q7i24zdy6v5h3l966a1cf8a1aip2fi1pmdsi71sk1m3w7wr"; + authors = [ + "The Rand Project Developers" + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = target."unix"; + }; + "wasi" = { + packageId = "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "wasi"); + }; + }; + features = { + "rustc-dep-of-std" = [ "compiler_builtins" "core" ]; + "test-in-browser" = [ "wasm-bindgen" ]; + }; + resolvedDefaultFeatures = [ "std" ]; + }; + "git2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "git2"; + version = "0.11.0"; + edition = "2018"; + sha256 = "0s8spbbf8p50arh5pawnwj7vq454vv24vr7hnagmnxxr0hl4bf6k"; + authors = [ + "Josh Triplett " + "Alex Crichton " + ]; + dependencies = { + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "libgit2-sys" = "libgit2-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-probe" = { + packageId = "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (target."unix" && (!(target."os" == "macos"))); + }; + "openssl-sys" = { + packageId = "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (target."unix" && (!(target."os" == "macos"))); + }; + "url" = "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "ssh" "https" "ssh_key_from_memory" ]; + "https" = [ "libgit2-sys/https" "openssl-sys" "openssl-probe" ]; + "ssh" = [ "libgit2-sys/ssh" ]; + "ssh_key_from_memory" = [ "libgit2-sys/ssh_key_from_memory" ]; + "vendored-openssl" = [ "openssl-sys/vendored" ]; + }; + resolvedDefaultFeatures = [ "default" "https" "openssl-probe" "openssl-sys" "ssh" "ssh_key_from_memory" ]; + }; + "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "h2"; + version = "0.2.1"; + edition = "2018"; + sha256 = "1pcpj3s6a8gqnhvsskn9fjczj984f7348k6pzaprn1rfdyhlpphc"; + authors = [ + "Carl Lerche " + "Sean McArthur " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "fnv" = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-sink" = { + packageId = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-util" = { + packageId = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "http" = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "indexmap" = "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "io-util" "sync" ]; + }; + "tokio-util" = { + packageId = "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "codec" ]; + }; + }; + features = { + }; + }; + "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "heck"; + version = "0.3.1"; + edition = "2015"; + sha256 = "1q7vmnlh62kls6cvkfhbcacxkawaznaqa5wwm9dg1xkcza846c3d"; + authors = [ + "Without Boats " + ]; + dependencies = { + "unicode-segmentation" = "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "hermit-abi"; + version = "0.1.6"; + edition = "2015"; + sha256 = "1kzjq2qhy927jq3anycz2ijpskfx5d38p4vp68mz60c8ffzjkr5s"; + authors = [ + "Stefan Lankes" + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "rustc-dep-of-std" = [ "core" "compiler_builtins/rustc-dep-of-std" "libc/rustc-dep-of-std" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "hoc 0.11.5 (path+file:///home/me/Codes/rust/hoc)" + = rec { + crateName = "hoc"; + version = "0.11.5"; + edition = "2018"; + src = (builtins.filterSource sourceFilter ./.); + authors = [ + "Valentin Brandl " + ]; + dependencies = { + "actix-rt" = "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "actix-web" = "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "badge" = "badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "git2" = "git2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "log4rs" = "log4rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "number_prefix" = "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-probe" = "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "reqwest" = "reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_derive" = "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde_json" = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + "structopt" = "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "ructe" = "ructe 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "vergen" = "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "hostname"; + version = "0.1.5"; + edition = "2015"; + sha256 = "1383lcnzmiqm0bz0i0h33rvbl5ma125ca5lfnx4qzx1dzdz0wl2a"; + authors = [ + "fengcen " + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."unix" || (target."os" == "redox")); + }; + "winutil" = { + packageId = "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + }; + features = { + }; + }; + "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "http"; + version = "0.2.0"; + edition = "2018"; + sha256 = "0n2nk147bscbgs02rmfzlfwbyq5rlc2xwbw39v0p4hsprra16clz"; + authors = [ + "Alex Crichton " + "Carl Lerche " + "Sean McArthur " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "fnv" = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "itoa" = "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "http-body"; + version = "0.3.1"; + edition = "2018"; + sha256 = "179g14kk0fjhnanr0ah1dkvjwwxi1lbcxsczhkph2jyc847cnzd0"; + authors = [ + "Carl Lerche " + "Lucio Franco " + "Sean McArthur " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "httparse"; + version = "1.3.4"; + edition = "2015"; + sha256 = "0dggj4s0cq69bn63q9nqzzay5acmwl33nrbhjjsh5xys8sk2x4jw"; + authors = [ + "Sean McArthur " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "humantime"; + version = "1.3.0"; + edition = "2015"; + sha256 = "1y7q207gg33jr5rnlnb0h08k00i54g9fypf3drjk8g1sq2swn92r"; + authors = [ + "Paul Colomiets " + ]; + dependencies = { + "quick-error" = "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "hyper"; + version = "0.13.2"; + edition = "2018"; + sha256 = "1ih989i3hmcpz6pfzsh3d7d8mama9z3r58qbd4fvk7vyipywn2l6"; + authors = [ + "Sean McArthur " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-channel" = "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "futures-util" = { + packageId = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "h2" = "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "http" = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "http-body" = "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "httparse" = "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "itoa" = "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "net2" = { + packageId = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "pin-project" = "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "time" = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "sync" ]; + }; + "tower-service" = "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "want" = "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "runtime" "stream" ]; + "runtime" = [ "tcp" "tokio/rt-core" ]; + "tcp" = [ "net2" "tokio/blocking" "tokio/tcp" "tokio/time" ]; + }; + resolvedDefaultFeatures = [ "net2" "tcp" ]; + }; + "hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "hyper-tls"; + version = "0.4.1"; + edition = "2018"; + sha256 = "1cq3lh1q8i3xl24z6bpvmhlszr27d516hhx515y10cc141cw1myz"; + authors = [ + "Sean McArthur " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "hyper" = { + packageId = "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "tcp" ]; + }; + "native-tls" = "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio-tls" = "tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "vendored" = [ "native-tls/vendored" ]; + }; + }; + "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "idna"; + version = "0.2.0"; + edition = "2015"; + sha256 = "1mm05aq43qc5n492njnac5xn4rhiraii25xc0hwppr471jzijh8d"; + authors = [ + "The rust-url developers" + ]; + dependencies = { + "matches" = "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-bidi" = "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicode-normalization" = "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "indexmap"; + version = "1.3.2"; + edition = "2015"; + sha256 = "0dkidxq5q2a17symqni0k6m2jfap339bxnd3dd83dr556jh5dz89"; + authors = [ + "bluss" + "Josh Stone " + ]; + buildDependencies = { + "autocfg" = "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "serde-1" = [ "serde" ]; + }; + }; + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "iovec"; + version = "0.1.4"; + edition = "2015"; + sha256 = "1wy7rsm8rx6y4rjy98jws1aqxdy0v5wbz9whz73p45cwpsg4prfa"; + authors = [ + "Carl Lerche " + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + }; + features = { + }; + }; + "ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ipconfig"; + version = "0.2.1"; + edition = "2018"; + sha256 = "1lik8g8wrp9i2i8y5i9l8w21023cvd42m9rxmw04hq72f8hfmk4v"; + authors = [ + "Liran Ringel " + ]; + dependencies = { + "socket2" = { + packageId = "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "widestring" = { + packageId = "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "winreg" = { + packageId = "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + }; + features = { + }; + }; + "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "itertools"; + version = "0.8.2"; + edition = "2015"; + sha256 = "08ibirc0yiijx66aqszx4psz08zkn4fp4627dym94xcrib12na9r"; + authors = [ + "bluss" + ]; + dependencies = { + "either" = { + packageId = "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "use_std" ]; + }; + resolvedDefaultFeatures = [ "default" "use_std" ]; + }; + "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "itoa"; + version = "0.4.5"; + edition = "2015"; + sha256 = "102dgh2d1779jyi63kgah61d4d92ql05ydmq7iwlcykdv9pabnpx"; + authors = [ + "David Tolnay " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "jobserver"; + version = "0.1.21"; + edition = "2018"; + sha256 = "04zhb31lfnjyp97ggq80c9k1zflj31j5mvkcccji9d3xynnlwhzs"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + }; + features = { + }; + }; + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "js-sys"; + version = "0.3.35"; + edition = "2018"; + sha256 = "1gp32jxksz3pkn1plkm18zyymw0lfql4a31wa225f5ajr6r1zyl6"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "wasm-bindgen" = "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "kernel32-sys"; + version = "0.2.2"; + edition = "2015"; + sha256 = "1lrw1hbinyvr6cp28g60z97w32w8vsk6pahk64pmrv2fmby8srfj"; + libName = "kernel32"; + authors = [ + "Peter Atashian " + ]; + dependencies = { + "winapi" = "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "winapi-build" = "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "language-tags"; + version = "0.2.2"; + edition = "2015"; + sha256 = "1zkrdzsqzzc7509kd7nngdwrp461glm2g09kqpzaqksp82frjdvy"; + authors = [ + "Pyfisch " + ]; + features = { + "heap_size" = [ "heapsize" "heapsize_plugin" ]; + }; + }; + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "lazy_static"; + version = "1.4.0"; + edition = "2015"; + sha256 = "13h6sdghdcy7vcqsm2gasfw3qg7ssa0fl3sw7lq6pdkbk52wbyfr"; + authors = [ + "Marvin Löbel " + ]; + features = { + "spin_no_std" = [ "spin" ]; + }; + }; + "lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "lexical-core"; + version = "0.4.6"; + edition = "2015"; + sha256 = "1vx2z1alab53r1fwwqzaixxxc9h803k6rr8cf4zyzmjp1zc7s6hi"; + authors = [ + "Alex Huszagh " + ]; + dependencies = { + "arrayvec" = { + packageId = "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + features = [ "array-sizes-33-128" ]; + }; + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "ryu" = { + packageId = "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "static_assertions" = "static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "rustc_version" = "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "correct" = [ "arrayvec" "table" ]; + "default" = [ "correct" "ryu" "std" ]; + "grisu3" = [ "dtoa" ]; + }; + resolvedDefaultFeatures = [ "arrayvec" "correct" "default" "ryu" "std" "table" ]; + }; + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "libc"; + version = "0.2.66"; + edition = "2015"; + sha256 = "0wz5fdpjpj8qp7wx7gq9rqckd2bdv7hcm5631hq03amxy5ikhi3l"; + authors = [ + "The Rust Project Developers" + ]; + features = { + "default" = [ "std" ]; + "rustc-dep-of-std" = [ "align" "rustc-std-workspace-core" ]; + "use_std" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "libgit2-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "libgit2-sys"; + version = "0.10.0"; + edition = "2018"; + sha256 = "0li02hwq7s5s2bh34bss81insgm2zajba4yqrvkzpv2ji63w02p6"; + libName = "libgit2_sys"; + libPath = "lib.rs"; + authors = [ + "Josh Triplett " + "Alex Crichton " + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "libssh2-sys" = { + packageId = "libssh2-sys 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "libz-sys" = "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-sys" = { + packageId = "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = target."unix"; + }; + }; + buildDependencies = { + "cc" = { + packageId = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "parallel" ]; + }; + "pkg-config" = "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "https" = [ "openssl-sys" ]; + "ssh" = [ "libssh2-sys" ]; + }; + resolvedDefaultFeatures = [ "https" "libssh2-sys" "openssl-sys" "ssh" "ssh_key_from_memory" ]; + }; + "libssh2-sys 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "libssh2-sys"; + version = "0.2.14"; + edition = "2015"; + sha256 = "063kbca6fx1p9hp572529w1y6ywqq0vamxhvr181s4pbayzmrsjd"; + libName = "libssh2_sys"; + libPath = "lib.rs"; + authors = [ + "Alex Crichton " + "Wez Furlong " + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "libz-sys" = "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-sys" = { + packageId = "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + }; + buildDependencies = { + "cc" = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + "pkg-config" = "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)"; + "vcpkg" = { + packageId = "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."env" == "msvc"); + }; + }; + features = { + "vendored-openssl" = [ "openssl-sys/vendored" ]; + }; + }; + "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "libz-sys"; + version = "1.0.25"; + edition = "2015"; + sha256 = "195jzg8mgjbvmkbpx1rzkzrqm0g2fdivk79v44c9lzl64r3f9fym"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "cc" = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + "pkg-config" = "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)"; + "vcpkg" = { + packageId = "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."env" == "msvc"); + }; + }; + features = { + }; + }; + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "linked-hash-map"; + version = "0.5.2"; + edition = "2015"; + sha256 = "17bpcphlhrxknzvikmihiqm690wwyr0zridyilh1dlxgmrxng7pd"; + authors = [ + "Stepan Koltsov " + "Andrew Paseltiner " + ]; + features = { + "heapsize_impl" = [ "heapsize" ]; + "serde_impl" = [ "serde" "serde_test" ]; + }; + }; + "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "lock_api"; + version = "0.3.3"; + edition = "2018"; + sha256 = "1a58wdkns5zvk0kvjjvg71z6zp0zwwzyppsl07mh76d6rczjhzi7"; + authors = [ + "Amanieu d'Antras " + ]; + dependencies = { + "scopeguard" = { + packageId = "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + }; + }; + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "log"; + version = "0.4.8"; + edition = "2015"; + sha256 = "0wvzzzcn89dai172rrqcyz06pzldyyy0lf0w71csmn206rdpnb15"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + }; + features = { + "kv_unstable_sval" = [ "kv_unstable" "sval/fmt" ]; + }; + resolvedDefaultFeatures = [ "serde" "std" ]; + }; + "log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "log-mdc"; + version = "0.1.0"; + edition = "2015"; + sha256 = "0lqdid3dbi6ikikbqnmnlm7rm488x58k4b5mw39qmkxl3i00v74h"; + authors = [ + "Steven Fackler " + ]; + features = { + }; + }; + "log4rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "log4rs"; + version = "0.10.0"; + edition = "2018"; + sha256 = "1gnri2phb7pzhmq77a9q0nz12ys1p6g8k9shmmlrhbiv496m8yz2"; + authors = [ + "Steven Fackler " + "Evan Simmons " + ]; + dependencies = { + "antidote" = { + packageId = "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "arc-swap" = "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "chrono" = { + packageId = "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "flate2" = { + packageId = "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "fnv" = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "humantime" = { + packageId = "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (!target."windows"); + }; + "log" = { + packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "std" ]; + }; + "log-mdc" = { + packageId = "log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde-value" = { + packageId = "serde-value 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde_derive" = { + packageId = "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde_json" = { + packageId = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde_yaml" = { + packageId = "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "thread-id" = { + packageId = "thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "typemap" = { + packageId = "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = target."windows"; + features = [ "handleapi" "minwindef" "processenv" "winbase" "wincon" ]; + }; + }; + features = { + "all_components" = [ "console_appender" "file_appender" "rolling_file_appender" "compound_policy" "delete_roller" "fixed_window_roller" "size_trigger" "json_encoder" "pattern_encoder" "threshold_filter" ]; + "console_appender" = [ "console_writer" "simple_writer" "pattern_encoder" ]; + "console_writer" = [ "ansi_writer" "libc" "winapi" ]; + "default" = [ "all_components" "gzip" "file" "yaml_format" ]; + "file" = [ "humantime" "serde" "serde_derive" "serde-value" "typemap" "log/serde" ]; + "file_appender" = [ "antidote" "simple_writer" "pattern_encoder" ]; + "gzip" = [ "flate2" ]; + "json_encoder" = [ "serde" "serde_json" "chrono" "log-mdc" "serde_derive" "log/serde" "thread-id" ]; + "json_format" = [ "serde_json" ]; + "pattern_encoder" = [ "chrono" "log-mdc" "thread-id" ]; + "rolling_file_appender" = [ "antidote" "simple_writer" "pattern_encoder" ]; + "toml_format" = [ "toml" ]; + "xml_format" = [ "serde-xml-rs" ]; + "yaml_format" = [ "serde_yaml" ]; + }; + resolvedDefaultFeatures = [ "all_components" "ansi_writer" "antidote" "chrono" "compound_policy" "console_appender" "console_writer" "default" "delete_roller" "file" "file_appender" "fixed_window_roller" "flate2" "gzip" "humantime" "json_encoder" "libc" "log-mdc" "pattern_encoder" "rolling_file_appender" "serde" "serde-value" "serde_derive" "serde_json" "serde_yaml" "simple_writer" "size_trigger" "thread-id" "threshold_filter" "typemap" "winapi" "yaml_format" ]; + }; + "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "lru-cache"; + version = "0.1.2"; + edition = "2015"; + sha256 = "0h5qj65hiibsgw01zmy940c654rh0a34cwirrlc57pxyq4cpk0gq"; + authors = [ + "Stepan Koltsov " + ]; + dependencies = { + "linked-hash-map" = "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "heapsize_impl" = [ "heapsize" "linked-hash-map/heapsize_impl" ]; + }; + }; + "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "matches"; + version = "0.1.8"; + edition = "2015"; + sha256 = "03hl636fg6xggy0a26200xs74amk3k9n0908rga2szn68agyz3cv"; + libPath = "lib.rs"; + authors = [ + "Simon Sapin " + ]; + features = { + }; + }; + "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "md5"; + version = "0.7.0"; + edition = "2015"; + sha256 = "0wm8p4xr40sgl0mdvqvs7w42s5v9jpaianmadkszsclmkmy8a5zc"; + authors = [ + "Ivan Ukhov " + "Kamal Ahmad " + "Konstantin Stepanov " + "Lukas Kalbertodt " + "Nathan Musoke " + "Scott Mabin " + "Tony Arcieri " + "Wim de With " + "Yosef Dinerstein " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "memchr"; + version = "2.3.0"; + edition = "2015"; + sha256 = "0sf6y998273290a6zxx5c28ps196vzz3q9yd0v5jxflpm3bp52f1"; + authors = [ + "Andrew Gallant " + "bluss" + ]; + features = { + "default" = [ "std" ]; + "use_std" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" "use_std" ]; + }; + "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "mime"; + version = "0.3.16"; + edition = "2015"; + sha256 = "1bq7n29iaqvdw0csrc24mdsij890x0sfar9wbi01k84y9kd3i292"; + authors = [ + "Sean McArthur " + ]; + features = { + }; + }; + "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "mime_guess"; + version = "2.0.1"; + edition = "2015"; + sha256 = "18wrpddfxipwhhw5q7wdykdcp0sm0zq7jizjrcvdnrg80kyg8nsk"; + authors = [ + "Austin Bonander " + ]; + dependencies = { + "mime" = "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + "unicase" = "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "unicase" = "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "rev-mappings" ]; + }; + resolvedDefaultFeatures = [ "default" "rev-mappings" ]; + }; + "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "miniz_oxide"; + version = "0.3.6"; + edition = "2018"; + sha256 = "1b1fzsj3y60fqnx6n2pi0g1lanav9hw0sy9vyah3dq1ilrbfa17s"; + authors = [ + "Frommi " + "oyvindln " + ]; + dependencies = { + "adler32" = "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "mio"; + version = "0.6.21"; + edition = "2015"; + sha256 = "08z31q5fx4irmp3hsvlzqy541swda8ixhs69adm95j97xz5ikmys"; + authors = [ + "Carl Lerche " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "fuchsia-zircon" = { + packageId = "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "fuchsia"); + }; + "fuchsia-zircon-sys" = { + packageId = "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "fuchsia"); + }; + "iovec" = "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "kernel32-sys" = { + packageId = "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "miow" = { + packageId = "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "net2" = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + "slab" = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "winapi" = { + packageId = "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + }; + features = { + "default" = [ "with-deprecated" ]; + }; + resolvedDefaultFeatures = [ "default" "with-deprecated" ]; + }; + "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "mio-uds"; + version = "0.6.7"; + edition = "2015"; + sha256 = "1gff9908pvvysv7zgxvyxy7x34fnhs088cr0j8mgwj8j24mswrhm"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "iovec" = { + packageId = "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "mio" = { + packageId = "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + }; + features = { + }; + }; + "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "miow"; + version = "0.2.1"; + edition = "2015"; + sha256 = "14f8zkc6ix7mkyis1vsqnim8m29b6l55abkba3p2yz7j1ibcvrl0"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "kernel32-sys" = "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "net2" = { + packageId = "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "winapi" = "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "ws2_32-sys" = "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "native-tls"; + version = "0.2.3"; + edition = "2015"; + sha256 = "19bmkzcj2qvyxchlqa1yg2g5awjmk6sigm20mfwajfcczbq3dc6j"; + authors = [ + "Steven Fackler " + ]; + dependencies = { + "lazy_static" = { + packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "macos") || (target."os" == "ios")); + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "macos") || (target."os" == "ios")); + }; + "log" = { + packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); + }; + "openssl" = { + packageId = "openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); + }; + "openssl-probe" = { + packageId = "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); + }; + "openssl-sys" = { + packageId = "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!((target."os" == "windows") || (target."os" == "macos") || (target."os" == "ios"))); + }; + "schannel" = { + packageId = "schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "windows"); + }; + "security-framework" = { + packageId = "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "macos") || (target."os" == "ios")); + }; + "security-framework-sys" = { + packageId = "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "macos") || (target."os" == "ios")); + }; + "tempfile" = { + packageId = "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "macos") || (target."os" == "ios")); + }; + }; + features = { + "vendored" = [ "openssl/vendored" ]; + }; + }; + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "net2"; + version = "0.2.33"; + edition = "2015"; + sha256 = "1qnmajafgybj5wyxz9iffa8x5wgbwd2znfklmhqj7vl6lw1m65mq"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = ((target."os" == "redox") || target."unix"); + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "handleapi" "winsock2" "ws2def" "ws2ipdef" "ws2tcpip" ]; + }; + }; + features = { + "default" = [ "duration" ]; + }; + resolvedDefaultFeatures = [ "default" "duration" ]; + }; + "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "nodrop"; + version = "0.1.14"; + edition = "2015"; + sha256 = "0b4adir378n2irr76z8grc9jxif8vlyy01rid8j4r716y9y4dg9r"; + authors = [ + "bluss" + ]; + features = { + "default" = [ "std" ]; + "use_union" = [ "nodrop-union" ]; + }; + }; + "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "nom"; + version = "4.2.3"; + edition = "2015"; + sha256 = "0rg7n0nif70052wlaffmgxmmlvi6xm7zpqmzfq9d8wr9376lpn2h"; + authors = [ + "contact@geoffroycouprie.com" + ]; + dependencies = { + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + buildDependencies = { + "version_check" = "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" ]; + "regexp" = [ "regex" ]; + "regexp_macros" = [ "regexp" "lazy_static" ]; + "std" = [ "alloc" "memchr/use_std" ]; + "verbose-errors" = [ "alloc" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "std" ]; + }; + "nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "nom"; + version = "5.1.0"; + edition = "2018"; + sha256 = "0y2pfcnbvkhny93mv984xg2gwrw47cbj1wxaifl7m1jv25gspsbw"; + authors = [ + "contact@geoffroycouprie.com" + ]; + dependencies = { + "lexical-core" = { + packageId = "lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + buildDependencies = { + "version_check" = "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" "lexical" ]; + "lexical" = [ "lexical-core" ]; + "regexp" = [ "regex" ]; + "regexp_macros" = [ "regexp" "lazy_static" ]; + "std" = [ "alloc" "memchr/use_std" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "lexical" "lexical-core" "std" ]; + }; + "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "num-integer"; + version = "0.1.42"; + edition = "2015"; + sha256 = "08kffmbar1bl9hy4zlv3qnns29fwvm4c7vl0dlklkcw0k9lbg2wc"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "num-traits" = { + packageId = "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + buildDependencies = { + "autocfg" = "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" ]; + "i128" = [ "num-traits/i128" ]; + "std" = [ "num-traits/std" ]; + }; + }; + "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "num-traits"; + version = "0.1.43"; + edition = "2015"; + sha256 = "1zdzx78vrcg3f39w94pqjs1mwxl1phyv7843hwgwkzggwcxhhf6s"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "num-traits" = "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "num-traits"; + version = "0.2.11"; + edition = "2015"; + sha256 = "0vr6ca475yglxdz7qriasdziq0cqn54z0z1xkmiqlnjx30plwmbl"; + authors = [ + "The Rust Project Developers" + ]; + buildDependencies = { + "autocfg" = "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "num_cpus"; + version = "1.12.0"; + edition = "2015"; + sha256 = "053115487n4v2v045gjp0wh0q3lziribn67hwxjdddqq95l2m45m"; + authors = [ + "Sean McArthur " + ]; + dependencies = { + "hermit-abi" = { + packageId = "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (((target."arch" == "x86_64") || (target."arch" == "aarch64")) && (target."os" == "hermit")); + }; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "number_prefix"; + version = "0.3.0"; + edition = "2015"; + sha256 = "1dpvqrrvv87wx662iv1gjjjqz6dgyqfw4ywg9slrvpsa9qykxdxa"; + authors = [ + "Benjamin Sago " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "openssl"; + version = "0.10.28"; + edition = "2015"; + sha256 = "1gfnzmhzrpyzhhcimmn9khxz4x65c5llm6blq04p1jmd2i6xmszx"; + authors = [ + "Steven Fackler " + ]; + dependencies = { + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "foreign-types" = "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "openssl-sys" = "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "vendored" = [ "openssl-sys/vendored" ]; + }; + }; + "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "openssl-probe"; + version = "0.1.2"; + edition = "2015"; + sha256 = "1a89fznx26vvaxyrxdvgf6iwai5xvs6xjvpjin68fgvrslv6n15a"; + authors = [ + "Alex Crichton " + ]; + features = { + }; + }; + "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "openssl-sys"; + version = "0.9.54"; + edition = "2015"; + sha256 = "161hmrb747c6j5178hdl5i7pabhxrl963ji8jz2xk0fdzw2y7wkg"; + build = "build/main.rs"; + authors = [ + "Alex Crichton " + "Steven Fackler " + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "autocfg" = "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "cc" = "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)"; + "pkg-config" = "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)"; + "vcpkg" = { + packageId = "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."env" == "msvc"); + }; + }; + features = { + "vendored" = [ "openssl-src" ]; + }; + }; + "ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ordered-float"; + version = "0.5.2"; + edition = "2015"; + sha256 = "0fi22n6q4n9wimkfhacbryy76k128x8mjrzh38wffsnchpwg5gbn"; + authors = [ + "Jonathan Reem " + ]; + dependencies = { + "num-traits" = { + packageId = "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "unreachable" = "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ordered-float"; + version = "1.0.2"; + edition = "2015"; + sha256 = "1bwjh1gkh2n6zqb2q1a04gkskgz3hxbj3w7fvhx6yd7l0nbmbd1b"; + authors = [ + "Jonathan Reem " + "Matt Brubeck " + ]; + dependencies = { + "num-traits" = { + packageId = "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" ]; + "std" = [ "num-traits/std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "parking_lot"; + version = "0.10.0"; + edition = "2018"; + sha256 = "18lcl51vf9phcav52cci3wqqrszy175vxw7yfhn875sigwyf60sy"; + authors = [ + "Amanieu d'Antras " + ]; + dependencies = { + "lock_api" = "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "parking_lot_core" = "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "deadlock_detection" = [ "parking_lot_core/deadlock_detection" ]; + "nightly" = [ "parking_lot_core/nightly" "lock_api/nightly" ]; + "owning_ref" = [ "lock_api/owning_ref" ]; + "serde" = [ "lock_api/serde" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "parking_lot_core"; + version = "0.7.0"; + edition = "2018"; + sha256 = "1xg0cylxi94vj3vfy8dpcb774i5hpzz64yaks3nzxy6hgznr36v2"; + authors = [ + "Amanieu d'Antras " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "cloudabi" = { + packageId = "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "cloudabi"); + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "redox_syscall" = { + packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "smallvec" = "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "winnt" "ntstatus" "minwindef" "winerror" "winbase" "errhandlingapi" "handleapi" ]; + }; + }; + features = { + "deadlock_detection" = [ "petgraph" "thread-id" "backtrace" ]; + }; + }; + "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "percent-encoding"; + version = "2.1.0"; + edition = "2015"; + sha256 = "0i838f2nr81585ckmfymf8l1x1vdmx6n8xqvli0lgcy60yl2axy3"; + libPath = "lib.rs"; + authors = [ + "The rust-url developers" + ]; + features = { + }; + }; + "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "pin-project"; + version = "0.4.8"; + edition = "2018"; + sha256 = "0wb1j947sinyr5sqc5wjxljs250rpfsm7aazy0mswg9jcv1v4zss"; + authors = [ + "Taiki Endo " + ]; + dependencies = { + "pin-project-internal" = { + packageId = "pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + }; + }; + "pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "pin-project-internal"; + version = "0.4.8"; + edition = "2018"; + sha256 = "11gzk6fx0s6cyh5fhzwvfy6ds864szw93df8xb7m3s4f2kiblr0n"; + procMacro = true; + authors = [ + "Taiki Endo " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" "visit-mut" ]; + }; + }; + features = { + }; + }; + "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "pin-project-lite"; + version = "0.1.4"; + edition = "2018"; + sha256 = "01pjrqsjxh1ypqcy07wk7jwmns89mkq8zgjmanjnzx261sw69s79"; + authors = [ + "Taiki Endo " + ]; + features = { + }; + }; + "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "pin-utils"; + version = "0.1.0-alpha.4"; + edition = "2018"; + sha256 = "1fl7h1f6gr7qj903k3ir2vw993gbj4dd775s0idq4pzsbjqjj3x1"; + authors = [ + "Josef Brandl " + ]; + features = { + }; + }; + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "pkg-config"; + version = "0.3.17"; + edition = "2015"; + sha256 = "0f83cnls5a6y97k8b3a54xhmyrjybj29qq6rwvz450qdsy5ff8vj"; + authors = [ + "Alex Crichton " + ]; + features = { + }; + }; + "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ppv-lite86"; + version = "0.2.6"; + edition = "2018"; + sha256 = "1mlbp0713frbyvcbjmc5vl062b0vr58agkv3ar2qqi5plgy9b7ib"; + authors = [ + "The CryptoCorrosion Contributors" + ]; + features = { + "default" = [ "std" "simd" ]; + }; + resolvedDefaultFeatures = [ "simd" "std" ]; + }; + "proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "proc-macro-error"; + version = "0.4.8"; + edition = "2018"; + sha256 = "0cs1yy9bd7xxl2p0nn05imz5qi5glhrjya0qag8yh6805arnrwrc"; + authors = [ + "CreepySkeleton " + ]; + dependencies = { + "proc-macro-error-attr" = "proc-macro-error-attr 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + buildDependencies = { + "rustversion" = "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "proc-macro-error-attr 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "proc-macro-error-attr"; + version = "0.4.8"; + edition = "2018"; + sha256 = "06i00rh8rj1wxdywfs08yfji0ykqc3w65pyh11nrgwjkcjq8dfkb"; + procMacro = true; + authors = [ + "CreepySkeleton " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "rustversion" = "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "derive" "parsing" "proc-macro" ]; + }; + "syn-mid" = "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "proc-macro-hack"; + version = "0.5.11"; + edition = "2018"; + sha256 = "0cnpfl5x7cac9d94in5r93b29frski33jhvgp7n6qih9gpsxqn80"; + procMacro = true; + authors = [ + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "proc-macro-nested"; + version = "0.1.3"; + edition = "2015"; + sha256 = "1xbai316ygv2gxc9vjb8b2nr6xia3ahc19nh66vkwnvz1nc90gya"; + authors = [ + "David Tolnay " + ]; + features = { + }; + }; + "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "proc-macro2"; + version = "1.0.8"; + edition = "2018"; + sha256 = "1xly6h56wzyg4lazds659vzxfj8g3fd392jjpzh6fh8a7dp1w543"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "unicode-xid" = "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "proc-macro" ]; + }; + resolvedDefaultFeatures = [ "default" "proc-macro" ]; + }; + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "quick-error"; + version = "1.2.3"; + edition = "2015"; + sha256 = "17gqp7ifp6j5pcnk450f964a5jkqmy71848x69ahmsa9gyzhkh7x"; + authors = [ + "Paul Colomiets " + "Colin Kiegel " + ]; + features = { + }; + }; + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "quote"; + version = "1.0.2"; + edition = "2018"; + sha256 = "0r7030w7dymarn92gjgm02hsm04fwsfs6f1l20wdqiyrm9z8rs5q"; + authors = [ + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = { + packageId = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "proc-macro" ]; + "proc-macro" = [ "proc-macro2/proc-macro" ]; + }; + resolvedDefaultFeatures = [ "default" "proc-macro" ]; + }; + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rand"; + version = "0.7.3"; + edition = "2018"; + sha256 = "1amg6qj53ylq3ix22n27kmj1gyj6i15my36mkayr30ndymny0b8r"; + authors = [ + "The Rand Project Developers" + "The Rust Project Developers" + ]; + dependencies = { + "getrandom" = { + packageId = "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; + rename = "getrandom_package"; + optional = true; + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + target = target."unix"; + }; + "rand_chacha" = { + packageId = "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = (!(target."os" == "emscripten")); + }; + "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand_hc" = { + packageId = "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "emscripten"); + }; + }; + features = { + "alloc" = [ "rand_core/alloc" ]; + "default" = [ "std" ]; + "getrandom" = [ "getrandom_package" "rand_core/getrandom" ]; + "nightly" = [ "simd_support" ]; + "simd_support" = [ "packed_simd" ]; + "small_rng" = [ "rand_pcg" ]; + "std" = [ "rand_core/std" "rand_chacha/std" "alloc" "getrandom" "libc" ]; + "stdweb" = [ "getrandom_package/stdweb" ]; + "wasm-bindgen" = [ "getrandom_package/wasm-bindgen" ]; + }; + resolvedDefaultFeatures = [ "alloc" "default" "getrandom" "getrandom_package" "libc" "std" ]; + }; + "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rand_chacha"; + version = "0.2.1"; + edition = "2018"; + sha256 = "0zpp3wmxhhmripb6bywhzhx5rfwl4dfbny85hpalwdj0sncv0p0k"; + authors = [ + "The Rand Project Developers" + "The Rust Project Developers" + "The CryptoCorrosion Contributors" + ]; + dependencies = { + "c2-chacha" = { + packageId = "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "simd" ]; + }; + "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "std" "simd" ]; + "std" = [ "c2-chacha/std" ]; + }; + resolvedDefaultFeatures = [ "std" ]; + }; + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rand_core"; + version = "0.5.1"; + edition = "2018"; + sha256 = "19qfnh77bzz0x2gfsk91h0gygy0z1s5l3yyc2j91gmprq60d6s3r"; + authors = [ + "The Rand Project Developers" + "The Rust Project Developers" + ]; + dependencies = { + "getrandom" = { + packageId = "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "serde1" = [ "serde" ]; + "std" = [ "alloc" "getrandom" "getrandom/std" ]; + }; + resolvedDefaultFeatures = [ "alloc" "getrandom" "std" ]; + }; + "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rand_hc"; + version = "0.2.0"; + edition = "2018"; + sha256 = "0592q9kqcna9aiyzy6vp3fadxkkbpfkmi2cnkv48zhybr0v2yf01"; + authors = [ + "The Rand Project Developers" + ]; + dependencies = { + "rand_core" = "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "redox_syscall"; + version = "0.1.56"; + edition = "2015"; + sha256 = "0jcp8nd947zcy938bz09pzlmi3vyxfdzg92pjxdvvk0699vwcc26"; + libName = "syscall"; + authors = [ + "Jeremy Soller " + ]; + features = { + }; + }; + "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "regex"; + version = "1.3.4"; + edition = "2015"; + sha256 = "1ad2vwdvayclgw0g263zy6y7na5id400wqbyad61n6riw09286c2"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "aho-corasick" = { + packageId = "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "regex-syntax" = { + packageId = "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "thread_local" = { + packageId = "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "default" = [ "std" "perf" "unicode" ]; + "perf" = [ "perf-cache" "perf-dfa" "perf-inline" "perf-literal" ]; + "perf-cache" = [ "thread_local" ]; + "perf-literal" = [ "aho-corasick" "memchr" ]; + "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; + "unicode-age" = [ "regex-syntax/unicode-age" ]; + "unicode-bool" = [ "regex-syntax/unicode-bool" ]; + "unicode-case" = [ "regex-syntax/unicode-case" ]; + "unicode-gencat" = [ "regex-syntax/unicode-gencat" ]; + "unicode-perl" = [ "regex-syntax/unicode-perl" ]; + "unicode-script" = [ "regex-syntax/unicode-script" ]; + "unicode-segment" = [ "regex-syntax/unicode-segment" ]; + "unstable" = [ "pattern" ]; + "use_std" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "aho-corasick" "default" "memchr" "perf" "perf-cache" "perf-dfa" "perf-inline" "perf-literal" "std" "thread_local" "unicode" "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; + }; + "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "regex-syntax"; + version = "0.6.14"; + edition = "2015"; + sha256 = "1jlyibmmpp3skv1lxpif5mfq57aqgx566asdkq6gjgvj8k0grala"; + authors = [ + "The Rust Project Developers" + ]; + features = { + "default" = [ "unicode" ]; + "unicode" = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; + }; + resolvedDefaultFeatures = [ "unicode-age" "unicode-bool" "unicode-case" "unicode-gencat" "unicode-perl" "unicode-script" "unicode-segment" ]; + }; + "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "remove_dir_all"; + version = "0.5.2"; + edition = "2015"; + sha256 = "04sxg2ppvxiljc2i13bwvpbi540rf9d2a89cq0wmqf9pjvr3a1wm"; + authors = [ + "Aaronepower " + ]; + dependencies = { + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "std" "errhandlingapi" "winerror" "fileapi" "winbase" ]; + }; + }; + features = { + }; + }; + "reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "reqwest"; + version = "0.10.1"; + edition = "2018"; + sha256 = "0gpqslgmnzij48nfbpvlipm531k8d9knrqa2hh873lxq7gb98a88"; + authors = [ + "Sean McArthur " + ]; + dependencies = { + "base64" = { + packageId = "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "encoding_rs" = { + packageId = "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = (!(target."arch" == "wasm32")); + }; + "futures-util" = { + packageId = "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = (!(target."arch" == "wasm32")); + }; + "http" = "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "http-body" = { + packageId = "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "hyper" = { + packageId = "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = (!(target."arch" == "wasm32")); + features = [ "tcp" ]; + }; + "hyper-tls" = { + packageId = "hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (!(target."arch" == "wasm32")); + }; + "js-sys" = { + packageId = "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."arch" == "wasm32"); + }; + "lazy_static" = { + packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "log" = { + packageId = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "mime" = { + packageId = "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "mime_guess" = { + packageId = "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "native-tls" = { + packageId = "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + rename = "native-tls-crate"; + optional = true; + target = (!(target."arch" == "wasm32")); + }; + "percent-encoding" = { + packageId = "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "pin-project-lite" = { + packageId = "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "serde_urlencoded" = { + packageId = "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "time" = { + packageId = "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (!(target."arch" == "wasm32")); + }; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + target = (!(target."arch" == "wasm32")); + features = [ "tcp" "time" ]; + }; + "tokio-tls" = { + packageId = "tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = (!(target."arch" == "wasm32")); + }; + "url" = "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen" = { + packageId = "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."arch" == "wasm32"); + features = [ "serde-serialize" ]; + }; + "wasm-bindgen-futures" = { + packageId = "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."arch" == "wasm32"); + }; + "web-sys" = { + packageId = "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."arch" == "wasm32"); + features = [ "Headers" "Request" "RequestInit" "RequestMode" "Response" "Window" ]; + }; + "winreg" = { + packageId = "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + }; + features = { + "blocking" = [ "futures-util/io" "tokio/rt-threaded" "tokio/rt-core" "tokio/sync" ]; + "cookies" = [ "cookie_crate" "cookie_store" ]; + "default" = [ "default-tls" ]; + "default-tls" = [ "hyper-tls" "native-tls-crate" "__tls" "tokio-tls" ]; + "gzip" = [ "async-compression" ]; + "json" = [ "serde_json" ]; + "native-tls" = [ "default-tls" ]; + "native-tls-vendored" = [ "native-tls" "native-tls-crate/vendored" ]; + "rustls-tls" = [ "hyper-rustls" "tokio-rustls" "webpki-roots" "rustls" "__tls" ]; + "socks" = [ "tokio-socks" ]; + }; + resolvedDefaultFeatures = [ "__tls" "default" "default-tls" "hyper-tls" "native-tls-crate" "tokio-tls" ]; + }; + "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "resolv-conf"; + version = "0.6.2"; + edition = "2015"; + sha256 = "1vm5lk75n5bzaygf0cjh5fv31m29955pwpkk1d04ls9ix631rhdk"; + libName = "resolv_conf"; + authors = [ + "paul@colomiets.name" + ]; + dependencies = { + "hostname" = { + packageId = "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "quick-error" = "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "system" = [ "hostname" ]; + }; + resolvedDefaultFeatures = [ "hostname" "system" ]; + }; + "ructe 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ructe"; + version = "0.9.2"; + edition = "2015"; + sha256 = "0ly2r85vxrs2ccv369lawlrqlxc4z2g0wd439552bpjik8190p1p"; + authors = [ + "Rasmus Kaj " + ]; + dependencies = { + "base64" = "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "bytecount" = "bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "itertools" = "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "md5" = "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "nom" = "nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "mime03" = [ "mime" ]; + "sass" = [ "rsass" ]; + "warp01" = [ "warp" "mime03" ]; + "warp02" = [ "mime03" ]; + }; + }; + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rustc-demangle"; + version = "0.1.16"; + edition = "2015"; + sha256 = "0zmn448d0f898ahfkz7cir0fi0vk84dabjpw84mk6a1r6nf9vzmi"; + authors = [ + "Alex Crichton " + ]; + features = { + "rustc-dep-of-std" = [ "core" "compiler_builtins" ]; + }; + }; + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rustc_version"; + version = "0.2.3"; + edition = "2015"; + sha256 = "0rgwzbgs3i9fqjm1p4ra3n7frafmpwl29c8lw85kv1rxn7n2zaa7"; + authors = [ + "Marvin Löbel " + ]; + dependencies = { + "semver" = "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "rusttype 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rusttype"; + version = "0.4.3"; + edition = "2015"; + sha256 = "00pfzybl59kc784x3pdw7vr8vy8crcby7gh2p1sqzhylrhkhjnr7"; + authors = [ + "Dylan Ede " + "Jeremy Soller " + ]; + dependencies = { + "arrayvec" = "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)"; + "ordered-float" = "ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "stb_truetype" = "stb_truetype 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "bench" = [ "gpu_cache" ]; + "gpu_cache" = [ "linked-hash-map" "fnv" ]; + }; + }; + "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "rustversion"; + version = "1.0.2"; + edition = "2018"; + sha256 = "1gf0ca7pskk27177p1v0sbxr1676ikb0mxymb4plf8lb6qjk8hra"; + procMacro = true; + build = "build/build.rs"; + authors = [ + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" ]; + }; + }; + features = { + }; + }; + "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ryu"; + version = "1.0.2"; + edition = "2015"; + sha256 = "04pxfhps9ix078qyml7hifjdmy4bg1n047ki0wx6i1007z85wjp1"; + authors = [ + "David Tolnay " + ]; + features = { + }; + }; + "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "safemem"; + version = "0.3.3"; + edition = "2015"; + sha256 = "0ki36sicpw6m4840n3rscj0ssz3v2a6ykzmb8sjvricgib9pkl3k"; + authors = [ + "Austin Bonander " + ]; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "schannel"; + version = "0.1.17"; + edition = "2015"; + sha256 = "189a24k6cyv1jmf27vy44hlk4ah38iy02l0fyrw8ihdqylhifpvi"; + authors = [ + "Steven Fackler " + "Steffen Butzer " + ]; + dependencies = { + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "lmcons" "minschannel" "securitybaseapi" "schannel" "sspi" "sysinfoapi" "timezoneapi" "winbase" "wincrypt" "winerror" ]; + }; + }; + features = { + }; + }; + "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "scopeguard"; + version = "1.0.0"; + edition = "2015"; + sha256 = "15vrix0jx3i4naqnjswddzn4m036krrv71a8vkh3b1zq4hxmrb0q"; + authors = [ + "bluss" + ]; + features = { + "default" = [ "use_std" ]; + }; + }; + "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "security-framework"; + version = "0.3.4"; + edition = "2015"; + sha256 = "1v41gp96fnd377kmjkirjb54ssw5cwhc559ml198dr0c44d0rl9v"; + authors = [ + "Steven Fackler " + "Kornel " + ]; + dependencies = { + "core-foundation" = "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "core-foundation-sys" = "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "security-framework-sys" = "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "OSX_10_10" = [ "OSX_10_9" "security-framework-sys/OSX_10_10" ]; + "OSX_10_11" = [ "OSX_10_10" "security-framework-sys/OSX_10_11" ]; + "OSX_10_12" = [ "OSX_10_11" "security-framework-sys/OSX_10_12" ]; + "OSX_10_13" = [ "OSX_10_12" "security-framework-sys/OSX_10_13" "alpn" ]; + "OSX_10_9" = [ "security-framework-sys/OSX_10_9" ]; + }; + }; + "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "security-framework-sys"; + version = "0.3.3"; + edition = "2015"; + sha256 = "0x785njxla84f5xh2gmy9vpkqapha2gs6ba3yxjlyg0bzwj4sks3"; + authors = [ + "Steven Fackler " + "Kornel " + ]; + dependencies = { + "core-foundation-sys" = "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "OSX_10_10" = [ "OSX_10_9" ]; + "OSX_10_11" = [ "OSX_10_10" ]; + "OSX_10_12" = [ "OSX_10_11" ]; + "OSX_10_13" = [ "OSX_10_12" ]; + }; + }; + "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "semver"; + version = "0.9.0"; + edition = "2015"; + sha256 = "0azak2lb2wc36s3x15az886kck7rpnksrw14lalm157rg9sc9z63"; + authors = [ + "Steve Klabnik " + "The Rust Project Developers" + ]; + dependencies = { + "semver-parser" = "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "ci" = [ "serde" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "semver-parser"; + version = "0.7.0"; + edition = "2015"; + sha256 = "1da66c8413yakx0y15k8c055yna5lyb6fr0fw9318kdwkrk5k12h"; + authors = [ + "Steve Klabnik " + ]; + features = { + }; + }; + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde"; + version = "1.0.104"; + edition = "2015"; + sha256 = "0dsn86dafbfm5hhngzay7s4pmb4hskpjjyw2f9l7wm9s28gs5ckf"; + authors = [ + "Erick Tryzelaar " + "David Tolnay " + ]; + dependencies = { + "serde_derive" = { + packageId = "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + }; + features = { + "default" = [ "std" ]; + "derive" = [ "serde_derive" ]; + }; + resolvedDefaultFeatures = [ "default" "derive" "serde_derive" "std" ]; + }; + "serde-value 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde-value"; + version = "0.6.0"; + edition = "2015"; + sha256 = "1sc1j3rbnid5ysdxfyf3qvmn3baa21d2r10qhd2b7xfkh318p8py"; + authors = [ + "arcnmx" + ]; + dependencies = { + "ordered-float" = "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde_derive"; + version = "1.0.104"; + edition = "2015"; + sha256 = "0c29n10yb2n9gfsaxk86w3ap7zdciiirmqf6i7vwd0fk3y0mpkc8"; + procMacro = true; + authors = [ + "Erick Tryzelaar " + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "visit" ]; + }; + }; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde_json"; + version = "1.0.47"; + edition = "2018"; + sha256 = "1lpjphndivd7dmqzf18qh882wfbn9ajr52apad7mzp5ljnf9hd1f"; + authors = [ + "Erick Tryzelaar " + "David Tolnay " + ]; + dependencies = { + "itoa" = { + packageId = "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "ryu" = "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "alloc" = [ "serde/alloc" ]; + "default" = [ "std" ]; + "preserve_order" = [ "indexmap" ]; + "std" = [ "serde/std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde_urlencoded"; + version = "0.6.1"; + edition = "2015"; + sha256 = "1q1alszz71dh30by1fplz00rcbhi3y4k3j6z795xlv7ck735f78c"; + authors = [ + "Anthony Ramine " + ]; + dependencies = { + "dtoa" = "dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "itoa" = "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "url" = "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "serde_yaml"; + version = "0.8.11"; + edition = "2018"; + sha256 = "0727jwg07binrwimzxqpbpp26lyssiy9krrn73sdhal75ba4mzyn"; + authors = [ + "David Tolnay " + ]; + dependencies = { + "dtoa" = "dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)"; + "linked-hash-map" = "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + "yaml-rust" = "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "sha1"; + version = "0.6.0"; + edition = "2015"; + sha256 = "12cp2b8f3hbwhfpnv1j1afl285xxmmbxh9w4npzvwbdh7xfyww8v"; + authors = [ + "Armin Ronacher " + ]; + features = { + }; + }; + "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "signal-hook-registry"; + version = "1.2.0"; + edition = "2015"; + sha256 = "0sap7brbb8fp3641nrvfm4rk024hjcmxix0y0zn9sc8vgvnfivxb"; + authors = [ + "Michal 'vorner' Vaner " + "Masaki Hara " + ]; + dependencies = { + "arc-swap" = "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "slab"; + version = "0.4.2"; + edition = "2015"; + sha256 = "0h1l2z7qy6207kv0v3iigdf2xfk9yrhbwj1svlxk6wxjmdxvgdl7"; + authors = [ + "Carl Lerche " + ]; + features = { + }; + }; + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "smallvec"; + version = "1.2.0"; + edition = "2018"; + sha256 = "0nr0h34bsl3szp3maja8npg8mavgkijr8fj7g3sq54jp6vz24s7i"; + libPath = "lib.rs"; + authors = [ + "Simon Sapin " + ]; + features = { + }; + }; + "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "socket2"; + version = "0.3.11"; + edition = "2018"; + sha256 = "06v07j2i8miv484vdgbj0k6npk6115x756yi0x3gvd3424nj3yjx"; + authors = [ + "Alex Crichton " + ]; + dependencies = { + "cfg-if" = { + packageId = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."unix" || (target."os" == "redox")); + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."unix" || (target."os" == "redox")); + }; + "redox_syscall" = { + packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "handleapi" "ws2def" "ws2ipdef" "ws2tcpip" "minwindef" ]; + }; + }; + features = { + }; + }; + "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "sourcefile"; + version = "0.1.4"; + edition = "2015"; + sha256 = "0fzkmnxgi8dw1kcbf33dhn65v55y8sab68wxi38cyklx00s6l1wq"; + authors = [ + "Richard Dodd " + ]; + features = { + }; + }; + "static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "static_assertions"; + version = "0.3.4"; + edition = "2015"; + sha256 = "0prjbn3kyqw0497nmghwwi1vnmf3103bq0plkaxz9zh9dbfd53y4"; + authors = [ + "Nikolai Vazquez" + ]; + features = { + }; + }; + "stb_truetype 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "stb_truetype"; + version = "0.2.8"; + edition = "2018"; + sha256 = "16xa9y3dgg41fwmlnf80hy63i8dmhrlnkk4lb1yc912bm5w5xffp"; + authors = [ + "Dylan Ede " + "Alex Butler " + ]; + dependencies = { + "stb_truetype" = { + packageId = "stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + rename = "stb_truetype_next"; + }; + }; + features = { + }; + }; + "stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "stb_truetype"; + version = "0.3.1"; + edition = "2018"; + sha256 = "1aa3jjx8ga7i02v64kjcf3xkr2b60znqmqzickx1l42wb28qwm5l"; + authors = [ + "Dylan Ede " + "Alex Butler " + ]; + dependencies = { + "byteorder" = { + packageId = "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + "default" = [ "std" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "strsim"; + version = "0.8.0"; + edition = "2015"; + sha256 = "0d3jsdz22wgjyxdakqnvdgmwjdvkximz50d9zfk4qlalw635qcvy"; + authors = [ + "Danny Guo " + ]; + features = { + }; + }; + "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "structopt"; + version = "0.3.9"; + edition = "2018"; + sha256 = "162yqi7s3bp1aw4sw0py0dlbcl0cwb1nkjnncgkzs4kn1mhl8qxp"; + authors = [ + "Guillaume Pinot " + "others" + ]; + dependencies = { + "clap" = { + packageId = "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "structopt-derive" = "structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "color" = [ "clap/color" ]; + "debug" = [ "clap/debug" ]; + "default" = [ "clap/default" ]; + "doc" = [ "clap/doc" ]; + "lints" = [ "clap/lints" ]; + "no_cargo" = [ "clap/no_cargo" ]; + "paw" = [ "structopt-derive/paw" ]; + "suggestions" = [ "clap/suggestions" ]; + "wrap_help" = [ "clap/wrap_help" ]; + "yaml" = [ "clap/yaml" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "structopt-derive"; + version = "0.4.2"; + edition = "2018"; + sha256 = "1nda1jk0qdbry6xs6ly9hi1l5cwxpwsbmssfvxnnh0birplzmxj8"; + procMacro = true; + authors = [ + "Guillaume Pinot " + ]; + dependencies = { + "heck" = "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro-error" = "proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "derive" "parsing" "proc-macro" ]; + }; + }; + features = { + }; + }; + "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "syn"; + version = "1.0.14"; + edition = "2018"; + sha256 = "1z8bbg1s2ixyw7q877yzcgdnzh80n6vk14c1k0dznwd7rff0m66w"; + authors = [ + "David Tolnay " + ]; + dependencies = { + "proc-macro2" = { + packageId = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "quote" = { + packageId = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + }; + "unicode-xid" = "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "derive" "parsing" "printing" "clone-impls" "proc-macro" ]; + "printing" = [ "quote" ]; + "proc-macro" = [ "proc-macro2/proc-macro" "quote/proc-macro" ]; + }; + resolvedDefaultFeatures = [ "clone-impls" "default" "derive" "extra-traits" "full" "parsing" "printing" "proc-macro" "quote" "visit" "visit-mut" ]; + }; + "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "syn-mid"; + version = "0.5.0"; + edition = "2018"; + sha256 = "0mcp969x5a3bjh1b0x17vsn21syggqrgkvk12gc97lzfpbyf5hkj"; + authors = [ + "Taiki Endo " + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "parsing" "printing" "derive" ]; + }; + }; + features = { + "clone-impls" = [ "syn/clone-impls" ]; + }; + }; + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "synstructure"; + version = "0.12.3"; + edition = "2018"; + sha256 = "1mi3yl5h54wkarzbm4ma4b3dqfjiy8rlvags4qxqhsy3j850rmcy"; + authors = [ + "Nika Layzell " + ]; + dependencies = { + "proc-macro2" = { + packageId = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "quote" = { + packageId = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + features = [ "derive" "parsing" "printing" "clone-impls" "visit" "extra-traits" ]; + }; + "unicode-xid" = "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "proc-macro" ]; + "proc-macro" = [ "proc-macro2/proc-macro" "syn/proc-macro" "quote/proc-macro" ]; + }; + resolvedDefaultFeatures = [ "default" "proc-macro" ]; + }; + "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tempfile"; + version = "3.1.0"; + edition = "2018"; + sha256 = "1r7ykxw90p5hm1g46i8ia33j5iwl3q252kbb6b074qhdav3sqndk"; + authors = [ + "Steven Allen " + "The Rust Project Developers" + "Ashley Mannix " + "Jason White " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "rand" = "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "redox_syscall" = { + packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "remove_dir_all" = "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "fileapi" "handleapi" "winbase" ]; + }; + }; + features = { + }; + }; + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "textwrap"; + version = "0.11.0"; + edition = "2015"; + sha256 = "0s25qh49n7kjayrdj4q3v0jk0jc6vy88rdw0bvgfxqlscpqpxi7d"; + authors = [ + "Martin Geisler " + ]; + dependencies = { + "unicode-width" = "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "thread-id"; + version = "3.3.0"; + edition = "2015"; + sha256 = "1c24q4d2czza6b86sbw76z0f2vkbkkamivkmrhvs549v59za9gip"; + authors = [ + "Ruud van Asseldonk " + ]; + dependencies = { + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."unix"; + }; + "redox_syscall" = { + packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "processthreadsapi" ]; + }; + }; + features = { + }; + }; + "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "thread_local"; + version = "1.0.1"; + edition = "2015"; + sha256 = "0vs440x0nwpsw30ks6b8f70178y0gl7zhrqydhjykrhn56bj57h7"; + authors = [ + "Amanieu d'Antras " + ]; + dependencies = { + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "threadpool"; + version = "1.7.1"; + edition = "2015"; + sha256 = "09g715plrn59kasvigqjrjqzcgqnaf6v6pia0xx03f18kvfmkq06"; + authors = [ + "The Rust Project Developers" + "Corey Farwell " + "Stefan Schindler " + ]; + dependencies = { + "num_cpus" = "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "time"; + version = "0.1.42"; + edition = "2015"; + sha256 = "1ny809kmdjwd4b478ipc33dz7q6nq7rxk766x8cnrg6zygcksmmx"; + authors = [ + "The Rust Project Developers" + ]; + dependencies = { + "libc" = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + "redox_syscall" = { + packageId = "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."os" == "redox"); + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "std" "minwinbase" "minwindef" "ntdef" "profileapi" "sysinfoapi" "timezoneapi" ]; + }; + }; + features = { + }; + }; + "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tokio"; + version = "0.2.11"; + edition = "2018"; + sha256 = "0lmmsnhkkvjqllv9aa5ayy4xi3fhbcsfqw30yls7ajfss0ghpzhl"; + authors = [ + "Tokio Contributors " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "fnv" = { + packageId = "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "futures-core" = { + packageId = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "iovec" = { + packageId = "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "lazy_static" = { + packageId = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "libc" = { + packageId = "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = target."unix"; + }; + "memchr" = { + packageId = "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "mio" = { + packageId = "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "mio-uds" = { + packageId = "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = target."unix"; + }; + "pin-project-lite" = "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "signal-hook-registry" = { + packageId = "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + target = target."unix"; + }; + "slab" = { + packageId = "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + usesDefaultFeatures = false; + target = target."windows"; + }; + }; + features = { + "blocking" = [ "rt-core" ]; + "dns" = [ "rt-core" ]; + "fs" = [ "rt-core" "io-util" ]; + "full" = [ "blocking" "dns" "fs" "io-driver" "io-util" "io-std" "macros" "net" "process" "rt-core" "rt-util" "rt-threaded" "signal" "stream" "sync" "time" ]; + "io-driver" = [ "mio" "lazy_static" ]; + "io-std" = [ "rt-core" ]; + "io-util" = [ "memchr" ]; + "macros" = [ "tokio-macros" ]; + "net" = [ "dns" "tcp" "udp" "uds" ]; + "process" = [ "io-driver" "libc" "mio-named-pipes" "signal" "winapi/consoleapi" "winapi/minwindef" "winapi/threadpoollegacyapiset" "winapi/winerror" ]; + "rt-threaded" = [ "num_cpus" "rt-core" ]; + "signal" = [ "io-driver" "lazy_static" "libc" "mio-uds" "signal-hook-registry" "winapi/consoleapi" "winapi/minwindef" ]; + "stream" = [ "futures-core" ]; + "sync" = [ "fnv" ]; + "tcp" = [ "io-driver" "iovec" ]; + "time" = [ "slab" ]; + "udp" = [ "io-driver" ]; + "uds" = [ "io-driver" "mio-uds" "libc" ]; + }; + resolvedDefaultFeatures = [ "blocking" "default" "fnv" "futures-core" "io-driver" "io-util" "iovec" "lazy_static" "libc" "memchr" "mio" "mio-uds" "rt-core" "rt-util" "signal" "signal-hook-registry" "slab" "stream" "sync" "tcp" "time" "udp" "uds" "winapi" ]; + }; + "tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tokio-tls"; + version = "0.3.0"; + edition = "2018"; + sha256 = "0899jizl2v576jigcrx9x4sw9i0cxghm92f002889gqycrzlhy0g"; + authors = [ + "Tokio Contributors " + ]; + dependencies = { + "native-tls" = "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tokio-util"; + version = "0.2.0"; + edition = "2018"; + sha256 = "1jvqz5shi2gllxdhgfgksazk0cqn0aiiry7wgrdhrz9vgi76976i"; + authors = [ + "Tokio Contributors " + ]; + dependencies = { + "bytes" = "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-core" = "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures-sink" = "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "pin-project-lite" = "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "full" = [ "codec" "udp" ]; + "udp" = [ "tokio/udp" ]; + }; + resolvedDefaultFeatures = [ "codec" "default" ]; + }; + "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "tower-service"; + version = "0.3.0"; + edition = "2018"; + sha256 = "1dr8kzzad13ayc15bam7fpwvpn2c2bsqaybhjf3xiybxgcp3516n"; + authors = [ + "Tower Maintainers " + ]; + features = { + }; + }; + "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "traitobject"; + version = "0.1.0"; + edition = "2015"; + sha256 = "10hi8pl361l539g4kg74mcrhn7grmwlar4jl528ddn2z2jvb7lw3"; + authors = [ + "Jonathan Reem " + ]; + features = { + }; + }; + "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "trust-dns-proto"; + version = "0.18.0-alpha.2"; + edition = "2018"; + sha256 = "066jqgjhlj2y49q5x2sv46b2m4kam54q7l76pspw1jj2a3y9nfg9"; + libName = "trust_dns_proto"; + authors = [ + "Benjamin Fry " + ]; + dependencies = { + "async-trait" = "async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)"; + "enum-as-inner" = "enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "failure" = "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "idna" = "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "rand" = "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)"; + "smallvec" = "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "socket2" = "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + features = [ "time" "udp" "tcp" ]; + }; + "url" = "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "tokio-compat" ]; + "dnssec" = [ "data-encoding" ]; + "dnssec-openssl" = [ "dnssec" "openssl" ]; + "dnssec-ring" = [ "dnssec" "ring" ]; + "mdns" = [ "socket2/reuseport" ]; + "serde-config" = [ "serde" ]; + "tokio-compat" = [ "tokio" ]; + }; + resolvedDefaultFeatures = [ "default" "tokio" "tokio-compat" ]; + }; + "trust-dns-resolver 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "trust-dns-resolver"; + version = "0.18.0-alpha.2"; + edition = "2018"; + sha256 = "1s978j4zjyg7rardidnhyv8mvhgy98iyhrvhzxxz82idmhvcp0s0"; + libName = "trust_dns_resolver"; + authors = [ + "Benjamin Fry " + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "failure" = "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + "futures" = "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "ipconfig" = { + packageId = "ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + }; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "lru-cache" = "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "resolv-conf" = { + packageId = "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "system" ]; + }; + "smallvec" = "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "tokio" = { + packageId = "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + features = [ "rt-core" ]; + }; + "trust-dns-proto" = "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "tokio-compat" ]; + "dns-over-https-rustls" = [ "trust-dns-https" "dns-over-rustls" "dns-over-https" ]; + "dns-over-native-tls" = [ "dns-over-tls" "trust-dns-native-tls" ]; + "dns-over-openssl" = [ "dns-over-tls" "trust-dns-openssl" ]; + "dns-over-rustls" = [ "dns-over-tls" "rustls" "trust-dns-rustls" "webpki-roots" ]; + "dnssec-openssl" = [ "dnssec" "trust-dns-proto/dnssec-openssl" ]; + "dnssec-ring" = [ "dnssec" "trust-dns-proto/dnssec-ring" ]; + "mdns" = [ "trust-dns-proto/mdns" ]; + "serde-config" = [ "serde" "trust-dns-proto/serde-config" ]; + "tokio-compat" = [ "tokio" "trust-dns-proto/tokio-compat" ]; + }; + resolvedDefaultFeatures = [ "default" "tokio" "tokio-compat" ]; + }; + "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "try-lock"; + version = "0.2.2"; + edition = "2015"; + sha256 = "1k8xc0jpbrmzp0fwghdh6pwzjb9xx2p8yy0xxnnb8065smc5fsrv"; + authors = [ + "Sean McArthur " + ]; + features = { + }; + }; + "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "typemap"; + version = "0.3.3"; + edition = "2015"; + sha256 = "1whvpcq2slamy310z5hd3hl214v91sdxmd9avlqa1bn3l258svkx"; + authors = [ + "Jonathan Reem " + ]; + dependencies = { + "unsafe-any" = "unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicase"; + version = "2.6.0"; + edition = "2015"; + sha256 = "15q43mk8vd4vsm9dh694jljg6pi3yqmr8wjx3qbliv21jxm3c4r0"; + authors = [ + "Sean McArthur " + ]; + buildDependencies = { + "version_check" = "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicode-bidi"; + version = "0.3.4"; + edition = "2015"; + sha256 = "0lcd6jasrf8p9p0q20qyf10c6xhvw40m2c4rr105hbk6zy26nj1q"; + libName = "unicode_bidi"; + authors = [ + "The Servo Project Developers" + ]; + dependencies = { + "matches" = "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "flame_it" = [ "flame" "flamer" ]; + "with_serde" = [ "serde" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicode-normalization"; + version = "0.1.12"; + edition = "2015"; + sha256 = "04pczay81rhvgg99jm8x1jm9c1x0bq7jwm2wpxchni32rl2ss232"; + authors = [ + "kwantam " + ]; + dependencies = { + "smallvec" = "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicode-segmentation"; + version = "1.6.0"; + edition = "2015"; + sha256 = "1i9a9gzj4i7iqwrgfs3dagf3h2b9qxdy7bviykhnsjrxm3azgsyc"; + authors = [ + "kwantam " + "Manish Goregaokar " + ]; + features = { + }; + }; + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicode-width"; + version = "0.1.7"; + edition = "2015"; + sha256 = "052w5vx2k332h7ycsxsc61rr7hj0szmfsky94f61228z3znsnq9h"; + authors = [ + "kwantam " + "Manish Goregaokar " + ]; + features = { + "rustc-dep-of-std" = [ "std" "core" "compiler_builtins" ]; + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unicode-xid"; + version = "0.2.0"; + edition = "2015"; + sha256 = "1c85gb3p3qhbjvfyjb31m06la4f024jx319k10ig7n47dz2fk8v7"; + authors = [ + "erick.tryzelaar " + "kwantam " + ]; + features = { + }; + resolvedDefaultFeatures = [ "default" ]; + }; + "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unreachable"; + version = "1.0.0"; + edition = "2015"; + sha256 = "1am8czbk5wwr25gbp2zr007744fxjshhdqjz9liz7wl4pnv3whcf"; + authors = [ + "Jonathan Reem " + ]; + dependencies = { + "void" = { + packageId = "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + usesDefaultFeatures = false; + }; + }; + features = { + }; + }; + "unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "unsafe-any"; + version = "0.4.2"; + edition = "2015"; + sha256 = "1zcvx5s71fbx4l691bg770g9yx947b8mmp4yf0mczcric07sh44s"; + authors = [ + "Jonathan Reem " + ]; + dependencies = { + "traitobject" = "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "url"; + version = "2.1.1"; + edition = "2015"; + sha256 = "0sqrqxfhz6rsc79da0yvmvszspaym8yvlf0780zsv5w8sf86cmxh"; + authors = [ + "The rust-url developers" + ]; + dependencies = { + "idna" = "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "matches" = "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "percent-encoding" = "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "vcpkg"; + version = "0.2.8"; + edition = "2015"; + sha256 = "08ghimjjrfgz20i5glcybka96wyx196c54vl62kn7xg0hsqk0aal"; + authors = [ + "Jim McGrath " + ]; + features = { + }; + }; + "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "vec_map"; + version = "0.8.1"; + edition = "2015"; + sha256 = "1jj2nrg8h3l53d43rwkpkikq5a5x15ms4rf1rw92hp5lrqhi8mpi"; + authors = [ + "Alex Crichton " + "Jorge Aparicio " + "Alexis Beingessner " + "Brian Anderson <>" + "tbu- <>" + "Manish Goregaokar <>" + "Aaron Turon " + "Adolfo Ochagavía <>" + "Niko Matsakis <>" + "Steven Fackler <>" + "Chase Southwood " + "Eduard Burtescu <>" + "Florian Wilkens <>" + "Félix Raimundo <>" + "Tibor Benke <>" + "Markus Siemens " + "Josh Branchaud " + "Huon Wilson " + "Corey Farwell " + "Aaron Liblong <>" + "Nick Cameron " + "Patrick Walton " + "Felix S Klock II <>" + "Andrew Paseltiner " + "Sean McArthur " + "Vadim Petrochenkov <>" + ]; + features = { + "eders" = [ "serde" ]; + }; + }; + "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "vergen"; + version = "3.0.4"; + edition = "2018"; + sha256 = "0cx8aijx8f9ywb8nw11kh64sssng72bvjpih132msbrvszrzzw2l"; + authors = [ + "Jason Ozias " + ]; + dependencies = { + "bitflags" = "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "chrono" = "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "failure" = "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "chrono" = "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "version_check"; + version = "0.1.5"; + edition = "2015"; + sha256 = "1yrx9xblmwbafw2firxyqbj8f771kkzfd24n3q7xgwiqyhi0y8qd"; + authors = [ + "Sergio Benitez " + ]; + features = { + }; + }; + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "version_check"; + version = "0.9.1"; + edition = "2015"; + sha256 = "00aywbaicdi81gcxpqdz6g0l96885bz4bml5c9xfna5p01vrh4li"; + authors = [ + "Sergio Benitez " + ]; + features = { + }; + }; + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "void"; + version = "1.0.2"; + edition = "2015"; + sha256 = "0h1dm0dx8dhf56a83k68mijyxigqhizpskwxfdrs1drwv2cdclv3"; + authors = [ + "Jonathan Reem " + ]; + features = { + "default" = [ "std" ]; + }; + }; + "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "want"; + version = "0.3.0"; + edition = "2018"; + sha256 = "0gwk8ybv6c2irgbmk0p3vc81vw71imkvy1vmrrx95kys925wsk2x"; + authors = [ + "Sean McArthur " + ]; + dependencies = { + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "try-lock" = "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasi"; + version = "0.9.0+wasi-snapshot-preview1"; + edition = "2018"; + sha256 = "0xa6b3rnsmhi13nvs9q51wmavx51yzs5qdbc7bvs0pvs6iar3hsd"; + authors = [ + "The Cranelift Project Developers" + ]; + features = { + "default" = [ "std" ]; + "rustc-dep-of-std" = [ "compiler_builtins" "core" "rustc-std-workspace-alloc" ]; + }; + resolvedDefaultFeatures = [ "default" "std" ]; + }; + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen"; + version = "0.2.58"; + edition = "2018"; + sha256 = "18isy9wzas7zkdlzr19i5s3f1zn732wx98dp2s7zqaqkb2rprlar"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "serde" = { + packageId = "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "serde_json" = { + packageId = "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)"; + optional = true; + }; + "wasm-bindgen-macro" = "wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "default" = [ "spans" "std" ]; + "enable-interning" = [ "std" ]; + "serde-serialize" = [ "serde" "serde_json" "std" ]; + "spans" = [ "wasm-bindgen-macro/spans" ]; + "strict-macro" = [ "wasm-bindgen-macro/strict-macro" ]; + "xxx_debug_only_print_generated_code" = [ "wasm-bindgen-macro/xxx_debug_only_print_generated_code" ]; + }; + resolvedDefaultFeatures = [ "default" "serde" "serde-serialize" "serde_json" "spans" "std" ]; + }; + "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-backend"; + version = "0.2.58"; + edition = "2018"; + sha256 = "0hdv9ad3wgkw2acvrs8qaz4v3k5pr07rww1qmb8lw0a4xcb0k946"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "bumpalo" = "bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "lazy_static" = "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" ]; + }; + "wasm-bindgen-shared" = "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "extra-traits" = [ "syn/extra-traits" ]; + }; + resolvedDefaultFeatures = [ "spans" ]; + }; + "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-futures"; + version = "0.4.8"; + edition = "2018"; + sha256 = "1iafg4hmpg392nyq0igynfzbr1j6xlvlj5g4hgi2akp825dwyd9b"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "cfg-if" = "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)"; + "js-sys" = "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen" = "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + "web-sys" = { + packageId = "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (target."feature" == "atomics"); + features = [ "MessageEvent" "Worker" ]; + }; + }; + features = { + }; + }; + "wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-macro"; + version = "0.2.58"; + edition = "2018"; + sha256 = "10lbw7k3dg41yzqav6fig20xijm04xmwgqx6l6agzsvq8llb5vz2"; + procMacro = true; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen-macro-support" = "wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "spans" = [ "wasm-bindgen-macro-support/spans" ]; + "strict-macro" = [ "wasm-bindgen-macro-support/strict-macro" ]; + }; + resolvedDefaultFeatures = [ "spans" ]; + }; + "wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-macro-support"; + version = "0.2.58"; + edition = "2018"; + sha256 = "18z9w5f1dphp5q4iv9hv0z0lc0wczhrg7ajalfvwsxrv1q7drc2a"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "visit" ]; + }; + "wasm-bindgen-backend" = "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen-shared" = "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + "extra-traits" = [ "syn/extra-traits" ]; + "spans" = [ "wasm-bindgen-backend/spans" ]; + }; + resolvedDefaultFeatures = [ "spans" ]; + }; + "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-shared"; + version = "0.2.58"; + edition = "2018"; + sha256 = "1nk4i7amy48y6sshvjin3f3pbsfm9dasm9hdb63z88k4ikzhfzsy"; + authors = [ + "The wasm-bindgen Developers" + ]; + features = { + }; + }; + "wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "wasm-bindgen-webidl"; + version = "0.2.58"; + edition = "2018"; + sha256 = "1fcjxcr9yx194fh88xf4zk1ppay8g66bz9n8g8wqcq4fn5spr1p2"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "anyhow" = "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "heck" = "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)"; + "log" = "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "proc-macro2" = "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)"; + "quote" = "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)"; + "syn" = { + packageId = "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "full" ]; + }; + "wasm-bindgen-backend" = "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + "weedle" = "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "web-sys"; + version = "0.3.35"; + edition = "2018"; + sha256 = "11229nasjqmbczh61l9f88mj9l6d187hbj8ah8fph6iv4zlx56ph"; + authors = [ + "The wasm-bindgen Developers" + ]; + dependencies = { + "js-sys" = "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen" = "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "anyhow" = "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)"; + "sourcefile" = "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)"; + "wasm-bindgen-webidl" = "wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + resolvedDefaultFeatures = [ "Headers" "MessageEvent" "Request" "RequestInit" "RequestMode" "Response" "Window" "Worker" ]; + }; + "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "weedle"; + version = "0.10.0"; + edition = "2015"; + sha256 = "0pi2r4zjrl17ccafqpd0r87nrysz2abq4yqi09lsmija1hdvf4h2"; + authors = [ + "Sharad Chand " + ]; + dependencies = { + "nom" = "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "widestring"; + version = "0.4.0"; + edition = "2015"; + sha256 = "12j8w7jsn60wr1wir2dnspn3b0480my2ksa95f3qxyvb8h1q7xnj"; + authors = [ + "Kathryn Long " + ]; + features = { + }; + }; + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winapi"; + version = "0.2.8"; + edition = "2015"; + sha256 = "0a45b58ywf12vb7gvj6h3j264nydynmzyqz8d8rqxsj6icqv82as"; + authors = [ + "Peter Atashian " + ]; + features = { + }; + }; + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winapi"; + version = "0.3.8"; + edition = "2015"; + sha256 = "084ialbgww1vxry341fmkg5crgpvab3w52ahx1wa54yqjgym0vxs"; + authors = [ + "Peter Atashian " + ]; + dependencies = { + "winapi-i686-pc-windows-gnu" = { + packageId = "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (stdenv.hostPlatform.config == "i686-pc-windows-gnu"); + }; + "winapi-x86_64-pc-windows-gnu" = { + packageId = "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)"; + target = (stdenv.hostPlatform.config == "x86_64-pc-windows-gnu"); + }; + }; + features = { + "debug" = [ "impl-debug" ]; + }; + resolvedDefaultFeatures = [ "consoleapi" "errhandlingapi" "fileapi" "handleapi" "impl-debug" "impl-default" "lmcons" "minschannel" "minwinbase" "minwindef" "ntdef" "ntstatus" "processenv" "processthreadsapi" "profileapi" "schannel" "securitybaseapi" "sspi" "std" "sysinfoapi" "timezoneapi" "winbase" "wincon" "wincrypt" "winerror" "winnt" "winreg" "winsock2" "wow64apiset" "ws2def" "ws2ipdef" "ws2tcpip" ]; + }; + "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winapi-build"; + version = "0.1.1"; + edition = "2015"; + sha256 = "1lxlpi87rkhxcwp2ykf1ldw3p108hwm24nywf3jfrvmff4rjhqga"; + libName = "build"; + authors = [ + "Peter Atashian " + ]; + features = { + }; + }; + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winapi-i686-pc-windows-gnu"; + version = "0.4.0"; + edition = "2015"; + sha256 = "05ihkij18r4gamjpxj4gra24514can762imjzlmak5wlzidplzrp"; + authors = [ + "Peter Atashian " + ]; + features = { + }; + }; + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winapi-x86_64-pc-windows-gnu"; + version = "0.4.0"; + edition = "2015"; + sha256 = "0n1ylmlsb8yg1v583i4xy0qmqg42275flvbc51hdqjjfjcl9vlbj"; + authors = [ + "Peter Atashian " + ]; + features = { + }; + }; + "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winreg"; + version = "0.6.2"; + edition = "2015"; + sha256 = "0yxz0sph88wsj7cy94kfy17c5jaj0665m3qqll5saqind1fnfb90"; + authors = [ + "Igor Shaula " + ]; + dependencies = { + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + features = [ "impl-default" "impl-debug" "minwindef" "minwinbase" "timezoneapi" "winerror" "winnt" "winreg" "handleapi" ]; + }; + }; + features = { + "serialization-serde" = [ "transactions" "serde" ]; + "transactions" = [ "winapi/ktmw32" ]; + }; + }; + "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "winutil"; + version = "0.1.1"; + edition = "2015"; + sha256 = "1wvq440hl1v3a65agjbp031gw5jim3qasfvmz703dlz95pbjv45r"; + authors = [ + "Dave Lancaster " + ]; + dependencies = { + "winapi" = { + packageId = "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)"; + target = target."windows"; + features = [ "wow64apiset" "processthreadsapi" "winbase" ]; + }; + }; + features = { + }; + }; + "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "ws2_32-sys"; + version = "0.2.1"; + edition = "2015"; + sha256 = "1zpy9d9wk11sj17fczfngcj28w4xxjs3b4n036yzpy38dxp4f7kc"; + libName = "ws2_32"; + authors = [ + "Peter Atashian " + ]; + dependencies = { + "winapi" = "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + buildDependencies = { + "winapi-build" = "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" + = rec { + crateName = "yaml-rust"; + version = "0.4.3"; + edition = "2015"; + sha256 = "09p179lz1gjdpa0c58164dc4cs7ijw3j1aqflpshnl1zwvfsgwyx"; + authors = [ + "Yuheng Chen " + ]; + dependencies = { + "linked-hash-map" = "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)"; + }; + features = { + }; + }; + }; + + # + # crate2nix/default.nix (excerpt start) + # + + # Target (platform) data for conditional dependencies. + # This corresponds roughly to what buildRustCrate is setting. + target = { + unix = true; + windows = false; + # We don't support tests yet, so this is true for now. + test = false; + + # This doesn't appear to be officially documented anywhere yet. + # See https://github.com/rust-lang-nursery/rust-forge/issues/101. + os = if stdenv.hostPlatform.isDarwin + then "macos" + else stdenv.hostPlatform.parsed.kernel.name; + arch = stdenv.hostPlatform.parsed.cpu.name; + family = "unix"; + env = "gnu"; + endian = if stdenv.hostPlatform.parsed.cpu.significantByte.name == "littleEndian" then "little" else "big"; + pointer_width = toString stdenv.hostPlatform.parsed.cpu.bits; + vendor = stdenv.hostPlatform.parsed.vendor.name; + debug_assertions = false; + }; + + /* Filters common temp files and build files */ + # TODO(pkolloch): Substitute with gitignore filter + sourceFilter = name: type: + let baseName = builtins.baseNameOf (builtins.toString name); + in ! ( + # Filter out git + baseName == ".gitignore" || + (type == "directory" && baseName == ".git" ) || + + # Filter out build results + (type == "directory" && ( + baseName == "target" || + baseName == "_site" || + baseName == ".sass-cache" || + baseName == ".jekyll-metadata" || + baseName == "build-artifacts" + )) || + + # Filter out nix-build result symlinks + (type == "symlink" && lib.hasPrefix "result" baseName) || + + # Filter out IDE config + (type == "directory" && ( + baseName == ".idea" || + baseName == ".vscode" + )) || + lib.hasSuffix ".iml" baseName || + + # Filter out nix build files + # lib.hasSuffix ".nix" baseName || + + # Filter out editor backup / swap files. + lib.hasSuffix "~" baseName || + builtins.match "^\\.sw[a-z]$$" baseName != null || + builtins.match "^\\..*\\.sw[a-z]$$" baseName != null || + lib.hasSuffix ".tmp" baseName || + lib.hasSuffix ".bak" baseName || + baseName == "tests.nix" + ); + + /* A restricted overridable version of buildRustCrateWithFeaturesImpl. */ + buildRustCrateWithFeatures = {packageId, features, crateOverrides ? defaultCrateOverrides}: + lib.makeOverridable + ({features, crateOverrides}: buildRustCrateWithFeaturesImpl {inherit packageId features crateOverrides;}) + { inherit features crateOverrides; }; + + /* Returns a buildRustCrate derivation for the given packageId and features. */ + buildRustCrateWithFeaturesImpl = { crateConfigs? crates, packageId, features, crateOverrides } @ args: + assert (builtins.isAttrs crateConfigs); + assert (builtins.isString packageId); + assert (builtins.isList features); + + let mergedFeatures = mergePackageFeatures args; + buildByPackageId = packageId: + let features = mergedFeatures."${packageId}" or []; + crateConfig = lib.filterAttrs (n: v: n != "resolvedDefaultFeatures") crateConfigs."${packageId}"; + dependencies = + dependencyDerivations buildByPackageId features (crateConfig.dependencies or {}); + buildDependencies = + dependencyDerivations buildByPackageId features (crateConfig.buildDependencies or {}); + dependenciesWithRenames = + lib.filterAttrs (n: v: v ? "rename") + (crateConfig.buildDependencies or {} // crateConfig.dependencies or {}); + crateRenames = + lib.mapAttrs (name: value: value.rename or name) dependenciesWithRenames; + in buildRustCrate (crateConfig // { inherit features dependencies buildDependencies crateRenames; }); + in buildByPackageId packageId; + + /* Returns the actual derivations for the given dependencies. */ + dependencyDerivations = buildByPackageId: features: dependencies: + assert (builtins.isFunction buildByPackageId); + assert (builtins.isList features); + assert (builtins.isAttrs dependencies); + + let enabledDependencies = filterEnabledDependencies dependencies features; + depDerivation = dependencyName: dependency: + buildByPackageId (dependencyPackageId dependency); + in builtins.attrValues (lib.mapAttrs depDerivation enabledDependencies); + + /* Returns differences between cargo default features and crate2nix default features. + * + * This is useful for verifying the feature resolution in crate2nix. + */ + diffDefaultPackageFeatures = {crateConfigs ? crates, packageId}: + assert (builtins.isAttrs crateConfigs); + + let prefixValues = prefix: lib.mapAttrs (n: v: { "${prefix}" = v; }); + mergedFeatures = + prefixValues + "crate2nix" + (mergePackageFeatures {inherit crateConfigs packageId; features = ["default"]; }); + configs = prefixValues "cargo" crateConfigs; + combined = lib.foldAttrs (a: b: a // b) {} [ mergedFeatures configs ]; + onlyInCargo = builtins.attrNames (lib.filterAttrs (n: v: !(v ? "crate2nix" ) && (v ? "cargo")) combined); + onlyInCrate2Nix = builtins.attrNames (lib.filterAttrs (n: v: (v ? "crate2nix" ) && !(v ? "cargo")) combined); + differentFeatures = lib.filterAttrs + (n: v: + (v ? "crate2nix" ) + && (v ? "cargo") + && (v.crate2nix.features or []) != (v."cargo".resolved_default_features or [])) + combined; + in builtins.toJSON { inherit onlyInCargo onlyInCrate2Nix differentFeatures; }; + + /* Returns the feature configuration by package id for the given input crate. */ + mergePackageFeatures = {crateConfigs ? crates, packageId, features, ...} @ args: + assert (builtins.isAttrs crateConfigs); + assert (builtins.isString packageId); + assert (builtins.isList features); + + let packageFeatures = listOfPackageFeatures args; + grouped = lib.groupBy (x: x.packageId) packageFeatures; + in lib.mapAttrs (n: v: sortedUnique (builtins.concatLists (builtins.map (v: v.features) v))) grouped; + + /* Returns a { packageId, features } attribute set for every package needed for building the + package for the given packageId with the given features. + + Returns multiple, potentially conflicting attribute sets for dependencies that are reachable + by multiple paths in the dependency tree. + */ + listOfPackageFeatures = {crateConfigs ? crates, packageId, features, dependencyPath? [packageId], ...} @ args: + assert (builtins.isAttrs crateConfigs); + assert (builtins.isString packageId); + assert (builtins.isList features); + + let + crateConfig = crateConfigs."${packageId}" or (builtins.throw "Package not found: ${packageId}"); + expandedFeatures = expandFeatures (crateConfig.features or {}) features; + + depWithResolvedFeatures = dependencyName: dependency: + let packageId = dependencyPackageId dependency; + features = dependencyFeatures expandedFeatures dependencyName dependency; + in { inherit packageId features; }; + + resolveDependencies = path: dependencies: + assert (builtins.isAttrs dependencies); + + let enabledDependencies = filterEnabledDependencies dependencies expandedFeatures; + directDependencies = + builtins.attrValues (lib.mapAttrs depWithResolvedFeatures enabledDependencies); + in builtins.concatMap + ({packageId, features}: listOfPackageFeatures { + # This is purely for debugging. + dependencyPath = dependencyPath ++ [path packageId]; + inherit crateConfigs packageId features; + }) + directDependencies; + + resolvedDependencies = builtins.concatLists + [ + (resolveDependencies "dependencies" (crateConfig.dependencies or {})) + (resolveDependencies "buildDependencies" (crateConfig.buildDependencies or {})) + ]; + + in [{inherit packageId; features = expandedFeatures;}] ++ resolvedDependencies; + + /* Returns the enabled dependencies given the enabled features. */ + filterEnabledDependencies = dependencies: features: + assert (builtins.isAttrs dependencies); + assert (builtins.isList features); + + lib.filterAttrs + (depName: dep: + builtins.isString dep + || dep.target or true + && (!(dep.optional or false) || builtins.any (doesFeatureEnableDependency depName) features)) + dependencies; + + /* Returns whether the given feature should enable the given dependency. */ + doesFeatureEnableDependency = depName: feature: + let prefix = "${depName}/"; + len = builtins.stringLength prefix; + startsWithPrefix = builtins.substring 0 len feature == prefix; + in feature == depName || startsWithPrefix; + + /* Returns the expanded features for the given inputFeatures by applying the rules in featureMap. + + featureMap is an attribute set which maps feature names to lists of further feature names to enable in case this + feature is selected. + */ + expandFeatures = featureMap: inputFeatures: + assert (builtins.isAttrs featureMap); + assert (builtins.isList inputFeatures); + + let expandFeature = feature: + assert (builtins.isString feature); + [feature] ++ (expandFeatures featureMap (featureMap."${feature}" or [])); + outFeatures = builtins.concatMap expandFeature inputFeatures; + in sortedUnique outFeatures; + + /* The package ID of the given dependency. */ + dependencyPackageId = dependency: if builtins.isString dependency then dependency else dependency.packageId; + + /* Returns the actual dependencies for the given dependency. */ + dependencyFeatures = features: dependencyName: dependency: + assert (builtins.isList features); + assert (builtins.isString dependencyName); + assert (builtins.isAttrs dependency || builtins.isString dependency); + + let defaultOrNil = if builtins.isString dependency || dependency.usesDefaultFeatures or true + then ["default"] + else []; + explicitFeatures = if builtins.isString dependency then [] else dependency.features or []; + additionalDependencyFeatures = + + let dependencyPrefix = dependencyName+"/"; + dependencyFeatures = + builtins.filter (f: lib.hasPrefix dependencyPrefix f) features; + in builtins.map (lib.removePrefix dependencyPrefix) dependencyFeatures; + in + defaultOrNil ++ explicitFeatures ++ additionalDependencyFeatures; + + /* Sorts and removes duplicates from a list of strings. */ + sortedUnique = features: + assert (builtins.isList features); + assert (builtins.all builtins.isString features); + + let outFeaturesSet = lib.foldl (set: feature: set // {"${feature}" = 1;} ) {} features; + outFeaturesUnique = builtins.attrNames outFeaturesSet; + in builtins.sort (a: b: a < b) outFeaturesUnique; + + # + # crate2nix/default.nix (excerpt end) + # + +} diff --git a/crate-hashes.json b/crate-hashes.json new file mode 100644 index 0000000..ab7218c --- /dev/null +++ b/crate-hashes.json @@ -0,0 +1,242 @@ +{ + "actix-codec 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0q0c8l8pqhacgakmaz53az6fszdwdb0nwr5ds6cac9r9zz8ywagi", + "actix-connect 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "0c5dwgi9z1z4d319mdji3y97p3nsbla5jgi9546gf88wgi3q4jqa", + "actix-http 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "0kly08m5idjk91mawpz3xz5b2b08gvqb2c43h82mkmhi3fbvcih0", + "actix-macros 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0q7pww0k53vknmqs80qadrg605wxva7y3d9q8l4n82lz4h89i3xg", + "actix-router 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)": "0y3bah2wqsmd72q4xqh8byk62g5b034pr52yhaz9lxz8ls2yrxma", + "actix-rt 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "0ls65i028lmdsbxq5bs5pyv3qhr99waldlhvv1w23jsbbgvkc592", + "actix-server 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "1xb87xrblkncpq259zsfn53kfzp021ij2yd7xwfxfd3p3n0br47c", + "actix-service 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)": "0g6yv4rxxw51z5p05b0c1ibvdmm2lbjqq040ga3va8zb6xf6y7ad", + "actix-testing 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "1fv0hb97dk29madnzmqxp4lns1vys0vnrk9r4pz3c2x6aq7c17q0", + "actix-threadpool 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1f1ccns3k90fx2x3vqs4hlw911pffd4yg58z64fjz3v55kvpmbga", + "actix-tls 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "0r657y880jjshqf9ikh9xqa62if2fkkijr334n9qsxcxrq6rvxvp", + "actix-utils 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)": "0vcbppj7a1jnap2svn969pka0br64nb480w5h7p4xiffswys1m7x", + "actix-web 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "1vkzd9irjmc59c8lm852367na5ra9g1lhkxvdz9z6yg09xi4kynm", + "actix-web-codegen 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0iws52fmafp3w39wbfa6n4hh2wnqnhblkqq55i61nphk3xqk2ab6", + "adler32 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)": "157bfkgcy4p3cclfv378x7clxcj3l23jj7sckjbqkmdjbi72y134", + "aho-corasick 0.7.8 (registry+https://github.com/rust-lang/crates.io-index)": "0nclvmhz967mvqrg2040is0a21grjd0xhmmmm5pi7qwx0mxprgvk", + "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "08fk0p2xvkqpmz3zlrwnf6l8sj2vngw464rvzspzp31sbgxbwm4v", + "antidote 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "1x2wgaw603jcjwsfvc8s2rpaqjv0aqj8mvws2ahhkvfnwkdf7icw", + "anyhow 1.0.26 (registry+https://github.com/rust-lang/crates.io-index)": "1b7488a848vyb98kb4nf80syn0g2crnm1ns63dfjl6cicb603c6k", + "arc-swap 0.4.4 (registry+https://github.com/rust-lang/crates.io-index)": "1hkqmz1f5y28ir5bxgv75sa3i1q5kgdvrd8fyhhp7ip9mbx9gb90", + "arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)": "0g11if4ihxifdiiwk6brnywkpgbvfbfwxgfqw5a407hprcq3s49f", + "async-trait 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)": "1cpavs8f1bdl8wpxc4d1v8gr4kspsvdrzb4sazqzyak11q9kxc7q", + "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)": "18x3dv3clg1qyf0skj16b9zd9679dav2r81in85zdmb5aqd25564", + "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "1hhgqh551gmws22z9rxbnsvlppwxvlj0nszj7n1x56pqa3j3swy7", + "awc 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "1cjrb59gpgq6q5jmhy37z6l7sl2il1scjxhhpbz1ylmy0apjv6dj", + "backtrace 0.3.44 (registry+https://github.com/rust-lang/crates.io-index)": "19i5ary8nwk14k0z7gwdwlhs6h3ha9s44942qdy54xi0sbmwqnv0", + "backtrace-sys 0.1.32 (registry+https://github.com/rust-lang/crates.io-index)": "1jrb7450v9kyqrjc97vzckbpwj9jakvc1jkq95i46g6mn9kvqkgr", + "badge 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0qmd6kyyh223zr0x7k7dsh126sqz6mdd6rqxdayasif5b5816fnv", + "base64 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "1idkqdfza39zyhl7ml4i2wq6dv2y331vj2nm9lshvmqbrc23j890", + "base64 0.9.3 (registry+https://github.com/rust-lang/crates.io-index)": "11hhz8ln4zbpn2h2gm9fbbb9j254wrd4fpmddlyah2rrnqsmmqkd", + "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0b77awhpn7yaqjjibm69ginfn996azx5vkzfjj39g3wbsqs7mkxg", + "brotli-sys 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "0b68xckd06a5gvdykimgr5f0f2whrhj0lwqq6scy0viaargqkdnl", + "brotli2 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "1daqrhn50rr8k03h7dd2zkjc0qn2c45q6hrmi642fnz0y5rfwm5y", + "bumpalo 3.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1kidhyyvar7mw59c6fbbrlfhwrym1qq35jn1kbwf2q98vc3fdzf2", + "bytecount 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)": "1jgxppazbx9802if2s9wbwhq8dg5fxmm0ylp3ipfzys818wba2fj", + "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "1hi7ixdls5qssw39wgp1gm8d20yjghgawc3m4xr2wkxmxsv08krz", + "bytes 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)": "0v7dcwfzya64c65haqydhyhkjk0czfrma14lrm7wkqmz4j4skpwh", + "bytestring 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "0yxdckappaf966a727vx45brb8jzgy5a1cf79vvfj4aa7y21sv22", + "c2-chacha 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "04vh0cc9g94cj6cq96sfv3lks7rx486jdn43rmqcvb2syh4y9dqj", + "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)": "1di84m338b9c42vfq86g5lyq5s03i0zfvvf59dvb6mr37z063h1d", + "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)": "0x52qzpbyl2f2jqs7kkqzgfki2cpq99gpfjjigdp8pwwfqk01007", + "chrono 0.4.10 (registry+https://github.com/rust-lang/crates.io-index)": "13yj8csdvzzcrw8g4946rip5wgvviafg6cg01m1r32vgnssb2kr5", + "clap 2.33.0 (registry+https://github.com/rust-lang/crates.io-index)": "054n9ngh6pkknpmd4acgdsp40iw6f5jzq8a4h2b76gnbvk6p5xjh", + "cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)": "1z9lby5sr6vslfd14d6igk03s7awf91mxpsfmsp3prxbxlk0x7h5", + "copyless 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "0dql42yb58lc9020mvb92jms5j9q0am1wp1ap8z0k0sjl1gcphzb", + "core-foundation 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)": "1kabsqxh01m6l2b1gz8wgn0d1k6fyczww9kaks0sbmsz5g78ngzx", + "core-foundation-sys 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "1n2v6wlqkmqwhl7k6y50irx51p37xb0fcm3njbman82gnyq8di2c", + "crc32fast 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1mx88ndqln6vzg7hjhjp8b7g0qggpqggsjrlsdqrfsrbpdzffcn8", + "derive_more 0.99.2 (registry+https://github.com/rust-lang/crates.io-index)": "1jv55l4fmwsxwwvv3y59cnzcfnh28yvrc291b45nnh8qj3fdz5jz", + "dtoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)": "15npcbjlkd9wm82x7gf1al7sn4rfd3jqzq5ysiy4qz1wsbrlsghv", + "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)": "040fgh0jahqra9ascwb986zgll1ss88ky9bfvn0zfay42zsyz83n", + "encoding_rs 0.8.22 (registry+https://github.com/rust-lang/crates.io-index)": "04y2jav1ckrajvba1pp2jxmfc3iyjk9d6nhnl23x70b59qbkwrnl", + "enum-as-inner 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1i7widx9ddr6vg6qn2ihwnmaqxfqjc76w846ymsydnksrn175rh9", + "failure 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "09qsxzrxzqz7h76sd5klfk6nq407way77j898519ll7pr5yk3j65", + "failure_derive 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "00ps2s591hh2sicdv3ix6gv3qf39n5qf67q0mjff90ha8hvsykpj", + "flate2 1.0.13 (registry+https://github.com/rust-lang/crates.io-index)": "18ky7mpla3mpw29ix5xb47vag294s32491mm5pxbrx7ywybay095", + "fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)": "128mlh23y3gg6ag5h8iiqlcbl59smisdzraqy88ldrf75kbw27ip", + "foreign-types 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "105n8sp2djb1s5lzrw04p7ss3dchr5qa3canmynx396nh3vwm2p8", + "foreign-types-shared 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0b6cnvqbflws8dxywk4589vgbz80049lz4x1g9dfy4s1ppd3g4z5", + "fuchsia-zircon 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0jrf4shb1699r4la8z358vri8318w4mdi6qzfqy30p2ymjlca4gk", + "fuchsia-zircon-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "08jp1zxrm9jbrr6l26bjal4dbm8bxfy57ickdgibsqxr1n9j3hf5", + "futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0x84abzfq22q2n91ki0qxnxj2234vz2l8wriqppw6ycc4p8a0990", + "futures-channel 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0y193rdyniid2nzad1mhwhp5a9lplb5my25yw8lwhcfaddqzcfhz", + "futures-core 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "03046fyq5s9qyfsary392jc1h65vdw4piya5ksnajd21g8ma6kdz", + "futures-executor 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0q6jf2caqbccpj54041zmziz5ap1l5zvwhq4q46yygpvn8hwkwp9", + "futures-io 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0nmhb0lfw5h79qfkklr1hrrvpzz1cdnjq7xqq60qbii71b5mp7qk", + "futures-macro 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "1b2hvhvl5f0haky329kwdlak6rcfinvnv33nxh1p3qczqqk97fqy", + "futures-sink 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0363cl3srph7xzd01lq8vigh8vyx8g15ha3hv95k3vzcn4nsqdvr", + "futures-task 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0xh5apdfk9kna15yiax57601n21x7qrmbqzmf86acv6qwp474z11", + "futures-util 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0dbra0yqszrp8rfhqr87gayyy5zskikn42sxfsargxzxwa06id4m", + "fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0p4mfqswwxhkkskdpjld581ksg3cipfs85jbw7znljhkz40l9fjj", + "getrandom 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)": "1i6r4q7i24zdy6v5h3l966a1cf8a1aip2fi1pmdsi71sk1m3w7wr", + "git2 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "0s8spbbf8p50arh5pawnwj7vq454vv24vr7hnagmnxxr0hl4bf6k", + "h2 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1pcpj3s6a8gqnhvsskn9fjczj984f7348k6pzaprn1rfdyhlpphc", + "heck 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1q7vmnlh62kls6cvkfhbcacxkawaznaqa5wwm9dg1xkcza846c3d", + "hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)": "1kzjq2qhy927jq3anycz2ijpskfx5d38p4vp68mz60c8ffzjkr5s", + "hostname 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1383lcnzmiqm0bz0i0h33rvbl5ma125ca5lfnx4qzx1dzdz0wl2a", + "http 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0n2nk147bscbgs02rmfzlfwbyq5rlc2xwbw39v0p4hsprra16clz", + "http-body 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "179g14kk0fjhnanr0ah1dkvjwwxi1lbcxsczhkph2jyc847cnzd0", + "httparse 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0dggj4s0cq69bn63q9nqzzay5acmwl33nrbhjjsh5xys8sk2x4jw", + "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1y7q207gg33jr5rnlnb0h08k00i54g9fypf3drjk8g1sq2swn92r", + "hyper 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)": "1ih989i3hmcpz6pfzsh3d7d8mama9z3r58qbd4fvk7vyipywn2l6", + "hyper-tls 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)": "1cq3lh1q8i3xl24z6bpvmhlszr27d516hhx515y10cc141cw1myz", + "idna 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1mm05aq43qc5n492njnac5xn4rhiraii25xc0hwppr471jzijh8d", + "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)": "0dkidxq5q2a17symqni0k6m2jfap339bxnd3dd83dr556jh5dz89", + "iovec 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "1wy7rsm8rx6y4rjy98jws1aqxdy0v5wbz9whz73p45cwpsg4prfa", + "ipconfig 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1lik8g8wrp9i2i8y5i9l8w21023cvd42m9rxmw04hq72f8hfmk4v", + "itertools 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)": "08ibirc0yiijx66aqszx4psz08zkn4fp4627dym94xcrib12na9r", + "itoa 0.4.5 (registry+https://github.com/rust-lang/crates.io-index)": "102dgh2d1779jyi63kgah61d4d92ql05ydmq7iwlcykdv9pabnpx", + "jobserver 0.1.21 (registry+https://github.com/rust-lang/crates.io-index)": "04zhb31lfnjyp97ggq80c9k1zflj31j5mvkcccji9d3xynnlwhzs", + "js-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)": "1gp32jxksz3pkn1plkm18zyymw0lfql4a31wa225f5ajr6r1zyl6", + "kernel32-sys 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1lrw1hbinyvr6cp28g60z97w32w8vsk6pahk64pmrv2fmby8srfj", + "language-tags 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1zkrdzsqzzc7509kd7nngdwrp461glm2g09kqpzaqksp82frjdvy", + "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "13h6sdghdcy7vcqsm2gasfw3qg7ssa0fl3sw7lq6pdkbk52wbyfr", + "lexical-core 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)": "1vx2z1alab53r1fwwqzaixxxc9h803k6rr8cf4zyzmjp1zc7s6hi", + "libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)": "0wz5fdpjpj8qp7wx7gq9rqckd2bdv7hcm5631hq03amxy5ikhi3l", + "libgit2-sys 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "0li02hwq7s5s2bh34bss81insgm2zajba4yqrvkzpv2ji63w02p6", + "libssh2-sys 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)": "063kbca6fx1p9hp572529w1y6ywqq0vamxhvr181s4pbayzmrsjd", + "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)": "195jzg8mgjbvmkbpx1rzkzrqm0g2fdivk79v44c9lzl64r3f9fym", + "linked-hash-map 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "17bpcphlhrxknzvikmihiqm690wwyr0zridyilh1dlxgmrxng7pd", + "lock_api 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "1a58wdkns5zvk0kvjjvg71z6zp0zwwzyppsl07mh76d6rczjhzi7", + "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "0wvzzzcn89dai172rrqcyz06pzldyyy0lf0w71csmn206rdpnb15", + "log-mdc 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "0lqdid3dbi6ikikbqnmnlm7rm488x58k4b5mw39qmkxl3i00v74h", + "log4rs 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "1gnri2phb7pzhmq77a9q0nz12ys1p6g8k9shmmlrhbiv496m8yz2", + "lru-cache 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "0h5qj65hiibsgw01zmy940c654rh0a34cwirrlc57pxyq4cpk0gq", + "matches 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)": "03hl636fg6xggy0a26200xs74amk3k9n0908rga2szn68agyz3cv", + "md5 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "0wm8p4xr40sgl0mdvqvs7w42s5v9jpaianmadkszsclmkmy8a5zc", + "memchr 2.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0sf6y998273290a6zxx5c28ps196vzz3q9yd0v5jxflpm3bp52f1", + "mime 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)": "1bq7n29iaqvdw0csrc24mdsij890x0sfar9wbi01k84y9kd3i292", + "mime_guess 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "18wrpddfxipwhhw5q7wdykdcp0sm0zq7jizjrcvdnrg80kyg8nsk", + "miniz_oxide 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)": "1b1fzsj3y60fqnx6n2pi0g1lanav9hw0sy9vyah3dq1ilrbfa17s", + "mio 0.6.21 (registry+https://github.com/rust-lang/crates.io-index)": "08z31q5fx4irmp3hsvlzqy541swda8ixhs69adm95j97xz5ikmys", + "mio-uds 0.6.7 (registry+https://github.com/rust-lang/crates.io-index)": "1gff9908pvvysv7zgxvyxy7x34fnhs088cr0j8mgwj8j24mswrhm", + "miow 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "14f8zkc6ix7mkyis1vsqnim8m29b6l55abkba3p2yz7j1ibcvrl0", + "native-tls 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "19bmkzcj2qvyxchlqa1yg2g5awjmk6sigm20mfwajfcczbq3dc6j", + "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)": "1qnmajafgybj5wyxz9iffa8x5wgbwd2znfklmhqj7vl6lw1m65mq", + "nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)": "0b4adir378n2irr76z8grc9jxif8vlyy01rid8j4r716y9y4dg9r", + "nom 4.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "0rg7n0nif70052wlaffmgxmmlvi6xm7zpqmzfq9d8wr9376lpn2h", + "nom 5.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "0y2pfcnbvkhny93mv984xg2gwrw47cbj1wxaifl7m1jv25gspsbw", + "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)": "08kffmbar1bl9hy4zlv3qnns29fwvm4c7vl0dlklkcw0k9lbg2wc", + "num-traits 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)": "1zdzx78vrcg3f39w94pqjs1mwxl1phyv7843hwgwkzggwcxhhf6s", + "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)": "0vr6ca475yglxdz7qriasdziq0cqn54z0z1xkmiqlnjx30plwmbl", + "num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)": "053115487n4v2v045gjp0wh0q3lziribn67hwxjdddqq95l2m45m", + "number_prefix 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1dpvqrrvv87wx662iv1gjjjqz6dgyqfw4ywg9slrvpsa9qykxdxa", + "openssl 0.10.28 (registry+https://github.com/rust-lang/crates.io-index)": "1gfnzmhzrpyzhhcimmn9khxz4x65c5llm6blq04p1jmd2i6xmszx", + "openssl-probe 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)": "1a89fznx26vvaxyrxdvgf6iwai5xvs6xjvpjin68fgvrslv6n15a", + "openssl-sys 0.9.54 (registry+https://github.com/rust-lang/crates.io-index)": "161hmrb747c6j5178hdl5i7pabhxrl963ji8jz2xk0fdzw2y7wkg", + "ordered-float 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "0fi22n6q4n9wimkfhacbryy76k128x8mjrzh38wffsnchpwg5gbn", + "ordered-float 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "1bwjh1gkh2n6zqb2q1a04gkskgz3hxbj3w7fvhx6yd7l0nbmbd1b", + "parking_lot 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "18lcl51vf9phcav52cci3wqqrszy175vxw7yfhn875sigwyf60sy", + "parking_lot_core 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "1xg0cylxi94vj3vfy8dpcb774i5hpzz64yaks3nzxy6hgznr36v2", + "percent-encoding 2.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "0i838f2nr81585ckmfymf8l1x1vdmx6n8xqvli0lgcy60yl2axy3", + "pin-project 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "0wb1j947sinyr5sqc5wjxljs250rpfsm7aazy0mswg9jcv1v4zss", + "pin-project-internal 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "11gzk6fx0s6cyh5fhzwvfy6ds864szw93df8xb7m3s4f2kiblr0n", + "pin-project-lite 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "01pjrqsjxh1ypqcy07wk7jwmns89mkq8zgjmanjnzx261sw69s79", + "pin-utils 0.1.0-alpha.4 (registry+https://github.com/rust-lang/crates.io-index)": "1fl7h1f6gr7qj903k3ir2vw993gbj4dd775s0idq4pzsbjqjj3x1", + "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)": "0f83cnls5a6y97k8b3a54xhmyrjybj29qq6rwvz450qdsy5ff8vj", + "ppv-lite86 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)": "1mlbp0713frbyvcbjmc5vl062b0vr58agkv3ar2qqi5plgy9b7ib", + "proc-macro-error 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "0cs1yy9bd7xxl2p0nn05imz5qi5glhrjya0qag8yh6805arnrwrc", + "proc-macro-error-attr 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "06i00rh8rj1wxdywfs08yfji0ykqc3w65pyh11nrgwjkcjq8dfkb", + "proc-macro-hack 0.5.11 (registry+https://github.com/rust-lang/crates.io-index)": "0cnpfl5x7cac9d94in5r93b29frski33jhvgp7n6qih9gpsxqn80", + "proc-macro-nested 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)": "1xbai316ygv2gxc9vjb8b2nr6xia3ahc19nh66vkwnvz1nc90gya", + "proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)": "1xly6h56wzyg4lazds659vzxfj8g3fd392jjpzh6fh8a7dp1w543", + "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "17gqp7ifp6j5pcnk450f964a5jkqmy71848x69ahmsa9gyzhkh7x", + "quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "0r7030w7dymarn92gjgm02hsm04fwsfs6f1l20wdqiyrm9z8rs5q", + "rand 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)": "1amg6qj53ylq3ix22n27kmj1gyj6i15my36mkayr30ndymny0b8r", + "rand_chacha 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "0zpp3wmxhhmripb6bywhzhx5rfwl4dfbny85hpalwdj0sncv0p0k", + "rand_core 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)": "19qfnh77bzz0x2gfsk91h0gygy0z1s5l3yyc2j91gmprq60d6s3r", + "rand_hc 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0592q9kqcna9aiyzy6vp3fadxkkbpfkmi2cnkv48zhybr0v2yf01", + "redox_syscall 0.1.56 (registry+https://github.com/rust-lang/crates.io-index)": "0jcp8nd947zcy938bz09pzlmi3vyxfdzg92pjxdvvk0699vwcc26", + "regex 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "1ad2vwdvayclgw0g263zy6y7na5id400wqbyad61n6riw09286c2", + "regex-syntax 0.6.14 (registry+https://github.com/rust-lang/crates.io-index)": "1jlyibmmpp3skv1lxpif5mfq57aqgx566asdkq6gjgvj8k0grala", + "remove_dir_all 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)": "04sxg2ppvxiljc2i13bwvpbi540rf9d2a89cq0wmqf9pjvr3a1wm", + "reqwest 0.10.1 (registry+https://github.com/rust-lang/crates.io-index)": "0gpqslgmnzij48nfbpvlipm531k8d9knrqa2hh873lxq7gb98a88", + "resolv-conf 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "1vm5lk75n5bzaygf0cjh5fv31m29955pwpkk1d04ls9ix631rhdk", + "ructe 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)": "0ly2r85vxrs2ccv369lawlrqlxc4z2g0wd439552bpjik8190p1p", + "rustc-demangle 0.1.16 (registry+https://github.com/rust-lang/crates.io-index)": "0zmn448d0f898ahfkz7cir0fi0vk84dabjpw84mk6a1r6nf9vzmi", + "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)": "0rgwzbgs3i9fqjm1p4ra3n7frafmpwl29c8lw85kv1rxn7n2zaa7", + "rusttype 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)": "00pfzybl59kc784x3pdw7vr8vy8crcby7gh2p1sqzhylrhkhjnr7", + "rustversion 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "1gf0ca7pskk27177p1v0sbxr1676ikb0mxymb4plf8lb6qjk8hra", + "ryu 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "04pxfhps9ix078qyml7hifjdmy4bg1n047ki0wx6i1007z85wjp1", + "safemem 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0ki36sicpw6m4840n3rscj0ssz3v2a6ykzmb8sjvricgib9pkl3k", + "schannel 0.1.17 (registry+https://github.com/rust-lang/crates.io-index)": "189a24k6cyv1jmf27vy44hlk4ah38iy02l0fyrw8ihdqylhifpvi", + "scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "15vrix0jx3i4naqnjswddzn4m036krrv71a8vkh3b1zq4hxmrb0q", + "security-framework 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "1v41gp96fnd377kmjkirjb54ssw5cwhc559ml198dr0c44d0rl9v", + "security-framework-sys 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "0x785njxla84f5xh2gmy9vpkqapha2gs6ba3yxjlyg0bzwj4sks3", + "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)": "0azak2lb2wc36s3x15az886kck7rpnksrw14lalm157rg9sc9z63", + "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)": "1da66c8413yakx0y15k8c055yna5lyb6fr0fw9318kdwkrk5k12h", + "serde 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)": "0dsn86dafbfm5hhngzay7s4pmb4hskpjjyw2f9l7wm9s28gs5ckf", + "serde-value 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)": "1sc1j3rbnid5ysdxfyf3qvmn3baa21d2r10qhd2b7xfkh318p8py", + "serde_derive 1.0.104 (registry+https://github.com/rust-lang/crates.io-index)": "0c29n10yb2n9gfsaxk86w3ap7zdciiirmqf6i7vwd0fk3y0mpkc8", + "serde_json 1.0.47 (registry+https://github.com/rust-lang/crates.io-index)": "1lpjphndivd7dmqzf18qh882wfbn9ajr52apad7mzp5ljnf9hd1f", + "serde_urlencoded 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)": "1q1alszz71dh30by1fplz00rcbhi3y4k3j6z795xlv7ck735f78c", + "serde_yaml 0.8.11 (registry+https://github.com/rust-lang/crates.io-index)": "0727jwg07binrwimzxqpbpp26lyssiy9krrn73sdhal75ba4mzyn", + "sha1 0.6.0 (registry+https://github.com/rust-lang/crates.io-index)": "12cp2b8f3hbwhfpnv1j1afl285xxmmbxh9w4npzvwbdh7xfyww8v", + "signal-hook-registry 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0sap7brbb8fp3641nrvfm4rk024hjcmxix0y0zn9sc8vgvnfivxb", + "slab 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "0h1l2z7qy6207kv0v3iigdf2xfk9yrhbwj1svlxk6wxjmdxvgdl7", + "smallvec 1.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "0nr0h34bsl3szp3maja8npg8mavgkijr8fj7g3sq54jp6vz24s7i", + "socket2 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)": "06v07j2i8miv484vdgbj0k6npk6115x756yi0x3gvd3424nj3yjx", + "sourcefile 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)": "0fzkmnxgi8dw1kcbf33dhn65v55y8sab68wxi38cyklx00s6l1wq", + "static_assertions 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0prjbn3kyqw0497nmghwwi1vnmf3103bq0plkaxz9zh9dbfd53y4", + "stb_truetype 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "16xa9y3dgg41fwmlnf80hy63i8dmhrlnkk4lb1yc912bm5w5xffp", + "stb_truetype 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)": "1aa3jjx8ga7i02v64kjcf3xkr2b60znqmqzickx1l42wb28qwm5l", + "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)": "0d3jsdz22wgjyxdakqnvdgmwjdvkximz50d9zfk4qlalw635qcvy", + "structopt 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)": "162yqi7s3bp1aw4sw0py0dlbcl0cwb1nkjnncgkzs4kn1mhl8qxp", + "structopt-derive 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "1nda1jk0qdbry6xs6ly9hi1l5cwxpwsbmssfvxnnh0birplzmxj8", + "syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)": "1z8bbg1s2ixyw7q877yzcgdnzh80n6vk14c1k0dznwd7rff0m66w", + "syn-mid 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)": "0mcp969x5a3bjh1b0x17vsn21syggqrgkvk12gc97lzfpbyf5hkj", + "synstructure 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)": "1mi3yl5h54wkarzbm4ma4b3dqfjiy8rlvags4qxqhsy3j850rmcy", + "tempfile 3.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "1r7ykxw90p5hm1g46i8ia33j5iwl3q252kbb6b074qhdav3sqndk", + "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)": "0s25qh49n7kjayrdj4q3v0jk0jc6vy88rdw0bvgfxqlscpqpxi7d", + "thread-id 3.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1c24q4d2czza6b86sbw76z0f2vkbkkamivkmrhvs549v59za9gip", + "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)": "0vs440x0nwpsw30ks6b8f70178y0gl7zhrqydhjykrhn56bj57h7", + "threadpool 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)": "09g715plrn59kasvigqjrjqzcgqnaf6v6pia0xx03f18kvfmkq06", + "time 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)": "1ny809kmdjwd4b478ipc33dz7q6nq7rxk766x8cnrg6zygcksmmx", + "tokio 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)": "0lmmsnhkkvjqllv9aa5ayy4xi3fhbcsfqw30yls7ajfss0ghpzhl", + "tokio-tls 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0899jizl2v576jigcrx9x4sw9i0cxghm92f002889gqycrzlhy0g", + "tokio-util 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1jvqz5shi2gllxdhgfgksazk0cqn0aiiry7wgrdhrz9vgi76976i", + "tower-service 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "1dr8kzzad13ayc15bam7fpwvpn2c2bsqaybhjf3xiybxgcp3516n", + "traitobject 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)": "10hi8pl361l539g4kg74mcrhn7grmwlar4jl528ddn2z2jvb7lw3", + "trust-dns-proto 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)": "066jqgjhlj2y49q5x2sv46b2m4kam54q7l76pspw1jj2a3y9nfg9", + "trust-dns-resolver 0.18.0-alpha.2 (registry+https://github.com/rust-lang/crates.io-index)": "1s978j4zjyg7rardidnhyv8mvhgy98iyhrvhzxxz82idmhvcp0s0", + "try-lock 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)": "1k8xc0jpbrmzp0fwghdh6pwzjb9xx2p8yy0xxnnb8065smc5fsrv", + "typemap 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)": "1whvpcq2slamy310z5hd3hl214v91sdxmd9avlqa1bn3l258svkx", + "unicase 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)": "15q43mk8vd4vsm9dh694jljg6pi3yqmr8wjx3qbliv21jxm3c4r0", + "unicode-bidi 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)": "0lcd6jasrf8p9p0q20qyf10c6xhvw40m2c4rr105hbk6zy26nj1q", + "unicode-normalization 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)": "04pczay81rhvgg99jm8x1jm9c1x0bq7jwm2wpxchni32rl2ss232", + "unicode-segmentation 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)": "1i9a9gzj4i7iqwrgfs3dagf3h2b9qxdy7bviykhnsjrxm3azgsyc", + "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)": "052w5vx2k332h7ycsxsc61rr7hj0szmfsky94f61228z3znsnq9h", + "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)": "1c85gb3p3qhbjvfyjb31m06la4f024jx319k10ig7n47dz2fk8v7", + "unreachable 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)": "1am8czbk5wwr25gbp2zr007744fxjshhdqjz9liz7wl4pnv3whcf", + "unsafe-any 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)": "1zcvx5s71fbx4l691bg770g9yx947b8mmp4yf0mczcric07sh44s", + "url 2.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "0sqrqxfhz6rsc79da0yvmvszspaym8yvlf0780zsv5w8sf86cmxh", + "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "08ghimjjrfgz20i5glcybka96wyx196c54vl62kn7xg0hsqk0aal", + "vec_map 0.8.1 (registry+https://github.com/rust-lang/crates.io-index)": "1jj2nrg8h3l53d43rwkpkikq5a5x15ms4rf1rw92hp5lrqhi8mpi", + "vergen 3.0.4 (registry+https://github.com/rust-lang/crates.io-index)": "0cx8aijx8f9ywb8nw11kh64sssng72bvjpih132msbrvszrzzw2l", + "version_check 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)": "1yrx9xblmwbafw2firxyqbj8f771kkzfd24n3q7xgwiqyhi0y8qd", + "version_check 0.9.1 (registry+https://github.com/rust-lang/crates.io-index)": "00aywbaicdi81gcxpqdz6g0l96885bz4bml5c9xfna5p01vrh4li", + "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)": "0h1dm0dx8dhf56a83k68mijyxigqhizpskwxfdrs1drwv2cdclv3", + "want 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)": "0gwk8ybv6c2irgbmk0p3vc81vw71imkvy1vmrrx95kys925wsk2x", + "wasi 0.9.0+wasi-snapshot-preview1 (registry+https://github.com/rust-lang/crates.io-index)": "0xa6b3rnsmhi13nvs9q51wmavx51yzs5qdbc7bvs0pvs6iar3hsd", + "wasm-bindgen 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "18isy9wzas7zkdlzr19i5s3f1zn732wx98dp2s7zqaqkb2rprlar", + "wasm-bindgen-backend 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "0hdv9ad3wgkw2acvrs8qaz4v3k5pr07rww1qmb8lw0a4xcb0k946", + "wasm-bindgen-futures 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)": "1iafg4hmpg392nyq0igynfzbr1j6xlvlj5g4hgi2akp825dwyd9b", + "wasm-bindgen-macro 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "10lbw7k3dg41yzqav6fig20xijm04xmwgqx6l6agzsvq8llb5vz2", + "wasm-bindgen-macro-support 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "18z9w5f1dphp5q4iv9hv0z0lc0wczhrg7ajalfvwsxrv1q7drc2a", + "wasm-bindgen-shared 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "1nk4i7amy48y6sshvjin3f3pbsfm9dasm9hdb63z88k4ikzhfzsy", + "wasm-bindgen-webidl 0.2.58 (registry+https://github.com/rust-lang/crates.io-index)": "1fcjxcr9yx194fh88xf4zk1ppay8g66bz9n8g8wqcq4fn5spr1p2", + "web-sys 0.3.35 (registry+https://github.com/rust-lang/crates.io-index)": "11229nasjqmbczh61l9f88mj9l6d187hbj8ah8fph6iv4zlx56ph", + "weedle 0.10.0 (registry+https://github.com/rust-lang/crates.io-index)": "0pi2r4zjrl17ccafqpd0r87nrysz2abq4yqi09lsmija1hdvf4h2", + "widestring 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "12j8w7jsn60wr1wir2dnspn3b0480my2ksa95f3qxyvb8h1q7xnj", + "winapi 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)": "0a45b58ywf12vb7gvj6h3j264nydynmzyqz8d8rqxsj6icqv82as", + "winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)": "084ialbgww1vxry341fmkg5crgpvab3w52ahx1wa54yqjgym0vxs", + "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "1lxlpi87rkhxcwp2ykf1ldw3p108hwm24nywf3jfrvmff4rjhqga", + "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "05ihkij18r4gamjpxj4gra24514can762imjzlmak5wlzidplzrp", + "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)": "0n1ylmlsb8yg1v583i4xy0qmqg42275flvbc51hdqjjfjcl9vlbj", + "winreg 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)": "0yxz0sph88wsj7cy94kfy17c5jaj0665m3qqll5saqind1fnfb90", + "winutil 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)": "1wvq440hl1v3a65agjbp031gw5jim3qasfvmz703dlz95pbjv45r", + "ws2_32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)": "1zpy9d9wk11sj17fczfngcj28w4xxjs3b4n036yzpy38dxp4f7kc", + "yaml-rust 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)": "09p179lz1gjdpa0c58164dc4cs7ijw3j1aqflpshnl1zwvfsgwyx" +} \ No newline at end of file