fuzzysearch/Cargo.lock

3817 lines
89 KiB
Plaintext
Raw Permalink Normal View History

2020-01-17 23:13:24 +00:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2021-02-20 22:36:48 +00:00
version = 3
[[package]]
name = "actix-codec"
2022-03-23 19:26:56 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "57a7559404a7f3573127aab53c08ce37a6c6a315c374a31070f3c91cd1b4a7fe"
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"log",
2021-12-09 04:45:17 +00:00
"memchr",
"pin-project-lite",
"tokio",
2022-05-19 16:26:14 +00:00
"tokio-util 0.7.2",
]
[[package]]
name = "actix-http"
2022-03-23 19:26:56 +00:00
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "a5885cb81a0d4d0d322864bea1bb6c2a8144626b4fdc625d4c51eba197e7797a"
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
"base64",
"bitflags",
2022-03-23 19:26:56 +00:00
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http",
"httparse",
2021-12-09 04:45:17 +00:00
"httpdate",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
"language-tags",
"local-channel",
"log",
"mime",
"percent-encoding",
"pin-project-lite",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
"sha-1 0.10.0",
"smallvec",
"zstd",
]
[[package]]
name = "actix-macros"
2021-12-09 04:45:17 +00:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
dependencies = [
"quote",
"syn",
]
[[package]]
name = "actix-multipart"
2022-03-23 19:26:56 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "c9edfb0e7663d7fe18c8d5b668c9c1bcf79176b1dcc9d4da9592503209a6bfb0"
dependencies = [
"actix-utils",
"actix-web",
"bytes",
"derive_more",
"futures-core",
"httparse",
"local-waker",
"log",
"mime",
"twoway 0.2.2",
]
[[package]]
name = "actix-router"
2022-03-23 19:26:56 +00:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "eb60846b52c118f2f04a56cc90880a274271c489b2498623d58176f8ca21fa80"
dependencies = [
"bytestring",
2021-12-09 04:45:17 +00:00
"firestorm",
"http",
"log",
"regex",
"serde",
]
[[package]]
name = "actix-rt"
2022-03-23 19:26:56 +00:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "7ea16c295198e958ef31930a6ef37d0fb64e9ca3b6116e6b93a8bdae96ee1000"
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2022-03-23 19:26:56 +00:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0da34f8e659ea1b077bb4637948b815cd3768ad5a188fdcd74ff4d84240cd824"
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
2021-12-09 04:45:17 +00:00
"futures-util",
2022-03-23 19:26:56 +00:00
"mio",
"num_cpus",
2021-12-09 04:45:17 +00:00
"socket2",
"tokio",
2022-03-23 19:26:56 +00:00
"tracing",
]
[[package]]
name = "actix-service"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b894941f818cfdc7ccc4b9e60fa7e53b5042a2e8567270f9147d5591893373a"
dependencies = [
"futures-core",
"paste",
"pin-project-lite",
]
[[package]]
name = "actix-utils"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e491cbaac2e7fc788dfff99ff48ef317e23b3cf63dbaf7aaab6418f40f92aa94"
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2022-03-23 19:26:56 +00:00
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "f4e5ebffd51d50df56a3ae0de0e59487340ca456f05dd0b90c0a7a6dd6a74d31"
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
"bytes",
2022-03-23 19:26:56 +00:00
"bytestring",
2021-12-10 22:03:14 +00:00
"cfg-if",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
"language-tags",
"log",
"mime",
"once_cell",
2021-12-09 04:45:17 +00:00
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
2022-03-23 19:26:56 +00:00
"time 0.3.9",
"url",
]
[[package]]
name = "actix-web-codegen"
2022-03-23 19:26:56 +00:00
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "7525bedf54704abb1d469e88d7e7e9226df73778798a69cea5022d53b2ae91bc"
dependencies = [
2021-12-09 04:45:17 +00:00
"actix-router",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "addr2line"
2021-12-09 04:45:17 +00:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
dependencies = [
"gimli",
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "adler"
version = "1.0.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "adler32"
version = "1.2.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
2020-01-17 23:13:24 +00:00
2020-12-08 00:17:38 +00:00
[[package]]
name = "ahash"
2021-12-09 04:45:17 +00:00
version = "0.7.6"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
2020-12-08 00:17:38 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"getrandom 0.2.6",
2021-02-20 22:36:48 +00:00
"once_cell",
"version_check",
2020-12-08 00:17:38 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "aho-corasick"
version = "0.7.18"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
2020-12-07 23:57:13 +00:00
dependencies = [
"memchr",
]
2022-03-23 19:26:56 +00:00
[[package]]
name = "alloc-no-stdlib"
version = "2.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35ef4730490ad1c4eae5c4325b2a95f521d023e5c885853ff7aca0a6a1631db3"
[[package]]
name = "alloc-stdlib"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697ed7edc0f1711de49ce108c541623a0af97c6c60b2f6e2b65229847ac843c2"
dependencies = [
"alloc-no-stdlib",
]
2020-02-05 08:21:46 +00:00
[[package]]
name = "ansi_term"
2020-07-23 04:04:42 +00:00
version = "0.12.1"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
2020-02-05 08:21:46 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"winapi",
2020-02-05 08:21:46 +00:00
]
[[package]]
name = "anyhow"
2022-05-19 16:26:14 +00:00
version = "1.0.57"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "08f9b8508dccb7687a1d6c4ce66b2b0ecef467c94667de27d8d7fe1f8d2a9cdc"
2020-12-08 00:17:38 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "async-trait"
2022-05-19 16:26:14 +00:00
version = "0.1.53"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "ed6aa3524a2dfcf9fe180c51eae2b58738348d819517ceadf95789c51fff7600"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "atoi"
2021-02-20 22:36:48 +00:00
version = "0.4.0"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "616896e05fc0e2649463a93a15183c6a16bf03413a7af88ef1285ddedfa9cda5"
2020-12-08 00:17:38 +00:00
dependencies = [
"num-traits",
]
[[package]]
name = "atomic-option"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0db678acb667b525ac40a324fc5f7d3390e29239b31c7327bb8157f5b4fff593"
2020-01-17 23:13:24 +00:00
[[package]]
name = "autocfg"
2022-03-23 19:26:56 +00:00
version = "1.1.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2020-01-17 23:13:24 +00:00
[[package]]
name = "backtrace"
2022-05-19 16:26:14 +00:00
version = "0.3.65"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "11a17d453482a265fd5f8479f2a3f405566e6ca627837aaddb85af8b1ab8ef61"
dependencies = [
"addr2line",
"cc",
2021-12-10 22:03:14 +00:00
"cfg-if",
"libc",
2022-05-19 16:26:14 +00:00
"miniz_oxide 0.5.1",
"object",
"rustc-demangle",
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "base64"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
2020-01-17 23:13:24 +00:00
[[package]]
name = "bitflags"
version = "1.3.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2020-01-17 23:13:24 +00:00
2020-02-16 05:50:09 +00:00
[[package]]
name = "bkapi-client"
version = "0.1.0"
2022-03-23 19:26:56 +00:00
source = "git+https://github.com/Syfaro/bkapi.git#1271acc49c989ca157fd04cd16fce0edb8b022a5"
dependencies = [
"futures",
"opentelemetry",
"opentelemetry-http",
"reqwest",
"serde",
"serde_json",
"tracing",
"tracing-opentelemetry",
]
2020-02-16 05:50:09 +00:00
2020-07-23 04:04:42 +00:00
[[package]]
name = "block-buffer"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
dependencies = [
"generic-array",
2020-01-17 23:13:24 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "block-buffer"
2022-03-23 19:26:56 +00:00
version = "0.10.2"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0bf7fe51849ea569fd452f37822f606a5cabb684dc918707a0193fd4664ff324"
2021-12-09 04:45:17 +00:00
dependencies = [
"generic-array",
]
[[package]]
2022-03-23 19:26:56 +00:00
name = "brotli"
2022-05-19 16:26:14 +00:00
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
2022-03-23 19:26:56 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
2022-03-23 19:26:56 +00:00
name = "brotli-decompressor"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "59ad2d4653bf5ca36ae797b1f4bb4dbddb60ce49ca4aed8a2ce4829f60425b80"
dependencies = [
2022-03-23 19:26:56 +00:00
"alloc-no-stdlib",
"alloc-stdlib",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "buf_redux"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
dependencies = [
"memchr",
"safemem",
]
[[package]]
name = "bufstream"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
2020-12-07 23:57:13 +00:00
[[package]]
name = "bumpalo"
2022-03-23 19:26:56 +00:00
version = "3.9.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "a4a45a46ab1f2412e53d3a0ade76ffad2025804294569aae387231a0cd6e0899"
2020-12-07 23:57:13 +00:00
2020-02-20 00:23:36 +00:00
[[package]]
name = "bytemuck"
2022-05-19 16:26:14 +00:00
version = "1.9.1"
2020-02-20 00:23:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "cdead85bdec19c194affaeeb670c0e41fe23de31459efd1c174d049269cf02cc"
2020-02-20 00:23:36 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "byteorder"
version = "1.4.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2020-01-17 23:13:24 +00:00
2021-02-20 22:36:48 +00:00
[[package]]
name = "bytes"
2021-12-09 04:45:17 +00:00
version = "1.1.0"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "c4872d67bab6358e59559027aa3b9157c53d9358c51423c17554809a8858e0f8"
2021-02-20 22:36:48 +00:00
[[package]]
name = "bytestring"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90706ba19e97b90786e19dc0d5e2abd80008d99d4c0c5d1ad0b5e72cec7c494d"
dependencies = [
"bytes",
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "cc"
2022-03-23 19:26:56 +00:00
version = "1.0.73"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
dependencies = [
"jobserver",
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2020-01-17 23:13:24 +00:00
[[package]]
name = "chrono"
2020-12-07 00:49:29 +00:00
version = "0.4.19"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"libc",
2020-01-17 23:13:24 +00:00
"num-integer",
"num-traits",
"serde",
"time 0.1.43",
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2020-07-23 04:04:42 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "color_quant"
version = "1.1.0"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2020-07-23 04:04:42 +00:00
2021-04-13 02:14:36 +00:00
[[package]]
name = "convert_case"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
[[package]]
name = "cookie"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
dependencies = [
"percent-encoding",
2022-03-23 19:26:56 +00:00
"time 0.3.9",
"version_check",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "core-foundation"
2022-03-23 19:26:56 +00:00
version = "0.9.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
2020-12-07 23:57:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2021-12-09 04:45:17 +00:00
version = "0.8.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
2020-12-07 23:57:13 +00:00
2020-07-23 04:04:42 +00:00
[[package]]
name = "cpufeatures"
2022-03-23 19:26:56 +00:00
version = "0.2.2"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "59a6001667ab124aebae2a495118e11d30984c3a653e99d86d58971708cf5e4b"
dependencies = [
"libc",
]
2020-07-23 04:04:42 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
2021-02-20 22:36:48 +00:00
name = "crc"
2021-12-09 04:45:17 +00:00
version = "2.1.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
2020-01-17 23:13:24 +00:00
dependencies = [
"crc-catalog",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "crc-catalog"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
2020-12-08 00:17:38 +00:00
[[package]]
2021-02-20 22:36:48 +00:00
name = "crc32fast"
2022-03-23 19:26:56 +00:00
version = "1.3.2"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-08 00:17:38 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "crossbeam-channel"
2022-03-23 19:26:56 +00:00
version = "0.5.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "5aaa7bd5fb665c6864b5f963dd9097905c54125909c7aa94c9e18507cdbe6c53"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2021-02-20 22:36:48 +00:00
"crossbeam-utils",
2020-01-17 23:13:24 +00:00
]
[[package]]
2020-12-07 00:49:29 +00:00
name = "crossbeam-deque"
2021-08-11 01:41:11 +00:00
version = "0.8.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-11 01:41:11 +00:00
checksum = "6455c0ca19f0d2fbf751b908d5c55c1f5cbc65e03c4225427254b46890bdde1e"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 00:49:29 +00:00
"crossbeam-epoch",
2021-02-20 22:36:48 +00:00
"crossbeam-utils",
2020-01-17 23:13:24 +00:00
]
[[package]]
2020-12-07 00:49:29 +00:00
name = "crossbeam-epoch"
2022-03-23 19:26:56 +00:00
version = "0.9.8"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "1145cf131a2c6ba0615079ab6a638f7e1973ac9c2634fcbeaaad6114246efe8c"
2020-02-05 08:21:46 +00:00
dependencies = [
2022-03-23 19:26:56 +00:00
"autocfg",
2021-12-10 22:03:14 +00:00
"cfg-if",
2021-02-20 22:36:48 +00:00
"crossbeam-utils",
2020-12-07 00:49:29 +00:00
"lazy_static",
"memoffset",
"scopeguard",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "crossbeam-queue"
2022-03-23 19:26:56 +00:00
version = "0.3.5"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "1f25d8400f4a7a5778f0e4e52384a48cbd9b5c495d110786187fc750075277a2"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2021-02-20 22:36:48 +00:00
"crossbeam-utils",
2020-12-08 00:17:38 +00:00
]
[[package]]
name = "crossbeam-utils"
2022-03-23 19:26:56 +00:00
version = "0.8.8"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0bf124c720b7686e3c2663cf54062ab0f68a88af2fb6a030e87e30bf721fcb38"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-08 00:17:38 +00:00
"lazy_static",
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "crypto-common"
2022-03-23 19:26:56 +00:00
version = "0.1.3"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "57952ca27b5e3606ff4dd79b0020231aaf9d6aa76dc05fd30137538c50bd3ce8"
2021-12-09 04:45:17 +00:00
dependencies = [
"generic-array",
2022-03-23 19:26:56 +00:00
"typenum",
2021-12-09 04:45:17 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "cssparser"
version = "0.27.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa 0.4.8",
2020-12-07 23:57:13 +00:00
"matches",
2021-12-09 04:45:17 +00:00
"phf 0.8.0",
2020-12-07 23:57:13 +00:00
"proc-macro2",
"quote",
"smallvec",
"syn",
]
[[package]]
name = "cssparser-macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
dependencies = [
"quote",
"syn",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "deflate"
2020-07-23 04:04:42 +00:00
version = "0.8.6"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
2020-01-17 23:13:24 +00:00
dependencies = [
"adler32",
"byteorder",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "derive_more"
2021-12-09 04:45:17 +00:00
version = "0.99.17"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-04-13 02:14:36 +00:00
"convert_case",
2020-12-07 23:57:13 +00:00
"proc-macro2",
"quote",
"rustc_version",
2020-12-07 23:57:13 +00:00
"syn",
]
2020-07-23 04:04:42 +00:00
[[package]]
name = "digest"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
dependencies = [
"generic-array",
2020-01-17 23:13:24 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "digest"
2022-03-23 19:26:56 +00:00
version = "0.10.3"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "f2fb860ca6fafa5552fb6d0e816a69c8e49f0908bf524e30a90d97c85892d506"
2021-12-09 04:45:17 +00:00
dependencies = [
2022-03-23 19:26:56 +00:00
"block-buffer 0.10.2",
2021-12-09 04:45:17 +00:00
"crypto-common",
2021-12-12 23:14:52 +00:00
"subtle",
2021-12-09 04:45:17 +00:00
]
2021-04-20 02:17:21 +00:00
[[package]]
name = "dirs"
version = "4.0.0"
2021-04-20 02:17:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
2021-04-20 02:17:21 +00:00
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
2022-03-23 19:26:56 +00:00
version = "0.3.7"
2021-04-20 02:17:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2021-04-20 02:17:21 +00:00
dependencies = [
"libc",
"redox_users",
"winapi",
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "dotenv"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
2020-01-17 23:13:24 +00:00
[[package]]
name = "dtoa"
2021-04-13 02:14:36 +00:00
version = "0.4.8"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 02:14:36 +00:00
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
2020-01-17 23:13:24 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "dtoa-short"
2021-02-20 22:36:48 +00:00
version = "0.3.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
2020-12-07 23:57:13 +00:00
dependencies = [
"dtoa",
]
[[package]]
name = "ego-tree"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68a4904193147e0a8dec3314640e6db742afd5f6e634f428a6af230d9b3591"
2020-01-17 23:13:24 +00:00
[[package]]
name = "either"
2020-12-07 00:49:29 +00:00
version = "1.6.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
2020-12-08 00:17:38 +00:00
dependencies = [
"serde",
]
2020-01-17 23:13:24 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "encoding_rs"
2022-05-19 16:26:14 +00:00
version = "0.8.31"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
]
2022-05-19 16:26:14 +00:00
[[package]]
name = "event-listener"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77f3309417938f28bf8228fcff79a4a37103981e3e186d2ccd19c74b38f4eb71"
[[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",
"quote",
"syn",
"synstructure",
]
[[package]]
name = "faktory"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6cdbd908958f74f84bd9611c388b9f34b4c7c7ec9a9235f4b541699c2fb8b76"
dependencies = [
"atomic-option",
"bufstream",
"chrono",
"failure",
"fnv",
"hostname",
"libc",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
"serde",
"serde_derive",
"serde_json",
2022-03-23 19:26:56 +00:00
"sha2 0.9.9",
"url",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "fallible-iterator"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2022-03-23 19:26:56 +00:00
[[package]]
name = "fastrand"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3fcf0cee53519c866c09b5de1f6c56ff9d647101f81c1964fa632e148896cdf"
dependencies = [
"instant",
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "firestorm"
2022-03-23 19:26:56 +00:00
version = "0.5.0"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "4d3d6188b8804df28032815ea256b6955c9625c24da7525f387a7af02fbb8f01"
2021-12-09 04:45:17 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "flate2"
2022-05-19 16:26:14 +00:00
version = "1.0.23"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "b39522e96686d38f4bc984b9198e3a0613264abaebaff2c5c918bfa6b6da09af"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
"crc32fast",
"libc",
2022-05-19 16:26:14 +00:00
"miniz_oxide 0.5.1",
2020-12-07 23:57:13 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "fnv"
2020-07-23 04:04:42 +00:00
version = "1.0.7"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2020-01-17 23:13:24 +00:00
2020-12-07 23:57:13 +00:00
[[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"
2020-12-07 00:49:29 +00:00
[[package]]
name = "form_urlencoded"
2021-02-20 22:36:48 +00:00
version = "1.0.1"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
2020-12-07 00:49:29 +00:00
dependencies = [
"matches",
"percent-encoding",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "furaffinity-rs"
version = "0.1.0"
2021-12-09 04:45:17 +00:00
source = "git+https://github.com/Syfaro/furaffinity-rs#f2c2fd982aabf8f8498bcb38b16d9ced81cb7866"
2020-12-07 23:57:13 +00:00
dependencies = [
"chrono",
"image",
"img_hash",
"lazy_static",
"regex",
2021-02-21 02:16:58 +00:00
"reqwest",
2020-12-07 23:57:13 +00:00
"scraper",
2022-03-23 19:26:56 +00:00
"sha2 0.9.9",
"thiserror",
2020-12-07 23:57:13 +00:00
]
[[package]]
name = "futf"
2022-03-23 19:26:56 +00:00
version = "0.1.5"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
2020-12-07 23:57:13 +00:00
dependencies = [
"mac",
"new_debug_unreachable",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "f73fe65f54d1e12b726f517d3e2135ca3125a437b6d998caf1962961f7172d9e"
2020-01-17 23:13:24 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "c3083ce4b914124575708913bca19bfe887522d6e2e6d0952943f5eac4a74010"
2020-01-17 23:13:24 +00:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0c09fd04b7e4073ac7156a9539b57a484a8ea920f79c7c675d05d289ab6110d3"
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-executor"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "9420b90cfa29e327d0429f19be13e7ddb68fa1cccb09d65e5706b8c7a749b8a6"
2020-01-17 23:13:24 +00:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-intrusive"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62007592ac46aa7c2b6416f7deb9a8a8f63a01e0f1d6e1787d5630170db2b63e"
dependencies = [
"futures-core",
"lock_api",
2022-03-23 19:26:56 +00:00
"parking_lot 0.11.2",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-io"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "fc4045962a5a5e935ee2fdedaa4e08284547402885ab326734432bed5d12966b"
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-macro"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "33c1e13800337f4d4d7a316bf45a567dbcb6ffe087f16424852d97e97a91f512"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "futures-retry"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fde5a672a61f96552aa5ed9fd9c81c3fbdae4be9b1e205d6eaf17c83705adc0f"
dependencies = [
"futures",
"pin-project-lite",
"tokio",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-sink"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "21163e139fa306126e6eedaf49ecdb4588f939600f0b1e770f4205ee4b7fa868"
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-task"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "57c66a976bf5909d801bbef33416c41372779507e7a6b3a5e25e4749c58f776a"
2020-01-17 23:13:24 +00:00
[[package]]
name = "futures-util"
2022-03-23 19:26:56 +00:00
version = "0.3.21"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "d8b7abd5d659d9b90c8cba917f6ec750a74e2dc23902ef9cd4cc8c8b22e6036a"
2020-01-17 23:13:24 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
2020-01-17 23:13:24 +00:00
"pin-utils",
"slab",
]
[[package]]
name = "fuzzysearch-api"
2021-02-21 04:40:03 +00:00
version = "0.2.0"
2020-01-17 23:13:24 +00:00
dependencies = [
"bkapi-client",
2021-02-21 02:16:58 +00:00
"bytes",
2020-01-17 23:13:24 +00:00
"chrono",
"futures",
2020-12-07 23:41:32 +00:00
"fuzzysearch-common",
2020-01-17 23:13:24 +00:00
"hamming",
2022-05-19 16:37:21 +00:00
"hex",
2021-02-21 02:16:58 +00:00
"hyper",
2020-01-17 23:13:24 +00:00
"image",
"img_hash",
"lazy_static",
2020-02-05 08:21:46 +00:00
"opentelemetry",
2021-04-22 16:41:08 +00:00
"opentelemetry-http",
2020-07-23 04:04:42 +00:00
"opentelemetry-jaeger",
2021-04-22 16:41:08 +00:00
"prometheus",
2021-02-21 02:16:58 +00:00
"reqwest",
2020-01-17 23:13:24 +00:00
"serde",
"serde_json",
2021-02-21 02:16:58 +00:00
"sqlx",
"tokio",
"tokio-stream",
2020-02-05 08:21:46 +00:00
"tracing",
"tracing-futures",
"tracing-log",
2020-02-05 08:21:46 +00:00
"tracing-opentelemetry",
"tracing-subscriber",
2020-01-17 23:13:24 +00:00
"warp",
]
2020-12-07 23:41:32 +00:00
[[package]]
name = "fuzzysearch-common"
version = "0.1.0"
dependencies = [
"anyhow",
"base64",
2021-12-12 23:14:52 +00:00
"chrono",
"faktory",
"futures",
"hex",
"hyper",
2020-12-07 23:41:32 +00:00
"image",
"img_hash",
"opentelemetry",
"opentelemetry-http",
"opentelemetry-jaeger",
"prometheus",
"reqwest",
2020-12-07 23:41:32 +00:00
"serde",
"serde_json",
2020-12-07 23:41:32 +00:00
"tempfile",
"tokio",
2020-12-07 23:41:32 +00:00
"tracing",
"tracing-log",
"tracing-opentelemetry",
2021-04-22 01:46:10 +00:00
"tracing-subscriber",
2020-12-07 23:41:32 +00:00
]
[[package]]
name = "fuzzysearch-hash-input"
version = "0.1.0"
dependencies = [
"actix-http",
"actix-multipart",
"actix-web",
"anyhow",
"fuzzysearch-common",
"image",
"lazy_static",
"prometheus",
"tempfile",
"tokio",
"tokio-stream",
"tracing",
"tracing-actix-web",
]
2021-02-21 06:26:29 +00:00
[[package]]
name = "fuzzysearch-ingest-e621"
version = "0.1.0"
dependencies = [
"anyhow",
"fuzzysearch-common",
"hyper",
"image",
"img_hash",
"lazy_static",
2021-04-22 16:41:08 +00:00
"prometheus",
2021-02-21 06:26:29 +00:00
"reqwest",
"serde",
"serde_json",
2022-03-23 19:26:56 +00:00
"sha2 0.10.2",
2021-02-21 06:26:29 +00:00
"sqlx",
"tokio",
"tracing",
2021-04-22 01:46:10 +00:00
"tracing-unwrap",
2021-02-21 06:26:29 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "fuzzysearch-ingest-furaffinity"
version = "0.1.0"
dependencies = [
"anyhow",
2020-12-07 23:57:13 +00:00
"chrono",
"faktory",
2020-12-07 23:57:13 +00:00
"furaffinity-rs",
"futures-retry",
"fuzzysearch-common",
2021-02-21 02:16:58 +00:00
"hyper",
2020-12-07 23:57:13 +00:00
"lazy_static",
2021-04-22 16:41:08 +00:00
"prometheus",
2021-02-21 02:16:58 +00:00
"reqwest",
"serde",
"serde_json",
2021-02-21 02:16:58 +00:00
"tokio",
"tokio-postgres",
"tracing",
"tracing-unwrap",
2020-12-07 23:57:13 +00:00
]
2021-02-21 06:26:29 +00:00
[[package]]
name = "fuzzysearch-ingest-weasyl"
version = "0.1.0"
dependencies = [
"anyhow",
"fuzzysearch-common",
"image",
"img_hash",
"lazy_static",
"prometheus",
2021-02-21 06:26:29 +00:00
"reqwest",
"serde",
"serde_json",
2022-03-23 19:26:56 +00:00
"sha2 0.10.2",
2021-02-21 06:26:29 +00:00
"sqlx",
"tokio",
"tracing",
2021-04-22 01:46:10 +00:00
"tracing-unwrap",
2021-02-21 06:26:29 +00:00
]
[[package]]
name = "fuzzysearch-refresh"
version = "0.1.0"
dependencies = [
"anyhow",
"chrono",
"faktory",
"furaffinity-rs",
"futures",
"fuzzysearch-common",
"reqwest",
"sqlx",
"thiserror",
"tokio",
"tokio-stream",
"tracing",
"tracing-unwrap",
]
[[package]]
name = "fuzzysearch-webhook"
version = "0.1.0"
dependencies = [
"anyhow",
"faktory",
"fuzzysearch-common",
"r2d2",
"r2d2_postgres",
"reqwest",
"serde_json",
"thiserror",
"tracing",
"tracing-unwrap",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
2020-07-23 04:04:42 +00:00
[[package]]
name = "generic-array"
2022-03-23 19:26:56 +00:00
version = "0.14.5"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "fd48d33ec7f05fbfa152300fdad764757cbded343c1aa1cff2fbaf4134851803"
2020-07-23 04:04:42 +00:00
dependencies = [
"typenum",
2020-12-07 00:49:29 +00:00
"version_check",
2020-07-23 04:04:42 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "getrandom"
2021-02-20 22:36:48 +00:00
version = "0.1.16"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-01-17 23:13:24 +00:00
"libc",
2020-12-07 00:49:29 +00:00
"wasi 0.9.0+wasi-snapshot-preview1",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "getrandom"
2022-05-19 16:26:14 +00:00
version = "0.2.6"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9be70c98951c83b8d2f8f60d7065fa6d5146873094452a1008da8c2f1e4205ad"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-08 00:17:38 +00:00
"libc",
2021-02-20 22:36:48 +00:00
"wasi 0.10.2+wasi-snapshot-preview1",
2020-12-08 00:17:38 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "gif"
2021-12-09 04:45:17 +00:00
version = "0.11.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "c3a7187e78088aead22ceedeee99779455b23fc231fe13ec443f99bb71694e5b"
2020-01-17 23:13:24 +00:00
dependencies = [
"color_quant",
2020-12-07 00:49:29 +00:00
"weezl",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "gimli"
2021-12-09 04:45:17 +00:00
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "78cc372d058dcf6d5ecd98510e7fbc9e5aec4d21de70f65fea8fecebcd881bd4"
2021-02-20 22:36:48 +00:00
[[package]]
name = "h2"
2022-05-19 16:26:14 +00:00
version = "0.3.13"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "37a82c6d637fc9515a4694bbf1cb2457b79d81ce52b3108bdeea58b07dd34a57"
2021-02-20 22:36:48 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
2021-02-21 02:16:58 +00:00
"tokio",
2022-05-19 16:26:14 +00:00
"tokio-util 0.7.2",
2021-02-20 22:36:48 +00:00
"tracing",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "hamming"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65043da274378d68241eb9a8f8f8aa54e349136f7b8e12f63e3ef44043cc30e1"
2020-07-23 04:04:42 +00:00
[[package]]
name = "hashbrown"
version = "0.11.2"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2021-02-20 22:36:48 +00:00
dependencies = [
"ahash",
2021-02-20 22:36:48 +00:00
]
[[package]]
name = "hashlink"
version = "0.7.0"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7249a3129cbc1ffccd74857f81464a323a152173cdb134e0fd81bc803b29facf"
2021-02-20 22:36:48 +00:00
dependencies = [
"hashbrown",
]
2020-07-23 04:04:42 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "headers"
2022-03-23 19:26:56 +00:00
version = "0.3.7"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "4cff78e5788be1e0ab65b04d306b2ed5092c815ec97ec70f4ebd5aee158aa55d"
2020-01-17 23:13:24 +00:00
dependencies = [
"base64",
2020-01-17 23:13:24 +00:00
"bitflags",
2021-02-21 02:16:58 +00:00
"bytes",
2020-01-17 23:13:24 +00:00
"headers-core",
2020-03-10 09:47:58 +00:00
"http",
2021-12-09 04:45:17 +00:00
"httpdate",
2020-12-07 00:49:29 +00:00
"mime",
2022-03-23 19:26:56 +00:00
"sha-1 0.10.0",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "headers-core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
dependencies = [
2020-03-10 09:47:58 +00:00
"http",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "heck"
2022-05-19 16:26:14 +00:00
version = "0.4.0"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2020-12-08 00:17:38 +00:00
dependencies = [
"unicode-segmentation",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2020-01-17 23:13:24 +00:00
dependencies = [
"libc",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "hex"
version = "0.4.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2020-12-07 23:57:13 +00:00
2021-02-20 22:36:48 +00:00
[[package]]
2022-05-19 16:26:14 +00:00
name = "hkdf"
version = "0.12.3"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2021-02-20 22:36:48 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"hmac",
]
2021-12-12 23:14:52 +00:00
[[package]]
name = "hmac"
2022-03-23 19:26:56 +00:00
version = "0.12.1"
2021-12-12 23:14:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2021-12-12 23:14:52 +00:00
dependencies = [
2022-03-23 19:26:56 +00:00
"digest 0.10.3",
2021-12-12 23:14:52 +00:00
]
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi",
2020-02-05 08:21:46 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "html5ever"
2022-05-19 16:26:14 +00:00
version = "0.25.2"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
2020-12-07 23:57:13 +00:00
dependencies = [
"log",
"mac",
"markup5ever",
"proc-macro2",
"quote",
"syn",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "http"
2022-05-19 16:26:14 +00:00
version = "0.2.7"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "ff8670570af52249509a86f5e3e18a08c60b177071826898fde8997cf5f6bfbb"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2020-01-17 23:13:24 +00:00
"fnv",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
2020-01-17 23:13:24 +00:00
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "http-body"
2021-12-09 04:45:17 +00:00
version = "0.4.4"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "1ff4f84919677303da5f147645dbea6b1881f368d03ac84e1dc09031ebd7b2c6"
2021-02-20 22:36:48 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"http",
"pin-project-lite",
2021-02-20 22:36:48 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "httparse"
2022-05-19 16:26:14 +00:00
version = "1.7.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "496ce29bb5a52785b44e0f7ca2847ae0bb839c9bd28f69acac9b99d461c0c04c"
2020-01-17 23:13:24 +00:00
2020-12-07 00:49:29 +00:00
[[package]]
name = "httpdate"
2021-12-09 04:45:17 +00:00
version = "1.0.2"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2020-12-07 00:49:29 +00:00
2021-02-20 22:36:48 +00:00
[[package]]
name = "hyper"
2022-03-23 19:26:56 +00:00
version = "0.14.18"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "b26ae0a80afebe130861d90abf98e3814a4f28a4c6ffeb5ab8ebb2be311e0ef2"
2021-02-20 22:36:48 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"futures-channel",
"futures-core",
"futures-util",
2021-02-21 02:16:58 +00:00
"h2",
2020-03-10 09:47:58 +00:00
"http",
2021-02-21 02:16:58 +00:00
"http-body",
2020-01-17 23:13:24 +00:00
"httparse",
2020-12-07 00:49:29 +00:00
"httpdate",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
"pin-project-lite",
2020-07-23 04:04:42 +00:00
"socket2",
2021-02-21 02:16:58 +00:00
"tokio",
2020-01-17 23:13:24 +00:00
"tower-service",
2020-07-23 04:04:42 +00:00
"tracing",
2020-01-17 23:13:24 +00:00
"want",
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
"hyper",
2021-02-20 22:36:48 +00:00
"native-tls",
2021-02-21 02:16:58 +00:00
"tokio",
2021-02-20 22:36:48 +00:00
"tokio-native-tls",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "idna"
2021-04-20 02:17:21 +00:00
version = "0.2.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-20 02:17:21 +00:00
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
2020-01-17 23:13:24 +00:00
dependencies = [
"matches",
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
version = "0.23.14"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"bytemuck",
2020-01-17 23:13:24 +00:00
"byteorder",
2020-12-07 00:49:29 +00:00
"color_quant",
2020-01-17 23:13:24 +00:00
"gif",
"jpeg-decoder",
"num-iter",
"num-rational",
"num-traits",
"png",
"scoped_threadpool",
"tiff",
]
[[package]]
name = "img_hash"
version = "3.2.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ea4eac6fc4f64ed363d5c210732b747bfa5ddd8a25ac347d887f298c3a70b49"
2020-01-17 23:13:24 +00:00
dependencies = [
"base64",
2020-01-17 23:13:24 +00:00
"image",
"rustdct",
"serde",
2021-04-13 02:14:36 +00:00
"transpose 0.2.1",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "indexmap"
2022-05-19 16:26:14 +00:00
version = "1.8.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "0f647032dfaa1f8b6dc29bd3edb7bbef4861b8b8007ebb118d6db284fd59f6ee"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-07-23 04:04:42 +00:00
"hashbrown",
2020-01-17 23:13:24 +00:00
]
2020-07-23 04:04:42 +00:00
[[package]]
name = "instant"
2021-12-09 04:45:17 +00:00
version = "0.1.12"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2020-12-07 00:49:29 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 00:49:29 +00:00
]
2020-07-23 04:04:42 +00:00
[[package]]
name = "integer-encoding"
2022-03-23 19:26:56 +00:00
version = "3.0.3"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0e85a1509a128c855368e135cffcde7eac17d8e1083f41e2b98c58bc1a5074be"
2020-07-23 04:04:42 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "ipnet"
2022-05-19 16:26:14 +00:00
version = "2.5.0"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2020-12-07 23:57:13 +00:00
2021-12-09 04:45:17 +00:00
[[package]]
name = "itertools"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9a9d19fa1e79b6215ff29b9d6880b706147f16e9b1dbb1e4e5947b5b02bc5e3"
dependencies = [
"either",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "itoa"
2021-08-22 05:37:36 +00:00
version = "0.4.8"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-08-22 05:37:36 +00:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2020-01-17 23:13:24 +00:00
[[package]]
name = "itoa"
2022-05-19 16:26:14 +00:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "112c678d4050afce233f4f2852bb2eb519230b3cf12f33585275537d7e41578d"
[[package]]
name = "jobserver"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
dependencies = [
"libc",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "jpeg-decoder"
2021-02-20 22:36:48 +00:00
version = "0.1.22"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
2020-01-17 23:13:24 +00:00
dependencies = [
"rayon",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "js-sys"
2022-05-19 16:26:14 +00:00
version = "0.3.57"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "671a26f820db17c2a2750743f1dd03bafd15b98c9f30c7c2628c024c05d73397"
2020-12-07 23:57:13 +00:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2020-01-17 23:13:24 +00:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2022-05-19 16:26:14 +00:00
version = "0.2.126"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "349d5a591cd28b49e1d1037471617a32ddcda5731b99419008085f72d5a53836"
2020-01-17 23:13:24 +00:00
[[package]]
name = "local-channel"
2022-05-19 16:26:14 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
2022-05-19 16:26:14 +00:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2020-01-17 23:13:24 +00:00
[[package]]
name = "lock_api"
2022-05-19 16:26:14 +00:00
version = "0.4.7"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "327fa5b6a6940e4699ec49a9beae1ea4845c6bab9314e4f84ac68742139d8c53"
2020-01-17 23:13:24 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"scopeguard",
]
[[package]]
name = "log"
2022-05-19 16:26:14 +00:00
version = "0.4.17"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.10.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
2020-12-07 23:57:13 +00:00
dependencies = [
"log",
2021-12-09 04:45:17 +00:00
"phf 0.8.0",
2020-12-07 23:57:13 +00:00
"phf_codegen",
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
2020-02-05 08:21:46 +00:00
[[package]]
name = "matchers"
2021-12-09 04:45:17 +00:00
version = "0.1.0"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2020-02-05 08:21:46 +00:00
dependencies = [
"regex-automata",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "matches"
version = "0.1.9"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
2020-01-17 23:13:24 +00:00
2021-12-12 23:14:52 +00:00
[[package]]
name = "md-5"
2022-03-23 19:26:56 +00:00
version = "0.10.1"
2021-12-12 23:14:52 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "658646b21e0b72f7866c7038ab086d3d5e1cd6271f060fd37defb241949d0582"
2021-12-12 23:14:52 +00:00
dependencies = [
2022-03-23 19:26:56 +00:00
"digest 0.10.3",
2021-12-12 23:14:52 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "memchr"
2022-05-19 16:26:14 +00:00
version = "2.5.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2020-01-17 23:13:24 +00:00
[[package]]
name = "memoffset"
2021-12-09 04:45:17 +00:00
version = "0.6.5"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "mime_guess"
2022-03-23 19:26:56 +00:00
version = "2.0.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"mime",
"unicase",
2020-01-17 23:13:24 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2020-02-20 00:23:36 +00:00
[[package]]
name = "miniz_oxide"
2020-07-23 04:04:42 +00:00
version = "0.3.7"
2020-02-20 00:23:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
2020-02-20 00:23:36 +00:00
dependencies = [
"adler32",
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "miniz_oxide"
version = "0.4.4"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
2020-12-07 00:49:29 +00:00
dependencies = [
"adler",
2021-02-20 22:36:48 +00:00
"autocfg",
2020-12-07 00:49:29 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
2022-05-19 16:26:14 +00:00
name = "miniz_oxide"
version = "0.5.1"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "d2b29bd4bc3f33391105ebee3589c19197c4271e3e5a9ec9bfe8127eeff8f082"
2020-12-07 23:57:13 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"adler",
2020-01-17 23:13:24 +00:00
]
[[package]]
2022-05-19 16:26:14 +00:00
name = "mio"
version = "0.8.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "713d550d9b44d89174e066b7a6217ae06234c10cb47819a88290d2b353c31799"
2020-01-17 23:13:24 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "multipart"
2021-12-09 04:45:17 +00:00
version = "0.18.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2020-01-17 23:13:24 +00:00
dependencies = [
"buf_redux",
"httparse",
2020-12-07 00:49:29 +00:00
"log",
"mime",
"mime_guess",
2020-01-17 23:13:24 +00:00
"quick-error",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
2020-01-17 23:13:24 +00:00
"safemem",
"tempfile",
"twoway 0.1.8",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "native-tls"
2022-05-19 16:26:14 +00:00
version = "0.2.10"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "fd7e2f3618557f980e0b17e8856252eee3c97fa12c54dff0ca290fb6266ca4a9"
2020-12-07 23:57:13 +00:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "new_debug_unreachable"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2020-12-08 00:17:38 +00:00
[[package]]
name = "nom"
2022-03-23 19:26:56 +00:00
version = "7.1.1"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "a8903e5a29a317527874d0402f867152a3d21c908bb0b933e416c65e301d4c36"
2020-12-08 00:17:38 +00:00
dependencies = [
"memchr",
2021-12-09 04:45:17 +00:00
"minimal-lexical",
2020-12-08 00:17:38 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "num-complex"
2020-02-20 00:23:36 +00:00
version = "0.2.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-20 00:23:36 +00:00
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"num-traits",
]
[[package]]
name = "num-integer"
2022-05-19 16:26:14 +00:00
version = "0.1.45"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"num-traits",
]
[[package]]
name = "num-iter"
2022-05-19 16:26:14 +00:00
version = "0.1.43"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2020-12-07 00:49:29 +00:00
version = "0.3.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2022-05-19 16:26:14 +00:00
version = "0.2.15"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "num_cpus"
version = "1.13.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19e64526ebdee182341572e50e9ad03965aa510cd94427a4549448f285e957a1"
2020-01-17 23:13:24 +00:00
dependencies = [
"hermit-abi",
"libc",
]
2022-03-23 19:26:56 +00:00
[[package]]
name = "num_threads"
2022-05-19 16:26:14 +00:00
version = "0.1.6"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
2022-03-23 19:26:56 +00:00
dependencies = [
"libc",
]
[[package]]
name = "object"
2022-05-19 16:26:14 +00:00
version = "0.28.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2022-03-23 19:26:56 +00:00
version = "1.10.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
2020-01-17 23:13:24 +00:00
2020-07-23 04:04:42 +00:00
[[package]]
name = "opaque-debug"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
2020-12-07 23:57:13 +00:00
[[package]]
name = "openssl"
2022-05-19 16:26:14 +00:00
version = "0.10.40"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "fb81a6430ac911acb25fe5ac8f1d2af1b4ea8a4fdfda0f1ee4292af2e2d8eb0e"
2020-12-07 23:57:13 +00:00
dependencies = [
"bitflags",
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
"foreign-types",
"libc",
"once_cell",
2022-05-19 16:26:14 +00:00
"openssl-macros",
2020-12-07 23:57:13 +00:00
"openssl-sys",
]
2022-05-19 16:26:14 +00:00
[[package]]
name = "openssl-macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "openssl-probe"
2022-03-23 19:26:56 +00:00
version = "0.1.5"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2020-12-07 23:57:13 +00:00
[[package]]
name = "openssl-sys"
2022-05-19 16:26:14 +00:00
version = "0.9.73"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9d5fd19fb3e0a8191c1e34935718976a3e70c112ab9a24af6d7cadccd9d90bc0"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-12-07 23:57:13 +00:00
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2020-02-05 08:21:46 +00:00
[[package]]
name = "opentelemetry"
2022-03-23 19:26:56 +00:00
version = "0.17.0"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "6105e89802af13fdf48c49d7646d3b533a70e536d818aae7e78ba0433d01acb8"
2020-02-05 08:21:46 +00:00
dependencies = [
2021-04-22 16:41:08 +00:00
"async-trait",
"crossbeam-channel",
2022-03-23 19:26:56 +00:00
"futures-channel",
"futures-executor",
"futures-util",
2021-04-22 16:41:08 +00:00
"js-sys",
2020-02-05 08:21:46 +00:00
"lazy_static",
2020-07-23 04:04:42 +00:00
"percent-encoding",
2021-04-22 16:41:08 +00:00
"pin-project",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
2021-04-22 16:41:08 +00:00
"thiserror",
"tokio",
"tokio-stream",
]
[[package]]
name = "opentelemetry-http"
2022-03-23 19:26:56 +00:00
version = "0.6.0"
2021-04-22 16:41:08 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "449048140ee61e28f57abe6e9975eedc1f3a29855c7407bd6c12b18578863379"
2021-04-22 16:41:08 +00:00
dependencies = [
"async-trait",
"bytes",
2021-04-22 16:41:08 +00:00
"http",
"opentelemetry",
2020-07-23 04:04:42 +00:00
]
[[package]]
name = "opentelemetry-jaeger"
2022-03-23 19:26:56 +00:00
version = "0.16.0"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "f8c0b12cd9e3f9b35b52f6e0dac66866c519b26f424f4bbf96e3fe8bfbdc5229"
2020-07-23 04:04:42 +00:00
dependencies = [
2021-04-22 16:41:08 +00:00
"async-trait",
"lazy_static",
2020-07-23 04:04:42 +00:00
"opentelemetry",
2021-12-09 04:45:17 +00:00
"opentelemetry-semantic-conventions",
2021-04-22 16:41:08 +00:00
"thiserror",
2020-07-23 04:04:42 +00:00
"thrift",
2021-04-22 16:41:08 +00:00
"tokio",
2020-07-23 04:04:42 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "opentelemetry-semantic-conventions"
2022-03-23 19:26:56 +00:00
version = "0.9.0"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "985cc35d832d412224b2cffe2f9194b1b89b6aa5d0bef76d080dce09d90e62bd"
2021-12-09 04:45:17 +00:00
dependencies = [
"opentelemetry",
]
2020-07-23 04:04:42 +00:00
[[package]]
name = "ordered-float"
2020-12-07 00:49:29 +00:00
version = "1.1.1"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "3305af35278dd29f46fcdd139e0b1fbfae2153f0e5928b39b035542dd31e37b7"
2020-07-23 04:04:42 +00:00
dependencies = [
"num-traits",
2020-02-05 08:21:46 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "parking_lot"
2021-12-09 04:45:17 +00:00
version = "0.11.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-07-23 04:04:42 +00:00
"instant",
2020-01-17 23:13:24 +00:00
"lock_api",
2022-03-23 19:26:56 +00:00
"parking_lot_core 0.8.5",
]
[[package]]
name = "parking_lot"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f5ec2493a61ac0506c0f4199f99070cbe83857b0337006a30f3e6719b8ef58"
dependencies = [
"lock_api",
2022-05-19 16:26:14 +00:00
"parking_lot_core 0.9.3",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "parking_lot_core"
2021-12-09 04:45:17 +00:00
version = "0.8.5"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "d76e8e1493bcac0d2766c42737f34458f1c8c50c0d23bcb24ea953affb273216"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-07-23 04:04:42 +00:00
"instant",
2020-01-17 23:13:24 +00:00
"libc",
"redox_syscall",
2020-01-17 23:13:24 +00:00
"smallvec",
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2022-03-23 19:26:56 +00:00
[[package]]
name = "parking_lot_core"
2022-05-19 16:26:14 +00:00
version = "0.9.3"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "09a279cbf25cb0757810394fbc1e359949b59e348145c643a939a525692e6929"
2022-03-23 19:26:56 +00:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
[[package]]
name = "paste"
2022-05-19 16:26:14 +00:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "0c520e05135d6e763148b6426a837e239041653ba7becd2e538c076c738025fc"
2020-01-17 23:13:24 +00:00
[[package]]
name = "percent-encoding"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
[[package]]
2021-12-09 04:45:17 +00:00
name = "phf"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
dependencies = [
2021-12-09 04:45:17 +00:00
"phf_macros",
"phf_shared 0.8.0",
"proc-macro-hack",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "phf"
version = "0.10.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-09 04:45:17 +00:00
"phf_shared 0.10.0",
2020-12-07 23:57:13 +00:00
]
[[package]]
name = "phf_codegen"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
dependencies = [
2022-05-19 16:26:14 +00:00
"phf_generator 0.8.0",
2021-12-09 04:45:17 +00:00
"phf_shared 0.8.0",
2020-12-07 23:57:13 +00:00
]
[[package]]
name = "phf_generator"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
dependencies = [
2021-12-09 04:45:17 +00:00
"phf_shared 0.8.0",
2020-12-07 23:57:13 +00:00
"rand 0.7.3",
]
2022-05-19 16:26:14 +00:00
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared 0.10.0",
"rand 0.8.5",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "phf_macros"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
dependencies = [
2022-05-19 16:26:14 +00:00
"phf_generator 0.8.0",
2021-12-09 04:45:17 +00:00
"phf_shared 0.8.0",
2020-12-07 23:57:13 +00:00
"proc-macro-hack",
"proc-macro2",
"quote",
"syn",
2020-01-17 23:13:24 +00:00
]
[[package]]
2020-12-07 00:49:29 +00:00
name = "phf_shared"
version = "0.8.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"siphasher",
2020-01-17 23:13:24 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "pin-project"
version = "1.0.10"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58ad3879ad3baf4e44784bc6a718a8698867bb991f8ce24d1bcbe2cfb4c3a75e"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-04-22 16:41:08 +00:00
"pin-project-internal",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "pin-project-internal"
version = "1.0.10"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "744b6f092ba29c3650faf274db506afd39944f48420f6c86b17cfe0ee1cb36bb"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-17 23:13:24 +00:00
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "pin-project-lite"
2022-05-19 16:26:14 +00:00
version = "0.2.9"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2020-01-17 23:13:24 +00:00
[[package]]
name = "pin-utils"
version = "0.1.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2020-01-17 23:13:24 +00:00
[[package]]
name = "pkg-config"
2022-05-19 16:26:14 +00:00
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
2020-01-17 23:13:24 +00:00
[[package]]
name = "png"
2021-02-20 22:36:48 +00:00
version = "0.16.8"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
2020-01-17 23:13:24 +00:00
dependencies = [
"bitflags",
"crc32fast",
"deflate",
2020-12-07 00:49:29 +00:00
"miniz_oxide 0.3.7",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "postgres"
2022-05-19 16:26:14 +00:00
version = "0.19.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "c8bbcd5f6deb39585a0d9f4ef34c4a41c25b7ad26d23c75d837d78c8e7adc85f"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2020-12-07 23:57:13 +00:00
"fallible-iterator",
"futures",
"log",
2021-02-21 02:16:58 +00:00
"tokio",
"tokio-postgres",
2020-12-07 23:57:13 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "postgres-protocol"
2022-05-19 16:26:14 +00:00
version = "0.6.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "878c6cbf956e03af9aa8204b407b9cbf47c072164800aa918c516cd4b056c50c"
2020-01-17 23:13:24 +00:00
dependencies = [
"base64",
2020-01-17 23:13:24 +00:00
"byteorder",
2021-02-21 02:16:58 +00:00
"bytes",
2020-01-17 23:13:24 +00:00
"fallible-iterator",
2022-05-19 16:26:14 +00:00
"hmac",
"md-5",
2020-01-17 23:13:24 +00:00
"memchr",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
"sha2 0.10.2",
2020-01-17 23:13:24 +00:00
"stringprep",
]
[[package]]
name = "postgres-types"
2022-05-19 16:26:14 +00:00
version = "0.2.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "ebd6e8b7189a73169290e89bd24c771071f1012d8fe6f738f5226531f0b03d89"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2020-12-07 23:57:13 +00:00
"chrono",
2020-01-17 23:13:24 +00:00
"fallible-iterator",
"postgres-protocol",
]
[[package]]
name = "ppv-lite86"
version = "0.2.16"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872"
2020-01-17 23:13:24 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "precomputed-hash"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2020-01-17 23:13:24 +00:00
[[package]]
name = "proc-macro-hack"
2020-12-07 00:49:29 +00:00
version = "0.5.19"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
2020-01-17 23:13:24 +00:00
[[package]]
name = "proc-macro2"
2022-05-19 16:26:14 +00:00
version = "1.0.39"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "c54b25569025b7fc9651de43004ae593a75ad88543b17178aa5e1b9c4f15f56f"
2020-01-17 23:13:24 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"unicode-ident",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "procfs"
2022-05-19 16:26:14 +00:00
version = "0.12.0"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "0941606b9934e2d98a3677759a971756eb821f75764d0e0d26946d08e74d9104"
2020-12-07 23:57:13 +00:00
dependencies = [
"bitflags",
"byteorder",
"hex",
"lazy_static",
"libc",
]
[[package]]
name = "prometheus"
2022-05-19 16:26:14 +00:00
version = "0.13.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "cface98dfa6d645ea4c789839f176e4b072265d085bfcc48eaa8d137f58d3c39"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
"fnv",
"lazy_static",
"libc",
"memchr",
2022-05-19 16:26:14 +00:00
"parking_lot 0.12.0",
2020-12-07 23:57:13 +00:00
"procfs",
"protobuf",
"thiserror",
]
2020-02-05 08:21:46 +00:00
[[package]]
name = "protobuf"
2022-03-23 19:26:56 +00:00
version = "2.27.1"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "cf7e6d18738ecd0902d30d1ad232c9125985a3422929b16c65517b38adc14f96"
2020-12-07 23:57:13 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
[[package]]
name = "quote"
2022-05-19 16:26:14 +00:00
version = "1.0.18"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "r2d2"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "545c5bc2b880973c9c10e4067418407a0ccaa3091781d1671d46eb35107cb26f"
dependencies = [
"log",
2022-03-23 19:26:56 +00:00
"parking_lot 0.11.2",
2020-12-07 23:57:13 +00:00
"scheduled-thread-pool",
]
[[package]]
name = "r2d2_postgres"
version = "0.18.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7029c56be658cb54f321e0bee597810ee16796b735fa2559d7056bf06b12230b"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"postgres",
2020-12-07 23:57:13 +00:00
"r2d2",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "rand"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
dependencies = [
2021-02-20 22:36:48 +00:00
"getrandom 0.1.16",
2020-01-17 23:13:24 +00:00
"libc",
2020-04-07 01:27:49 +00:00
"rand_chacha 0.2.2",
2020-01-17 23:13:24 +00:00
"rand_core 0.5.1",
2022-03-23 19:26:56 +00:00
"rand_hc",
2021-02-20 22:36:48 +00:00
"rand_pcg",
2020-01-17 23:13:24 +00:00
]
[[package]]
2021-02-20 22:36:48 +00:00
name = "rand"
2022-03-23 19:26:56 +00:00
version = "0.8.5"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"libc",
"rand_chacha 0.3.1",
"rand_core 0.6.3",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "rand_chacha"
2020-04-07 01:27:49 +00:00
version = "0.2.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-04-07 01:27:49 +00:00
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-04-07 01:27:49 +00:00
"ppv-lite86",
2020-01-17 23:13:24 +00:00
"rand_core 0.5.1",
]
[[package]]
2021-02-20 22:36:48 +00:00
name = "rand_chacha"
version = "0.3.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"ppv-lite86",
"rand_core 0.6.3",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "rand_core"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
dependencies = [
2021-02-20 22:36:48 +00:00
"getrandom 0.1.16",
2020-01-17 23:13:24 +00:00
]
[[package]]
2021-02-20 22:36:48 +00:00
name = "rand_core"
version = "0.6.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
2020-01-17 23:13:24 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"getrandom 0.2.6",
2020-01-17 23:13:24 +00:00
]
[[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",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "rand_pcg"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
dependencies = [
"rand_core 0.5.1",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "rayon"
2022-05-19 16:26:14 +00:00
version = "1.5.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "bd99e5772ead8baa5215278c9b15bf92087709e9c1b2d1f97cdb5a183c933a7d"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"autocfg",
2020-01-17 23:13:24 +00:00
"crossbeam-deque",
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2022-05-19 16:26:14 +00:00
version = "1.9.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "258bcdb5ac6dad48491bb2992db6b7cf74878b0384908af124823d118c99683f"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"crossbeam-channel",
2020-01-17 23:13:24 +00:00
"crossbeam-deque",
2021-02-20 22:36:48 +00:00
"crossbeam-utils",
2020-01-17 23:13:24 +00:00
"num_cpus",
]
[[package]]
2021-02-20 22:36:48 +00:00
name = "redox_syscall"
2022-05-19 16:26:14 +00:00
version = "0.2.13"
2021-04-20 02:17:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "62f25bc4c7e55e0b0b7a1d43fb893f4fa1361d0abe38b9ce4f323c2adfe6ef42"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"bitflags",
2020-01-17 23:13:24 +00:00
]
2021-04-20 02:17:21 +00:00
[[package]]
name = "redox_users"
2022-05-19 16:26:14 +00:00
version = "0.4.3"
2021-04-20 02:17:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-04-20 02:17:21 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"getrandom 0.2.6",
"redox_syscall",
2022-03-23 19:26:56 +00:00
"thiserror",
2021-04-20 02:17:21 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "regex"
2022-03-23 19:26:56 +00:00
version = "1.5.5"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 23:57:13 +00:00
"aho-corasick",
"memchr",
2020-01-17 23:13:24 +00:00
"regex-syntax",
]
2020-02-05 08:21:46 +00:00
[[package]]
name = "regex-automata"
version = "0.1.10"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2020-02-05 08:21:46 +00:00
dependencies = [
"regex-syntax",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "regex-syntax"
version = "0.6.25"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
2020-01-17 23:13:24 +00:00
[[package]]
name = "remove_dir_all"
2020-07-23 04:04:42 +00:00
version = "0.5.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"winapi",
2021-02-20 22:36:48 +00:00
]
[[package]]
name = "reqwest"
2022-03-23 19:26:56 +00:00
version = "0.11.10"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "46a1f7aa4f35e5e8b4160449f51afc758f0ce6454315a9fa7d0d113e958c41eb"
2021-02-20 22:36:48 +00:00
dependencies = [
"base64",
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"encoding_rs",
"futures-core",
"futures-util",
2022-03-23 19:26:56 +00:00
"h2",
2021-02-20 22:36:48 +00:00
"http",
2021-02-21 02:16:58 +00:00
"http-body",
"hyper",
"hyper-tls",
2021-02-20 22:36:48 +00:00
"ipnet",
"js-sys",
"lazy_static",
"log",
"mime",
"mime_guess",
2021-02-20 22:36:48 +00:00
"native-tls",
"percent-encoding",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
2021-02-20 22:36:48 +00:00
"serde",
"serde_json",
"serde_urlencoded",
2021-02-21 02:16:58 +00:00
"tokio",
2021-02-20 22:36:48 +00:00
"tokio-native-tls",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
2020-12-07 23:57:13 +00:00
"web-sys",
"winreg",
]
[[package]]
name = "rustc-demangle"
2021-12-09 04:45:17 +00:00
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "7ef03e0a2b150c7a90d01faf6254c9c48a41e95fb2a8c2ac1c6f0d2b9aefc342"
[[package]]
name = "rustc_version"
2021-12-09 04:45:17 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "rustdct"
2020-02-20 00:23:36 +00:00
version = "0.4.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-20 00:23:36 +00:00
checksum = "ef4d167674b4cf68c2114bdbcd34c95aa9071652b73b0f43b19298f1d2780b7d"
2020-01-17 23:13:24 +00:00
dependencies = [
"rustfft",
]
[[package]]
name = "rustfft"
2020-02-20 00:23:36 +00:00
version = "3.0.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-20 00:23:36 +00:00
checksum = "77008ed59a8923c8b4ac2e5eaa6d28fbe893d3b9515098a4a5fc7767d6430fe5"
2020-01-17 23:13:24 +00:00
dependencies = [
"num-complex",
"num-integer",
"num-traits",
2020-02-20 00:23:36 +00:00
"strength_reduce",
"transpose 0.1.0",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "ryu"
2022-05-19 16:26:14 +00:00
version = "1.0.10"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "f3f6f92acf49d1b98f7a81226834412ada05458b7364277387724a237f062695"
2020-01-17 23:13:24 +00:00
[[package]]
name = "safemem"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
2020-12-07 23:57:13 +00:00
[[package]]
name = "schannel"
2022-05-19 16:26:14 +00:00
version = "0.1.20"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "88d6731146462ea25d9244b2ed5fd1d716d25c52e4d54aa4fb0f3c4e9854dbe2"
2020-12-07 23:57:13 +00:00
dependencies = [
"lazy_static",
2022-05-19 16:26:14 +00:00
"windows-sys",
2020-12-07 23:57:13 +00:00
]
[[package]]
name = "scheduled-thread-pool"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc6f74fd1204073fa02d5d5d68bec8021be4c38690b61264b2fdb48083d0e7d7"
dependencies = [
2022-03-23 19:26:56 +00:00
"parking_lot 0.11.2",
2020-12-07 23:57:13 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "scoped-tls"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
[[package]]
name = "scoped_threadpool"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
[[package]]
name = "scopeguard"
2020-02-20 00:23:36 +00:00
version = "1.1.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-02-20 00:23:36 +00:00
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2020-01-17 23:13:24 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "scraper"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e02aa790c80c2e494130dec6a522033b6a23603ffc06360e9fe6c611ea2c12"
dependencies = [
"cssparser",
"ego-tree",
"getopts",
"html5ever",
"matches",
"selectors",
"smallvec",
"tendril",
]
[[package]]
name = "security-framework"
2022-03-23 19:26:56 +00:00
version = "2.6.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "2dc14f172faf8a0194a3aded622712b0de276821addc574fa54fc0a1167e10dc"
2020-12-07 23:57:13 +00:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2022-03-23 19:26:56 +00:00
version = "2.6.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "0160a13a177a45bfb43ce71c01580998474f556ad854dcbca936dd2841a5c556"
2020-12-07 23:57:13 +00:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "selectors"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
dependencies = [
"bitflags",
"cssparser",
"derive_more",
"fxhash",
"log",
"matches",
2021-12-09 04:45:17 +00:00
"phf 0.8.0",
2020-12-07 23:57:13 +00:00
"phf_codegen",
"precomputed-hash",
"servo_arc",
"smallvec",
"thin-slice",
]
[[package]]
name = "semver"
2022-05-19 16:26:14 +00:00
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "8cb243bdfdb5936c8dc3c45762a19d12ab4550cdc753bc247637d4ec35a040fd"
2020-01-17 23:13:24 +00:00
[[package]]
name = "serde"
2022-05-19 16:26:14 +00:00
version = "1.0.137"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
2020-01-17 23:13:24 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2022-05-19 16:26:14 +00:00
version = "1.0.137"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
"quote",
"syn",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "serde_json"
2022-05-19 16:26:14 +00:00
version = "1.0.81"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
2020-01-17 23:13:24 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
2020-01-17 23:13:24 +00:00
"ryu",
"serde",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "serde_urlencoded"
2022-03-23 19:26:56 +00:00
version = "0.7.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2020-12-07 23:57:13 +00:00
dependencies = [
"form_urlencoded",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
2020-12-07 23:57:13 +00:00
"ryu",
"serde",
]
[[package]]
name = "servo_arc"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
dependencies = [
"nodrop",
"stable_deref_trait",
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "sha-1"
2021-12-09 04:45:17 +00:00
version = "0.9.8"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-09 04:45:17 +00:00
"block-buffer 0.9.0",
2021-12-10 22:03:14 +00:00
"cfg-if",
"cpufeatures",
2021-12-09 04:45:17 +00:00
"digest 0.9.0",
"opaque-debug",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "sha-1"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "028f48d513f9678cda28f6e4064755b3fbb2af6acd672f2c209b62323f7aea0f"
dependencies = [
"cfg-if",
"cpufeatures",
2022-03-23 19:26:56 +00:00
"digest 0.10.3",
]
2020-02-05 08:21:46 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "sha2"
2022-03-23 19:26:56 +00:00
version = "0.9.9"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
2020-02-05 08:21:46 +00:00
dependencies = [
2021-12-09 04:45:17 +00:00
"block-buffer 0.9.0",
2021-12-10 22:03:14 +00:00
"cfg-if",
"cpufeatures",
2021-12-09 04:45:17 +00:00
"digest 0.9.0",
"opaque-debug",
2020-02-05 08:21:46 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "sha2"
2022-03-23 19:26:56 +00:00
version = "0.10.2"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "55deaec60f81eefe3cce0dc50bda92d6d8e88f2a27df7c5033b42afeb1ed2676"
2021-12-09 04:45:17 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2021-12-09 04:45:17 +00:00
"cpufeatures",
2022-03-23 19:26:56 +00:00
"digest 0.10.3",
2021-12-09 04:45:17 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-12-07 00:49:29 +00:00
name = "sharded-slab"
2021-12-09 04:45:17 +00:00
version = "0.1.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"lazy_static",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:20:57 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
2020-12-07 23:20:57 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
2020-12-07 23:20:57 +00:00
dependencies = [
"libc",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "siphasher"
2022-03-23 19:26:56 +00:00
version = "0.3.10"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2020-01-17 23:13:24 +00:00
[[package]]
name = "slab"
2022-05-19 16:26:14 +00:00
version = "0.4.6"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "eb703cfe953bccee95685111adeedb76fabe4e97549a58d16f03ea7b9367bb32"
2020-01-17 23:13:24 +00:00
[[package]]
name = "smallvec"
2022-03-23 19:26:56 +00:00
version = "1.8.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
2020-01-17 23:13:24 +00:00
[[package]]
name = "socket2"
2022-03-23 19:26:56 +00:00
version = "0.4.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "66d72b759436ae32898a2af0a14218dbf55efde3feeb170eb623637db85ee1e0"
2020-01-17 23:13:24 +00:00
dependencies = [
"libc",
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "sqlformat"
2021-12-09 04:45:17 +00:00
version = "0.1.8"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "b4b7922be017ee70900be125523f38bdd644f4f06a1b16e8fa5a8ee8c34bffd4"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-12-09 04:45:17 +00:00
"itertools",
2021-12-10 22:03:14 +00:00
"nom",
2020-12-08 00:17:38 +00:00
"unicode_categories",
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "sqlx"
2022-05-19 16:26:14 +00:00
version = "0.5.13"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "551873805652ba0d912fec5bbb0f8b4cdd96baf8e2ebf5970e5671092966019b"
2020-12-08 00:17:38 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"sqlx-core",
"sqlx-macros",
2020-12-08 00:17:38 +00:00
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "sqlx-core"
2022-05-19 16:26:14 +00:00
version = "0.5.13"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e48c61941ccf5ddcada342cd59e3e5173b007c509e1e8e990dafc830294d9dc5"
2021-02-20 22:36:48 +00:00
dependencies = [
"ahash",
2021-02-20 22:36:48 +00:00
"atoi",
"base64",
2021-02-20 22:36:48 +00:00
"bitflags",
"byteorder",
2021-02-21 02:16:58 +00:00
"bytes",
"chrono",
2021-02-20 22:36:48 +00:00
"crc",
"crossbeam-queue",
2021-04-20 02:17:21 +00:00
"dirs",
2021-02-20 22:36:48 +00:00
"either",
2022-05-19 16:26:14 +00:00
"event-listener",
2021-02-20 22:36:48 +00:00
"futures-channel",
"futures-core",
"futures-intrusive",
2021-02-20 22:36:48 +00:00
"futures-util",
"hashlink",
"hex",
2022-05-19 16:26:14 +00:00
"hkdf",
"hmac",
2021-12-09 04:45:17 +00:00
"indexmap",
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
2021-02-20 22:36:48 +00:00
"libc",
"log",
2022-05-19 16:26:14 +00:00
"md-5",
2021-02-20 22:36:48 +00:00
"memchr",
"once_cell",
2022-03-23 19:26:56 +00:00
"paste",
2021-02-20 22:36:48 +00:00
"percent-encoding",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
2021-02-20 22:36:48 +00:00
"serde",
"serde_json",
2022-05-19 16:26:14 +00:00
"sha-1 0.10.0",
"sha2 0.10.2",
2021-02-20 22:36:48 +00:00
"smallvec",
"sqlformat",
2021-02-21 02:16:58 +00:00
"sqlx-rt",
2021-02-20 22:36:48 +00:00
"stringprep",
"thiserror",
"tokio-stream",
"url",
"whoami",
]
[[package]]
name = "sqlx-macros"
2022-05-19 16:26:14 +00:00
version = "0.5.13"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "bc0fba2b0cae21fc00fe6046f8baa4c7fcb49e379f0f592b04696607f69ed2e1"
2021-02-20 22:36:48 +00:00
dependencies = [
"dotenv",
"either",
"heck",
"hex",
"once_cell",
"proc-macro2",
"quote",
"serde",
"serde_json",
2022-05-19 16:26:14 +00:00
"sha2 0.10.2",
2021-02-21 02:16:58 +00:00
"sqlx-core",
"sqlx-rt",
2020-12-08 00:17:38 +00:00
"syn",
"url",
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "sqlx-rt"
2022-05-19 16:26:14 +00:00
version = "0.5.13"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "4db708cd3e459078f85f39f96a00960bd841f66ee2a669e90bf36907f5a79aae"
2021-02-20 22:36:48 +00:00
dependencies = [
"native-tls",
"once_cell",
2021-02-21 02:16:58 +00:00
"tokio",
2021-02-20 22:36:48 +00:00
"tokio-native-tls",
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2020-02-20 00:23:36 +00:00
[[package]]
name = "strength_reduce"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3ff2f71c82567c565ba4b3009a9350a96a7269eaa4001ebedae926230bc2254"
2020-12-07 23:57:13 +00:00
[[package]]
name = "string_cache"
2022-05-19 16:26:14 +00:00
version = "0.8.4"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "213494b7a2b503146286049378ce02b482200519accc31872ee8be91fa820a08"
2020-12-07 23:57:13 +00:00
dependencies = [
"new_debug_unreachable",
2022-05-19 16:26:14 +00:00
"once_cell",
"parking_lot 0.12.0",
2022-03-23 19:26:56 +00:00
"phf_shared 0.10.0",
2020-12-07 23:57:13 +00:00
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
2022-05-19 16:26:14 +00:00
version = "0.5.2"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
2020-12-07 23:57:13 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
2020-12-07 23:57:13 +00:00
"proc-macro2",
"quote",
]
2020-01-17 23:13:24 +00:00
[[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 = "subtle"
version = "2.4.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
2020-01-17 23:13:24 +00:00
[[package]]
name = "syn"
2022-05-19 16:26:14 +00:00
version = "1.0.95"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "fbaf6116ab8924f39d52792136fb74fd60a80194cf1b1c6ffa6453eef1c3f942"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-02-20 00:23:36 +00:00
"proc-macro2",
"quote",
2022-05-19 16:26:14 +00:00
"unicode-ident",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "synstructure"
2021-12-09 04:45:17 +00:00
version = "0.12.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
dependencies = [
"proc-macro2",
"quote",
"syn",
"unicode-xid",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "tempfile"
2022-03-23 19:26:56 +00:00
version = "3.3.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2022-03-23 19:26:56 +00:00
"fastrand",
2020-01-17 23:13:24 +00:00
"libc",
"redox_syscall",
2020-01-17 23:13:24 +00:00
"remove_dir_all",
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2020-12-07 23:57:13 +00:00
[[package]]
name = "tendril"
2022-05-19 16:26:14 +00:00
version = "0.4.3"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
2020-12-07 23:57:13 +00:00
dependencies = [
"futf",
"mac",
"utf-8",
]
[[package]]
name = "thin-slice"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
[[package]]
name = "thiserror"
2022-05-19 16:26:14 +00:00
version = "1.0.31"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "bd829fe32373d27f76265620b5309d0340cb8550f523c1dda251d6298069069a"
2020-12-07 23:57:13 +00:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-05-19 16:26:14 +00:00
version = "1.0.31"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "0396bc89e626244658bef819e22d0cc459e795a5ebe878e6ec336d1674a8d79a"
2020-12-07 23:57:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2020-01-17 23:13:24 +00:00
[[package]]
2020-07-23 04:04:42 +00:00
name = "thread_local"
2022-03-23 19:26:56 +00:00
version = "1.1.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-20 22:36:48 +00:00
"once_cell",
2020-01-17 23:13:24 +00:00
]
[[package]]
2020-07-23 04:04:42 +00:00
name = "threadpool"
version = "1.8.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-07-23 04:04:42 +00:00
"num_cpus",
2020-01-17 23:13:24 +00:00
]
2020-02-05 08:21:46 +00:00
[[package]]
2020-07-23 04:04:42 +00:00
name = "thrift"
2022-03-23 19:26:56 +00:00
version = "0.15.0"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "b82ca8f46f95b3ce96081fe3dd89160fdea970c254bb72925255d1b62aae692e"
2020-02-05 08:21:46 +00:00
dependencies = [
"byteorder",
2020-07-23 04:04:42 +00:00
"integer-encoding",
2020-12-07 00:49:29 +00:00
"log",
2020-07-23 04:04:42 +00:00
"ordered-float",
"threadpool",
2020-02-05 08:21:46 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "tiff"
2021-02-20 22:36:48 +00:00
version = "0.6.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"jpeg-decoder",
"miniz_oxide 0.4.4",
2020-12-07 00:49:29 +00:00
"weezl",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "time"
2021-02-20 22:36:48 +00:00
version = "0.1.43"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
2020-01-17 23:13:24 +00:00
dependencies = [
"libc",
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2021-12-09 04:45:17 +00:00
[[package]]
name = "time"
2022-03-23 19:26:56 +00:00
version = "0.3.9"
2021-12-09 04:45:17 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "c2702e08a7a860f005826c6815dcac101b19b5eb330c27fe4a5928fec1d20ddd"
2021-12-09 04:45:17 +00:00
dependencies = [
2022-05-19 16:26:14 +00:00
"itoa 1.0.2",
2021-12-09 04:45:17 +00:00
"libc",
2022-03-23 19:26:56 +00:00
"num_threads",
"time-macros",
2021-12-09 04:45:17 +00:00
]
[[package]]
name = "time-macros"
2022-03-23 19:26:56 +00:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "42657b1a6f4d817cda8e7a0ace261fe0cc946cf3a80314390b22cc61ae080792"
2020-07-23 04:04:42 +00:00
[[package]]
name = "tinyvec"
2022-05-19 16:26:14 +00:00
version = "1.6.0"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2020-12-07 00:49:29 +00:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
2020-07-23 04:04:42 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-12-07 00:49:29 +00:00
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
2020-07-23 04:04:42 +00:00
2021-02-20 22:36:48 +00:00
[[package]]
name = "tokio"
2022-05-19 16:26:14 +00:00
version = "1.18.2"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "4903bf0427cf68dddd5aa6a93220756f8be0c34fcfa9f5e6191e103e15a31395"
2021-02-20 22:36:48 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"libc",
"memchr",
2022-03-23 19:26:56 +00:00
"mio",
2021-02-20 22:36:48 +00:00
"num_cpus",
"once_cell",
2022-03-23 19:26:56 +00:00
"parking_lot 0.12.0",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
2021-02-20 22:36:48 +00:00
"signal-hook-registry",
2022-03-23 19:26:56 +00:00
"socket2",
2021-02-21 02:16:58 +00:00
"tokio-macros",
"winapi",
2020-01-17 23:13:24 +00:00
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "tokio-macros"
version = "1.7.0"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b557f72f448c511a979e2564e55d74e6c4432fc96ff4f6241bc6bded342643b7"
2021-02-20 22:36:48 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-native-tls"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
dependencies = [
"native-tls",
2021-02-21 02:16:58 +00:00
"tokio",
2021-02-20 22:36:48 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "tokio-postgres"
2022-05-19 16:26:14 +00:00
version = "0.7.6"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "19c88a47a23c5d2dc9ecd28fb38fba5fc7e5ddc1fe64488ec145076b0c71c8ae"
2020-12-07 23:57:13 +00:00
dependencies = [
"async-trait",
"byteorder",
2021-02-21 02:16:58 +00:00
"bytes",
2020-01-17 23:13:24 +00:00
"fallible-iterator",
"futures",
2020-12-07 00:49:29 +00:00
"log",
2022-05-19 16:26:14 +00:00
"parking_lot 0.12.0",
2020-07-23 04:04:42 +00:00
"percent-encoding",
"phf 0.10.1",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
2020-01-17 23:13:24 +00:00
"postgres-protocol",
"postgres-types",
2021-02-21 02:16:58 +00:00
"socket2",
"tokio",
2022-05-19 16:26:14 +00:00
"tokio-util 0.7.2",
2020-12-08 00:17:38 +00:00
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "tokio-stream"
2021-12-09 04:45:17 +00:00
version = "0.1.8"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "50145484efff8818b5ccd256697f36863f587da82cf8b409c53adf1e840798e3"
2021-02-20 22:36:48 +00:00
dependencies = [
"futures-core",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
"tokio",
2020-03-10 09:47:58 +00:00
]
[[package]]
name = "tokio-tungstenite"
2021-12-09 04:45:17 +00:00
version = "0.15.0"
2020-03-10 09:47:58 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "511de3f85caf1c98983545490c3d09685fa8eb634e57eec22bb4db271f46cbd8"
2020-03-10 09:47:58 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"futures-util",
"log",
2021-04-22 16:41:08 +00:00
"pin-project",
2021-02-21 02:16:58 +00:00
"tokio",
2020-03-10 09:47:58 +00:00
"tungstenite",
2020-01-17 23:13:24 +00:00
]
2021-02-20 22:36:48 +00:00
[[package]]
name = "tokio-util"
2022-05-19 16:26:14 +00:00
version = "0.6.10"
2021-02-20 22:36:48 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
2021-02-20 22:36:48 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-02-20 22:36:48 +00:00
"futures-core",
"futures-sink",
"log",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
"tokio",
2020-01-17 23:13:24 +00:00
]
2022-03-23 19:26:56 +00:00
[[package]]
name = "tokio-util"
2022-05-19 16:26:14 +00:00
version = "0.7.2"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "f988a1a1adc2fb21f9c12aa96441da33a1728193ae0b95d2be22dbd17fcb4e5c"
2022-03-23 19:26:56 +00:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-05-19 16:26:14 +00:00
"tracing",
2022-03-23 19:26:56 +00:00
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "tower-service"
2021-02-20 22:36:48 +00:00
version = "0.3.1"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
2020-01-17 23:13:24 +00:00
2020-02-05 08:21:46 +00:00
[[package]]
name = "tracing"
2022-05-19 16:26:14 +00:00
version = "0.1.34"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "5d0ecdcb44a79f0fe9844f0c4f33a342cbcbb5117de8001e6ba0dc2351327d09"
2020-02-05 08:21:46 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 00:49:29 +00:00
"log",
2021-02-21 02:16:58 +00:00
"pin-project-lite",
2020-02-05 08:21:46 +00:00
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-actix-web"
2022-03-23 19:26:56 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "99bcebac55fba44eadf75a424ee403e756f9165596a613d125876388e5fb4c34"
dependencies = [
"actix-web",
"opentelemetry",
2021-12-09 04:45:17 +00:00
"pin-project",
"tracing",
"tracing-futures",
"tracing-opentelemetry",
"uuid",
]
2020-02-05 08:21:46 +00:00
[[package]]
name = "tracing-attributes"
2022-05-19 16:26:14 +00:00
version = "0.1.21"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "cc6b8ad3567499f98a1db7a752b07a7c8c7c7c34c332ec00effb2b0027974b7c"
2020-02-05 08:21:46 +00:00
dependencies = [
2020-07-23 04:04:42 +00:00
"proc-macro2",
2020-02-20 00:23:36 +00:00
"quote",
"syn",
2020-02-05 08:21:46 +00:00
]
[[package]]
name = "tracing-core"
2022-05-19 16:26:14 +00:00
version = "0.1.26"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "f54c8ca710e81886d498c2fd3331b56c93aa248d49de2222ad2742247c60072f"
2020-02-05 08:21:46 +00:00
dependencies = [
"lazy_static",
2022-03-23 19:26:56 +00:00
"valuable",
2020-02-05 08:21:46 +00:00
]
[[package]]
name = "tracing-futures"
2021-02-20 22:36:48 +00:00
version = "0.2.5"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
2020-02-05 08:21:46 +00:00
dependencies = [
2021-04-22 16:41:08 +00:00
"pin-project",
2020-02-05 08:21:46 +00:00
"tracing",
]
[[package]]
name = "tracing-log"
2022-05-19 16:26:14 +00:00
version = "0.1.3"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
2020-02-05 08:21:46 +00:00
dependencies = [
"lazy_static",
2020-12-07 00:49:29 +00:00
"log",
2020-02-05 08:21:46 +00:00
"tracing-core",
]
[[package]]
name = "tracing-opentelemetry"
2022-03-23 19:26:56 +00:00
version = "0.17.2"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "1f9378e96a9361190ae297e7f3a8ff644aacd2897f244b1ff81f381669196fa6"
2020-02-05 08:21:46 +00:00
dependencies = [
"opentelemetry",
2020-07-23 04:04:42 +00:00
"tracing",
2020-02-05 08:21:46 +00:00
"tracing-core",
2020-07-23 04:04:42 +00:00
"tracing-log",
2020-02-05 08:21:46 +00:00
"tracing-subscriber",
]
[[package]]
name = "tracing-serde"
2022-03-23 19:26:56 +00:00
version = "0.1.3"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
2020-02-05 08:21:46 +00:00
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2022-05-19 16:26:14 +00:00
version = "0.3.11"
2020-02-05 08:21:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "4bc28f93baff38037f64e6f43d34cfa1605f27a49c34e8a04c5e78b0babf2596"
2020-02-05 08:21:46 +00:00
dependencies = [
"ansi_term",
"lazy_static",
"matchers",
"regex",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
2020-12-07 00:49:29 +00:00
"thread_local",
2022-03-23 19:26:56 +00:00
"time 0.3.9",
2020-12-07 00:49:29 +00:00
"tracing",
2020-02-05 08:21:46 +00:00
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "tracing-unwrap"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7908a5f1475756bd7f81d6fe7e3607f13b33562c3ec8f9fb7502df790350f74a"
dependencies = [
"tracing",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "transpose"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "643e21580bb0627c7bb09e5cedbb42c8705b19d012de593ed6b0309270b3cd1e"
2020-02-20 00:23:36 +00:00
[[package]]
name = "transpose"
2021-04-13 02:14:36 +00:00
version = "0.2.1"
2020-02-20 00:23:36 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-13 02:14:36 +00:00
checksum = "95f9c900aa98b6ea43aee227fd680550cdec726526aab8ac801549eadb25e39f"
2020-02-20 00:23:36 +00:00
dependencies = [
"num-integer",
"strength_reduce",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "try-lock"
2020-07-23 04:04:42 +00:00
version = "0.2.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2020-01-17 23:13:24 +00:00
[[package]]
name = "tungstenite"
2021-12-09 04:45:17 +00:00
version = "0.14.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "a0b2d8558abd2e276b0a8df5c05a2ec762609344191e5fd23e292c910e9165b5"
2020-01-17 23:13:24 +00:00
dependencies = [
"base64",
2020-01-17 23:13:24 +00:00
"byteorder",
2021-02-21 02:16:58 +00:00
"bytes",
2020-03-10 09:47:58 +00:00
"http",
2020-01-17 23:13:24 +00:00
"httparse",
2020-12-07 00:49:29 +00:00
"log",
2022-03-23 19:26:56 +00:00
"rand 0.8.5",
"sha-1 0.9.8",
2021-12-09 04:45:17 +00:00
"thiserror",
2020-01-17 23:13:24 +00:00
"url",
"utf-8",
]
[[package]]
name = "twoway"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
dependencies = [
"memchr",
]
[[package]]
name = "twoway"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c57ffb460d7c24cd6eda43694110189030a3d1dfe418416d9468fd1c1d290b47"
dependencies = [
"memchr",
"unchecked-index",
]
2020-01-17 23:13:24 +00:00
[[package]]
name = "typenum"
version = "1.15.0"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "unchecked-index"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eeba86d422ce181a719445e51872fa30f1f7413b62becb52e95ec91aa262d85c"
2020-01-17 23:13:24 +00:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
2020-12-07 00:49:29 +00:00
"version_check",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "unicode-bidi"
2022-05-19 16:26:14 +00:00
version = "0.3.8"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
2020-01-17 23:13:24 +00:00
[[package]]
name = "unicode-normalization"
version = "0.1.19"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-07-23 04:04:42 +00:00
"tinyvec",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "unicode-segmentation"
2022-03-23 19:26:56 +00:00
version = "1.9.0"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
2020-12-08 00:17:38 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "unicode-width"
2021-12-09 04:45:17 +00:00
version = "0.1.9"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "3ed742d4ea2bd1176e236172c8429aaf54486e7ac098db29ffe6529e0ce50973"
2020-12-07 23:57:13 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "unicode-xid"
2022-05-19 16:26:14 +00:00
version = "0.2.3"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
2020-01-17 23:13:24 +00:00
2020-12-08 00:17:38 +00:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
2020-01-17 23:13:24 +00:00
[[package]]
name = "url"
version = "2.2.2"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
2020-01-17 23:13:24 +00:00
dependencies = [
2020-12-07 00:49:29 +00:00
"form_urlencoded",
2020-01-17 23:13:24 +00:00
"idna",
"matches",
2020-07-23 04:04:42 +00:00
"percent-encoding",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "utf-8"
2021-04-20 02:17:21 +00:00
version = "0.7.6"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-04-20 02:17:21 +00:00
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
2020-01-17 23:13:24 +00:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
2022-05-19 16:26:14 +00:00
"getrandom 0.2.6",
]
2022-03-23 19:26:56 +00:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
2020-01-17 23:13:24 +00:00
[[package]]
name = "version_check"
version = "0.9.4"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2020-01-17 23:13:24 +00:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
2020-12-07 00:49:29 +00:00
"log",
2020-01-17 23:13:24 +00:00
"try-lock",
]
[[package]]
name = "warp"
2021-12-09 04:45:17 +00:00
version = "0.3.2"
2020-01-17 23:21:30 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "3cef4e1e9114a4b7f1ac799f16ce71c14de5778500c5450ec6b7b920c55b587e"
2020-01-17 23:13:24 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"bytes",
2021-12-09 04:45:17 +00:00
"futures-channel",
"futures-util",
2020-01-17 23:13:24 +00:00
"headers",
2020-03-10 09:47:58 +00:00
"http",
2021-02-21 02:16:58 +00:00
"hyper",
2020-12-07 00:49:29 +00:00
"log",
"mime",
"mime_guess",
2020-01-17 23:13:24 +00:00
"multipart",
"percent-encoding",
2021-04-22 16:41:08 +00:00
"pin-project",
2020-01-17 23:13:24 +00:00
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
2021-02-21 02:16:58 +00:00
"tokio",
"tokio-stream",
2020-03-10 09:47:58 +00:00
"tokio-tungstenite",
2022-05-19 16:26:14 +00:00
"tokio-util 0.6.10",
2020-01-17 23:13:24 +00:00
"tower-service",
2020-07-23 04:04:42 +00:00
"tracing",
2020-01-17 23:13:24 +00:00
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2020-12-07 00:49:29 +00:00
[[package]]
name = "wasi"
2021-02-20 22:36:48 +00:00
version = "0.10.2+wasi-snapshot-preview1"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-02-20 22:36:48 +00:00
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
2020-12-07 00:49:29 +00:00
2022-03-23 19:26:56 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2020-12-07 23:57:13 +00:00
[[package]]
name = "wasm-bindgen"
2022-05-19 16:26:14 +00:00
version = "0.2.80"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "27370197c907c55e3f1a9fbe26f44e937fe6451368324e009cba39e139dc08ad"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-05-19 16:26:14 +00:00
version = "0.2.80"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "53e04185bfa3a779273da532f5025e33398409573f348985af9a1cbf3774d3f4"
2020-12-07 23:57:13 +00:00
dependencies = [
"bumpalo",
"lazy_static",
"log",
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2022-05-19 16:26:14 +00:00
version = "0.4.30"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "6f741de44b75e14c35df886aff5f1eb73aa114fa5d4d00dcd37b5e01259bf3b2"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-12-10 22:03:14 +00:00
"cfg-if",
2020-12-07 23:57:13 +00:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2022-05-19 16:26:14 +00:00
version = "0.2.80"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "17cae7ff784d7e83a2fe7611cfe766ecf034111b49deb850a3dc7699c08251f5"
2020-12-07 23:57:13 +00:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-05-19 16:26:14 +00:00
version = "0.2.80"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "99ec0dc7a4756fffc231aab1b9f2f578d23cd391390ab27f952ae0c9b3ece20b"
2020-12-07 23:57:13 +00:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-05-19 16:26:14 +00:00
version = "0.2.80"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "d554b7f530dee5964d9a9468d95c1f8b8acae4f282807e7d27d4b03099a46744"
2020-12-07 23:57:13 +00:00
[[package]]
name = "web-sys"
2022-05-19 16:26:14 +00:00
version = "0.3.57"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "7b17e741662c70c8bd24ac5c5b18de314a2c26c32bf8346ee1e6f53de919c283"
2020-12-07 23:57:13 +00:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2020-12-07 00:49:29 +00:00
[[package]]
name = "weezl"
2022-05-19 16:26:14 +00:00
version = "0.1.6"
2020-12-07 00:49:29 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9c97e489d8f836838d497091de568cf16b117486d529ec5579233521065bd5e4"
2020-12-07 00:49:29 +00:00
2020-12-08 00:17:38 +00:00
[[package]]
name = "whoami"
2021-12-09 04:45:17 +00:00
version = "1.2.1"
2020-12-08 00:17:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-09 04:45:17 +00:00
checksum = "524b58fa5a20a2fb3014dd6358b70e6579692a56ef6fce928834e488f42f65e8"
2021-02-20 22:36:48 +00:00
dependencies = [
"wasm-bindgen",
"web-sys",
]
2020-12-08 00:17:38 +00:00
2020-01-17 23:13:24 +00:00
[[package]]
name = "winapi"
2020-07-23 04:04:42 +00:00
version = "0.3.9"
2020-01-17 23:13:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2020-07-23 04:04:42 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2020-01-17 23:13:24 +00:00
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"
2022-03-23 19:26:56 +00:00
[[package]]
name = "windows-sys"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
2022-03-23 19:26:56 +00:00
dependencies = [
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_msvc"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
2022-03-23 19:26:56 +00:00
[[package]]
name = "windows_i686_gnu"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
2022-03-23 19:26:56 +00:00
[[package]]
name = "windows_i686_msvc"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
2022-03-23 19:26:56 +00:00
[[package]]
name = "windows_x86_64_gnu"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
2022-03-23 19:26:56 +00:00
[[package]]
name = "windows_x86_64_msvc"
2022-05-19 16:26:14 +00:00
version = "0.36.1"
2022-03-23 19:26:56 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
2022-03-23 19:26:56 +00:00
2020-12-07 23:57:13 +00:00
[[package]]
name = "winreg"
2022-03-23 19:26:56 +00:00
version = "0.10.1"
2020-12-07 23:57:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
2020-12-07 23:57:13 +00:00
dependencies = [
2021-02-21 02:16:58 +00:00
"winapi",
2020-01-17 23:13:24 +00:00
]
2020-12-08 00:17:38 +00:00
[[package]]
name = "zstd"
2022-05-19 16:26:14 +00:00
version = "0.10.2+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "5f4a6bd64f22b5e3e94b4e238669ff9f10815c27a5180108b849d24174a83847"
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2022-05-19 16:26:14 +00:00
version = "4.1.6+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-19 16:26:14 +00:00
checksum = "94b61c51bb270702d6167b8ce67340d2754b088d0c091b06e593aa772c3ee9bb"
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2022-03-23 19:26:56 +00:00
version = "1.6.3+zstd.1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-23 19:26:56 +00:00
checksum = "fc49afa5c8d634e75761feda8c592051e7eeb4683ba827211eb0d731d3402ea8"
dependencies = [
"cc",
"libc",
]