You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2917 lines
70 KiB
2917 lines
70 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "03345e98af8f3d786b6d9f656ccfa6ac316d954e92bc4841f0bba20789d5fb5a" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "aead" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fc95d1bdb8e6666b2b217308eeeb09f2d6728d104be3e31916cc74d15420331" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
] |
|
|
|
[[package]] |
|
name = "aes" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561" |
|
dependencies = [ |
|
"aes-soft", |
|
"aesni", |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "aes-gcm" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5278b5fabbb9bd46e24aa69b2fdea62c99088e0a950a9be40e3e0101298f88da" |
|
dependencies = [ |
|
"aead", |
|
"aes", |
|
"cipher", |
|
"ctr", |
|
"ghash", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "aes-soft" |
|
version = "0.6.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072" |
|
dependencies = [ |
|
"cipher", |
|
"opaque-debug 0.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "aesni" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce" |
|
dependencies = [ |
|
"cipher", |
|
"opaque-debug 0.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "atty" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.59" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4717cfcbfaa661a0fd48f8453951837ae7e8f81e481fbb136e3202d72805a744" |
|
dependencies = [ |
|
"addr2line", |
|
"cc", |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"miniz_oxide", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643" |
|
dependencies = [ |
|
"byteorder", |
|
"safemem", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e" |
|
dependencies = [ |
|
"byteorder", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff" |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b" |
|
dependencies = [ |
|
"block-padding", |
|
"byte-tools", |
|
"byteorder", |
|
"generic-array 0.12.4", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
] |
|
|
|
[[package]] |
|
name = "block-padding" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5" |
|
dependencies = [ |
|
"byte-tools", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" |
|
|
|
[[package]] |
|
name = "byte-tools" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c" |
|
dependencies = [ |
|
"byteorder", |
|
"either", |
|
"iovec", |
|
] |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.68" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a72c244c1ff497a746a7e1fb3d14bd08420ecda70c8f25c7112f2781652d787" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "cipher" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
] |
|
|
|
[[package]] |
|
name = "cloudabi" |
|
version = "0.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.11.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80f6044740a4a516b8aac14c140cdf35c1a640b1bd6b98b6224e49143b2f1566" |
|
dependencies = [ |
|
"aes-gcm", |
|
"base64 0.13.0", |
|
"hkdf", |
|
"hmac", |
|
"percent-encoding 2.1.0", |
|
"rand 0.8.3", |
|
"sha2 0.9.5", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "cookie" |
|
version = "0.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "888604f00b3db336d2af898ec3c1d5d0ddf5e6d462220f2ededc33a87ac4bbd5" |
|
dependencies = [ |
|
"time", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "cookie_store" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "46750b3f362965f197996c4448e4a0935e791bf7d6631bfce9ee0af3d24c919c" |
|
dependencies = [ |
|
"cookie 0.12.0", |
|
"failure", |
|
"idna 0.1.5", |
|
"log 0.4.14", |
|
"publicsuffix", |
|
"serde", |
|
"serde_json", |
|
"time", |
|
"try_from", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b" |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "cpuid-bool" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcb25d077389e53838a8158c8e99174c5a9d902dee4904320db714f3c653ffba" |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
|
dependencies = [ |
|
"crossbeam-epoch", |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-epoch" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"cfg-if 0.1.10", |
|
"crossbeam-utils", |
|
"lazy_static", |
|
"maybe-uninit", |
|
"memoffset", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"crossbeam-utils", |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"cfg-if 0.1.10", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "crypto-mac" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4857fd85a0c34b3c3297875b747c1e02e06b6a0ea32dd892d8192b9ce0813ea6" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "ctr" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f" |
|
dependencies = [ |
|
"cipher", |
|
] |
|
|
|
[[package]] |
|
name = "devise" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "74e04ba2d03c5fa0d954c061fc8c9c288badadffc272ebb87679a89846de3ed3" |
|
dependencies = [ |
|
"devise_codegen", |
|
"devise_core", |
|
] |
|
|
|
[[package]] |
|
name = "devise_codegen" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "066ceb7928ca93a9bedc6d0e612a8a0424048b0ab1f75971b203d01420c055d7" |
|
dependencies = [ |
|
"devise_core", |
|
"quote 0.6.13", |
|
] |
|
|
|
[[package]] |
|
name = "devise_core" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf41c59b22b5e3ec0ea55c7847e5f358d340f3a8d6d53a5cf4f1564967f96487" |
|
dependencies = [ |
|
"bitflags", |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"syn 0.15.44", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5" |
|
dependencies = [ |
|
"generic-array 0.12.4", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
] |
|
|
|
[[package]] |
|
name = "dtoa" |
|
version = "0.4.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0" |
|
|
|
[[package]] |
|
name = "educe" |
|
version = "0.4.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b6f648515c65974bcb893b286a5c4a35adfdcfbfd03c1bbf1108f40feec65d7" |
|
dependencies = [ |
|
"enum-ordinalize", |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.28" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "80df024fbc5ac80f87dfef0d9f5209a252f2a497f7f42944cff24d8253cac065" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "enum-ordinalize" |
|
version = "3.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b166c9e378360dd5a6666a9604bb4f54ae0cac39023ffbac425e917a2a04fef" |
|
dependencies = [ |
|
"num-bigint", |
|
"num-traits", |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
] |
|
|
|
[[package]] |
|
name = "error-chain" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc" |
|
dependencies = [ |
|
"version_check 0.9.3", |
|
] |
|
|
|
[[package]] |
|
name = "failure" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
|
dependencies = [ |
|
"backtrace", |
|
"failure_derive", |
|
] |
|
|
|
[[package]] |
|
name = "failure_derive" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "fake-simd" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed" |
|
|
|
[[package]] |
|
name = "filetime" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"redox_syscall 0.2.8", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"crc32fast", |
|
"libc", |
|
"miniz_oxide", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foreign-types" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" |
|
dependencies = [ |
|
"foreign-types-shared", |
|
] |
|
|
|
[[package]] |
|
name = "foreign-types-shared" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
|
dependencies = [ |
|
"matches", |
|
"percent-encoding 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "fsevent" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6" |
|
dependencies = [ |
|
"bitflags", |
|
"fsevent-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fsevent-sys" |
|
version = "2.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-cprng" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
[[package]] |
|
name = "fuchsia-zircon" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82" |
|
dependencies = [ |
|
"bitflags", |
|
"fuchsia-zircon-sys", |
|
] |
|
|
|
[[package]] |
|
name = "fuchsia-zircon-sys" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.1.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678" |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" |
|
dependencies = [ |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" |
|
|
|
[[package]] |
|
name = "futures-cpupool" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4" |
|
dependencies = [ |
|
"futures", |
|
"num_cpus", |
|
] |
|
|
|
[[package]] |
|
name = "futures-sink" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282" |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"futures-core", |
|
"futures-task", |
|
"pin-project-lite", |
|
"pin-utils", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ffdf9f34f1447443d37393cc6c2b8313aebddcd96906caf34e54c68d8e57d7bd" |
|
dependencies = [ |
|
"typenum", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
|
dependencies = [ |
|
"typenum", |
|
"version_check 0.9.3", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.1.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"wasi 0.9.0+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"wasi 0.10.2+wasi-snapshot-preview1", |
|
] |
|
|
|
[[package]] |
|
name = "ghash" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97304e4cd182c3846f7575ced3890c53012ce534ad9114046b0a9e00bb30a375" |
|
dependencies = [ |
|
"opaque-debug 0.3.0", |
|
"polyval", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e4075386626662786ddb0ec9081e7c7eeb1ba31951f447ca780ef9f5d568189" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5b34c246847f938a410a03c5458c7fee2274436675e76d8b903c08efc29c462" |
|
dependencies = [ |
|
"byteorder", |
|
"bytes 0.4.12", |
|
"fnv", |
|
"futures", |
|
"http 0.1.21", |
|
"indexmap", |
|
"log 0.4.14", |
|
"slab", |
|
"string", |
|
"tokio-io", |
|
] |
|
|
|
[[package]] |
|
name = "h2" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "825343c4eef0b63f541f8903f395dc5beb362a979b5799a84062527ef1e37726" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"fnv", |
|
"futures-core", |
|
"futures-sink", |
|
"futures-util", |
|
"http 0.2.4", |
|
"indexmap", |
|
"slab", |
|
"tokio 1.6.0", |
|
"tokio-util", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hkdf" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51ab2f639c231793c5f6114bdb9bbe50a7dbbfcd7c7c6bd8475dec2d991e964f" |
|
dependencies = [ |
|
"digest 0.9.0", |
|
"hmac", |
|
] |
|
|
|
[[package]] |
|
name = "hmac" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1441c6b1e930e2817404b5046f1f989899143a12bf92de603b69f4e0aee1e15" |
|
dependencies = [ |
|
"crypto-mac", |
|
"digest 0.9.0", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.1.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6ccf5ede3a895d8856620237b2f02972c1bbc78d2965ad7fe8838d4a0ed41f0" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6741c859c1b2463a423a1dbce98d418e6c3c3fc720fb0d45528657320920292d" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"http 0.1.21", |
|
"tokio-buf", |
|
] |
|
|
|
[[package]] |
|
name = "http-body" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"http 0.2.4", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "httparse" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68" |
|
|
|
[[package]] |
|
name = "httpdate" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440" |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.10.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0a0652d9a2609a968c14be1a9ea00bf4b1d64e2e1f53a1b51b6fff3a6e829273" |
|
dependencies = [ |
|
"base64 0.9.3", |
|
"httparse", |
|
"language-tags", |
|
"log 0.3.9", |
|
"mime 0.2.6", |
|
"num_cpus", |
|
"time", |
|
"traitobject", |
|
"typeable", |
|
"unicase 1.4.2", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.12.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c843caf6296fc1f93444735205af9ed4e109a539005abb2564ae1d6fad34c52" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"futures-cpupool", |
|
"h2 0.1.26", |
|
"http 0.1.21", |
|
"http-body 0.1.0", |
|
"httparse", |
|
"iovec", |
|
"itoa", |
|
"log 0.4.14", |
|
"net2", |
|
"rustc_version", |
|
"time", |
|
"tokio 0.1.22", |
|
"tokio-buf", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-reactor", |
|
"tokio-tcp", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
"want 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "hyper" |
|
version = "0.14.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e5f105c494081baa3bf9e200b279e27ec1623895cd504c7dbef8d0b080fcf54" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"h2 0.3.3", |
|
"http 0.2.4", |
|
"http-body 0.4.2", |
|
"httparse", |
|
"httpdate", |
|
"itoa", |
|
"pin-project", |
|
"socket2", |
|
"tokio 1.6.0", |
|
"tower-service", |
|
"tracing", |
|
"want 0.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a800d6aa50af4b5850b2b0f659625ce9504df908e9733b635720483be26174f" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"hyper 0.12.36", |
|
"native-tls", |
|
"tokio-io", |
|
] |
|
|
|
[[package]] |
|
name = "hyper-tls" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"hyper 0.14.7", |
|
"native-tls", |
|
"tokio 1.6.0", |
|
"tokio-native-tls", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "de910d521f7cc3135c4de8db1cb910e0b5ed1dc6f57c381cd07e8e661ce10094" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "1.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "824845a0bf897a9042383849b02c1bc219c2383772efcd5c6f9766fa4b81aef3" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"hashbrown", |
|
] |
|
|
|
[[package]] |
|
name = "inotify" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f" |
|
dependencies = [ |
|
"bitflags", |
|
"inotify-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "inotify-sys" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "iovec" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "ipnet" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135" |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "0.4.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736" |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.51" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "83bdfbace3a0e81a4253f73b49e960b053e396a11012cbd49b9b74d6a2b67062" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "kernel32-sys" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "language-tags" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a" |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "lazycell" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" |
|
|
|
[[package]] |
|
name = "lib_api" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"failure", |
|
"http 0.2.4", |
|
"oauth2", |
|
"reqwest 0.11.3", |
|
"rocket", |
|
"rocket_contrib", |
|
"rocket_cors", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"tokio 1.6.0", |
|
"tokio-serde", |
|
"tokio-util", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.3.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb" |
|
dependencies = [ |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b" |
|
dependencies = [ |
|
"log 0.4.14", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
|
|
|
[[package]] |
|
name = "maybe-uninit" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "043175f069eda7b85febe4a74abbaeff828d9f8b448515d3151a14a3542811aa" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba626b8a6de5da682e1caa06bdb42a335aee5a84db8e5046a3e8ab17ba0a3ae0" |
|
dependencies = [ |
|
"log 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.16" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d" |
|
|
|
[[package]] |
|
name = "mime_guess" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212" |
|
dependencies = [ |
|
"mime 0.3.16", |
|
"unicase 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.4.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b" |
|
dependencies = [ |
|
"adler", |
|
"autocfg 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.6.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"fuchsia-zircon", |
|
"fuchsia-zircon-sys", |
|
"iovec", |
|
"kernel32-sys", |
|
"libc", |
|
"log 0.4.14", |
|
"miow 0.2.2", |
|
"net2", |
|
"slab", |
|
"winapi 0.2.8", |
|
] |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.7.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" |
|
dependencies = [ |
|
"libc", |
|
"log 0.4.14", |
|
"miow 0.3.7", |
|
"ntapi", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "mio-extras" |
|
version = "2.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19" |
|
dependencies = [ |
|
"lazycell", |
|
"log 0.4.14", |
|
"mio 0.6.23", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d" |
|
dependencies = [ |
|
"kernel32-sys", |
|
"net2", |
|
"winapi 0.2.8", |
|
"ws2_32-sys", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "native-tls" |
|
version = "0.2.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8d96b2e1c8da3957d58100b09f102c6d9cfdfced01b7ec5a8974044bb09dbd4" |
|
dependencies = [ |
|
"lazy_static", |
|
"libc", |
|
"log 0.4.14", |
|
"openssl", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"security-framework", |
|
"security-framework-sys", |
|
"tempfile", |
|
] |
|
|
|
[[package]] |
|
name = "net2" |
|
version = "0.2.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"libc", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "notify" |
|
version = "4.0.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257" |
|
dependencies = [ |
|
"bitflags", |
|
"filetime", |
|
"fsevent", |
|
"fsevent-sys", |
|
"inotify", |
|
"libc", |
|
"mio 0.6.23", |
|
"mio-extras", |
|
"walkdir", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "ntapi" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
|
dependencies = [ |
|
"hermit-abi", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "oauth2" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88d21857941367fdd2514553ff1578254267afd9c1e69d2d8592ba98223560a0" |
|
dependencies = [ |
|
"base64 0.12.3", |
|
"failure", |
|
"failure_derive", |
|
"http 0.1.21", |
|
"rand 0.7.3", |
|
"reqwest 0.9.24", |
|
"serde", |
|
"serde_json", |
|
"sha2 0.8.2", |
|
"unicode-normalization", |
|
"url 2.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.24.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a5b3dd1c072ee7963717671d1ca129f1048fda25edea6b752bfc71ac8854170" |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
[[package]] |
|
name = "openssl" |
|
version = "0.10.34" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d7830286ad6a3973c0f1d9b73738f69c76b739301d0229c4b96501695cbe4c8" |
|
dependencies = [ |
|
"bitflags", |
|
"cfg-if 1.0.0", |
|
"foreign-types", |
|
"libc", |
|
"once_cell", |
|
"openssl-sys", |
|
] |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28988d872ab76095a6e6ac88d99b54fd267702734fd7ffe610ca27f533ddb95a" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.63" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6b0d6fb7d80f877617dfcb014e605e2b5ab2fb0afdf27935219bb6bd984cb98" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252" |
|
dependencies = [ |
|
"lock_api 0.3.4", |
|
"parking_lot_core 0.6.2", |
|
"rustc_version", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" |
|
dependencies = [ |
|
"instant", |
|
"lock_api 0.4.4", |
|
"parking_lot_core 0.8.3", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
"cloudabi", |
|
"libc", |
|
"redox_syscall 0.1.57", |
|
"rustc_version", |
|
"smallvec 0.6.14", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"instant", |
|
"libc", |
|
"redox_syscall 0.2.8", |
|
"smallvec 1.6.1", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "pear" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5320f212db967792b67cfe12bd469d08afd6318a249bd917d5c19bc92200ab8a" |
|
dependencies = [ |
|
"pear_codegen", |
|
] |
|
|
|
[[package]] |
|
name = "pear_codegen" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bfc1c836fdc3d1ef87c348b237b5b5c4dff922156fb2d968f57734f9669768ca" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"syn 0.15.44", |
|
"version_check 0.9.3", |
|
"yansi", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c" |
|
|
|
[[package]] |
|
name = "polyval" |
|
version = "0.4.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eebcc4aa140b9abd2bc40d9c3f7ccec842679cd79045ac3a7ac698c1a064b7cd" |
|
dependencies = [ |
|
"cpuid-bool", |
|
"opaque-debug 0.3.0", |
|
"universal-hash", |
|
] |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "0.4.30" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
dependencies = [ |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" |
|
dependencies = [ |
|
"unicode-xid 0.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "publicsuffix" |
|
version = "1.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bbaa49075179162b49acac1c6aa45fb4dafb5f13cf6794276d77bc7fd95757b" |
|
dependencies = [ |
|
"error-chain", |
|
"idna 0.2.1", |
|
"lazy_static", |
|
"regex", |
|
"url 2.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "0.6.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.6.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"libc", |
|
"rand_chacha 0.1.1", |
|
"rand_core 0.4.2", |
|
"rand_hc 0.1.0", |
|
"rand_isaac", |
|
"rand_jitter", |
|
"rand_os", |
|
"rand_pcg", |
|
"rand_xorshift", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
"libc", |
|
"rand_chacha 0.2.2", |
|
"rand_core 0.5.1", |
|
"rand_hc 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "rand" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" |
|
dependencies = [ |
|
"libc", |
|
"rand_chacha 0.3.0", |
|
"rand_core 0.6.2", |
|
"rand_hc 0.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_chacha" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
|
dependencies = [ |
|
"ppv-lite86", |
|
"rand_core 0.6.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
dependencies = [ |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc" |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19" |
|
dependencies = [ |
|
"getrandom 0.1.16", |
|
] |
|
|
|
[[package]] |
|
name = "rand_core" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" |
|
dependencies = [ |
|
"getrandom 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c" |
|
dependencies = [ |
|
"rand_core 0.5.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_hc" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" |
|
dependencies = [ |
|
"rand_core 0.6.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_isaac" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rand_jitter" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b" |
|
dependencies = [ |
|
"libc", |
|
"rand_core 0.4.2", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand_os" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
dependencies = [ |
|
"cloudabi", |
|
"fuchsia-cprng", |
|
"libc", |
|
"rand_core 0.4.2", |
|
"rdrand", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "rand_pcg" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
dependencies = [ |
|
"autocfg 0.1.7", |
|
"rand_core 0.4.2", |
|
] |
|
|
|
[[package]] |
|
name = "rand_xorshift" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "rdrand" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
dependencies = [ |
|
"rand_core 0.3.1", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce" |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc" |
|
dependencies = [ |
|
"bitflags", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b" |
|
|
|
[[package]] |
|
name = "remove_dir_all" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.9.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f88643aea3c1343c804950d7bf983bd2067f5ab59db6d613a08e05572f2714ab" |
|
dependencies = [ |
|
"base64 0.10.1", |
|
"bytes 0.4.12", |
|
"cookie 0.12.0", |
|
"cookie_store", |
|
"encoding_rs", |
|
"flate2", |
|
"futures", |
|
"http 0.1.21", |
|
"hyper 0.12.36", |
|
"hyper-tls 0.3.2", |
|
"log 0.4.14", |
|
"mime 0.3.16", |
|
"mime_guess", |
|
"native-tls", |
|
"serde", |
|
"serde_json", |
|
"serde_urlencoded 0.5.5", |
|
"time", |
|
"tokio 0.1.22", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
"url 1.7.2", |
|
"uuid", |
|
"winreg 0.6.2", |
|
] |
|
|
|
[[package]] |
|
name = "reqwest" |
|
version = "0.11.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2296f2fac53979e8ccbc4a1136b25dcefd37be9ed7e4a1f6b05a6029c84ff124" |
|
dependencies = [ |
|
"base64 0.13.0", |
|
"bytes 1.0.1", |
|
"encoding_rs", |
|
"futures-core", |
|
"futures-util", |
|
"http 0.2.4", |
|
"http-body 0.4.2", |
|
"hyper 0.14.7", |
|
"hyper-tls 0.5.0", |
|
"ipnet", |
|
"js-sys", |
|
"lazy_static", |
|
"log 0.4.14", |
|
"mime 0.3.16", |
|
"mime_guess", |
|
"native-tls", |
|
"percent-encoding 2.1.0", |
|
"pin-project-lite", |
|
"serde", |
|
"serde_urlencoded 0.7.0", |
|
"tokio 1.6.0", |
|
"tokio-native-tls", |
|
"url 2.2.2", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"web-sys", |
|
"winreg 0.7.0", |
|
] |
|
|
|
[[package]] |
|
name = "rocket" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4a7ab1dfdc75bb8bd2be381f37796b1b300c45a3c9145b34d86715e8dd90bf28" |
|
dependencies = [ |
|
"atty", |
|
"base64 0.13.0", |
|
"log 0.4.14", |
|
"memchr", |
|
"num_cpus", |
|
"pear", |
|
"rocket_codegen", |
|
"rocket_http", |
|
"state", |
|
"time", |
|
"toml", |
|
"version_check 0.9.3", |
|
"yansi", |
|
] |
|
|
|
[[package]] |
|
name = "rocket_codegen" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1729e687d6d2cf434d174da84fb948f7fef4fac22d20ce94ca61c28b72dbcf9f" |
|
dependencies = [ |
|
"devise", |
|
"glob", |
|
"indexmap", |
|
"quote 0.6.13", |
|
"rocket_http", |
|
"version_check 0.9.3", |
|
"yansi", |
|
] |
|
|
|
[[package]] |
|
name = "rocket_contrib" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b6303dccab46dce6c7ac26c9b9d8d8cde1b19614b027c3f913be6611bff6d9b" |
|
dependencies = [ |
|
"log 0.4.14", |
|
"notify", |
|
"rocket", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "rocket_cors" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ea20696dc46308d0ca06222905fe38e02b8e46c087af9c82ea85cdc386271076" |
|
dependencies = [ |
|
"log 0.4.14", |
|
"regex", |
|
"rocket", |
|
"serde", |
|
"serde_derive", |
|
"unicase 2.6.0", |
|
"unicase_serde", |
|
"url 2.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "rocket_http" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6131e6e6d38a9817f4a494ff5da95971451c2eb56a53915579fc9c80f6ef0117" |
|
dependencies = [ |
|
"cookie 0.11.4", |
|
"hyper 0.10.16", |
|
"indexmap", |
|
"pear", |
|
"percent-encoding 1.0.1", |
|
"smallvec 1.6.1", |
|
"state", |
|
"time", |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "410f7acf3cb3a44527c5d9546bad4bf4e6c460915d5f9f2fc524498bfe8f70ce" |
|
|
|
[[package]] |
|
name = "rustc_version" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
dependencies = [ |
|
"semver", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
[[package]] |
|
name = "safemem" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072" |
|
|
|
[[package]] |
|
name = "same-file" |
|
version = "1.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "schannel" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75" |
|
dependencies = [ |
|
"lazy_static", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "security-framework" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3670b1d2fdf6084d192bc71ead7aabe6c06aa2ea3fbd9cc3ac111fa5c2b1bd84" |
|
dependencies = [ |
|
"bitflags", |
|
"core-foundation", |
|
"core-foundation-sys", |
|
"libc", |
|
"security-framework-sys", |
|
] |
|
|
|
[[package]] |
|
name = "security-framework-sys" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3676258fd3cfe2c9a0ec99ce3038798d847ce3e4bb17746373eb9f0f1ac16339" |
|
dependencies = [ |
|
"core-foundation-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
dependencies = [ |
|
"semver-parser", |
|
] |
|
|
|
[[package]] |
|
name = "semver-parser" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.126" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.126" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "642dd69105886af2efd227f75a520ec9b44a820d65bc133a9131f7d229fd165a" |
|
dependencies = [ |
|
"dtoa", |
|
"itoa", |
|
"serde", |
|
"url 1.7.2", |
|
] |
|
|
|
[[package]] |
|
name = "serde_urlencoded" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edfa57a7f8d9c1d260a549e7224100f6c43d43f9103e06dd8b4095a9b2b43ce9" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.8.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69" |
|
dependencies = [ |
|
"block-buffer 0.7.3", |
|
"digest 0.8.1", |
|
"fake-simd", |
|
"opaque-debug 0.2.3", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" |
|
dependencies = [ |
|
"block-buffer 0.9.0", |
|
"cfg-if 1.0.0", |
|
"cpufeatures", |
|
"digest 0.9.0", |
|
"opaque-debug 0.3.0", |
|
] |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "0.6.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b97fcaeba89edba30f044a10c6a3cc39df9c3f17d7cd829dd1446cab35f890e0" |
|
dependencies = [ |
|
"maybe-uninit", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2" |
|
dependencies = [ |
|
"libc", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "state" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3015a7d0a5fd5105c91c3710d42f9ccf0abfb287d62206484dcc67f9569a6483" |
|
|
|
[[package]] |
|
name = "string" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d24114bfcceb867ca7f71a0d3fe45d45619ec47a6fbfa98cb14e14250bfa5d6d" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e81da0851ada1f3e9d4312c704aa4f8806f0f9d69faaf8df2f3464b4a9437c2" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "0.15.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
|
dependencies = [ |
|
"proc-macro2 0.4.30", |
|
"quote 0.6.13", |
|
"unicode-xid 0.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"unicode-xid 0.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
"unicode-xid 0.2.2", |
|
] |
|
|
|
[[package]] |
|
name = "tempfile" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"libc", |
|
"rand 0.8.3", |
|
"redox_syscall 0.2.8", |
|
"remove_dir_all", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.1.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438" |
|
dependencies = [ |
|
"libc", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "0.1.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"mio 0.6.23", |
|
"num_cpus", |
|
"tokio-current-thread", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-reactor", |
|
"tokio-tcp", |
|
"tokio-threadpool", |
|
"tokio-timer", |
|
] |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37" |
|
dependencies = [ |
|
"autocfg 1.0.1", |
|
"bytes 1.0.1", |
|
"libc", |
|
"memchr", |
|
"mio 0.7.11", |
|
"num_cpus", |
|
"once_cell", |
|
"parking_lot 0.11.1", |
|
"pin-project-lite", |
|
"signal-hook-registry", |
|
"tokio-macros", |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-buf" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fb220f46c53859a4b7ec083e41dec9778ff0b1851c0942b211edb89e0ccdc46" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"either", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-current-thread" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e" |
|
dependencies = [ |
|
"futures", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-executor" |
|
version = "0.1.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-io" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"log 0.4.14", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-native-tls" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b" |
|
dependencies = [ |
|
"native-tls", |
|
"tokio 1.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-reactor" |
|
version = "0.1.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
"lazy_static", |
|
"log 0.4.14", |
|
"mio 0.6.23", |
|
"num_cpus", |
|
"parking_lot 0.9.0", |
|
"slab", |
|
"tokio-executor", |
|
"tokio-io", |
|
"tokio-sync", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-serde" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "911a61637386b789af998ee23f50aa30d5fd7edcec8d6d3dedae5e5815205466" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"educe", |
|
"futures-core", |
|
"futures-sink", |
|
"pin-project", |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-sync" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee" |
|
dependencies = [ |
|
"fnv", |
|
"futures", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-tcp" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72" |
|
dependencies = [ |
|
"bytes 0.4.12", |
|
"futures", |
|
"iovec", |
|
"mio 0.6.23", |
|
"tokio-io", |
|
"tokio-reactor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-threadpool" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
"futures", |
|
"lazy_static", |
|
"log 0.4.14", |
|
"num_cpus", |
|
"slab", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-timer" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
"futures", |
|
"slab", |
|
"tokio-executor", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-util" |
|
version = "0.6.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592" |
|
dependencies = [ |
|
"bytes 1.0.1", |
|
"futures-core", |
|
"futures-sink", |
|
"log 0.4.14", |
|
"pin-project-lite", |
|
"tokio 1.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "758664fc71a3a69038656bee8b6be6477d2a6c315a6b81f7081f591bffa4111f" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
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.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"pin-project-lite", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "traitobject" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "efd1f82c56340fdf16f2a953d7bda4f8fdffba13d93b00844c25572110b26079" |
|
|
|
[[package]] |
|
name = "try-lock" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642" |
|
|
|
[[package]] |
|
name = "try_from" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "283d3b89e1368717881a9d51dad843cc435380d8109c9e47d38780a324698d8b" |
|
dependencies = [ |
|
"cfg-if 0.1.10", |
|
] |
|
|
|
[[package]] |
|
name = "typeable" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1410f6f91f21d1612654e7cc69193b0334f909dcf2c790c4826254fbb86f8887" |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f4765f83163b74f957c797ad9253caf97f103fb064d3999aea9568d09fc8a33" |
|
dependencies = [ |
|
"version_check 0.1.5", |
|
] |
|
|
|
[[package]] |
|
name = "unicase" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6" |
|
dependencies = [ |
|
"version_check 0.9.3", |
|
] |
|
|
|
[[package]] |
|
name = "unicase_serde" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6ef53697679d874d69f3160af80bc28de12730a985d57bdf2b47456ccb8b11f1" |
|
dependencies = [ |
|
"serde", |
|
"unicase 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-bidi" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eeb8be209bb1c96b7c177c7420d26e04eccacb0eeae6b980e35fcb74678107e0" |
|
dependencies = [ |
|
"matches", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-normalization" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09c8070a9942f5e7cfccd93f490fdebd230ee3c3c9f107cb25bad5351ef671cf" |
|
dependencies = [ |
|
"smallvec 0.6.14", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
|
|
|
[[package]] |
|
name = "universal-hash" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8326b2c654932e3e4f9196e69d08fdf7cfd718e1dc6f66b347e6024a0c961402" |
|
dependencies = [ |
|
"generic-array 0.14.4", |
|
"subtle", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a" |
|
dependencies = [ |
|
"idna 0.1.5", |
|
"matches", |
|
"percent-encoding 1.0.1", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna 0.2.1", |
|
"matches", |
|
"percent-encoding 2.1.0", |
|
] |
|
|
|
[[package]] |
|
name = "uuid" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a" |
|
dependencies = [ |
|
"rand 0.6.5", |
|
] |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "025ce40a007e1907e58d5bc1a594def78e5573bb0b1160bc389634e8f12e4faa" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "914b1a6776c4c929a602fafd8bc742e06365d4bcbe48c30f9cca5824f70dc9dd" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56" |
|
dependencies = [ |
|
"same-file", |
|
"winapi 0.3.9", |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6395efa4784b027708f7451087e647ec73cc74f5d9bc2e418404248d679a230" |
|
dependencies = [ |
|
"futures", |
|
"log 0.4.14", |
|
"try-lock", |
|
] |
|
|
|
[[package]] |
|
name = "want" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0" |
|
dependencies = [ |
|
"log 0.4.14", |
|
"try-lock", |
|
] |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.9.0+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519" |
|
|
|
[[package]] |
|
name = "wasi" |
|
version = "0.10.2+wasi-snapshot-preview1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d54ee1d4ed486f78874278e63e4069fc1ab9f6a18ca492076ffb90c5eb2997fd" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"serde", |
|
"serde_json", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b33f6a0694ccfea53d94db8b2ed1c3a8a4c86dd936b13b9f0a15ec4a451b900" |
|
dependencies = [ |
|
"bumpalo", |
|
"lazy_static", |
|
"log 0.4.14", |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fba7978c679d53ce2d0ac80c8c175840feb849a161664365d1287b41f2e67f1" |
|
dependencies = [ |
|
"cfg-if 1.0.0", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" |
|
dependencies = [ |
|
"quote 1.0.9", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be2241542ff3d9f241f5e2cb6dd09b37efe786df8851c54957683a49f0987a97" |
|
dependencies = [ |
|
"proc-macro2 1.0.27", |
|
"quote 1.0.9", |
|
"syn 1.0.72", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7cff876b8f18eed75a66cf49b65e7f967cb354a7aa16003fb55dbfd25b44b4f" |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.51" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e828417b379f3df7111d3a2a9e5753706cae29c41f7c4029ee9fd77f3e09e582" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.2.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a" |
|
|
|
[[package]] |
|
name = "winapi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
|
dependencies = [ |
|
"winapi-i686-pc-windows-gnu", |
|
"winapi-x86_64-pc-windows-gnu", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-build" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc" |
|
|
|
[[package]] |
|
name = "winapi-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "winapi-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.6.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "winreg" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69" |
|
dependencies = [ |
|
"winapi 0.3.9", |
|
] |
|
|
|
[[package]] |
|
name = "ws2_32-sys" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e" |
|
dependencies = [ |
|
"winapi 0.2.8", |
|
"winapi-build", |
|
] |
|
|
|
[[package]] |
|
name = "yansi" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fc79f4a1e39857fc00c3f662cbf2651c771f00e9c15fe2abc341806bd46bd71"
|
|
|