wynnrobot/Cargo.lock

1727 lines
43 KiB
Plaintext
Raw Normal View History

2020-03-14 15:55:02 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a55f82cfe485775d02112886f4169bde0c5894d75e79ead7eafe7e40a25e45f7"
dependencies = [
"gimli",
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "adler"
version = "1.0.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "autocfg"
version = "1.0.1"
2018-01-14 14:45:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
2018-01-14 14:45:00 +00:00
[[package]]
name = "backtrace"
version = "0.3.57"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ed203b9ba68b242c62b3fb7480f589dd49829be1edb3fe8fc8b4ffda2dcb8d"
2017-12-20 19:53:58 +00:00
dependencies = [
"addr2line",
"cfg-if 1.0.0",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "base64"
version = "0.11.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b41b7ea54a0c9d92199de89e20e58d49f02f8e699814ef3fdf266f6f748d15c7"
2017-12-20 19:53:58 +00:00
[[package]]
name = "base64"
version = "0.12.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
2017-12-20 19:53:58 +00:00
[[package]]
name = "base64"
version = "0.13.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "bitflags"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
2020-03-14 15:55:02 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
2020-03-14 15:55:02 +00:00
dependencies = [
"generic-array",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "bumpalo"
version = "3.6.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
2017-12-20 19:53:58 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2017-12-20 19:53:58 +00:00
[[package]]
name = "bytes"
version = "0.5.6"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2017-12-20 19:53:58 +00:00
2020-03-14 15:55:02 +00:00
[[package]]
name = "bytes"
version = "1.0.1"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
2020-03-14 15:55:02 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "cc"
version = "1.0.67"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
2017-12-20 19:53:58 +00:00
[[package]]
name = "cfg-if"
2020-03-14 15:55:02 +00:00
version = "0.1.10"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
2017-12-20 19:53:58 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-03-14 15:55:02 +00:00
[[package]]
name = "chrono"
version = "0.4.19"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2017-12-20 19:53:58 +00:00
dependencies = [
"libc",
"num-integer",
"num-traits",
"serde",
"time",
"winapi 0.3.9",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "command_attr"
version = "0.2.0"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c27d6155f93d880b6379d93ddc9b2417b3b69b715360c5f25525e4576338a381"
2020-03-14 15:55:02 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
2017-12-20 19:53:58 +00:00
]
2018-02-06 11:07:37 +00:00
[[package]]
name = "configure"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "180f7448135bb092ae3c5a397de04ac37f1c8c07479819113ee4577755822641"
2018-02-06 11:07:37 +00:00
dependencies = [
"configure_derive",
"erased-serde",
"heck",
"serde",
"toml",
2018-02-06 11:07:37 +00:00
]
[[package]]
name = "configure_derive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32519cc2a850ce3ea636ab791ce86366621d9bde94bfa89691cb07398cd330e3"
2018-02-06 11:07:37 +00:00
dependencies = [
"heck",
"quote 0.3.15",
"syn 0.11.11",
2018-02-06 11:07:37 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "core-foundation"
2020-03-14 15:55:02 +00:00
version = "0.7.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
2017-12-20 19:53:58 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "core-foundation-sys"
2020-03-14 15:55:02 +00:00
version = "0.7.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
2017-12-20 19:53:58 +00:00
[[package]]
name = "cpuid-bool"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
[[package]]
name = "crc32fast"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "diesel"
version = "1.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "047bfc4d5c3bd2ef6ca6f981941046113524b9a9f9a7cbdfdd7ff40f58e6f542"
dependencies = [
"bitflags",
"byteorder",
"diesel_derives",
"pq-sys",
]
2018-01-03 12:47:12 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "diesel_derives"
version = "1.4.1"
2018-01-03 12:47:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45f5098f628d02a7a0f68ddba586fb61e80edec3bdc1be3b921f4ceec60858d3"
2018-01-03 12:47:12 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
2018-01-03 12:47:12 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "digest"
version = "0.9.0"
2018-01-03 12:47:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2018-01-03 12:47:12 +00:00
dependencies = [
"generic-array",
2018-01-03 12:47:12 +00:00
]
2018-02-16 12:00:43 +00:00
[[package]]
name = "encoding_rs"
version = "0.8.28"
2018-02-16 12:00:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065"
2018-02-16 12:00:43 +00:00
dependencies = [
"cfg-if 1.0.0",
2018-02-16 12:00:43 +00:00
]
2018-02-06 11:07:37 +00:00
[[package]]
name = "erased-serde"
version = "0.3.13"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0465971a8cc1fa2455c8465aaa377131e1f1cf4983280f474a13e68793aa770c"
2018-02-06 11:07:37 +00:00
dependencies = [
"serde",
2018-02-06 11:07:37 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "failure"
version = "0.1.8"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
2017-12-20 19:53:58 +00:00
dependencies = [
"backtrace",
"failure_derive",
2017-12-20 19:53:58 +00:00
]
2018-01-14 14:45:00 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "failure_derive"
version = "0.1.8"
2018-01-14 14:45:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
2018-01-14 14:45:00 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
"synstructure",
2018-01-14 14:45:00 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "flate2"
version = "1.0.20"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 1.0.0",
"crc32fast",
"libc",
"miniz_oxide",
2017-12-20 19:53:58 +00:00
]
2020-03-14 15:55:02 +00:00
[[package]]
name = "fnv"
version = "1.0.7"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-03-14 15:55:02 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "form_urlencoded"
version = "1.0.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2017-12-20 19:53:58 +00:00
dependencies = [
"matches",
"percent-encoding",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "fuchsia-zircon"
2018-01-06 23:11:56 +00:00
version = "0.3.3"
2018-01-01 23:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2018-01-01 23:07:03 +00:00
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
2017-12-20 19:53:58 +00:00
]
2018-01-01 23:07:03 +00:00
[[package]]
name = "fuchsia-zircon-sys"
2018-01-06 23:11:56 +00:00
version = "0.3.3"
2018-01-01 23:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2018-01-01 23:07:03 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "futures-channel"
version = "0.3.14"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce79c6a52a299137a6013061e0cf0e688fce5d7f1bc60125f520912fdb29ec25"
2020-03-14 15:55:02 +00:00
dependencies = [
"futures-core",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "futures-core"
version = "0.3.14"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "098cd1c6dda6ca01650f1a37a794245eb73181d0d4d4e955e2f3c37db7af1815"
2020-03-14 15:55:02 +00:00
[[package]]
name = "futures-io"
version = "0.3.14"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "365a1a1fb30ea1c03a830fdb2158f5236833ac81fa0ad12fe35b29cddc35cb04"
2020-03-14 15:55:02 +00:00
[[package]]
name = "futures-macro"
version = "0.3.14"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668c6733a182cd7deb4f1de7ba3bf2120823835b3bcfbeacf7d2c4a773c1bb8b"
2017-12-20 19:53:58 +00:00
dependencies = [
"proc-macro-hack",
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
2017-12-20 19:53:58 +00:00
]
2018-02-06 11:07:37 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "futures-sink"
version = "0.3.14"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c5629433c555de3d82861a7a4e3794a4c40040390907cfbfd7143a92a426c23"
2020-03-14 15:55:02 +00:00
[[package]]
name = "futures-task"
version = "0.3.14"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba7aa51095076f3ba6d9a1f702f74bd05ec65f555d70d2033d55ba8d69f581bc"
2020-03-14 15:55:02 +00:00
[[package]]
name = "futures-util"
version = "0.3.14"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c144ad54d60f23927f0a6b6d816e4271278b64f005ad65e4e35291d2de9c025"
2018-02-06 11:07:37 +00:00
dependencies = [
"futures-core",
"futures-io",
"futures-macro",
"futures-task",
"memchr",
"pin-project-lite 0.2.6",
"pin-utils",
"proc-macro-hack",
"proc-macro-nested",
"slab",
2018-02-06 11:07:37 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "generic-array"
version = "0.14.4"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
2020-03-14 15:55:02 +00:00
dependencies = [
"typenum",
"version_check",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "getrandom"
version = "0.1.16"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "gimli"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6503fe142514ca4799d4c26297c4248239fe8838d827db6bd6065c6ed29a6ce"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "h2"
version = "0.2.7"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e4728fd124914ad25e99e3d15a9361a879f6620f63cb56bbb08f95abb97a535"
2017-12-20 19:53:58 +00:00
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
"tracing-futures",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "hashbrown"
version = "0.9.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
2017-12-20 19:53:58 +00:00
[[package]]
name = "heck"
version = "0.3.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac"
2017-12-20 19:53:58 +00:00
dependencies = [
"unicode-segmentation",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "hermit-abi"
version = "0.1.18"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
2017-12-20 19:53:58 +00:00
dependencies = [
"libc",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "http"
version = "0.2.4"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
2020-03-14 15:55:02 +00:00
dependencies = [
"bytes 1.0.1",
"fnv",
"itoa",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "http-body"
version = "0.3.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
2017-12-20 19:53:58 +00:00
dependencies = [
"bytes 0.5.6",
"http",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "httparse"
version = "1.4.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a1ce40d6fc9764887c2fdc7305c3dcc429ba11ff981c1509416afd5697e4437"
[[package]]
name = "httpdate"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "hyper"
version = "0.13.10"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a6f157065790a3ed2f88679250419b5cdd96e714a0d65f7797fd337186e96bb"
2020-03-14 15:55:02 +00:00
dependencies = [
"bytes 0.5.6",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "hyper-rustls"
version = "0.21.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37743cc83e8ee85eacfce90f2f4102030d9ff0a95244098d781e9bee4a90abb6"
2020-03-14 15:55:02 +00:00
dependencies = [
"bytes 0.5.6",
"futures-util",
"hyper",
"log",
"rustls 0.18.1",
"tokio",
"tokio-rustls",
"webpki",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "idna"
version = "0.2.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-03-14 15:55:02 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "indexmap"
version = "1.6.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3"
2020-03-14 15:55:02 +00:00
dependencies = [
"autocfg",
"hashbrown",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "input_buffer"
version = "0.3.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
2017-12-20 19:53:58 +00:00
dependencies = [
"bytes 0.5.6",
2018-01-01 23:07:03 +00:00
]
[[package]]
name = "instant"
version = "0.1.9"
2018-01-01 23:07:03 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
2018-01-01 23:07:03 +00:00
dependencies = [
"cfg-if 1.0.0",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "iovec"
version = "0.1.4"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2018-01-01 23:07:03 +00:00
dependencies = [
"libc",
2018-01-01 23:07:03 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "ipnet"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "itoa"
version = "0.4.7"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "js-sys"
version = "0.3.50"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c"
2020-03-14 15:55:02 +00:00
dependencies = [
"wasm-bindgen",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "kernel32-sys"
version = "0.2.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2017-12-20 19:53:58 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2020-03-14 15:55:02 +00:00
[[package]]
name = "libc"
version = "0.2.94"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
2020-03-14 15:55:02 +00:00
[[package]]
name = "lock_api"
version = "0.4.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3c91c24eae6777794bb1997ad98bbb87daf92890acab859f7eaa4320333176"
2017-12-20 19:53:58 +00:00
dependencies = [
"scopeguard",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "log"
version = "0.4.14"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 1.0.0",
2017-12-20 19:53:58 +00:00
]
2020-03-14 15:55:02 +00:00
[[package]]
name = "matches"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
2020-03-14 15:55:02 +00:00
[[package]]
name = "memchr"
version = "2.3.4"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
2020-03-14 15:55:02 +00:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
2020-03-14 15:55:02 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "mime_guess"
2020-03-14 15:55:02 +00:00
version = "2.0.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
2017-12-20 19:53:58 +00:00
dependencies = [
"mime",
"unicase",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "miniz_oxide"
version = "0.4.4"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2017-12-20 19:53:58 +00:00
dependencies = [
"adler",
"autocfg",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "mio"
version = "0.6.23"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
"libc",
"log",
"miow",
"net2",
"slab",
"winapi 0.2.8",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "miow"
version = "0.2.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
2017-12-20 19:53:58 +00:00
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "net2"
version = "0.2.37"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "num-integer"
version = "0.1.44"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
2017-12-20 19:53:58 +00:00
dependencies = [
"autocfg",
"num-traits",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "num-traits"
version = "0.2.14"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
2017-12-20 19:53:58 +00:00
dependencies = [
"autocfg",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "num_cpus"
version = "1.13.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
2017-12-20 19:53:58 +00:00
dependencies = [
"hermit-abi",
"libc",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "object"
version = "0.23.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a7ab5d64814df0fe4a4b5ead45ed6c5f181ee3ff04ba344313a6c80446c5d4"
2017-12-20 19:53:58 +00:00
[[package]]
name = "once_cell"
version = "1.7.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3"
2017-12-20 19:53:58 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2017-12-20 19:53:58 +00:00
[[package]]
name = "openssl-probe"
version = "0.1.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
2017-12-20 19:53:58 +00:00
[[package]]
name = "parking_lot"
version = "0.11.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
2017-12-20 19:53:58 +00:00
dependencies = [
"instant",
"lock_api",
"parking_lot_core",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
2017-12-20 19:53:58 +00:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
"redox_syscall",
"smallvec",
"winapi 0.3.9",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "percent-encoding"
2020-03-14 15:55:02 +00:00
version = "2.1.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "pin-project"
version = "1.0.7"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
2017-12-20 19:53:58 +00:00
dependencies = [
"pin-project-internal",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "pin-project-internal"
version = "1.0.7"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
2017-12-20 19:53:58 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "pin-project-lite"
version = "0.1.12"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
2017-12-20 19:53:58 +00:00
[[package]]
name = "pin-project-lite"
version = "0.2.6"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
2017-12-20 19:53:58 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-03-14 15:55:02 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.10"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
2017-12-20 19:53:58 +00:00
2018-01-03 12:47:12 +00:00
[[package]]
name = "pq-sys"
2020-03-14 15:55:02 +00:00
version = "0.4.6"
2018-01-03 12:47:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac25eee5a0582f45a67e837e350d784e7003bd29a5f460796772061ca49ffda"
2018-01-03 12:47:12 +00:00
dependencies = [
"vcpkg",
2018-01-03 12:47:12 +00:00
]
2020-03-14 15:55:02 +00:00
[[package]]
name = "proc-macro-hack"
version = "0.5.19"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-03-14 15:55:02 +00:00
[[package]]
name = "proc-macro-nested"
version = "0.1.7"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
2020-03-14 15:55:02 +00:00
[[package]]
name = "proc-macro2"
version = "1.0.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
dependencies = [
"unicode-xid 0.2.1",
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
2017-12-20 19:53:58 +00:00
[[package]]
name = "quote"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
dependencies = [
"proc-macro2",
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "rand"
2020-03-14 15:55:02 +00:00
version = "0.7.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
2017-12-20 19:53:58 +00:00
dependencies = [
"getrandom",
"libc",
"rand_chacha",
"rand_core",
"rand_hc",
2018-02-06 11:07:37 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "rand_chacha"
version = "0.2.2"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2018-02-06 11:07:37 +00:00
dependencies = [
"ppv-lite86",
"rand_core",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "rand_core"
version = "0.5.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
2020-03-14 15:55:02 +00:00
dependencies = [
"getrandom",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "rand_hc"
version = "0.2.0"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
2018-02-06 11:07:37 +00:00
dependencies = [
"rand_core",
2018-02-06 11:07:37 +00:00
]
2020-03-14 15:55:02 +00:00
[[package]]
name = "redox_syscall"
version = "0.2.6"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8270314b5ccceb518e7e578952f0b72b88222d02e8f77f5ecf7abbb673539041"
2017-12-20 19:53:58 +00:00
dependencies = [
"bitflags",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "reqwest"
version = "0.10.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0718f81a8e14c4dbb3b34cf23dc6aaf9ab8a0dfec160c534b3dbca1aaa21f47c"
dependencies = [
"base64 0.13.0",
"bytes 0.5.6",
"encoding_rs",
"futures-core",
"futures-util",
"http",
"http-body",
"hyper",
"hyper-rustls",
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite 0.2.6",
"rustls 0.18.1",
"rustls-native-certs",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-rustls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots 0.20.0",
"winreg",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "ring"
version = "0.16.20"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
2020-03-14 15:55:02 +00:00
dependencies = [
"cc",
"libc",
"once_cell",
"spin",
"untrusted",
"web-sys",
"winapi 0.3.9",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "rustc-demangle"
version = "0.1.18"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
2017-12-20 19:53:58 +00:00
2018-01-14 14:45:00 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "rustls"
version = "0.17.0"
2018-01-14 14:45:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0d4a31f5d68413404705d6982529b0e11a9aacd4839d1d6222ee3b8cb4015e1"
2020-03-14 15:55:02 +00:00
dependencies = [
"base64 0.11.0",
"log",
"ring",
"sct",
"webpki",
2020-03-14 15:55:02 +00:00
]
2018-01-14 14:45:00 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "rustls"
version = "0.18.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d1126dcf58e93cee7d098dbda643b5f92ed724f1f6a63007c1116eed6700c81"
2020-03-14 15:55:02 +00:00
dependencies = [
"base64 0.12.3",
"log",
"ring",
"sct",
"webpki",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "rustls-native-certs"
version = "0.4.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "629d439a7672da82dd955498445e496ee2096fe2117b9f796558a43fdb9e59b8"
2017-12-20 19:53:58 +00:00
dependencies = [
"openssl-probe",
"rustls 0.18.1",
"schannel",
"security-framework",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "ryu"
version = "1.0.5"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
2017-12-20 19:53:58 +00:00
2020-03-14 15:55:02 +00:00
[[package]]
name = "schannel"
version = "0.1.19"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
2020-03-14 15:55:02 +00:00
dependencies = [
"lazy_static",
"winapi 0.3.9",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "scopeguard"
2020-03-14 15:55:02 +00:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-03-14 15:55:02 +00:00
[[package]]
name = "sct"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
2020-03-14 15:55:02 +00:00
dependencies = [
"ring",
"untrusted",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "security-framework"
version = "1.0.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad502866817f0575705bd7be36e2b2535cc33262d493aa733a2ec862baa2bc2b"
2017-12-20 19:53:58 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "security-framework-sys"
version = "1.0.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51ceb04988b17b6d1dcd555390fa822ca5637b4a14e1f5099f13d351bed4d6c7"
2020-03-14 15:55:02 +00:00
dependencies = [
"core-foundation-sys",
"libc",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
2020-03-14 15:55:02 +00:00
[[package]]
name = "serde"
version = "1.0.125"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558dc50e1a5a5fa7112ca2ce4effcb321b0300c0d4ccf0776a9f60cd89031171"
2017-12-20 19:53:58 +00:00
dependencies = [
"serde_derive",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "serde_derive"
version = "1.0.125"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b093b7a2bb58203b5da3056c05b4ec1fed827dcfdb37347a8841695263b3d06d"
2017-12-20 19:53:58 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "serde_json"
version = "1.0.64"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
2017-12-20 19:53:58 +00:00
dependencies = [
"itoa",
"ryu",
"serde",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "serde_urlencoded"
version = "0.7.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9"
2017-12-20 19:53:58 +00:00
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "serenity"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e25ca90a57c2183579d2e7d680df2cb0363b599fc275d2cc3e78e30e9c873dc2"
dependencies = [
"base64 0.12.3",
"bitflags",
"chrono",
"command_attr",
"flate2",
"log",
"parking_lot",
"reqwest",
"rustls 0.17.0",
"serde",
"serde_json",
"static_assertions",
"threadpool",
"tungstenite",
"typemap",
"url",
"uwl",
"webpki",
"webpki-roots 0.19.0",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "sha-1"
version = "0.9.4"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfebf75d25bd900fd1e7d11501efab59bc846dbc76196839663e6637bba9f25f"
2020-03-14 15:55:02 +00:00
dependencies = [
"block-buffer",
"cfg-if 1.0.0",
"cpuid-bool",
"digest",
"opaque-debug",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "slab"
version = "0.4.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "smallvec"
version = "1.6.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
2017-12-20 19:53:58 +00:00
[[package]]
name = "socket2"
version = "0.3.19"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
dependencies = [
"cfg-if 1.0.0",
"libc",
"winapi 0.3.9",
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "spin"
version = "0.5.2"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "static_assertions"
version = "1.1.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2017-12-20 19:53:58 +00:00
2018-02-16 19:52:47 +00:00
[[package]]
name = "strsim"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb4f380125926a99e52bc279241539c018323fab05ad6368b56f93d9369ff550"
2018-02-16 19:52:47 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
2017-12-20 19:53:58 +00:00
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "syn"
version = "1.0.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9505f307c872bab8eb46f77ae357c8eba1fdacead58ee5a850116b1d7f82883"
dependencies = [
"proc-macro2",
"quote 1.0.9",
"unicode-xid 0.2.1",
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
2017-12-20 19:53:58 +00:00
dependencies = [
"unicode-xid 0.0.4",
2017-12-20 19:53:58 +00:00
]
2018-01-14 14:45:00 +00:00
[[package]]
name = "synstructure"
version = "0.12.4"
2018-01-14 14:45:00 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
2018-01-14 14:45:00 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
"unicode-xid 0.2.1",
2018-01-14 14:45:00 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "threadpool"
version = "1.8.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2017-12-20 19:53:58 +00:00
dependencies = [
"num_cpus",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "time"
version = "0.1.44"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
2017-12-20 19:53:58 +00:00
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "tinyvec"
version = "1.2.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342"
2017-12-20 19:53:58 +00:00
dependencies = [
"tinyvec_macros",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
dependencies = [
"bytes 0.5.6",
"fnv",
"futures-core",
"iovec",
"lazy_static",
"memchr",
"mio",
"num_cpus",
"pin-project-lite 0.1.12",
"slab",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "tokio-rustls"
version = "0.14.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e12831b255bcfa39dc0436b01e19fea231a37db570686c06ee72c423479f889a"
2017-12-20 19:53:58 +00:00
dependencies = [
"futures-core",
"rustls 0.18.1",
"tokio",
"webpki",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "tokio-util"
version = "0.3.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
2017-12-20 19:53:58 +00:00
dependencies = [
"bytes 0.5.6",
"futures-core",
"futures-sink",
"log",
"pin-project-lite 0.1.12",
"tokio",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "toml"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f"
dependencies = [
"serde",
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "tower-service"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
[[package]]
name = "tracing"
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01ebdc2bb4498ab1ab5f5b73c5803825e60199229ccba0698170e3be0e7f959f"
dependencies = [
"cfg-if 1.0.0",
"log",
"pin-project-lite 0.2.6",
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
dependencies = [
"lazy_static",
]
[[package]]
name = "tracing-futures"
version = "0.2.5"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
dependencies = [
"pin-project",
"tracing",
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "traitobject"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "try-lock"
version = "0.2.3"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2017-12-20 19:53:58 +00:00
2018-02-06 11:07:37 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "tungstenite"
version = "0.11.1"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
2018-02-06 11:07:37 +00:00
dependencies = [
"base64 0.12.3",
"byteorder",
"bytes 0.5.6",
"http",
"httparse",
"input_buffer",
"log",
"rand",
"sha-1",
"url",
"utf-8",
2018-02-06 11:07:37 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "typemap"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653be63c80a3296da5551e1bfd2cca35227e13cdd08c6668903ae2f4f77aa1f6"
2017-12-20 19:53:58 +00:00
dependencies = [
"unsafe-any",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "typenum"
version = "1.13.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
2017-12-20 19:53:58 +00:00
[[package]]
name = "unicase"
2020-03-14 15:55:02 +00:00
version = "2.6.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
2017-12-20 19:53:58 +00:00
dependencies = [
"version_check",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "unicode-bidi"
version = "0.3.5"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0"
2017-12-20 19:53:58 +00:00
dependencies = [
"matches",
2017-12-20 19:53:58 +00:00
]
[[package]]
name = "unicode-normalization"
version = "0.1.17"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef"
2020-03-14 15:55:02 +00:00
dependencies = [
"tinyvec",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
2018-02-06 11:07:37 +00:00
[[package]]
name = "unicode-segmentation"
version = "1.7.1"
2018-02-06 11:07:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796"
2018-02-06 11:07:37 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
2017-12-20 19:53:58 +00:00
[[package]]
name = "unicode-xid"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
2017-12-20 19:53:58 +00:00
[[package]]
name = "unsafe-any"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f30360d7979f5e9c6e6cea48af192ea8fab4afb3cf72597154b8f08935bc9c7f"
2017-12-20 19:53:58 +00:00
dependencies = [
"traitobject",
2017-12-20 19:53:58 +00:00
]
2020-03-14 15:55:02 +00:00
[[package]]
name = "untrusted"
version = "0.7.1"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2020-03-14 15:55:02 +00:00
2017-12-20 19:53:58 +00:00
[[package]]
name = "url"
version = "2.2.1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ccd964113622c8e9322cfac19eb1004a07e636c545f325da085d5cdde6f1f8b"
2017-12-20 19:53:58 +00:00
dependencies = [
"form_urlencoded",
"idna",
"matches",
"percent-encoding",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "utf-8"
version = "0.7.6"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-03-14 15:55:02 +00:00
[[package]]
name = "uwl"
version = "0.6.0"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4bf03e0ca70d626ecc4ba6b0763b934b6f2976e8c744088bb3c1d646fbb1ad0"
2020-03-14 15:55:02 +00:00
[[package]]
name = "vcpkg"
version = "0.2.12"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbdbff6266a24120518560b5dc983096efb98462e51d0d68169895b237be3e5d"
2020-03-14 15:55:02 +00:00
[[package]]
name = "version_check"
version = "0.9.3"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
2020-03-14 15:55:02 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
2017-12-20 19:53:58 +00:00
dependencies = [
"log",
"try-lock",
2017-12-20 19:53:58 +00:00
]
[[package]]
2020-03-14 15:55:02 +00:00
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "wasm-bindgen"
version = "0.2.73"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
2020-03-14 15:55:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"serde",
"serde_json",
"wasm-bindgen-macro",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
2020-03-14 15:55:02 +00:00
name = "wasm-bindgen-backend"
version = "0.2.73"
2017-12-20 19:53:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
2020-03-14 15:55:02 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
"wasm-bindgen-shared",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.23"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea"
2020-03-14 15:55:02 +00:00
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.73"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
2020-03-14 15:55:02 +00:00
dependencies = [
"quote 1.0.9",
"wasm-bindgen-macro-support",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.73"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
2020-03-14 15:55:02 +00:00
dependencies = [
"proc-macro2",
"quote 1.0.9",
"syn 1.0.70",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.73"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
2020-03-14 15:55:02 +00:00
[[package]]
name = "web-sys"
version = "0.3.50"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
2020-03-14 15:55:02 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "webpki"
version = "0.21.4"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
2020-03-14 15:55:02 +00:00
dependencies = [
"ring",
"untrusted",
2020-03-14 15:55:02 +00:00
]
[[package]]
name = "webpki-roots"
version = "0.19.0"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8eff4b7516a57307f9349c64bf34caa34b940b66fed4b2fb3136cb7386e5739"
2020-03-14 15:55:02 +00:00
dependencies = [
"webpki",
]
[[package]]
name = "webpki-roots"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f20dea7535251981a9670857150d571846545088359b28e4951d350bdaf179f"
dependencies = [
"webpki",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
2017-12-20 19:53:58 +00:00
2018-01-06 23:11:56 +00:00
[[package]]
name = "winapi"
version = "0.3.9"
2018-01-06 23:11:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2018-01-06 23:11:56 +00:00
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
2018-01-06 23:11:56 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
2017-12-20 19:53:58 +00:00
2018-01-06 23:11:56 +00:00
[[package]]
name = "winapi-i686-pc-windows-gnu"
2018-01-22 13:56:37 +00:00
version = "0.4.0"
2018-01-06 23:11:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2018-01-06 23:11:56 +00:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
2018-01-22 13:56:37 +00:00
version = "0.4.0"
2018-01-06 23:11:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2018-01-06 23:11:56 +00:00
2020-03-14 15:55:02 +00:00
[[package]]
name = "winreg"
version = "0.7.0"
2020-03-14 15:55:02 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
2020-03-14 15:55:02 +00:00
dependencies = [
"winapi 0.3.9",
2020-03-14 15:55:02 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
2017-12-20 19:53:58 +00:00
dependencies = [
"winapi 0.2.8",
"winapi-build",
2017-12-20 19:53:58 +00:00
]
2018-01-01 23:07:03 +00:00
[[package]]
name = "wynncraft"
2020-03-14 15:55:02 +00:00
version = "0.2.0"
source = "git+https://gitlab.com/Sakuhl/wynncraft#1ea1d5f834523e26733ac6a27f15b53f398d407e"
2018-01-01 23:07:03 +00:00
dependencies = [
"failure",
"reqwest",
"serde",
"serde_derive",
"serde_json",
2018-01-01 23:07:03 +00:00
]
2017-12-20 19:53:58 +00:00
[[package]]
name = "wynnrobot"
2020-03-14 15:55:02 +00:00
version = "0.14.1"
2017-12-20 19:53:58 +00:00
dependencies = [
"chrono",
"configure",
"diesel",
"failure",
"failure_derive",
"lazy_static",
"reqwest",
"serde",
"serde_derive",
"serde_json",
"serenity",
"strsim",
"wynncraft",
]