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.
1172 lines
29 KiB
1172 lines
29 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
[[package]] |
|
name = "ahash" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43bb833f0bf979d8475d38fbf09ed3b8a55e1885fe93ad3f93239fc6a4f17b98" |
|
dependencies = [ |
|
"getrandom", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "0.7.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b" |
|
|
|
[[package]] |
|
name = "atoi" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
|
|
|
[[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 = "bitvec" |
|
version = "0.19.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8942c8d352ae1838c9dda0b0ca2ab657696ef2232a20147cf1b30ae1a9cb4321" |
|
dependencies = [ |
|
"funty", |
|
"radium", |
|
"tap", |
|
"wyz", |
|
] |
|
|
|
[[package]] |
|
name = "block-buffer" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "build_const" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4ae4235e6dac0694637c763029ecea1a2ec9e4e06ec2729bd21ba4d9c863eb7" |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe" |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610" |
|
|
|
[[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 = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73" |
|
dependencies = [ |
|
"libc", |
|
"num-integer", |
|
"num-traits", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "cpufeatures" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed00c67cb5d0a7d64a44f6ad2668db7e7530311dd53ea79bcd4fb022c64911c8" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "crc" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d663548de7f5cca343f1e0a48d14dcfb0e9eb4e079ec58883b7251539fa10aeb" |
|
dependencies = [ |
|
"build_const", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06ed27e177f16d65f0f0c22a213e17c696ace5dd64b14258b52f9417ccb52db4" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-queue" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f6cb3c7f5b8e51bc3ebb73a2327ad4abdbd119dc13223f14f961d2f38486756" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-utils" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4feb231f0d4d6af81aed15928e58ecf5816aa62a2393e2c82f46973e92a9a278" |
|
dependencies = [ |
|
"autocfg", |
|
"cfg-if", |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "digest" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066" |
|
dependencies = [ |
|
"generic-array", |
|
] |
|
|
|
[[package]] |
|
name = "dotenv" |
|
version = "0.15.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457" |
|
|
|
[[package]] |
|
name = "form_urlencoded" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191" |
|
dependencies = [ |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[package]] |
|
name = "funty" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fed34cd105917e91daa4da6b3728c47b068749d6a62c59811f06ed2ac71d9da7" |
|
|
|
[[package]] |
|
name = "futures" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27" |
|
dependencies = [ |
|
"futures-channel", |
|
"futures-core", |
|
"futures-executor", |
|
"futures-io", |
|
"futures-sink", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-channel" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-sink", |
|
] |
|
|
|
[[package]] |
|
name = "futures-core" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1" |
|
|
|
[[package]] |
|
name = "futures-executor" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-task", |
|
"futures-util", |
|
] |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1" |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121" |
|
dependencies = [ |
|
"autocfg", |
|
"proc-macro-hack", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[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", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-io", |
|
"futures-macro", |
|
"futures-sink", |
|
"futures-task", |
|
"memchr", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"proc-macro-hack", |
|
"proc-macro-nested", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "generic-array" |
|
version = "0.14.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817" |
|
dependencies = [ |
|
"typenum", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "hashlink" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf" |
|
dependencies = [ |
|
"hashbrown", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87cbf45460356b7deeb5e3415b5563308c0a9b057c85e12b06ad551f98d0a6ac" |
|
dependencies = [ |
|
"unicode-segmentation", |
|
] |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.1.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "hex" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8" |
|
dependencies = [ |
|
"matches", |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[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 = "lazy_static" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
[[package]] |
|
name = "lexical-core" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6607c62aa161d23d17a9072cc5da0be67cdfc89d3afb1e8d9c842bebc2525ffe" |
|
dependencies = [ |
|
"arrayvec", |
|
"bitflags", |
|
"cfg-if", |
|
"ryu", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.94" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e" |
|
|
|
[[package]] |
|
name = "libsqlite3-sys" |
|
version = "0.22.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "290b64917f8b0cb885d9de0f9959fe1f775d7fa12f1da2db9001c1c8ab60f89d" |
|
dependencies = [ |
|
"cc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[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.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "maplit" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d" |
|
|
|
[[package]] |
|
name = "matches" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc" |
|
|
|
[[package]] |
|
name = "mio" |
|
version = "0.7.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956" |
|
dependencies = [ |
|
"libc", |
|
"log", |
|
"miow", |
|
"ntapi", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "miow" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "nom" |
|
version = "6.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e7413f999671bd4745a7b624bd370a569fb6bc574b23c83a3c5ed2e453f3d5e2" |
|
dependencies = [ |
|
"bitvec", |
|
"funty", |
|
"lexical-core", |
|
"memchr", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "ntapi" |
|
version = "0.3.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.44" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[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 = "once_cell" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af8b08b04175473088b46763e51ee54da5f9a164bc162f615b91bc179dbf15a3" |
|
|
|
[[package]] |
|
name = "opaque-debug" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb" |
|
dependencies = [ |
|
"instant", |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018" |
|
dependencies = [ |
|
"cfg-if", |
|
"instant", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e" |
|
|
|
[[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 = "proc-macro-hack" |
|
version = "0.5.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5" |
|
|
|
[[package]] |
|
name = "proc-macro-nested" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086" |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038" |
|
dependencies = [ |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7" |
|
dependencies = [ |
|
"proc-macro2", |
|
] |
|
|
|
[[package]] |
|
name = "radium" |
|
version = "0.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "941ba9d78d8e2f7ce474c015eea4d9c6d25b6a3327f9832ee29a4de27f91bbb8" |
|
|
|
[[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 = "ring" |
|
version = "0.16.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"once_cell", |
|
"spin", |
|
"untrusted", |
|
"web-sys", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.19.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7" |
|
dependencies = [ |
|
"base64", |
|
"log", |
|
"ring", |
|
"sct", |
|
"webpki", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "sct" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce" |
|
dependencies = [ |
|
"ring", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "sha2" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b362ae5752fd2137731f9fa25fd4d9058af34666ca1966fb969119cc35719f12" |
|
dependencies = [ |
|
"block-buffer", |
|
"cfg-if", |
|
"cpufeatures", |
|
"digest", |
|
"opaque-debug", |
|
] |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e" |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d" |
|
|
|
[[package]] |
|
name = "sqlformat" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d86e3c77ff882a828346ba401a7ef4b8e440df804491c6064fe8295765de71c" |
|
dependencies = [ |
|
"lazy_static", |
|
"maplit", |
|
"nom", |
|
"regex", |
|
"unicode_categories", |
|
] |
|
|
|
[[package]] |
|
name = "sqlx" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba82f79b31f30acebf19905bcd8b978f46891b9d0723f578447361a8910b6584" |
|
dependencies = [ |
|
"sqlx-core", |
|
"sqlx-macros", |
|
] |
|
|
|
[[package]] |
|
name = "sqlx-core" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f23af36748ec8ea8d49ef8499839907be41b0b1178a4e82b8cb45d29f531dc9" |
|
dependencies = [ |
|
"ahash", |
|
"atoi", |
|
"bitflags", |
|
"byteorder", |
|
"bytes", |
|
"chrono", |
|
"crc", |
|
"crossbeam-channel", |
|
"crossbeam-queue", |
|
"crossbeam-utils", |
|
"either", |
|
"futures-channel", |
|
"futures-core", |
|
"futures-util", |
|
"hashlink", |
|
"hex", |
|
"itoa", |
|
"libc", |
|
"libsqlite3-sys", |
|
"log", |
|
"memchr", |
|
"once_cell", |
|
"parking_lot", |
|
"percent-encoding", |
|
"rustls", |
|
"sha2", |
|
"smallvec", |
|
"sqlformat", |
|
"sqlx-rt", |
|
"stringprep", |
|
"thiserror", |
|
"tokio-stream", |
|
"url", |
|
"webpki", |
|
"webpki-roots", |
|
"whoami", |
|
] |
|
|
|
[[package]] |
|
name = "sqlx-macros" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "47e4a2349d1ffd60a03ca0de3f116ba55d7f406e55a0d84c64a5590866d94c06" |
|
dependencies = [ |
|
"dotenv", |
|
"either", |
|
"futures", |
|
"heck", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"sha2", |
|
"sqlx-core", |
|
"sqlx-rt", |
|
"syn", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "sqlx-rt" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8199b421ecf3493ee9ef3e7bc90c904844cfb2ea7ea2f57347a93f52bfd3e057" |
|
dependencies = [ |
|
"once_cell", |
|
"tokio", |
|
"tokio-rustls", |
|
] |
|
|
|
[[package]] |
|
name = "sqlxtest" |
|
version = "0.1.0" |
|
dependencies = [ |
|
"sqlx", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "stringprep" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1" |
|
dependencies = [ |
|
"unicode-bidi", |
|
"unicode-normalization", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "1.0.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fa6f76457f59514c7eeb4e59d891395fab0b2fd1d40723ae737d64153392e9c6" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a36768c0fbf1bb15eca10defa29526bda730a2376c2ab4393ccfa16fb1a318d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b5220f05bb7de7f3f53c7c065e1199b3172696fe2db9f9c4d8ad9b4ee74c342" |
|
dependencies = [ |
|
"tinyvec_macros", |
|
] |
|
|
|
[[package]] |
|
name = "tinyvec_macros" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c" |
|
|
|
[[package]] |
|
name = "tokio" |
|
version = "1.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bd3076b5c8cc18138b8f8814895c11eb4de37114a5d127bafdc5e55798ceef37" |
|
dependencies = [ |
|
"autocfg", |
|
"bytes", |
|
"libc", |
|
"memchr", |
|
"mio", |
|
"num_cpus", |
|
"pin-project-lite", |
|
"tokio-macros", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-macros" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-rustls" |
|
version = "0.22.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bc6844de72e57df1980054b38be3a9f4702aba4858be64dd700181a8a6d0e1b6" |
|
dependencies = [ |
|
"rustls", |
|
"tokio", |
|
"webpki", |
|
] |
|
|
|
[[package]] |
|
name = "tokio-stream" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f8864d706fdb3cc0843a49647ac892720dac98a6eeb818b77190592cf4994066" |
|
dependencies = [ |
|
"futures-core", |
|
"pin-project-lite", |
|
"tokio", |
|
] |
|
|
|
[[package]] |
|
name = "typenum" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06" |
|
|
|
[[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.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07fbfce1c8a97d547e8b5334978438d9d6ec8c20e38f56d4a4374d181493eaef" |
|
dependencies = [ |
|
"tinyvec", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bb0d2e7be6ae3a5fa87eed5fb451aff96f2573d2694942e40543ae0bbe19c796" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" |
|
|
|
[[package]] |
|
name = "unicode_categories" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a" |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"matches", |
|
"percent-encoding", |
|
] |
|
|
|
[[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.9.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe" |
|
|
|
[[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", |
|
"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", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.74" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "088169ca61430fe1e58b8096c24975251700e7b1f6fd91cc9d59b04fb9b18bd4" |
|
dependencies = [ |
|
"quote", |
|
"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", |
|
"quote", |
|
"syn", |
|
"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 = "webpki" |
|
version = "0.21.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea" |
|
dependencies = [ |
|
"ring", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-roots" |
|
version = "0.21.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940" |
|
dependencies = [ |
|
"webpki", |
|
] |
|
|
|
[[package]] |
|
name = "whoami" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4abacf325c958dfeaf1046931d37f2a901b6dfe0968ee965a29e94c6766b2af6" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[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-i686-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
[[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 = "wyz" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "85e60b0d1b5f99db2556934e21937020776a5d31520bf169e851ac44e6420214"
|
|
|