udpt/Cargo.lock

1053 lines
26 KiB
Plaintext
Raw Normal View History

# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2018-10-21 23:25:01 +01:00
[[package]]
name = "ansi_term"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
2018-10-21 23:25:01 +01:00
dependencies = [
"winapi 0.3.8",
2018-10-21 23:25:01 +01:00
]
[[package]]
name = "arc-swap"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b585a98a234c46fc563103e9278c9391fde1f4e6850334da895d27edb9580f62"
2020-05-07 00:53:25 +01:00
[[package]]
name = "async-compression"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d548918a155e5d6f19f414450e184a632ba492bd09f0e8e4622919ccb940664"
dependencies = [
"bzip2",
"futures-core",
"futures-io",
"memchr",
"pin-project-lite",
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "atty"
version = "0.2.14"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
2018-10-20 23:02:12 +01:00
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.8",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "autocfg"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
[[package]]
name = "base64"
2020-05-13 20:59:29 +01:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "53d1ccbaf7d9ec9537465a97bf19edc1a4e158ecb49fc16178202238c569cc42"
2018-10-20 23:02:12 +01:00
[[package]]
name = "binascii"
version = "0.1.4"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
2018-10-20 23:02:12 +01:00
2018-06-08 16:35:22 +01:00
[[package]]
name = "bincode"
version = "1.2.1"
2018-06-08 16:35:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5753e2a71534719bf3f4e57006c3a4f0d2c672a4b676eec84161f763eca87dbf"
2018-06-08 16:35:22 +01:00
dependencies = [
"byteorder",
"serde",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "bitflags"
version = "1.2.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "block-buffer"
version = "0.7.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"block-padding",
"byte-tools",
"byteorder",
"generic-array",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "block-padding"
version = "0.1.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"byte-tools",
2018-10-20 23:02:12 +01:00
]
2020-05-06 01:06:14 +01:00
[[package]]
name = "byte-tools"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
2018-10-20 23:02:12 +01:00
[[package]]
name = "byteorder"
version = "1.3.4"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
2018-10-20 23:02:12 +01:00
[[package]]
name = "bytes"
2020-05-06 01:06:14 +01:00
version = "0.5.4"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "130aac562c0dd69c56b3b1cc8ffd2e17be31d0b6c25b61c96b76231aa23e39e1"
2018-10-20 23:02:12 +01:00
2020-05-07 00:53:25 +01:00
[[package]]
name = "bzip2"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42b7c3cbf0fa9c1b82308d57191728ca0256cb821220f4e2fd410a72ade26e3b"
dependencies = [
"bzip2-sys",
"libc",
]
[[package]]
name = "bzip2-sys"
version = "0.1.8+1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05305b41c5034ff0e93937ac64133d109b5a2660114ec45e9760bc6816d83038"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "cc"
version = "1.0.52"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
2018-10-20 23:02:12 +01:00
[[package]]
name = "cfg-if"
version = "0.1.10"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2018-10-20 23:02:12 +01:00
2020-05-13 20:59:29 +01:00
[[package]]
name = "chrono"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
dependencies = [
"num-integer",
"num-traits",
"time",
]
2018-10-21 23:25:01 +01:00
[[package]]
name = "clap"
2020-05-13 20:59:29 +01:00
version = "2.33.1"
2018-10-21 23:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129"
2018-10-21 23:25:01 +01:00
dependencies = [
"ansi_term",
"atty",
"bitflags",
"strsim",
"textwrap",
"unicode-width",
"vec_map",
2018-10-21 23:25:01 +01:00
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "digest"
version = "0.8.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"generic-array",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "dtoa"
version = "0.4.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "4358a9e11b9a09cf52383b451b49a169e8d797b68aa02301ff586d70d9661ea3"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "fake-simd"
version = "0.1.2"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "fern"
version = "0.6.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "8c9a4820f0ccc8a7afd67c39a0f1a0f4b07ca1725164271a64939d7aeb9af065"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"log",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "fnv"
version = "1.0.6"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "fuchsia-zircon"
version = "0.3.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"bitflags",
"fuchsia-zircon-sys",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "fuchsia-zircon-sys"
version = "0.3.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"futures-channel",
"futures-core",
2020-05-07 00:53:25 +01:00
"futures-executor",
2020-05-06 01:06:14 +01:00
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-channel"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
dependencies = [
2020-05-06 01:06:14 +01:00
"futures-core",
"futures-sink",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-core"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
2018-10-20 23:02:12 +01:00
2020-05-07 00:53:25 +01:00
[[package]]
name = "futures-executor"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2020-05-07 00:53:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
2020-05-07 00:53:25 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-io"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
2018-10-20 23:02:12 +01:00
2020-05-07 00:53:25 +01:00
[[package]]
name = "futures-macro"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2020-05-07 00:53:25 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
2020-05-07 00:53:25 +01:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-sink"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-task"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
dependencies = [
"once_cell",
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "futures-util"
2020-05-13 20:59:29 +01:00
version = "0.3.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-07 00:53:25 +01:00
"futures-channel",
2020-05-06 01:06:14 +01:00
"futures-core",
2020-05-07 00:53:25 +01:00
"futures-io",
"futures-macro",
2020-05-06 01:06:14 +01:00
"futures-sink",
"futures-task",
2020-05-07 00:53:25 +01:00
"memchr",
2020-05-13 20:59:29 +01:00
"pin-project",
2020-05-06 01:06:14 +01:00
"pin-utils",
2020-05-07 00:53:25 +01:00
"proc-macro-hack",
"proc-macro-nested",
"slab",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "generic-array"
version = "0.12.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"typenum",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "h2"
2020-05-13 20:59:29 +01:00
version = "0.2.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "79b7246d7e4b979c03fa093da39cfb3617a96bbeee6310af63991668d7e843ff"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"log",
"slab",
"tokio",
"tokio-util",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "headers"
version = "0.3.2"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"base64",
"bitflags",
"bytes",
"headers-core",
"http",
"mime",
"sha-1",
"time",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "headers-core"
version = "0.2.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"http",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "hermit-abi"
version = "0.1.12"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "61565ff7aaace3525556587bd2dc31d4a07071957be715e63ce7b1eccf51a8f4"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"libc",
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "http"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
dependencies = [
2020-05-06 01:06:14 +01:00
"bytes",
"fnv",
"itoa",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "http-body"
version = "0.3.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"bytes",
"http",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "httparse"
version = "1.3.4"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
[[package]]
2020-05-06 01:06:14 +01:00
name = "hyper"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "96816e1d921eca64d208a85aab4f7798455a8e34229ee5a88c935bdee1b78b14"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"itoa",
"log",
"net2",
"pin-project",
"time",
"tokio",
"tower-service",
"want",
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "idna"
version = "0.2.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
2018-10-20 23:02:12 +01:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "indexmap"
version = "1.3.2"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
dependencies = [
2020-05-06 01:06:14 +01:00
"autocfg",
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "iovec"
version = "0.1.4"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-10-20 23:02:12 +01:00
dependencies = [
"libc",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "itoa"
version = "0.4.5"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8b7a7c0c47db5545ed3fef7468ee7bb5b74691498139e4b3f6a20685dc6dd8e"
2018-10-20 23:02:12 +01:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2018-10-20 23:02:12 +01:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2018-10-20 23:02:12 +01:00
[[package]]
name = "libc"
2020-05-13 20:59:29 +01:00
version = "0.2.70"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "3baa92041a6fec78c687fa0cc2b3fae8884f743d672cf551bed1d6dac6988d0f"
2018-10-20 23:02:12 +01:00
[[package]]
name = "log"
version = "0.4.8"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
2018-10-20 23:02:12 +01:00
dependencies = [
"cfg-if",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2018-10-20 23:02:12 +01:00
[[package]]
name = "memchr"
version = "2.3.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
2018-10-20 23:02:12 +01:00
[[package]]
name = "mime"
version = "0.3.16"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2018-10-20 23:02:12 +01:00
[[package]]
name = "mime_guess"
version = "2.0.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2018-10-20 23:02:12 +01:00
dependencies = [
"mime",
"unicase",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "mio"
2020-05-06 01:06:14 +01:00
version = "0.6.22"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
2018-10-20 23:02:12 +01:00
dependencies = [
"cfg-if",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "mio-uds"
2020-05-06 01:06:14 +01:00
version = "0.6.8"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
2018-10-20 23:02:12 +01:00
dependencies = [
"iovec",
"libc",
"mio",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "miow"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
2018-10-20 23:02:12 +01:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "net2"
2020-05-06 01:06:14 +01:00
version = "0.2.34"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
2018-10-20 23:02:12 +01:00
dependencies = [
"cfg-if",
"libc",
"winapi 0.3.8",
2018-10-20 23:02:12 +01:00
]
2020-05-13 20:59:29 +01:00
[[package]]
name = "num-integer"
version = "0.1.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
dependencies = [
"autocfg",
]
2018-10-20 23:02:12 +01:00
[[package]]
2019-01-17 22:41:31 +00:00
name = "num_cpus"
version = "1.13.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2018-10-20 23:02:12 +01:00
dependencies = [
"hermit-abi",
"libc",
2018-10-20 23:02:12 +01:00
]
2020-05-13 20:59:29 +01:00
[[package]]
name = "once_cell"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1c601810575c99596d4afc46f78a678c80105117c379eb3650cf99b8a21ce5b"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "opaque-debug"
version = "0.2.3"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
2018-10-20 23:02:12 +01:00
[[package]]
name = "percent-encoding"
2020-05-06 01:06:14 +01:00
version = "2.1.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "pin-project"
2020-05-13 20:59:29 +01:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "81d480cb4e89522ccda96d0eed9af94180b7a5f93fb28f66e1fd7d68431663d1"
dependencies = [
2020-05-06 01:06:14 +01:00
"pin-project-internal",
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "pin-project-internal"
2020-05-13 20:59:29 +01:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "a82996f11efccb19b685b14b5df818de31c1edcee3daa256ab5775dd98e72feb"
dependencies = [
2020-05-06 01:06:14 +01:00
"proc-macro2",
"quote",
"syn",
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "pin-project-lite"
2020-05-13 20:59:29 +01:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "f7505eeebd78492e0f6108f7171c4948dbb120ee8119d9d77d0afa5469bef67f"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "pin-utils"
version = "0.1.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2018-10-20 23:02:12 +01:00
2020-05-07 00:53:25 +01:00
[[package]]
name = "proc-macro-hack"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d659fe7c6d27f25e9d80a1a094c223f5246f6a6596453e09d7229bf42750b63"
[[package]]
name = "proc-macro-nested"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e946095f9d3ed29ec38de908c22f95d9ac008e424c7bcae54c75a79c527c694"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "proc-macro2"
version = "1.0.12"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"unicode-xid",
2018-06-08 16:35:22 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "quote"
2020-05-13 20:59:29 +01:00
version = "1.0.5"
2018-06-08 16:35:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "42934bc9c8ab0d3b273a16d8551c8f0fcff46be73276ca083ec2414c15c4ba5e"
2018-06-08 16:35:22 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"proc-macro2",
2018-06-08 16:35:22 +01:00
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "ryu"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3d612bc64430efeb3f7ee6ef26d590dce0c43249217bddc62112540c7941e1"
[[package]]
name = "scoped-tls"
version = "1.0.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
2018-10-20 23:02:12 +01:00
2018-06-08 16:35:22 +01:00
[[package]]
name = "serde"
2020-05-13 20:59:29 +01:00
version = "1.0.110"
2018-06-08 16:35:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "99e7b308464d16b56eba9964e4972a3eee817760ab60d88c3f86e1fecb08204c"
dependencies = [
"serde_derive",
]
2018-06-08 16:35:22 +01:00
[[package]]
name = "serde_derive"
2020-05-13 20:59:29 +01:00
version = "1.0.110"
2018-06-08 16:35:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "818fbf6bfa9a42d3bfcaca148547aa00c7b915bec71d1757aa2d44ca68771984"
2018-06-08 16:35:22 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"proc-macro2",
"quote",
"syn",
2018-06-08 16:35:22 +01:00
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "serde_json"
2020-05-13 20:59:29 +01:00
version = "1.0.53"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "993948e75b189211a9b31a7528f950c6adc21f9720b6438ff80a7fa2f864cea2"
2018-10-20 23:02:12 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "serde_urlencoded"
2020-05-06 01:06:14 +01:00
version = "0.6.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
2018-10-20 23:02:12 +01:00
dependencies = [
"dtoa",
"itoa",
"serde",
"url",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "sha-1"
version = "0.8.2"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
dependencies = [
"block-buffer",
"digest",
"fake-simd",
"opaque-debug",
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "signal-hook-registry"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
dependencies = [
"arc-swap",
"libc",
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "slab"
2019-01-17 22:41:31 +00:00
version = "0.4.2"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
2018-10-20 23:02:12 +01:00
[[package]]
name = "smallvec"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7cb5678e1615754284ec264d9bb5b4c27d2018577fd90ac0ceb578591ed5ee4"
2018-10-21 23:25:01 +01:00
[[package]]
name = "strsim"
version = "0.8.0"
2018-10-21 23:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
2018-10-21 23:25:01 +01:00
2018-10-20 23:02:12 +01:00
[[package]]
name = "syn"
2020-05-13 20:59:29 +01:00
version = "1.0.21"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "4696caa4048ac7ce2bcd2e484b3cef88c1004e41b8e945a277e2c25dc0b72060"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"proc-macro2",
"quote",
"unicode-xid",
2018-10-21 23:25:01 +01:00
]
[[package]]
name = "textwrap"
version = "0.11.0"
2018-10-21 23:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
2018-10-21 23:25:01 +01:00
dependencies = [
"unicode-width",
2018-10-21 23:25:01 +01:00
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "time"
version = "0.1.43"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2018-10-20 23:02:12 +01:00
dependencies = [
"libc",
"winapi 0.3.8",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "tokio"
2020-05-13 20:59:29 +01:00
version = "0.2.21"
source = "git+https://github.com/naim94a/tokio?branch=tokio-with-trysendto#4fb99d0fe2c3deb8dac774edd11316384ebb6667"
2018-10-20 23:02:12 +01:00
dependencies = [
"bytes",
2020-05-06 01:06:14 +01:00
"fnv",
"futures-core",
"iovec",
"lazy_static",
"libc",
2020-05-06 01:06:14 +01:00
"memchr",
"mio",
"mio-uds",
"num_cpus",
2020-05-06 01:06:14 +01:00
"pin-project-lite",
"signal-hook-registry",
"slab",
2020-05-06 01:06:14 +01:00
"tokio-macros",
"winapi 0.3.8",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "tokio-macros"
version = "0.2.5"
2020-05-13 20:59:29 +01:00
source = "git+https://github.com/naim94a/tokio?branch=tokio-with-trysendto#4fb99d0fe2c3deb8dac774edd11316384ebb6667"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"proc-macro2",
"quote",
"syn",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "tokio-util"
version = "0.3.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2018-10-20 23:02:12 +01:00
dependencies = [
"bytes",
2020-05-06 01:06:14 +01:00
"futures-core",
"futures-io",
2020-05-06 01:06:14 +01:00
"futures-sink",
"log",
2020-05-06 01:06:14 +01:00
"pin-project-lite",
"tokio",
2018-10-20 23:02:12 +01:00
]
2018-10-21 21:39:39 +01:00
[[package]]
name = "toml"
version = "0.5.6"
2018-10-21 21:39:39 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc92d160b1eef40665be3a05630d003936a3bc7da7421277846c2613e92c71a"
2018-10-21 21:39:39 +01:00
dependencies = [
"serde",
2018-10-21 21:39:39 +01:00
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "tower-service"
2020-05-06 01:06:14 +01:00
version = "0.3.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "try-lock"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "e604eb7b43c06650e854be16a2a03155743d3752dd1c943f6829e26b7a36e382"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "typenum"
version = "1.12.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
2018-10-20 23:02:12 +01:00
2018-06-08 16:35:22 +01:00
[[package]]
name = "udpt-rs"
2020-05-07 02:25:54 +01:00
version = "3.1.0"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-07 00:53:25 +01:00
"async-compression",
"binascii",
"bincode",
2020-05-13 20:59:29 +01:00
"chrono",
"clap",
"fern",
2020-05-07 00:53:25 +01:00
"futures",
"log",
"serde",
"serde_json",
2020-05-06 01:06:14 +01:00
"tokio",
"tokio-util",
"toml",
2020-05-06 01:06:14 +01:00
"warp",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "unicase"
version = "2.6.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2018-10-20 23:02:12 +01:00
dependencies = [
2020-05-06 01:06:14 +01:00
"version_check",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
2018-10-20 23:02:12 +01:00
dependencies = [
"matches",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "unicode-normalization"
version = "0.1.12"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5479532badd04e128284890390c1e876ef7a993d0570b3597ae43dfa1d59afa4"
dependencies = [
2020-05-06 01:06:14 +01:00
"smallvec",
]
2018-10-20 23:02:12 +01:00
2018-10-21 23:25:01 +01:00
[[package]]
name = "unicode-width"
version = "0.1.7"
2018-10-21 23:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479"
2018-10-21 23:25:01 +01:00
2018-10-20 23:02:12 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
2018-10-20 23:02:12 +01:00
[[package]]
name = "url"
2020-05-06 01:06:14 +01:00
version = "2.1.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
2018-10-20 23:02:12 +01:00
dependencies = [
"idna",
"matches",
"percent-encoding",
2018-10-20 23:02:12 +01:00
]
[[package]]
2020-05-06 01:06:14 +01:00
name = "urlencoding"
version = "1.0.0"
2019-01-17 22:41:31 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "3df3561629a8bb4c57e5a2e4c43348d9e29c7c29d9b1c4c1f47166deca8f37ed"
2019-01-17 22:41:31 +00:00
2018-10-21 23:25:01 +01:00
[[package]]
name = "vec_map"
2020-05-13 20:59:29 +01:00
version = "0.8.2"
2018-10-21 23:25:01 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-13 20:59:29 +01:00
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2018-10-21 23:25:01 +01:00
2018-10-20 23:02:12 +01:00
[[package]]
name = "version_check"
2020-05-06 01:06:14 +01:00
version = "0.9.1"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "078775d0255232fb988e6fccf26ddc9d1ac274299aaedcedce21c6f72cc533ce"
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "want"
version = "0.3.0"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
2018-10-20 23:02:12 +01:00
[[package]]
2020-05-06 01:06:14 +01:00
name = "warp"
2018-10-20 23:02:12 +01:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-05-06 01:06:14 +01:00
checksum = "54cd1e2b3eb3539284d88b76a9afcf5e20f2ef2fab74db5b21a1c30d7d945e82"
dependencies = [
"bytes",
"futures",
"headers",
"http",
"hyper",
"log",
"mime",
"mime_guess",
"pin-project",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tower-service",
"urlencoding",
]
2018-10-20 23:02:12 +01:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2018-10-20 23:02:12 +01:00
[[package]]
name = "winapi"
version = "0.3.8"
2018-10-20 23:02:12 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
2018-10-20 23:02:12 +01:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-10-20 23:02:12 +01:00
]
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2018-10-20 23:02:12 +01: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-10-20 23:02:12 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-10-20 23:02:12 +01:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2018-10-20 23:02:12 +01:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
]