sqlx/Cargo.lock

2450 lines
58 KiB
Text
Raw Normal View History

2019-12-30 10:17:07 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2020-01-11 09:01:21 +00:00
[[package]]
name = "aho-corasick"
2020-03-11 20:24:05 +00:00
version = "0.7.10"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "8716408b8bc624ed7f65d223ddb9ac2d044c0547b6fa4b0d554f3a9540496ada"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"memchr",
2020-01-11 09:01:21 +00:00
]
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi 0.3.8",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "anyhow"
2020-03-18 23:56:24 +00:00
version = "1.0.27"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "013a6e0a2cbe3d20f9c60b65458f7a7f7a5e636c5d0f45a5a6aee5d4b1f01785"
2019-12-30 10:17:07 +00:00
2020-01-15 09:17:33 +00:00
[[package]]
name = "arc-swap"
2020-03-18 23:56:24 +00:00
version = "0.4.5"
2020-01-15 09:17:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "d663a8e9a99154b5fb793032533f6328da35e23aac63d5c152279aa8ba356825"
2020-01-15 09:17:33 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "arrayref"
2020-02-01 08:47:45 +00:00
version = "0.3.6"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
2019-12-30 10:17:07 +00:00
[[package]]
name = "arrayvec"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "cff77d8686867eceff3105329d4698d96c2391c176d5d03adc90c7389162b5b8"
2019-12-30 10:17:07 +00:00
[[package]]
name = "async-attributes"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "efd3d156917d94862e779f356c5acae312b08fd3121e792c857d7928c8088423"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"quote",
"syn",
2019-12-30 10:17:07 +00:00
]
2020-01-11 03:39:29 +00:00
[[package]]
name = "async-native-tls"
2020-03-11 20:24:05 +00:00
version = "0.3.3"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"async-std",
"native-tls",
"thiserror",
"tokio 0.2.13",
2020-03-11 20:24:05 +00:00
"url",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "async-std"
version = "1.5.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "538ecb01eb64eecd772087e5b6f7540cbc917f047727339a472dafed2185b267"
dependencies = [
"async-attributes",
"async-task",
"broadcaster",
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils 0.7.2",
"futures-core",
"futures-io",
"futures-timer",
"kv-log-macro",
"log",
"memchr",
"mio",
"mio-uds",
"num_cpus",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "async-stream"
2020-02-01 08:47:45 +00:00
version = "0.2.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "22068c0c19514942eefcfd4daf8976ef1aad84e61539f95cd200c35202f80af5"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"async-stream-impl",
"futures-core",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "async-stream-impl"
2020-02-01 08:47:45 +00:00
version = "0.2.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "25f9db3b38af870bf7e5cc649167533b493928e50744e2c30ae350230b414670"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "async-task"
version = "1.3.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "0ac2c016b079e771204030951c366db398864f5026f84a44dafb0ff20f02085d"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"libc",
"winapi 0.3.8",
2019-12-30 10:17:07 +00:00
]
2020-01-11 09:01:21 +00:00
[[package]]
name = "atty"
2020-01-11 11:30:03 +00:00
version = "0.2.14"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"hermit-abi",
"libc",
"winapi 0.3.8",
2020-01-11 09:01:21 +00:00
]
2020-01-11 11:30:03 +00:00
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
2020-01-11 11:30:03 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "backtrace"
2020-03-25 22:49:23 +00:00
version = "0.3.46"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 22:49:23 +00:00
checksum = "b1e692897359247cc6bb902933361652380af0f1b7651ae5c5013407f30e109e"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"backtrace-sys",
"cfg-if",
"libc",
"rustc-demangle",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "backtrace-sys"
2020-03-25 22:49:23 +00:00
version = "0.1.35"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 22:49:23 +00:00
checksum = "7de8aba10a69c8e8d7622c5710229485ec32e9d55fdad160ea559c086fdcd118"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cc",
"libc",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "base-x"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b20b618342cf9891c292c4f5ac2cde7287cc5c87e87e9c769d617793607dec1"
2019-12-30 10:17:07 +00:00
[[package]]
name = "base64"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"byteorder",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "base64"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2019-12-30 10:17:07 +00:00
2020-03-18 23:56:24 +00:00
[[package]]
name = "base64"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d5ca2cd0adc3f48f9e9ea5a6bbdf9ccc0bfade884847e484d452414c7ccffb3"
[[package]]
name = "bigdecimal"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "460825c9e21708024d67c07057cd5560e5acdccac85de0de624a81d3de51bacb"
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2019-12-30 10:17:07 +00:00
[[package]]
name = "blake2b_simd"
2020-01-11 11:30:03 +00:00
version = "0.5.10"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d8fb2d74254a3a0b5cac33ac9f8ed0e44aa50378d9dbb2e5d83bd21ed1dc2c8a"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"arrayref",
"arrayvec",
"constant_time_eq",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "block-buffer"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "block-padding"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"byte-tools",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "broadcaster"
version = "1.0.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d9c972e21e0d055a36cf73e4daae870941fe7a8abcd5ac3396aab9e4c126bd87"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures-channel",
"futures-core",
"futures-sink",
"futures-util",
"parking_lot 0.10.0",
"slab",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "bumpalo"
2020-03-25 22:49:23 +00:00
version = "3.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 22:49:23 +00:00
checksum = "12ae9db68ad7fac5fe51304d20f016c911539251075a214f8e663babefa35187"
2019-12-30 10:17:07 +00:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2019-12-30 10:17:07 +00:00
[[package]]
name = "byteorder"
version = "1.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2019-12-30 10:17:07 +00:00
[[package]]
name = "bytes"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"byteorder",
"either",
"iovec",
2019-12-30 10:17:07 +00:00
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "bytes"
2020-02-01 08:47:45 +00:00
version = "0.5.4"
2020-01-15 09:17:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2020-01-15 09:17:33 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "cc"
2020-01-11 11:30:03 +00:00
version = "1.0.50"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
2019-12-30 10:17:07 +00:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2019-12-30 10:17:07 +00:00
[[package]]
name = "chrono"
2020-03-11 20:24:05 +00:00
version = "0.4.11"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"num-integer",
"num-traits",
"time 0.1.42",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "clap"
version = "2.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5067f5bb2d80ef5d68b4c87db81601f0b75bca627bc2ef76b141d7b846a3c6d9"
dependencies = [
2020-03-11 08:49:21 +00:00
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "cloudabi"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bitflags",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "constant_time_eq"
2020-01-17 02:29:58 +00:00
version = "0.1.5"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "core-foundation"
2020-03-11 20:24:05 +00:00
version = "0.7.0"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"core-foundation-sys",
"libc",
2020-01-11 03:39:29 +00:00
]
[[package]]
name = "core-foundation-sys"
2020-03-11 20:24:05 +00:00
version = "0.7.0"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2020-01-11 03:39:29 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "crossbeam-channel"
version = "0.4.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "cced8691919c02aac3cb0a1bc2e9b73d89e832bf9a06fc579d4e71b68a2da061"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-utils 0.7.2",
"maybe-uninit",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "crossbeam-deque"
version = "0.7.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-epoch",
"crossbeam-utils 0.7.2",
"maybe-uninit",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "crossbeam-epoch"
version = "0.8.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
"cfg-if",
"crossbeam-utils 0.7.2",
"lazy_static",
"maybe-uninit",
"memoffset",
"scopeguard",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "crossbeam-queue"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db"
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"crossbeam-utils 0.7.2",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "crossbeam-utils"
version = "0.6.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"lazy_static",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "crossbeam-utils"
version = "0.7.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
"cfg-if",
"lazy_static",
2019-12-30 10:17:07 +00:00
]
2020-01-03 11:17:06 +00:00
[[package]]
name = "crypto-mac"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
2020-01-03 11:17:06 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"generic-array",
"subtle",
2020-01-03 11:17:06 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "data-encoding"
version = "2.2.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "11c0346158a19b3627234e15596f5e465c360fcdb97d817bcb255e0510f5a788"
2019-12-30 10:17:07 +00:00
[[package]]
name = "digest"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"generic-array",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "discard"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
2019-12-30 10:17:07 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2019-12-30 10:17:07 +00:00
[[package]]
name = "either"
version = "1.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3"
2019-12-30 10:17:07 +00:00
2020-01-11 09:01:21 +00:00
[[package]]
name = "env_logger"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"atty",
"humantime",
"log",
"regex",
"termcolor",
2020-01-11 09:01:21 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "error-chain"
version = "0.12.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"backtrace",
"version_check",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "fake-simd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2019-12-30 10:17:07 +00:00
[[package]]
name = "fnv"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"foreign-types-shared",
2020-01-11 03:39:29 +00:00
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2020-01-11 03:39:29 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bitflags",
"fuchsia-zircon-sys",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures"
version = "0.1.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures"
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5c329ae8753502fb44ae4fc2b622fa2a94652c41e795143765ba0927f92ab780"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "futures-channel"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f0c77d04ce8edd9cb903932b608268b3fffec4163dc053b3b402bf47eac1f1a8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures-core",
"futures-sink",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "futures-core"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f25592f769825e89b92358db00d26f965761e094951ac44d3663ef25b7ac464a"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures-cpupool"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures 0.1.29",
"num_cpus",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "futures-executor"
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f674f3e1bcb15b37284a90cedf55afdba482ab061c407a9c0ebbd0f3109741ba"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures-core",
"futures-task",
"futures-util",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "futures-io"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a638959aa96152c7a4cddf50fcb1e3fede0583b27157c26e67d6f99904090dc6"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures-macro"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9a5081aa3de1f7542a794a397cde100ed903b0630152d0973479018fd85423a7"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "futures-sink"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "3466821b4bc114d95b087b850a724c6f83115e929bc88f1fa98a3304a944c8a6"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures-task"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7b0a34e53cf6cdcd0178aa573aed466b646eb3db769570841fda0c7ede375a27"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures-timer"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a1de7508b218029b0f01662ed8f61b1c964b3ae99d6f25462d0f55a595109df6"
2019-12-30 10:17:07 +00:00
[[package]]
name = "futures-util"
2020-02-22 03:43:28 +00:00
version = "0.3.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "22766cf25d64306bedf0384da004d05c9974ab104fcc4528f1236181c18004c5"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures 0.1.29",
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
"tokio-io",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "generic-array"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"typenum",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "getrandom"
2020-01-11 11:30:03 +00:00
version = "0.1.14"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"libc",
"wasi",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "glob"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
2019-12-30 10:17:07 +00:00
[[package]]
name = "h2"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"byteorder",
"bytes 0.4.12",
"fnv",
"futures 0.1.29",
"http",
"indexmap",
"log",
"slab",
"string",
"tokio-io",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "heck"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
dependencies = [
2020-03-11 08:49:21 +00:00
"unicode-segmentation",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.8"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "1010591b26bbfe835e9faeabeb11866061cc7dcebffd56ad7d0942d0e61aefd8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"libc",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "hex"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "644f9158b2f133fd50f5fb3242878846d9eb792e445c893805ff0e3824006e35"
2020-01-03 11:17:06 +00:00
[[package]]
name = "hmac"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
2020-01-03 11:17:06 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crypto-mac",
"digest",
2020-01-03 11:17:06 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "http"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"fnv",
"itoa",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "http-body"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"futures 0.1.29",
"http",
"tokio-buf",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "http-service"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9625f605ddfaf894bf78a544a7b8e31f562dc843654723a49892d9c7e75ac708"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"async-std",
"bytes 0.4.12",
"futures 0.3.4",
"http",
"pin-project-lite",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "http-service-hyper"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e33d5dae94e0fdb82f9524ea2f2b98458b3d8448526d8cc8beccb3d3fded8aff"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures 0.3.4",
"http",
"http-service",
"hyper",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "httparse"
version = "1.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
2019-12-30 10:17:07 +00:00
2020-01-11 09:01:21 +00:00
[[package]]
name = "humantime"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"quick-error",
2020-01-11 09:01:21 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "hyper"
version = "0.12.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9dbe6ed1438e1f8ad955a4701e9a944938e9519f6888d12d8558b645e247d5f6"
dependencies = [
"bytes 0.4.12",
"futures 0.1.29",
"futures-cpupool",
"h2",
"http",
"http-body",
"httparse",
"iovec",
"itoa",
"log",
"net2",
"rustc_version",
"time 0.1.42",
2020-03-11 08:49:21 +00:00
"tokio 0.1.22",
"tokio-buf",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-tcp",
"tokio-threadpool",
"tokio-timer",
"want",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "idna"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"matches",
"unicode-bidi",
"unicode-normalization",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "indexmap"
version = "1.3.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "iovec"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"libc",
2019-12-30 10:17:07 +00:00
]
2020-03-19 10:21:09 +00:00
[[package]]
name = "ipnetwork"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
2019-12-30 10:17:07 +00:00
[[package]]
name = "itoa"
2020-02-01 08:47:45 +00:00
version = "0.4.5"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2019-12-30 10:17:07 +00:00
[[package]]
name = "jsonwebtoken"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a81d1812d731546d2614737bee92aa071d37e9afa1409bc374da9e5e70e70b22"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"base64 0.10.1",
"chrono",
"ring",
"serde",
"serde_derive",
"serde_json",
"untrusted",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi 0.2.8",
"winapi-build",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "kv-log-macro"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "8c54d9f465d530a752e6ebdc217e081a7a614b48cb200f6f0aee21ba6bc9aabb"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"log",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2019-12-30 10:17:07 +00:00
[[package]]
name = "libc"
2020-03-18 23:56:24 +00:00
version = "0.2.68"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
2019-12-30 10:17:07 +00:00
2020-03-11 18:01:17 +00:00
[[package]]
name = "libsqlite3-sys"
version = "0.17.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266eb8c361198e8d1f682bc974e5d9e2ae90049fb1943890904d11dad7d4a77d"
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "lock_api"
2020-01-11 11:30:03 +00:00
version = "0.3.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "79b2de95ecb4691949fea4716ca53cdbcfccb2c612e19644a8bad05edcf9f47b"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"scopeguard",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "log"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2019-12-30 10:17:07 +00:00
[[package]]
name = "maybe-uninit"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
2019-12-30 10:17:07 +00:00
[[package]]
name = "md-5"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a18af3dcaf2b0219366cdb4e2af65a6101457b415c3d1a5c71dd9c2b7c77b9c8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"block-buffer",
"digest",
"opaque-debug",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "memchr"
version = "2.3.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2019-12-30 10:17:07 +00:00
[[package]]
name = "memoffset"
2020-03-18 23:56:24 +00:00
version = "0.5.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-18 23:56:24 +00:00
"autocfg",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "mime"
2020-01-11 11:30:03 +00:00
version = "0.3.16"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2019-12-30 10:17:07 +00:00
[[package]]
name = "mio"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "302dec22bcf6bae6dfb69c647187f4b4d0fb6f535521f7bc022430ce8e12008f"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow 0.2.1",
"net2",
"slab",
"winapi 0.2.8",
2019-12-30 10:17:07 +00:00
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "mio-named-pipes"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f5e374eff525ce1c5b7687c4cef63943e7686524a387933ad27ca7ec43779cb3"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"log",
"mio",
"miow 0.3.3",
"winapi 0.3.8",
2020-01-15 09:17:33 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "mio-uds"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "966257a94e196b11bb43aca423754d87429960a768de9414f3691d6957abf125"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"iovec",
"libc",
"mio",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2019-12-30 10:17:07 +00:00
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "miow"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "396aa0f2003d7df8395cb93e09871561ccc3e785f0acb369170e8cc74ddf9226"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"socket2",
"winapi 0.3.8",
2020-01-15 09:17:33 +00:00
]
2020-01-11 03:39:29 +00:00
[[package]]
name = "native-tls"
2020-03-11 20:24:05 +00:00
version = "0.2.4"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "net2"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "42550d9fb7b6684a6d404d9fa7250c2eb2646df731d1c06afc06dcee9e1bcf88"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"libc",
"winapi 0.3.8",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "num-bigint"
2020-02-01 08:47:45 +00:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
"num-integer",
"num-traits",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "num-integer"
2020-01-11 11:30:03 +00:00
version = "0.1.42"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
"num-traits",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "num-traits"
2020-01-11 11:30:03 +00:00
version = "0.2.11"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "num_cpus"
2020-01-17 02:29:58 +00:00
version = "1.12.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"hermit-abi",
"libc",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "once_cell"
version = "1.3.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
2019-12-30 10:17:07 +00:00
[[package]]
name = "opaque-debug"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "openssl"
version = "0.10.28"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "973293749822d7dd6370d6da1e523b0d1db19f06c459134c658b2a4261378b52"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bitflags",
"cfg-if",
"foreign-types",
"lazy_static",
"libc",
"openssl-sys",
2020-01-11 03:39:29 +00:00
]
[[package]]
name = "openssl-probe"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2020-01-11 03:39:29 +00:00
[[package]]
name = "openssl-sys"
2020-02-01 08:47:45 +00:00
version = "0.9.54"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "1024c0a59774200a555087a6da3f253a9095a5f344e353b212ac4c8b8e450986"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"autocfg",
"cc",
"libc",
"pkg-config",
"vcpkg",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "parking_lot"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"lock_api",
"parking_lot_core 0.6.2",
"rustc_version",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "parking_lot"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "92e98c49ab0b7ce5b222f2cc9193fc4efe11c6d0bd4f648e374684a6857b1cfc"
dependencies = [
2020-03-11 08:49:21 +00:00
"lock_api",
"parking_lot_core 0.7.0",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "parking_lot_core"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"rustc_version",
"smallvec 0.6.13",
"winapi 0.3.8",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7582838484df45743c8434fbff785e8edf260c28748353d44bc0da32e0ceabf1"
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"cloudabi",
"libc",
"redox_syscall",
"smallvec 1.2.0",
"winapi 0.3.8",
]
[[package]]
name = "paste"
2020-03-29 21:29:55 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "092d791bf7847f70bbd49085489fba25fc2c193571752bff9e36e74e72403932"
dependencies = [
2020-03-11 08:49:21 +00:00
"paste-impl",
"proc-macro-hack",
]
[[package]]
name = "paste-impl"
2020-03-29 21:29:55 +00:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "406c23fb4c45cc6f68a9bbabb8ec7bd6f8cfcbd17e9e8f72c2460282f8325729"
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "paw"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "09c0fc9b564dbc3dc2ed7c92c0c144f4de340aa94514ce2b446065417c4084e9"
dependencies = [
2020-03-11 08:49:21 +00:00
"paw-attributes",
"paw-raw",
]
[[package]]
name = "paw-attributes"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "0f35583365be5d148e959284f42526841917b7bfa09e2d1a7ad5dde2cf0eaa39"
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "paw-raw"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7f0b59668fe80c5afe998f0c0bf93322bf2cd66cafeeb80581f291716f3467f2"
2019-12-30 10:17:07 +00:00
[[package]]
name = "percent-encoding"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
2019-12-30 10:17:07 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2019-12-30 10:17:07 +00:00
[[package]]
name = "pin-project-lite"
version = "0.1.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "237844750cfbb86f67afe27eee600dfbbcb6188d734139b534cbfbf4f96792ae"
2019-12-30 10:17:07 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5894c618ce612a3fa23881b152b608bafb8c56cfc22f434a3ba3120b40f7b587"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "pkg-config"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
2020-01-11 03:39:29 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "74490b50b9fbe561ac330df47c08f3f33073d2d00c150f719147d7c54522fa1b"
2019-12-30 10:17:07 +00:00
[[package]]
name = "proc-macro-error"
2020-03-24 05:07:38 +00:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 05:07:38 +00:00
checksum = "18f33027081eba0a6d8aba6d1b1c3a3be58cbb12106341c2d5759fcd9b5277e7"
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro-error-attr",
"proc-macro2",
"quote",
"syn",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
2020-03-24 05:07:38 +00:00
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 05:07:38 +00:00
checksum = "8a5b4b77fdb63c1eca72173d68d24501c54ab1269409f6b672c85deb18af69de"
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
"syn-mid",
"version_check",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "proc-macro-hack"
2020-03-24 05:07:38 +00:00
version = "0.5.14"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-24 05:07:38 +00:00
checksum = "fcfdefadc3d57ca21cf17990a28ef4c0f7c61383a28cb7604cf4a18e6ede1420"
2019-12-30 10:17:07 +00:00
[[package]]
name = "proc-macro-nested"
2020-03-18 23:56:24 +00:00
version = "0.1.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
2019-12-30 10:17:07 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.9"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"unicode-xid",
2019-12-30 10:17:07 +00:00
]
2020-01-11 09:01:21 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2020-01-11 09:01:21 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "quote"
2020-03-11 20:24:05 +00:00
version = "1.0.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rand"
2020-01-11 11:30:03 +00:00
version = "0.7.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rand_chacha"
2020-03-11 20:24:05 +00:00
version = "0.2.2"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 20:24:05 +00:00
"ppv-lite86",
2020-03-11 08:49:21 +00:00
"rand_core",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"getrandom",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rand_hc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"rand_core",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "redox_syscall"
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2439c63f3f6139d1b57529d16bc3b8bb855230c8efcc5d3a896c8bea7c3b1e84"
2019-12-30 10:17:07 +00:00
2020-01-11 09:01:21 +00:00
[[package]]
name = "regex"
2020-03-25 22:49:23 +00:00
version = "1.3.6"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-25 22:49:23 +00:00
checksum = "7f6946991529684867e47d86474e3a6d0c0ab9b82d5821e314b1ede31fa3a4b3"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"aho-corasick",
"memchr",
"regex-syntax",
"thread_local",
2020-01-11 09:01:21 +00:00
]
[[package]]
name = "regex-syntax"
2020-03-18 23:56:24 +00:00
version = "0.6.17"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "7fe5bd57d1d7414c6b5ed48563a2c855d995ff777729dcd91c369ec7fea395ae"
2020-01-11 09:01:21 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "remove_dir_all"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "4a83fa3702a688b9359eccba92d153ac33fd2e8462f9e0e3fdf155239ea7792e"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi 0.3.8",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "ring"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "426bc186e3e95cac1e4a4be125a4aca7e84c2d616ffc02244eef36e2a60a093c"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cc",
"lazy_static",
"libc",
"spin",
"untrusted",
"winapi 0.3.8",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "route-recognizer"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ea509065eb0b3c446acdd0102f0d46567dc30902dc0be91d6552035d92b0f4f8"
2019-12-30 10:17:07 +00:00
[[package]]
name = "rust-argon2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "416f5109bdd413cec4f04c029297838e7604c993f8d1483b1d438f23bdc3eb35"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"base64 0.11.0",
"blake2b_simd",
"constant_time_eq",
"crossbeam-utils 0.6.6",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
2019-12-30 10:17:07 +00:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"semver",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "rustversion"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bba175698996010c4f6dce5e7f173b6eb781fce25d2cfc45e27091ce0b79f6"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "ryu"
2020-03-18 23:56:24 +00:00
version = "1.0.3"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "535622e6be132bccd223f4bb2b8ac8d53cda3c7a6394944d3b2b33fb974f9d76"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "schannel"
2020-03-21 10:01:54 +00:00
version = "0.1.18"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 10:01:54 +00:00
checksum = "039c25b130bd8c1321ee2d7de7fde2659fa9c2744e4bb29711cfc852ea53cd19"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"lazy_static",
"winapi 0.3.8",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "scopeguard"
version = "1.1.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "security-framework"
2020-03-11 20:24:05 +00:00
version = "0.4.1"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "97bbedbe81904398b6ebb054b3e912f99d55807125790f3198ac990d98def5b0"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 20:24:05 +00:00
"bitflags",
2020-03-11 08:49:21 +00:00
"core-foundation",
"core-foundation-sys",
"security-framework-sys",
2020-01-11 03:39:29 +00:00
]
[[package]]
name = "security-framework-sys"
2020-03-11 20:24:05 +00:00
version = "0.4.1"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "06fd2f23e31ef68dd2328cc383bd493142e46107a3a0e24f7d734e3f3b80fe4c"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"core-foundation-sys",
2020-03-11 20:24:05 +00:00
"libc",
2020-01-11 03:39:29 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"semver-parser",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2019-12-30 10:17:07 +00:00
[[package]]
name = "serde"
2020-03-18 23:56:24 +00:00
version = "1.0.105"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "e707fbbf255b8fc8c3b99abb91e7257a622caeb20a9818cbadbeeede4e0932ff"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"serde_derive",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "serde_derive"
2020-03-18 23:56:24 +00:00
version = "1.0.105"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "ac5d00fc561ba2724df6758a17de23df5914f20e41cb00f94d5b7ae42fffaff8"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "serde_json"
2020-03-29 21:29:55 +00:00
version = "1.0.50"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"itoa",
"ryu",
"serde",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "serde_qs"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d43eef44996bbe16e99ac720e1577eefa16f7b76b5172165c98ced20ae9903e1"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"data-encoding",
"error-chain",
"percent-encoding 1.0.1",
"serde",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "sha-1"
2020-01-11 11:30:03 +00:00
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
2020-03-11 08:49:21 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
[[package]]
name = "sha1"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
[[package]]
name = "sha2"
2020-01-11 11:30:03 +00:00
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "27044adfd2e1f077f649f59deb9490d3941d674002f7d062870a60ebe9bd47a0"
dependencies = [
2020-03-11 08:49:21 +00:00
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"arc-swap",
"libc",
2020-01-15 09:17:33 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "slab"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2019-12-30 10:17:07 +00:00
[[package]]
name = "smallvec"
version = "0.6.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"maybe-uninit",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "smallvec"
2020-02-01 08:47:45 +00:00
version = "1.2.0"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5c2fb2ec9bcd216a5b0d0ccf31ab17b5ed1d627960edff65bbe95d3ce221cefc"
2019-12-30 10:17:07 +00:00
2020-01-15 09:17:33 +00:00
[[package]]
name = "socket2"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e8b74de517221a2cb01a53349cf54182acdc31a074727d3079068448c0676d85"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"libc",
"redox_syscall",
"winapi 0.3.8",
2020-01-15 09:17:33 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2019-12-30 10:17:07 +00:00
2020-03-18 23:58:42 +00:00
[[package]]
name = "sqlx"
2020-03-29 23:27:41 +00:00
version = "0.3.0"
dependencies = [
2020-03-11 08:49:21 +00:00
"anyhow",
"async-std",
"dotenv",
"env_logger",
"futures 0.3.4",
"paste",
"serde",
"serde_json",
2020-03-30 23:35:07 +00:00
"sqlx-core",
"sqlx-macros",
2020-03-11 08:49:21 +00:00
"sqlx-test",
"time 0.2.9",
2020-03-11 08:49:21 +00:00
"tokio 0.2.13",
"trybuild",
]
[[package]]
name = "sqlx-core"
2020-03-29 23:27:41 +00:00
version = "0.3.0"
2020-03-11 08:49:21 +00:00
dependencies = [
"async-native-tls",
"async-std",
"async-stream",
2020-03-18 23:58:42 +00:00
"base64 0.12.0",
"bigdecimal",
2020-03-11 08:49:21 +00:00
"bitflags",
"byteorder",
2020-03-18 23:58:42 +00:00
"chrono",
2020-03-11 08:49:21 +00:00
"crossbeam-queue",
"crossbeam-utils 0.7.2",
2020-03-18 23:58:42 +00:00
"digest",
2020-03-11 08:49:21 +00:00
"futures-channel",
"futures-core",
"futures-util",
2020-03-18 23:58:42 +00:00
"generic-array",
"hex",
2020-03-11 08:49:21 +00:00
"hmac",
2020-03-19 10:21:09 +00:00
"ipnetwork",
"libc",
2020-03-18 23:58:42 +00:00
"libsqlite3-sys",
2020-03-11 08:49:21 +00:00
"log",
2020-03-18 23:58:42 +00:00
"matches",
2020-03-11 08:49:21 +00:00
"md-5",
"memchr",
2020-03-18 23:58:42 +00:00
"num-bigint",
2020-03-11 08:49:21 +00:00
"percent-encoding 2.1.0",
"rand",
"serde",
"serde_json",
2020-03-11 08:49:21 +00:00
"sha-1",
"sha2",
"time 0.2.9",
2020-03-18 23:58:42 +00:00
"tokio 0.2.13",
2020-03-11 08:49:21 +00:00
"url",
2020-03-18 23:58:42 +00:00
"uuid",
]
[[package]]
2020-03-30 23:35:07 +00:00
name = "sqlx-example-postgres-listen"
version = "0.1.0"
dependencies = [
"async-std",
"futures 0.3.4",
2020-03-30 23:35:07 +00:00
"sqlx",
]
2019-12-30 10:17:07 +00:00
[[package]]
2020-03-30 23:35:07 +00:00
name = "sqlx-example-postgres-realworld"
2019-12-30 10:17:07 +00:00
version = "0.1.0"
dependencies = [
2020-03-11 08:49:21 +00:00
"anyhow",
"async-std",
"chrono",
"env_logger",
"futures 0.3.4",
"jsonwebtoken",
"rand",
"rust-argon2",
"serde",
2020-03-30 23:35:07 +00:00
"sqlx",
2020-03-11 08:49:21 +00:00
"tide",
2019-12-30 10:17:07 +00:00
]
[[package]]
2020-03-30 23:35:07 +00:00
name = "sqlx-example-postgres-todos"
version = "0.1.0"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-30 23:35:07 +00:00
"anyhow",
2020-03-11 08:49:21 +00:00
"async-std",
"futures 0.3.4",
2020-03-30 23:35:07 +00:00
"paw",
"sqlx",
"structopt",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "sqlx-macros"
2020-03-29 23:27:41 +00:00
version = "0.3.0"
dependencies = [
2020-03-11 08:49:21 +00:00
"async-std",
"dotenv",
"futures 0.3.4",
2020-03-18 23:58:42 +00:00
"lazy_static",
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"serde_json",
2020-03-30 23:35:07 +00:00
"sqlx-core",
2020-03-11 08:49:21 +00:00
"syn",
2020-03-18 23:58:42 +00:00
"tokio 0.2.13",
2020-03-11 08:49:21 +00:00
"url",
]
[[package]]
name = "sqlx-test"
version = "0.1.0"
dependencies = [
2020-03-11 08:49:21 +00:00
"anyhow",
"async-std",
"dotenv",
"env_logger",
2020-03-30 23:35:07 +00:00
"sqlx",
2020-03-11 08:49:21 +00:00
"tokio 0.2.13",
]
[[package]]
name = "standback"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4edf667ea8f60afc06d6aeec079d20d5800351109addec1faea678a8663da4e1"
[[package]]
name = "stdweb"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
dependencies = [
"discard",
"rustc_version",
"stdweb-derive",
"stdweb-internal-macros",
"stdweb-internal-runtime",
"wasm-bindgen",
]
[[package]]
name = "stdweb-derive"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
dependencies = [
"proc-macro2",
"quote",
"serde",
"serde_derive",
"syn",
]
[[package]]
name = "stdweb-internal-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
dependencies = [
"base-x",
"proc-macro2",
"quote",
"serde",
"serde_derive",
"serde_json",
"sha1",
"syn",
]
[[package]]
name = "stdweb-internal-runtime"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
2019-12-30 10:17:07 +00:00
[[package]]
name = "string"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "strsim"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
[[package]]
name = "structopt"
2020-03-18 23:56:24 +00:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "c8faa2719539bbe9d77869bfb15d4ee769f99525e707931452c97b693b3f159d"
dependencies = [
2020-03-11 08:49:21 +00:00
"clap",
"lazy_static",
"structopt-derive",
]
[[package]]
name = "structopt-derive"
2020-03-18 23:56:24 +00:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-18 23:56:24 +00:00
checksum = "3f88b8e18c69496aad6f9ddf4630dd7d585bcaf765786cb415b9aec2fe5a0430"
dependencies = [
2020-03-11 08:49:21 +00:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
"syn",
]
2020-01-03 11:17:06 +00:00
[[package]]
name = "subtle"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
2020-01-03 11:17:06 +00:00
2019-12-30 10:17:07 +00:00
[[package]]
name = "syn"
2020-03-21 10:01:54 +00:00
version = "1.0.17"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-21 10:01:54 +00:00
checksum = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"unicode-xid",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "syn-mid"
2020-02-01 08:47:45 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7be3539f6c128a931cf19dcee741c1af532c7fd387baa739c03dd2e96479338a"
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
]
2020-01-11 03:39:29 +00:00
[[package]]
name = "tempfile"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"cfg-if",
"libc",
"rand",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.8",
2020-01-11 03:39:29 +00:00
]
2020-01-11 09:01:21 +00:00
[[package]]
name = "termcolor"
2020-01-17 02:29:58 +00:00
version = "1.1.0"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi-util",
2020-01-11 09:01:21 +00:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
dependencies = [
2020-03-11 08:49:21 +00:00
"unicode-width",
]
2020-01-11 03:39:29 +00:00
[[package]]
name = "thiserror"
2020-03-29 21:29:55 +00:00
version = "1.0.14"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "f0570dc61221295909abdb95c739f2e74325e14293b2026b0a7e195091ec54ae"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"thiserror-impl",
2020-01-11 03:39:29 +00:00
]
[[package]]
name = "thiserror-impl"
2020-03-29 21:29:55 +00:00
version = "1.0.14"
2020-01-11 03:39:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "227362df41d566be41a28f64401e07a043157c21c14b9785a0d8e256f940a8fd"
2020-01-11 03:39:29 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-11 03:39:29 +00:00
]
2020-01-11 09:01:21 +00:00
[[package]]
name = "thread_local"
2020-01-17 02:29:58 +00:00
version = "1.0.1"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"lazy_static",
2020-01-11 09:01:21 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "tide"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "13c99b1991db81e611a2614cd1b07fec89ae33c5f755e1f8eb70826fb5af0eea"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"async-std",
"futures 0.3.4",
"http",
"http-service",
"http-service-hyper",
"log",
"mime",
"pin-project-lite",
"route-recognizer",
"serde",
"serde_json",
"serde_qs",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "time"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "db8dcfca086c1143c9270ac42a2bbd8a7ee477b78ac8e45b19abfb0cbede4b6f"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"libc",
"redox_syscall",
"winapi 0.3.8",
2019-12-30 10:17:07 +00:00
]
2020-02-29 19:38:48 +00:00
[[package]]
name = "time"
version = "0.2.9"
2020-02-29 19:38:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6329a7835505d46f5f3a9a2c237f8d6bf5ca6f0015decb3698ba57fcdbb609ba"
2020-02-29 19:38:48 +00:00
dependencies = [
"cfg-if",
"libc",
"rustversion",
"standback",
"stdweb",
"time-macros",
"winapi 0.3.8",
2020-02-29 19:38:48 +00:00
]
[[package]]
name = "time-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ae9b6e9f095bc105e183e3cd493d72579be3181ad4004fceb01adbe9eecab2d"
2020-02-29 19:38:48 +00:00
dependencies = [
"proc-macro-hack",
"time-macros-impl",
2020-02-29 19:38:48 +00:00
]
[[package]]
name = "time-macros-impl"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e987cfe0537f575b5fc99909de6185f6c19c3ad8889e2275e686a873d0869ba1"
2020-02-29 19:38:48 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-02-29 19:38:48 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "tokio"
version = "0.1.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"futures 0.1.29",
"mio",
"num_cpus",
"tokio-current-thread",
"tokio-executor",
"tokio-io",
"tokio-reactor",
"tokio-threadpool",
"tokio-timer",
2019-12-30 10:17:07 +00:00
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "tokio"
version = "0.2.13"
2020-01-15 09:17:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "0fa5e81d6bc4e67fe889d5783bd2a128ab2e0cfa487e0be16b6a8d177b101616"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.5.4",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"libc",
"memchr",
"mio",
"mio-named-pipes",
"mio-uds",
"num_cpus",
"pin-project-lite",
"signal-hook-registry",
"slab",
"tokio-macros",
"winapi 0.3.8",
2020-01-15 09:17:33 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "tokio-buf"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"either",
"futures 0.1.29",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-current-thread"
version = "0.1.7"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures 0.1.29",
"tokio-executor",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-executor"
version = "0.1.10"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-utils 0.7.2",
"futures 0.1.29",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-io"
version = "0.1.13"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"futures 0.1.29",
"log",
2019-12-30 10:17:07 +00:00
]
2020-01-15 09:17:33 +00:00
[[package]]
name = "tokio-macros"
version = "0.2.5"
2020-01-15 09:17:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
2020-01-15 09:17:33 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-15 09:17:33 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "tokio-reactor"
version = "0.1.12"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-utils 0.7.2",
"futures 0.1.29",
"lazy_static",
"log",
"mio",
"num_cpus",
"parking_lot 0.9.0",
"slab",
"tokio-executor",
"tokio-io",
"tokio-sync",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-sync"
version = "0.1.8"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"fnv",
"futures 0.1.29",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-tcp"
version = "0.1.4"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"bytes 0.4.12",
"futures 0.1.29",
"iovec",
"mio",
"tokio-io",
"tokio-reactor",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-threadpool"
version = "0.1.18"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-deque",
"crossbeam-queue",
"crossbeam-utils 0.7.2",
"futures 0.1.29",
"lazy_static",
"log",
"num_cpus",
"slab",
"tokio-executor",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "tokio-timer"
version = "0.2.13"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"crossbeam-utils 0.7.2",
"futures 0.1.29",
"slab",
"tokio-executor",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "toml"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
dependencies = [
2020-03-11 08:49:21 +00:00
"serde",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2019-12-30 10:17:07 +00:00
[[package]]
name = "trybuild"
2020-03-11 20:24:05 +00:00
version = "1.0.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 20:24:05 +00:00
checksum = "24b4e093c5ed1a60b22557090120aa14f90ca801549c0949d775ea07c1407720"
dependencies = [
2020-03-11 08:49:21 +00:00
"glob",
"lazy_static",
"serde",
"serde_json",
"termcolor",
"toml",
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "typenum"
version = "1.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
2019-12-30 10:17:07 +00:00
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"matches",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "unicode-normalization"
2020-02-01 08:47:45 +00:00
version = "0.1.12"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"smallvec 1.2.0",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "unicode-segmentation"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
[[package]]
name = "unicode-width"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2019-12-30 10:17:07 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2019-12-30 10:17:07 +00:00
[[package]]
name = "untrusted"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "55cd1f4b4e96b46aeb8d4855db4a7a9bd96eeeb5c6a1ab54593328761642ce2f"
2019-12-30 10:17:07 +00:00
[[package]]
name = "url"
2020-01-11 11:30:03 +00:00
version = "2.1.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"idna",
"matches",
"percent-encoding 2.1.0",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "uuid"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "9fde2f6a4bea1d6e007c4ad38c6839fa71cbb63b6dbf5b595aa38dc9b1093c11"
2019-12-30 10:17:07 +00:00
2020-01-11 03:39:29 +00:00
[[package]]
name = "vcpkg"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
2020-01-11 03:39:29 +00:00
[[package]]
name = "vec_map"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "05c78687fb1a80548ae3250346c3db86a80a7cdd77bda190189f2d0a0987c81a"
2019-12-30 10:17:07 +00:00
[[package]]
name = "version_check"
version = "0.9.1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2019-12-30 10:17:07 +00:00
[[package]]
name = "want"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"futures 0.1.29",
"log",
"try-lock",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "wasi"
2020-01-11 11:30:03 +00:00
version = "0.9.0+wasi-snapshot-preview1"
2019-12-30 10:17:07 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2019-12-30 10:17:07 +00:00
[[package]]
name = "wasm-bindgen"
2020-03-29 21:29:55 +00:00
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "2cc57ce05287f8376e998cbddfb4c8cb43b84a7ec55cf4551d7c00eef317a47f"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2020-03-29 21:29:55 +00:00
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "d967d37bf6c16cca2973ca3af071d0a2523392e4a594548155d89a678f4237cd"
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
2020-03-29 21:29:55 +00:00
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "8bd151b63e1ea881bb742cd20e1d6127cef28399558f3b5d415289bc41eee3a4"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2020-03-29 21:29:55 +00:00
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "d68a5b36eef1be7868f668632863292e37739656a80fc4b9acec7b0bd35a4931"
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2020-03-29 21:29:55 +00:00
version = "0.2.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-29 21:29:55 +00:00
checksum = "daf76fe7d25ac79748a37538b7daeed1c7a6867c92d3245c12c6222e4a20d639"
2019-12-30 10:17:07 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2019-12-30 10:17:07 +00:00
[[package]]
name = "winapi"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2019-12-30 10:17:07 +00:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2019-12-30 10:17:07 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2019-12-30 10:17:07 +00:00
2020-01-11 09:01:21 +00:00
[[package]]
name = "winapi-util"
2020-01-17 02:29:58 +00:00
version = "0.1.3"
2020-01-11 09:01:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "4ccfbf554c6ad11084fb7517daca16cfdcaccbdadba4fc336f032a8b12c2ad80"
2020-01-11 09:01:21 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi 0.3.8",
2020-01-11 09:01:21 +00:00
]
2019-12-30 10:17:07 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2019-12-30 10:17:07 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-03-11 08:49:21 +00:00
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2019-12-30 10:17:07 +00:00
dependencies = [
2020-03-11 08:49:21 +00:00
"winapi 0.2.8",
"winapi-build",
]