tvl-depot/web/converse/Cargo.lock

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

3405 lines
83 KiB
Text
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2018-04-08 15:48:49 +02:00
[[package]]
name = "actix"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c616db5fa4b0c40702fb75201c2af7f8aa8f3a2e2c1dda3b0655772aa949666"
dependencies = [
"actix_derive",
"bitflags 1.3.2",
"bytes",
"crossbeam-channel",
"failure",
"fnv",
"futures",
"libc",
"log 0.4.17",
"parking_lot 0.7.1",
"smallvec 0.6.14",
"tokio",
"tokio-codec",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-signal",
"tokio-tcp",
"tokio-timer",
"trust-dns-proto 0.5.0",
"trust-dns-resolver",
"uuid",
]
[[package]]
name = "actix-net"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bebfbe6629e0131730746718c9e032b58f02c6ce06ed7c982b9fef6c8545acd"
dependencies = [
"actix",
"bytes",
"futures",
"log 0.4.17",
"mio",
"net2",
"num_cpus",
"slab 0.4.7",
"tokio",
"tokio-codec",
"tokio-current-thread",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-timer",
"tower-service",
"trust-dns-resolver",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "actix-web"
version = "0.7.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0ac60f86c65a50b140139f499f4f7c6e49e4b5d88fbfba08e4e3975991f7bf4"
dependencies = [
"actix",
"actix-net",
"base64 0.10.1",
"bitflags 1.3.2",
"brotli2",
"byteorder",
"bytes",
"cookie",
"encoding",
"failure",
"flate2",
"futures",
"futures-cpupool",
"h2",
"http",
"httparse",
"language-tags",
"lazy_static",
"lazycell",
"log 0.4.17",
"mime",
"mime_guess",
"mio",
"net2",
"num_cpus",
"parking_lot 0.7.1",
"percent-encoding 1.0.1",
"rand 0.6.5",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"sha1 0.6.1",
"slab 0.4.7",
"smallvec 0.6.14",
"time 0.1.45",
"tokio",
"tokio-current-thread",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-timer",
"url 1.7.2",
"v_htmlescape",
"version_check 0.1.5",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "actix_derive"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4300e9431455322ae393d43a2ba1ef96b8080573c0fc23b196219efedfb6ba69"
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"syn 0.15.44",
]
[[package]]
name = "addr2line"
version = "0.17.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
2018-04-08 15:48:49 +02:00
dependencies = [
"gimli",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "adler32"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2018-04-08 15:48:49 +02:00
[[package]]
name = "aead"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331"
dependencies = [
"generic-array",
]
[[package]]
name = "aes"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
dependencies = [
"aes-soft",
"aesni",
"cipher",
]
[[package]]
name = "aes-gcm"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da"
dependencies = [
"aead",
"aes",
"cipher",
"ctr",
"ghash",
"subtle",
]
[[package]]
name = "aes-soft"
2018-04-08 15:48:49 +02:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
2018-04-08 15:48:49 +02:00
dependencies = [
"cipher",
"opaque-debug",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "aesni"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
dependencies = [
"cipher",
"opaque-debug",
]
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr 2.5.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2018-04-08 15:48:49 +02:00
[[package]]
name = "alloc-stdlib"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "ansi_term"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
dependencies = [
"winapi 0.3.9",
]
[[package]]
name = "ascii"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
2018-05-22 18:35:49 +02:00
[[package]]
name = "askama"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a57e2df69b9fdc5ec981be522d8aff87bd90947b68864f30bf34570e6c5b227a"
2018-05-22 18:35:49 +02:00
dependencies = [
"askama_derive",
"askama_shared",
2018-05-22 18:35:49 +02:00
]
[[package]]
name = "askama_derive"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "284fd159afab7796f2d15a442bdba4af7e085f8389196b03115018993202fe4e"
2018-05-22 18:35:49 +02:00
dependencies = [
"askama_shared",
"nom 3.2.1",
"quote 0.5.2",
"syn 0.13.11",
2018-05-22 18:35:49 +02:00
]
[[package]]
name = "askama_shared"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72764966f241ed1143792ec29805df7eec322800b2b402781d86339e66f512b6"
2018-05-22 18:35:49 +02:00
dependencies = [
"error-chain 0.11.0",
2018-05-22 18:35:49 +02:00
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "atty"
version = "0.2.14"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-04-08 15:48:49 +02:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "autocfg"
version = "0.1.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
dependencies = [
"autocfg 1.1.0",
]
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2018-04-08 15:48:49 +02:00
[[package]]
name = "backtrace"
version = "0.3.66"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab84319d616cfb654d03394f38ab7e6f0919e181b1b57e1fd15e7fb4077d9a7"
2018-04-08 15:48:49 +02:00
dependencies = [
"addr2line",
"cc",
"cfg-if 1.0.0",
"libc",
"miniz_oxide 0.5.4",
"object",
"rustc-demangle",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "base64"
version = "0.9.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
2018-04-08 15:48:49 +02:00
dependencies = [
"byteorder",
"safemem",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "base64"
version = "0.10.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2018-04-08 15:48:49 +02:00
dependencies = [
"byteorder",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "base64"
version = "0.13.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2018-04-08 15:48:49 +02:00
[[package]]
name = "bitflags"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4efd02e230a02e18f92fc2735f44597385ed02ad8f831e7c1c1156ee5e1ab3a5"
2018-04-08 15:48:49 +02:00
[[package]]
name = "bitflags"
version = "1.3.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2018-04-08 15:48:49 +02:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
]
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "brotli"
version = "3.3.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
2018-04-08 15:48:49 +02:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "brotli-sys"
2018-04-08 15:48:49 +02:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4445dea95f4c2b41cde57cc9fee236ae4dbae88d8fcbdb4750fc1bb5d86aaecd"
2018-04-08 15:48:49 +02:00
dependencies = [
"cc",
"libc",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "brotli2"
version = "0.3.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cb036c3eade309815c15ddbacec5b22c4d1f3983a774ab2eac2e3e9ea85568e"
dependencies = [
"brotli-sys",
"libc",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "buf_redux"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
dependencies = [
"memchr 2.5.0",
"safemem",
]
[[package]]
name = "bumpalo"
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2018-04-08 15:48:49 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2018-04-08 15:48:49 +02:00
[[package]]
name = "bytes"
version = "0.4.12"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2018-04-08 15:48:49 +02:00
dependencies = [
"byteorder",
"iovec",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "cc"
version = "1.0.77"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9f73505338f7d905b19d18738976aae232eb46b8efc15554ffc56deb5d9ebe4"
2018-04-08 15:48:49 +02:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-04-08 15:48:49 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2018-04-08 15:48:49 +02:00
[[package]]
name = "chrono"
version = "0.4.23"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
2018-04-08 15:48:49 +02:00
dependencies = [
"iana-time-zone",
"js-sys",
"num-integer",
"num-traits",
"serde",
"time 0.1.45",
"wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "chunked_transfer"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff857943da45f546682664a79488be82e69e43c1a7a2307679ab9afb3a66d2e"
[[package]]
name = "cipher"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
dependencies = [
"generic-array",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "clap"
version = "2.34.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
dependencies = [
"ansi_term",
"atty",
"bitflags 1.3.2",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "comrak"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "378397d3ac20b5b0b8b29fa2e1bf20546a6d6cedd1bc18a422dfb41384129e29"
dependencies = [
"clap",
"entities",
"lazy_static",
"pest",
"pest_derive",
"regex",
"twoway",
"typed-arena",
"unicode_categories",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "converse"
version = "0.1.0"
dependencies = [
"actix",
"actix-web",
"askama",
"chrono",
"comrak",
"crimp",
"curl",
"diesel",
"env_logger",
"failure",
"futures",
"hyper",
"log 0.4.17",
"md5",
"mime_guess",
"pq-sys",
"pulldown-cmark",
"r2d2",
"rand 0.4.6",
"rouille",
"serde",
"serde_derive",
"serde_json",
"tokio",
"tokio-timer",
"url 1.7.2",
"url_serde",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "cookie"
version = "0.11.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be2018768ed1d848cc4d347d551546474025ba820e5db70e4c9aaa349f678bd7"
2018-04-08 15:48:49 +02:00
dependencies = [
"aes-gcm",
"base64 0.13.1",
"hkdf",
"hmac",
"percent-encoding 2.2.0",
"rand 0.8.5",
"sha2",
"time 0.1.45",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cpufeatures"
version = "0.2.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "cpuid-bool"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba"
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 1.0.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crimp"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe8f9a320ad9c1a2e3bacedaa281587bd297fb10a10179fd39f777049d04794"
dependencies = [
"curl",
"serde",
"serde_json",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "crossbeam-channel"
version = "0.3.9"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ec7fcd21571dc78f96cc96243cab8d8f035247c3efd16c687be154c3fa9efa"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-utils 0.6.6",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crossbeam-deque"
version = "0.7.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20ff29ded3204c5106278a81a38f4b482636ed4fa1e6cfbeef193291beb29ed"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils 0.7.2",
"maybe-uninit",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2018-04-08 15:48:49 +02:00
dependencies = [
"autocfg 1.1.0",
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard 1.1.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crossbeam-queue"
version = "0.2.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"crossbeam-utils 0.7.2",
"maybe-uninit",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"lazy_static",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2018-04-08 15:48:49 +02:00
dependencies = [
"autocfg 1.1.0",
"cfg-if 0.1.10",
"lazy_static",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "crypto-mac"
version = "0.10.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff07008ec701e8028e2ceb8f83f0e4274ee62bd2dbdc4fefff2e9a91824081a"
2018-04-08 15:48:49 +02:00
dependencies = [
"generic-array",
"subtle",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "ctr"
version = "0.6.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
2018-04-08 15:48:49 +02:00
dependencies = [
"cipher",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "curl"
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
dependencies = [
"curl-sys",
"libc",
"openssl-probe",
"openssl-sys",
"schannel",
"socket2 0.4.7",
"winapi 0.3.9",
]
[[package]]
name = "curl-sys"
version = "0.4.59+curl-7.86.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cfce34829f448b08f55b7db6d0009e23e2e86a34e8c2b366269bf5799b4a407"
dependencies = [
"cc",
"libc",
"libz-sys",
"openssl-sys",
"pkg-config",
"vcpkg",
"winapi 0.3.9",
]
[[package]]
name = "cxx"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a41a86530d0fe7f5d9ea779916b7cadd2d4f9add748b99c2c029cbbdfaf453"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06416d667ff3e3ad2df1cd8cd8afae5da26cf9cec4d0825040f88b5ca659a2f0"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2 1.0.47",
"quote 1.0.21",
"scratch",
"syn 1.0.105",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "820a9a2af1669deeef27cb271f476ffd196a2c4b6731336011e0ba63e2c7cf71"
[[package]]
name = "cxxbridge-macro"
version = "1.0.82"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08a6e2fcc370a089ad3b4aaf54db3b1b4cee38ddabce5896b33eb693275f470"
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
]
[[package]]
name = "deflate"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c86f7e25f518f4b81808a2cf1c50996a61f5c2eb394b2393bd87f2a4780a432f"
dependencies = [
"adler32",
"gzip-header",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "diesel"
version = "1.4.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28135ecf6b7d446b43e27e225622a038cc4e2930a1022f51cdb97ada19b8e4d"
2018-04-08 15:48:49 +02:00
dependencies = [
"bitflags 1.3.2",
"byteorder",
"chrono",
"diesel_derives",
"pq-sys",
"r2d2",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "diesel_derives"
version = "1.4.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
]
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "digest"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer 0.10.3",
"crypto-common",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "dtoa"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2018-04-08 15:48:49 +02:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding_index_tests",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding_index_tests",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding_index_tests",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding_index_tests",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2018-04-08 15:48:49 +02:00
dependencies = [
"encoding_index_tests",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2018-04-08 15:48:49 +02:00
[[package]]
name = "entities"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca"
2018-04-08 15:48:49 +02:00
[[package]]
name = "env_logger"
version = "0.5.13"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15b0a4d2e39f8420210be8b27eeda28029729e2fd4291019455016c348240c38"
2018-04-08 15:48:49 +02:00
dependencies = [
"atty",
"humantime",
"log 0.4.17",
"regex",
"termcolor",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "error-chain"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6930e04918388a9a2e41d518c25cf679ccafe26733fb4127dbf21993f2575d46"
2018-04-08 15:48:49 +02:00
dependencies = [
"backtrace",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "error-chain"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff511d5dc435d703f4971bc399647c9bc38e20cb41452e3b9feb4765419ed3f3"
2018-04-08 15:48:49 +02:00
dependencies = [
"backtrace",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "failure"
version = "0.1.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2018-04-08 15:48:49 +02:00
dependencies = [
"backtrace",
"failure_derive",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "failure_derive"
version = "0.1.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
"synstructure",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "fastrand"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
[[package]]
name = "filetime"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b9663d381d07ae25dc88dbdf27df458faa83a9b25336bcac83d5e452b5fc9d3"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.16",
"windows-sys 0.42.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "flate2"
version = "1.0.25"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8a2db397cb1c8772f31494cb8917e48cd1e64f0fa7efac59fbd741a0a8ce841"
2018-04-08 15:48:49 +02:00
dependencies = [
"crc32fast",
"miniz_oxide 0.6.2",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "fnv"
version = "1.0.7"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2018-04-08 15:48:49 +02:00
[[package]]
name = "form_urlencoded"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding 2.2.0",
]
[[package]]
name = "fuchsia-cprng"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2018-04-08 15:48:49 +02:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-04-08 15:48:49 +02:00
dependencies = [
"bitflags 1.3.2",
"fuchsia-zircon-sys",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-04-08 15:48:49 +02:00
[[package]]
name = "futures"
version = "0.1.31"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2018-04-08 15:48:49 +02:00
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2018-04-08 15:48:49 +02:00
dependencies = [
"futures",
"num_cpus",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "generic-array"
version = "0.14.6"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check 0.9.4",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
[[package]]
name = "getrandom"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
]
[[package]]
name = "ghash"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375"
dependencies = [
"opaque-debug",
"polyval",
]
[[package]]
name = "gimli"
version = "0.26.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2018-04-08 15:48:49 +02:00
[[package]]
name = "gzip-header"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95cc527b92e6029a62960ad99aa8a6660faa4555fe5f731aab13aa6a921795a2"
dependencies = [
"crc32fast",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "h2"
version = "0.1.26"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
2018-04-08 15:48:49 +02:00
dependencies = [
"byteorder",
"bytes",
"fnv",
"futures",
"http",
"indexmap",
"log 0.4.17",
"slab 0.4.7",
"string",
"tokio-io",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hkdf"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f"
dependencies = [
"digest 0.9.0",
"hmac",
]
[[package]]
name = "hmac"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15"
dependencies = [
"crypto-mac",
"digest 0.9.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "hostname"
version = "0.3.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2018-04-08 15:48:49 +02:00
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "http"
version = "0.1.21"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
2018-04-08 15:48:49 +02:00
dependencies = [
"bytes",
"fnv",
"itoa 0.4.8",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "httparse"
version = "1.8.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2018-04-08 15:48:49 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2018-04-08 15:48:49 +02:00
[[package]]
name = "humantime"
version = "1.3.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2018-04-08 15:48:49 +02:00
dependencies = [
"quick-error",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "hyper"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
dependencies = [
"base64 0.9.3",
"bytes",
"futures",
"futures-cpupool",
"httparse",
"iovec",
"language-tags",
"log 0.4.17",
"mime",
"net2",
"percent-encoding 1.0.1",
"relay",
"time 0.1.45",
"tokio-core",
"tokio-io",
"tokio-proto",
"tokio-service",
"unicase",
"want",
]
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi 0.3.9",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "idna"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "indexmap"
version = "1.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
dependencies = [
"autocfg 1.1.0",
"hashbrown",
]
[[package]]
name = "instant"
version = "0.1.12"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if 1.0.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "iovec"
version = "0.1.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-04-08 15:48:49 +02:00
dependencies = [
"libc",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "ipconfig"
version = "0.1.9"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f7eadeaf4b52700de180d147c4805f199854600b36faa963d91114827b2ffc"
2018-04-08 15:48:49 +02:00
dependencies = [
"error-chain 0.8.1",
"socket2 0.3.19",
"widestring",
"winapi 0.3.9",
"winreg",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "itoa"
version = "0.4.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
[[package]]
name = "itoa"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
[[package]]
name = "js-sys"
version = "0.3.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
dependencies = [
"wasm-bindgen",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-04-08 15:48:49 +02:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "language-tags"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
2018-04-08 15:48:49 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-04-08 15:48:49 +02:00
[[package]]
name = "lazycell"
version = "1.3.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2018-04-08 15:48:49 +02:00
[[package]]
name = "libc"
version = "0.2.137"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2018-04-08 15:48:49 +02:00
[[package]]
name = "libz-sys"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9702761c3935f8cc2f101793272e202c72b99da8f4224a19ddcf1279a6450bbf"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2018-04-08 15:48:49 +02:00
[[package]]
name = "lock_api"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c"
dependencies = [
"owning_ref",
"scopeguard 0.3.3",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "lock_api"
version = "0.3.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
dependencies = [
"scopeguard 1.1.0",
]
[[package]]
name = "lock_api"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
dependencies = [
"autocfg 1.1.0",
"scopeguard 1.1.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "log"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
dependencies = [
"log 0.4.17",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "log"
version = "0.4.17"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 1.0.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "lru-cache"
version = "0.1.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2018-04-08 15:48:49 +02:00
dependencies = [
"linked-hash-map",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2018-04-08 15:48:49 +02:00
[[package]]
name = "matches"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
[[package]]
name = "maybe-uninit"
version = "2.0.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2018-04-08 15:48:49 +02:00
[[package]]
name = "md5"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79c56d6a0b07f9e19282511c83fc5b086364cbae4ba8c7d5f190c3d9b0425a48"
2018-05-22 18:35:49 +02:00
[[package]]
name = "memchr"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "148fab2e51b4f1cfc66da2a7c32981d1d3c083a803978268bb11fe4b86925e7a"
2018-05-22 18:35:49 +02:00
dependencies = [
"libc",
2018-05-22 18:35:49 +02:00
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "memchr"
version = "2.5.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2018-04-08 15:48:49 +02:00
[[package]]
name = "memoffset"
version = "0.5.6"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa"
dependencies = [
"autocfg 1.1.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "mime"
version = "0.3.16"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-04-08 15:48:49 +02:00
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "miniz_oxide"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96590ba8f175222643a85693f33d26e9c8a015f599c216509b1a6894af675d34"
dependencies = [
"adler",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "miniz_oxide"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
dependencies = [
"adler",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "mio"
version = "0.6.23"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log 0.4.17",
"miow",
"net2",
"slab 0.4.7",
"winapi 0.2.8",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "mio-uds"
version = "0.6.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2018-04-08 15:48:49 +02:00
dependencies = [
"iovec",
"libc",
"mio",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "miow"
version = "0.2.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2018-04-08 15:48:49 +02:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "multipart"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
dependencies = [
"buf_redux",
"httparse",
"log 0.4.17",
"mime",
"mime_guess",
"quick-error",
"rand 0.8.5",
"safemem",
"tempfile",
"twoway",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "net2"
version = "0.2.38"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "nom"
version = "3.2.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05aec50c70fd288702bcd93284a8444607f3292dbdf2a30de5ea5dcdbe72287b"
dependencies = [
"memchr 1.0.2",
]
2018-04-08 15:48:49 +02:00
2018-05-22 18:35:49 +02:00
[[package]]
name = "nom"
version = "4.2.3"
2018-05-22 18:35:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ad2a91a8e869eeb30b9cb3119ae87773a8f4ae617f41b1eb9c154b2905f7bd6"
2018-05-22 18:35:49 +02:00
dependencies = [
"memchr 2.5.0",
"version_check 0.1.5",
2018-05-22 18:35:49 +02:00
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "num-integer"
version = "0.1.45"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2018-04-08 15:48:49 +02:00
dependencies = [
"autocfg 1.1.0",
"num-traits",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "num-traits"
version = "0.2.15"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg 1.1.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "num_cpus"
version = "1.14.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
2018-04-08 15:48:49 +02:00
dependencies = [
"hermit-abi",
"libc",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "object"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21158b2c33aa6d4561f1c0a6ea283ca92bc54802a93b263e910746d679a7eb53"
dependencies = [
"memchr 2.5.0",
]
[[package]]
name = "once_cell"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d5c8cb6e57b3a3612064d7b18b117912b4ce70955c2504d4b741c9e244b132"
dependencies = [
"autocfg 1.1.0",
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "owning_ref"
version = "0.4.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff55baddef9e4ad00f88b6c743a2a8062d4c6ade126c2a528644b8e444d52ce"
2018-04-08 15:48:49 +02:00
dependencies = [
"stable_deref_trait",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "parking_lot"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab41b4aed082705d1056416ae4468b6ea99d52599ecf3169b00088d43113e337"
dependencies = [
"lock_api 0.1.5",
"parking_lot_core 0.4.0",
]
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
dependencies = [
"lock_api 0.3.4",
"parking_lot_core 0.6.2",
"rustc_version",
]
[[package]]
name = "parking_lot"
version = "0.12.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2018-04-08 15:48:49 +02:00
dependencies = [
"lock_api 0.4.9",
"parking_lot_core 0.9.5",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "parking_lot_core"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94c8c7923936b28d546dfd14d4472eaf34c99b14e1c973a32b3e6d4eb04298c9"
dependencies = [
"libc",
"rand 0.6.5",
"rustc_version",
"smallvec 0.6.14",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.6.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"cloudabi",
"libc",
"redox_syscall 0.1.57",
"rustc_version",
"smallvec 0.6.14",
"winapi 0.3.9",
]
[[package]]
name = "parking_lot_core"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ff9f3fef3968a3ec5945535ed654cb38ff72d7495a25619e2247fb15a2ed9ba"
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall 0.2.16",
"smallvec 1.10.0",
"windows-sys 0.42.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
[[package]]
name = "percent-encoding"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2018-04-08 15:48:49 +02:00
[[package]]
name = "pest"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fce5d8b5cc33983fc74f78ad552b5522ab41442c4ca91606e4236eb4b5ceefc"
[[package]]
name = "pest_derive"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3294f437119209b084c797604295f40227cffa35c57220b1e99a6ff3bf8ee4"
dependencies = [
"pest",
"quote 0.3.15",
"syn 0.11.11",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
[[package]]
name = "polyval"
version = "0.4.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd"
2018-04-08 15:48:49 +02:00
dependencies = [
"cpuid-bool",
"opaque-debug",
"universal-hash",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
[[package]]
name = "pq-sys"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dfb5e575ef93a1b7b2a381d47ba7c5d4e4f73bff37cee932195de769aad9a54"
2018-04-08 15:48:49 +02:00
dependencies = [
"vcpkg",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "proc-macro2"
version = "0.3.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b06e2f335f48d24442b35a19df506a835fb3547bc3c06ef27340da9acf5cae7"
2018-04-08 15:48:49 +02:00
dependencies = [
"unicode-xid 0.1.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "proc-macro2"
version = "0.4.30"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759"
2018-04-08 15:48:49 +02:00
dependencies = [
"unicode-xid 0.1.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "proc-macro2"
version = "1.0.47"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
dependencies = [
"unicode-ident",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "pulldown-cmark"
version = "0.1.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6fdf85cda6cadfae5428a54661d431330b312bc767ddbc57adbedc24da66e32"
2018-04-08 15:48:49 +02:00
dependencies = [
"bitflags 0.9.1",
"getopts",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "quick-error"
version = "1.2.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
[[package]]
name = "quote"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9949cfe66888ffe1d53e6ec9d9f3b70714083854be20fd5e271b232a017401e8"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 0.3.8",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "quote"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1"
dependencies = [
"proc-macro2 0.4.30",
]
[[package]]
name = "quote"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
dependencies = [
"proc-macro2 1.0.47",
]
[[package]]
name = "r2d2"
version = "0.8.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51de85fb3fb6524929c8a2eb85e6b6d363de4e8c48f9e2c2eac4944abc181c93"
dependencies = [
"log 0.4.17",
"parking_lot 0.12.1",
"scheduled-thread-pool",
]
[[package]]
name = "rand"
version = "0.3.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
dependencies = [
"libc",
"rand 0.4.6",
]
[[package]]
name = "rand"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
dependencies = [
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"rdrand",
"winapi 0.3.9",
]
[[package]]
name = "rand"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.3.1",
"winapi 0.3.9",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rand"
version = "0.6.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
2018-04-08 15:48:49 +02:00
dependencies = [
"autocfg 0.1.8",
"libc",
"rand_chacha 0.1.1",
"rand_core 0.4.2",
"rand_hc",
"rand_isaac",
"rand_jitter",
"rand_os",
"rand_pcg",
"rand_xorshift",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand"
version = "0.8.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rand_chacha"
version = "0.1.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
dependencies = [
"autocfg 0.1.8",
"rand_core 0.3.1",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rand_chacha"
version = "0.3.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2018-04-08 15:48:49 +02:00
dependencies = [
"ppv-lite86",
"rand_core 0.6.4",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand_core"
version = "0.3.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
2018-04-08 15:48:49 +02:00
dependencies = [
"rand_core 0.4.2",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand_core"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "rand_hc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
dependencies = [
"rand_core 0.3.1",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rand_isaac"
version = "0.1.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
2018-04-08 15:48:49 +02:00
dependencies = [
"rand_core 0.3.1",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand_jitter"
version = "0.1.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
2018-04-08 15:48:49 +02:00
dependencies = [
"libc",
"rand_core 0.4.2",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand_os"
version = "0.1.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
2018-04-08 15:48:49 +02:00
dependencies = [
"cloudabi",
"fuchsia-cprng",
"libc",
"rand_core 0.4.2",
"rdrand",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rand_pcg"
version = "0.1.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
dependencies = [
"autocfg 0.1.8",
"rand_core 0.4.2",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rand_xorshift"
2018-04-08 15:48:49 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
2018-04-08 15:48:49 +02:00
dependencies = [
"rand_core 0.3.1",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rdrand"
version = "0.4.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
2018-04-08 15:48:49 +02:00
dependencies = [
"rand_core 0.3.1",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "redox_syscall"
version = "0.1.57"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "regex"
version = "1.7.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e076559ef8e241f2ae3479e36f97bd5741c0330689e217ad51ce2c76808b868a"
2018-04-08 15:48:49 +02:00
dependencies = [
"aho-corasick",
"memchr 2.5.0",
"regex-syntax",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "regex-syntax"
version = "0.6.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
[[package]]
name = "relay"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
dependencies = [
"futures",
]
[[package]]
name = "remove_dir_all"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi 0.3.9",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "resolv-conf"
version = "0.6.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a"
2018-04-08 15:48:49 +02:00
dependencies = [
"hostname",
"quick-error",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "rouille"
version = "3.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f86e4c51a773f953f02bbab5fd049f004bfd384341d62da2a079aff812ab176"
dependencies = [
"base64 0.13.1",
"brotli",
"chrono",
"deflate",
"filetime",
"multipart",
"num_cpus",
"percent-encoding 2.2.0",
"rand 0.8.5",
"serde",
"serde_derive",
"serde_json",
"sha1 0.10.5",
"threadpool",
"time 0.3.17",
"tiny_http",
"url 2.3.1",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.21"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
2018-04-08 15:48:49 +02:00
[[package]]
name = "rustc_version"
version = "0.2.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "ryu"
version = "1.0.11"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2018-04-08 15:48:49 +02:00
[[package]]
name = "safemem"
version = "0.3.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2018-04-08 15:48:49 +02:00
[[package]]
name = "schannel"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
dependencies = [
"lazy_static",
"windows-sys 0.36.1",
]
[[package]]
name = "scheduled-thread-pool"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "977a7519bff143a44f842fd07e80ad1329295bd71686457f18e496736f4bf9bf"
dependencies = [
"parking_lot 0.12.1",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "scoped-tls"
version = "0.1.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
2018-04-08 15:48:49 +02:00
[[package]]
name = "scopeguard"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27"
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2018-04-08 15:48:49 +02:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
2018-04-08 15:48:49 +02:00
[[package]]
name = "semver"
version = "0.9.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2018-04-08 15:48:49 +02:00
dependencies = [
"semver-parser",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2018-04-08 15:48:49 +02:00
[[package]]
name = "serde"
version = "1.0.148"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53f64bb4ba0191d6d0676e1b141ca55047d83b74f5607e6d8eb88126c52c2dc"
2018-04-08 15:48:49 +02:00
[[package]]
name = "serde_derive"
version = "1.0.148"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55492425aa53521babf6137309e7d34c20bbfbbfcfe2c7f3a047fd1f6b92c0c"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "serde_json"
version = "1.0.89"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "020ff22c755c2ed3f8cf162dbb41a7268d934702f3ed3631656ea597e08fc3db"
2018-04-08 15:48:49 +02:00
dependencies = [
"itoa 1.0.4",
"ryu",
"serde",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "serde_urlencoded"
version = "0.5.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a"
2018-04-08 15:48:49 +02:00
dependencies = [
"dtoa",
"itoa 0.4.8",
"serde",
"url 1.7.2",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "sha1"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da05c97445caa12d05e848c4a4fcbbea29e748ac28f7e80e9b010392063770"
dependencies = [
"sha1_smol",
]
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.10.6",
]
[[package]]
name = "sha1_smol"
version = "1.0.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
2018-04-08 15:48:49 +02:00
[[package]]
name = "sha2"
version = "0.9.9"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
dependencies = [
"block-buffer 0.9.0",
"cfg-if 1.0.0",
"cpufeatures",
"digest 0.9.0",
"opaque-debug",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2018-04-08 15:48:49 +02:00
dependencies = [
"libc",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "slab"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
2018-04-08 15:48:49 +02:00
[[package]]
name = "slab"
version = "0.4.7"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg 1.1.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "smallvec"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
[[package]]
name = "smallvec"
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0"
dependencies = [
"maybe-uninit",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "smallvec"
version = "1.10.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2018-04-08 15:48:49 +02:00
[[package]]
name = "socket2"
version = "0.3.19"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "socket2"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
dependencies = [
"libc",
"winapi 0.3.9",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2018-04-08 15:48:49 +02:00
[[package]]
name = "string"
version = "0.2.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
dependencies = [
"bytes",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "subtle"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2018-04-08 15:48:49 +02:00
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2018-04-08 15:48:49 +02:00
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "syn"
version = "0.13.11"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f9bf6292f3a61d2c716723fdb789a41bbe104168e6f496dc6497e531ea1b9b"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 0.3.8",
"quote 0.5.2",
"unicode-xid 0.1.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "syn"
version = "0.15.44"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 0.4.30",
"quote 0.6.13",
"unicode-xid 0.1.0",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "syn"
version = "1.0.105"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b9b43d45702de4c839cb9b51d9f529c5dd26a4aff255b42b1ebc03e88ee908"
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"unicode-ident",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2018-04-08 15:48:49 +02:00
dependencies = [
"unicode-xid 0.0.4",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "synstructure"
version = "0.12.6"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
2018-04-08 15:48:49 +02:00
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
"unicode-xid 0.2.4",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "take"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if 1.0.0",
"fastrand",
"libc",
"redox_syscall 0.2.16",
"remove_dir_all",
"winapi 0.3.9",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "termcolor"
version = "1.1.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
2018-04-08 15:48:49 +02:00
dependencies = [
"winapi-util",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-04-08 15:48:49 +02:00
dependencies = [
"unicode-width",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "threadpool"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
dependencies = [
"num_cpus",
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
dependencies = [
"libc",
"num_threads",
"serde",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "tiny_http"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
dependencies = [
"ascii",
"chunked_transfer",
"httpdate",
"log 0.4.17",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tinyvec"
version = "1.6.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2018-04-08 15:48:49 +02:00
dependencies = [
"tinyvec_macros",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
dependencies = [
"bytes",
"futures",
"mio",
"num_cpus",
"tokio-codec",
"tokio-current-thread",
"tokio-executor",
"tokio-fs",
"tokio-io",
"tokio-reactor",
"tokio-sync",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"tokio-udp",
"tokio-uds",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tokio-codec"
version = "0.1.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
2018-04-08 15:48:49 +02:00
dependencies = [
"bytes",
"futures",
"tokio-io",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-core"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b1395334443abca552f63d4f61d0486f12377c2ba8b368e523f89e828cffd4"
dependencies = [
"bytes",
"futures",
"iovec",
"log 0.4.17",
"mio",
"scoped-tls",
"tokio",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-timer",
]
[[package]]
name = "tokio-current-thread"
version = "0.1.7"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
2018-04-08 15:48:49 +02:00
dependencies = [
"futures",
"tokio-executor",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-executor"
version = "0.1.10"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-utils 0.7.2",
"futures",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-fs"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
dependencies = [
"futures",
"tokio-io",
"tokio-threadpool",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tokio-io"
version = "0.1.13"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2018-04-08 15:48:49 +02:00
dependencies = [
"bytes",
"futures",
"log 0.4.17",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-proto"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
dependencies = [
"futures",
"log 0.3.9",
"net2",
"rand 0.3.23",
"slab 0.3.0",
"smallvec 0.2.1",
"take",
"tokio-core",
"tokio-io",
"tokio-service",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-utils 0.7.2",
"futures",
"lazy_static",
"log 0.4.17",
"mio",
"num_cpus",
"parking_lot 0.9.0",
"slab 0.4.7",
"tokio-executor",
"tokio-io",
"tokio-sync",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-service"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
dependencies = [
"futures",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tokio-signal"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
dependencies = [
"futures",
"libc",
"mio",
"mio-uds",
"signal-hook-registry",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"winapi 0.3.9",
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
2018-04-08 15:48:49 +02:00
dependencies = [
"fnv",
"futures",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-tcp"
version = "0.1.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2018-04-08 15:48:49 +02:00
dependencies = [
"bytes",
"futures",
"iovec",
"mio",
"tokio-io",
"tokio-reactor",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-threadpool"
version = "0.1.18"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils 0.7.2",
"futures",
"lazy_static",
"log 0.4.17",
"num_cpus",
"slab 0.4.7",
"tokio-executor",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2018-04-08 15:48:49 +02:00
dependencies = [
"crossbeam-utils 0.7.2",
"futures",
"slab 0.4.7",
"tokio-executor",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "tokio-udp"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
dependencies = [
"bytes",
"futures",
"log 0.4.17",
"mio",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "tokio-uds"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
dependencies = [
"bytes",
"futures",
"iovec",
"libc",
"log 0.4.17",
"mio",
"mio-uds",
"tokio-codec",
"tokio-io",
"tokio-reactor",
]
[[package]]
name = "tower-service"
2018-04-08 15:48:49 +02:00
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b32f72af77f1bfe3d3d4da8516a238ebe7039b51dd8637a09841ac7f16d2c987"
2018-04-08 15:48:49 +02:00
dependencies = [
"futures",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "trust-dns-proto"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0838272e89f1c693b4df38dc353412e389cf548ceed6f9fd1af5a8d6e0e7cf74"
dependencies = [
"byteorder",
"failure",
"futures",
"idna 0.1.5",
"lazy_static",
"log 0.4.17",
"rand 0.5.6",
"smallvec 0.6.14",
"socket2 0.3.19",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-timer",
"tokio-udp",
"url 1.7.2",
]
[[package]]
name = "trust-dns-proto"
version = "0.6.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09144f0992b0870fa8d2972cc069cbf1e3c0fda64d1f3d45c4d68d0e0b52ad4e"
2018-04-08 15:48:49 +02:00
dependencies = [
"byteorder",
"failure",
"futures",
"idna 0.1.5",
"lazy_static",
"log 0.4.17",
"rand 0.5.6",
"smallvec 0.6.14",
"socket2 0.3.19",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-timer",
"tokio-udp",
"url 1.7.2",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "trust-dns-resolver"
version = "0.10.3"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9f877f7a1ad821ab350505e1f1b146a4960402991787191d6d8cab2ce2de2c"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"failure",
"futures",
"ipconfig",
"lazy_static",
"log 0.4.17",
"lru-cache",
"resolv-conf",
"smallvec 0.6.14",
"tokio",
"trust-dns-proto 0.6.3",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "try-lock"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
[[package]]
name = "twoway"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
dependencies = [
"memchr 2.5.0",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "typed-arena"
version = "1.7.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9b2228007eba4120145f785df0f6c92ea538f5a3635a612ecf4e334c8c1446d"
2018-04-08 15:48:49 +02:00
[[package]]
name = "typenum"
version = "1.15.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicase"
version = "2.6.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2018-04-08 15:48:49 +02:00
dependencies = [
"version_check 0.9.4",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicode-normalization"
version = "0.1.22"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
dependencies = [
"tinyvec",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicode-xid"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2018-04-08 15:48:49 +02:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2018-04-08 15:48:49 +02:00
[[package]]
name = "universal-hash"
version = "0.4.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f214e8f697e925001e66ec2c6e37a4ef93f0f78c2eed7814394e10c62025b05"
2018-04-08 15:48:49 +02:00
dependencies = [
"generic-array",
"subtle",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "url"
version = "1.7.2"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
dependencies = [
"encoding",
"idna 0.1.5",
"matches",
"percent-encoding 1.0.1",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "url"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
"idna 0.3.0",
"percent-encoding 2.2.0",
]
[[package]]
name = "url_serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74e7d099f1ee52f823d4bdd60c93c3602043c728f5db3b97bdb548467f7bddea"
dependencies = [
"serde",
"url 1.7.2",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "uuid"
version = "0.7.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
dependencies = [
"rand 0.6.5",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "v_escape"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "660b101c07b5d0863deb9e7fb3138777e858d6d2a79f9e6049a27d1cc77c6da6"
dependencies = [
"v_escape_derive",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "v_escape_derive"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ca2a14bc3fc5b64d188b087a7d3a927df87b152e941ccfbc66672e20c467ae"
dependencies = [
"nom 4.2.3",
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
]
[[package]]
name = "v_htmlescape"
version = "0.4.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e33e939c0d8cf047514fb6ba7d5aac78bc56677a6938b2ee67000b91f2e97e41"
2018-04-08 15:48:49 +02:00
dependencies = [
"cfg-if 0.1.10",
"v_escape",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "vcpkg"
version = "0.2.15"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2018-04-08 15:48:49 +02:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-04-08 15:48:49 +02:00
[[package]]
name = "version_check"
version = "0.1.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd"
2018-04-08 15:48:49 +02:00
[[package]]
name = "version_check"
version = "0.9.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2018-04-08 15:48:49 +02:00
[[package]]
name = "want"
version = "0.0.4"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
2018-04-08 15:48:49 +02:00
dependencies = [
"futures",
"log 0.4.17",
"try-lock",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
dependencies = [
"bumpalo",
"log 0.4.17",
"once_cell",
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
dependencies = [
"quote 1.0.21",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
dependencies = [
"proc-macro2 1.0.47",
"quote 1.0.21",
"syn 1.0.105",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2018-04-08 15:48:49 +02:00
[[package]]
name = "widestring"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7157704c2e12e3d2189c507b7482c52820a16dfa4465ba91add92f266667cadb"
2018-04-08 15:48:49 +02:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-04-08 15:48:49 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-04-08 15:48:49 +02:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-04-08 15:48:49 +02:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-04-08 15:48:49 +02:00
[[package]]
name = "winapi-util"
version = "0.1.5"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi 0.3.9",
]
2018-04-08 15:48:49 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-04-08 15:48:49 +02:00
[[package]]
name = "windows-sys"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
dependencies = [
"windows_aarch64_msvc 0.36.1",
"windows_i686_gnu 0.36.1",
"windows_i686_msvc 0.36.1",
"windows_x86_64_gnu 0.36.1",
"windows_x86_64_msvc 0.36.1",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc 0.42.0",
"windows_i686_gnu 0.42.0",
"windows_i686_msvc 0.42.0",
"windows_x86_64_gnu 0.42.0",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc 0.42.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.36.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2018-04-08 15:48:49 +02:00
[[package]]
name = "winreg"
version = "0.5.1"
2018-04-08 15:48:49 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a27a759395c1195c4cc5cda607ef6f8f6498f64e78f7900f5de0a127a424704a"
2018-04-08 15:48:49 +02:00
dependencies = [
"winapi 0.3.9",
2018-04-08 15:48:49 +02:00
]
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-04-08 15:48:49 +02:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
]