ffplayout/Cargo.lock

4599 lines
108 KiB
Plaintext
Raw Normal View History

2022-02-12 16:32:51 -05:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-06-06 17:07:11 -04:00
[[package]]
name = "actix-codec"
version = "0.5.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f7b0a21988c1bf877cf4759ef5ddaac04c1c9fe808c9142ecb78ba97d97a28a"
2022-06-06 17:07:11 -04:00
dependencies = [
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2022-06-06 17:07:11 -04:00
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util",
"tracing",
2022-06-06 17:07:11 -04:00
]
2022-07-24 13:23:52 -04:00
[[package]]
name = "actix-files"
version = "0.6.5"
2022-07-24 13:23:52 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf0bdd6ff79de7c9a021f5d9ea79ce23e108d8bfc9b49b5b4a2cf6fad5a35212"
2022-07-24 13:23:52 -04:00
dependencies = [
"actix-http",
"actix-service",
"actix-utils",
"actix-web",
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2022-07-24 13:23:52 -04:00
"bytes",
"derive_more",
"futures-core",
"http-range",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
"v_htmlescape",
2022-07-24 13:23:52 -04:00
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "actix-http"
2024-02-06 06:00:34 -05:00
version = "3.6.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 06:00:34 -05:00
checksum = "d223b13fd481fc0d1f83bb12659ae774d9e3601814c68a0bc539731698cca743"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
"ahash",
2024-03-27 05:55:46 -04:00
"base64 0.21.7",
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2022-06-06 17:07:11 -04:00
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
2024-03-23 18:36:35 -04:00
"http 0.2.12",
2022-06-06 17:07:11 -04:00
"httparse",
"httpdate",
"itoa",
"language-tags",
"local-channel",
"mime",
"percent-encoding",
"pin-project-lite",
"rand",
2022-06-13 08:20:31 -04:00
"sha1",
2022-06-06 17:07:11 -04:00
"smallvec",
2023-01-28 15:52:32 -05:00
"tokio",
"tokio-util",
2022-06-13 08:20:31 -04:00
"tracing",
2022-06-06 17:07:11 -04:00
"zstd",
]
[[package]]
name = "actix-macros"
version = "0.2.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01ed3140b2f8d422c68afa1ed2e85d996ea619c988ac834d255db32138655cb"
2022-06-06 17:07:11 -04:00
dependencies = [
"quote",
"syn 2.0.63",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "actix-multipart"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b960e2aea75f49c8f069108063d12a48d329fc8b60b786dfc7552a9d5918d2d"
dependencies = [
2023-08-08 15:10:30 -04:00
"actix-multipart-derive",
"actix-utils",
"actix-web",
"bytes",
"derive_more",
"futures-core",
2023-08-08 15:10:30 -04:00
"futures-util",
"httparse",
"local-waker",
"log",
2023-01-28 15:52:32 -05:00
"memchr",
"mime",
2023-08-08 15:10:30 -04:00
"serde",
"serde_json",
"serde_plain",
"tempfile",
"tokio",
]
[[package]]
name = "actix-multipart-derive"
version = "0.6.1"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a0a77f836d869f700e5b47ac7c3c8b9c8bc82e4aec861954c6198abee3ebd4d"
2023-08-08 15:10:30 -04:00
dependencies = [
"darling",
"parse-size",
"proc-macro2",
"quote",
"syn 2.0.63",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "actix-router"
2024-01-01 18:51:11 -05:00
version = "0.5.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "d22475596539443685426b6bdadb926ad0ecaefdfc5fb05e5e3441f15463c511"
2022-06-06 17:07:11 -04:00
dependencies = [
"bytestring",
2024-03-23 18:36:35 -04:00
"http 0.2.12",
2022-06-06 17:07:11 -04:00
"regex",
"serde",
2022-10-01 17:43:43 -04:00
"tracing",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "actix-rt"
version = "2.9.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28f32d40287d3f402ae0028a9d54bef51af15c8769492826a69d28f81893151d"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
version = "2.3.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eb13e7eef0423ea6eab0e59f6c72e7cb46d33691ad56a726b3cd07ddec2c2d4"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio",
2024-05-10 02:25:07 -04:00
"socket2 0.5.7",
2022-06-06 17:07:11 -04:00
"tokio",
"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"
2022-10-25 04:06:15 -04:00
version = "3.0.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 04:06:15 -04:00
checksum = "88a1dcdff1466e3c2488e1cb5c36a71822750ad43839937f85d2f4d9f8b705d8"
2022-06-06 17:07:11 -04:00
dependencies = [
"local-waker",
"pin-project-lite",
]
[[package]]
name = "actix-web"
2024-02-06 06:00:34 -05:00
version = "4.5.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 06:00:34 -05:00
checksum = "43a6556ddebb638c2358714d853257ed226ece6023ef9364f23f0c70737ea984"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-codec",
"actix-http",
"actix-macros",
"actix-router",
"actix-rt",
"actix-server",
"actix-service",
"actix-utils",
"actix-web-codegen",
"ahash",
2022-06-06 17:07:11 -04:00
"bytes",
"bytestring",
"cfg-if",
2022-06-06 17:07:11 -04:00
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
2024-05-10 02:25:07 -04:00
"socket2 0.5.7",
2023-09-07 15:57:16 -04:00
"time",
2022-06-06 17:07:11 -04:00
"url",
]
[[package]]
name = "actix-web-codegen"
version = "4.2.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1f50ebbb30eca122b188319a4398b3f7bb4a8cdf50ecfb73bfc6a3c3ce54f5"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-router",
"proc-macro2",
"quote",
"syn 2.0.63",
2022-06-06 17:07:11 -04:00
]
2022-06-09 12:59:14 -04:00
[[package]]
name = "actix-web-grants"
2024-04-04 10:45:31 -04:00
version = "4.1.0"
2022-06-09 12:59:14 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "9793f592921b44112da3d82f7a6d5e0867cb0b1a7c11c304138bff95f92a5725"
2022-06-09 12:59:14 -04:00
dependencies = [
"actix-web",
2023-12-02 15:16:44 -05:00
"protect-endpoints-proc-macro",
2022-06-09 12:59:14 -04:00
]
[[package]]
name = "actix-web-httpauth"
2023-09-26 03:30:08 -04:00
version = "0.8.1"
2022-06-09 12:59:14 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "1d613edf08a42ccc6864c941d30fe14e1b676a77d16f1dbadc1174d065a0a775"
2022-06-09 12:59:14 -04:00
dependencies = [
"actix-utils",
"actix-web",
2024-03-27 05:55:46 -04:00
"base64 0.21.7",
2022-06-09 12:59:14 -04:00
"futures-core",
"futures-util",
2023-08-08 15:10:30 -04:00
"log",
2022-06-09 12:59:14 -04:00
"pin-project-lite",
]
2024-04-24 03:58:57 -04:00
[[package]]
name = "actix-web-lab"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7675c1a84eec1b179c844cdea8488e3e409d8e4984026e92fa96c87dd86f33c6"
dependencies = [
"actix-http",
"actix-router",
"actix-service",
"actix-utils",
"actix-web",
"actix-web-lab-derive",
"ahash",
"arc-swap",
"async-trait",
"bytes",
"bytestring",
"csv",
"derive_more",
"futures-core",
"futures-util",
"http 0.2.12",
"impl-more",
"itertools",
"local-channel",
"mediatype",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"serde",
"serde_html_form",
"serde_json",
"tokio",
"tokio-stream",
"tracing",
]
[[package]]
name = "actix-web-lab-derive"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa0b287c8de4a76b691f29dbb5451e8dd5b79d777eaf87350c9b0cbfdb5e968"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2024-04-24 03:58:57 -04:00
]
[[package]]
name = "actix-web-static-files"
version = "4.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adf6d1ef6d7a60e084f9e0595e2a5234abda14e76c105ecf8e2d0e8800c41a1f"
dependencies = [
"actix-web",
"derive_more",
"futures-util",
"static-files",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "addr2line"
version = "0.21.0"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
2023-07-04 02:00:18 -04:00
dependencies = [
"gimli",
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2023-03-05 10:43:00 -05:00
[[package]]
name = "ahash"
2024-03-05 04:39:30 -05:00
version = "0.8.11"
2023-03-05 10:43:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-03-05 10:43:00 -05:00
dependencies = [
"cfg-if",
2023-03-05 10:43:00 -05:00
"getrandom",
"once_cell",
"version_check",
"zerocopy",
2023-03-05 10:43:00 -05:00
]
2023-04-23 15:29:36 -04:00
[[package]]
name = "aho-corasick"
2024-03-23 18:36:35 -04:00
version = "1.1.3"
2023-04-23 15:29:36 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-04-23 15:29:36 -04:00
dependencies = [
"memchr",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "alloc-no-stdlib"
2022-10-01 17:43:43 -04:00
version = "2.0.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
2022-06-06 17:07:11 -04:00
[[package]]
name = "alloc-stdlib"
2022-10-01 17:43:43 -04:00
version = "0.2.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
2022-06-06 17:07:11 -04:00
dependencies = [
"alloc-no-stdlib",
]
[[package]]
name = "allocator-api2"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
2022-08-30 11:15:29 -04:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-30 11:15:29 -04:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
2024-05-10 02:25:07 -04:00
version = "0.6.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-10 02:25:07 -04:00
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-05-10 02:25:07 -04:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
[[package]]
name = "anstyle-parse"
2024-05-10 02:25:07 -04:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-05-10 02:25:07 -04:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
dependencies = [
2023-12-09 15:52:00 -05:00
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
2024-05-10 02:25:07 -04:00
version = "3.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
dependencies = [
"anstyle",
2023-12-09 15:52:00 -05:00
"windows-sys 0.52.0",
]
2022-12-06 02:11:18 -05:00
[[package]]
name = "any_ascii"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70033777eb8b5124a81a1889416543dddef2de240019b674c81285a2635a7e1e"
2024-04-24 03:58:57 -04:00
[[package]]
name = "arc-swap"
version = "1.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2022-06-07 16:05:35 -04:00
[[package]]
name = "argon2"
version = "0.5.3"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
2022-06-07 16:05:35 -04:00
dependencies = [
"base64ct",
"blake2",
2023-08-08 15:10:30 -04:00
"cpufeatures",
2022-06-07 16:05:35 -04:00
"password-hash",
]
[[package]]
name = "ascii"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
[[package]]
name = "async-attributes"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
dependencies = [
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
]
[[package]]
name = "async-channel"
2023-07-14 07:42:20 -04:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 07:42:20 -04:00
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
dependencies = [
"concurrent-queue",
2023-11-17 05:22:04 -05:00
"event-listener 2.5.3",
"futures-core",
]
2023-11-17 05:22:04 -05:00
[[package]]
name = "async-channel"
version = "2.2.1"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d4d23bcc79e27423727b36823d86233aad06dfea531837b038394d11e9928"
2023-11-17 05:22:04 -05:00
dependencies = [
"concurrent-queue",
2024-04-09 10:40:14 -04:00
"event-listener 5.3.0",
2024-05-10 02:25:07 -04:00
"event-listener-strategy 0.5.2",
2023-11-17 05:22:04 -05:00
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-executor"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b10202063978b3351199d68f8b22c4e47e4b1b822f8d43fd862d5ea8c006b29a"
dependencies = [
"async-task",
"concurrent-queue",
2024-05-10 02:25:07 -04:00
"fastrand 2.1.0",
2024-03-23 18:36:35 -04:00
"futures-lite 2.3.0",
"slab",
]
[[package]]
name = "async-global-executor"
2023-12-16 17:01:25 -05:00
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 17:01:25 -05:00
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
dependencies = [
"async-channel 2.2.1",
"async-executor",
2024-03-14 03:49:22 -04:00
"async-io 2.3.2",
"async-lock 3.3.0",
"blocking",
2024-03-23 18:36:35 -04:00
"futures-lite 2.3.0",
"once_cell",
]
[[package]]
name = "async-io"
2023-03-27 04:50:20 -04:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 04:50:20 -04:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
2023-11-17 05:22:04 -05:00
"async-lock 2.8.0",
2022-08-19 04:14:37 -04:00
"autocfg",
"cfg-if",
"concurrent-queue",
2023-11-17 05:22:04 -05:00
"futures-lite 1.13.0",
"log",
"parking",
2023-11-27 13:26:41 -05:00
"polling 2.8.0",
"rustix 0.37.27",
"slab",
"socket2 0.4.10",
"waker-fn",
]
2023-11-27 13:26:41 -05:00
[[package]]
name = "async-io"
2024-03-14 03:49:22 -04:00
version = "2.3.2"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
2023-11-27 13:26:41 -05:00
dependencies = [
"async-lock 3.3.0",
2023-11-27 13:26:41 -05:00
"cfg-if",
"concurrent-queue",
"futures-io",
2024-03-23 18:36:35 -04:00
"futures-lite 2.3.0",
2023-11-27 13:26:41 -05:00
"parking",
2024-05-10 02:25:07 -04:00
"polling 3.7.0",
"rustix 0.38.34",
2023-11-27 13:26:41 -05:00
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
2023-11-17 05:22:04 -05:00
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
version = "3.3.0"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
2023-11-17 05:22:04 -05:00
dependencies = [
"event-listener 4.0.3",
2024-02-12 05:28:56 -05:00
"event-listener-strategy 0.4.0",
2023-11-17 05:22:04 -05:00
"pin-project-lite",
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-attributes",
2023-11-17 05:22:04 -05:00
"async-channel 1.9.0",
"async-global-executor",
2023-11-27 13:26:41 -05:00
"async-io 1.13.0",
2023-11-17 05:22:04 -05:00
"async-lock 2.8.0",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
2023-11-17 05:22:04 -05:00
"futures-lite 1.13.0",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2024-05-10 02:25:07 -04:00
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
version = "0.1.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
]
[[package]]
name = "asynchronous-codec"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
"pin-project-lite",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "atoi"
2023-07-04 02:00:18 -04:00
version = "2.0.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 02:00:18 -04:00
checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
2022-06-06 17:07:11 -04:00
dependencies = [
"num-traits",
]
[[package]]
name = "atomic-waker"
2023-09-26 03:30:08 -04:00
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2022-02-12 16:32:51 -05:00
[[package]]
name = "autocfg"
2024-05-10 02:25:07 -04:00
version = "1.3.0"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2022-02-12 16:32:51 -05:00
2023-07-04 02:00:18 -04:00
[[package]]
name = "backtrace"
2024-03-23 18:36:35 -04:00
version = "0.3.71"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
2023-07-04 02:00:18 -04:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2023-01-28 15:52:32 -05:00
[[package]]
name = "base64"
version = "0.21.7"
2023-01-28 15:52:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-01-28 15:52:32 -05:00
2024-03-27 05:55:46 -04:00
[[package]]
name = "base64"
2024-05-10 02:25:07 -04:00
version = "0.22.1"
2024-03-27 05:55:46 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2024-03-27 05:55:46 -04:00
2022-06-07 16:05:35 -04:00
[[package]]
name = "base64ct"
2023-03-05 10:43:00 -05:00
version = "1.6.0"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
2022-06-07 16:05:35 -04:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-07-04 02:00:18 -04:00
[[package]]
name = "bitflags"
2024-03-23 18:36:35 -04:00
version = "2.5.0"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-07-04 02:00:18 -04:00
dependencies = [
"serde",
]
2022-06-07 16:05:35 -04:00
[[package]]
name = "blake2"
version = "0.10.6"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
2022-06-07 16:05:35 -04:00
dependencies = [
"digest",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "block-buffer"
2023-03-22 11:11:47 -04:00
version = "0.10.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-06-06 17:07:11 -04:00
dependencies = [
"generic-array",
]
[[package]]
name = "blocking"
2024-05-10 02:25:07 -04:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "495f7104e962b7356f0aeb34247aca1fe7d2e783b346582db7f2904cb5717e88"
dependencies = [
"async-channel 2.2.1",
"async-lock 3.3.0",
"async-task",
2023-09-26 03:30:08 -04:00
"futures-io",
2024-03-23 18:36:35 -04:00
"futures-lite 2.3.0",
2023-09-26 03:30:08 -04:00
"piper",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "brotli"
2024-03-23 18:36:35 -04:00
version = "3.5.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "d640d25bc63c50fb1f0b545ffd80207d2e10a4c965530809b40ba3386825c391"
2022-06-06 17:07:11 -04:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
version = "2.5.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e2e4afe60d7dd600fdd3de8d0f08c2b7ec039712e3b6137ff98b7004e82de4f"
2022-06-06 17:07:11 -04:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
[[package]]
name = "bumpalo"
2024-04-09 10:40:14 -04:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2022-06-06 17:07:11 -04:00
[[package]]
name = "byteorder"
version = "1.5.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-06-06 17:07:11 -04:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "bytes"
2024-03-23 18:36:35 -04:00
version = "1.6.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2022-04-05 11:07:34 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "bytestring"
version = "1.3.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
2022-06-06 17:07:11 -04:00
dependencies = [
"bytes",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "cc"
2024-05-10 02:25:07 -04:00
version = "1.0.97"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
2022-06-06 17:07:11 -04:00
dependencies = [
"jobserver",
"libc",
"once_cell",
2022-06-06 17:07:11 -04:00
]
2022-03-12 16:18:49 -05:00
2022-02-14 15:33:17 -05:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "change-detection"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "159fa412eae48a1d94d0b9ecdb85c97ce56eb2a347c62394d3fdbf221adabc1a"
dependencies = [
"path-matchers",
"path-slash",
]
[[package]]
name = "chrono"
version = "0.4.38"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2022-06-23 16:39:13 -04:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
2022-06-23 16:39:13 -04:00
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.5",
2022-06-23 16:39:13 -04:00
]
2023-11-08 02:40:48 -05:00
[[package]]
name = "chumsky"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eebd66744a15ded14960ab4ccdbfb51ad3b81f51f3f04a80adac98c985396c9"
dependencies = [
2023-11-17 05:22:04 -05:00
"hashbrown",
2023-11-08 02:40:48 -05:00
"stacker",
]
[[package]]
name = "chunked_transfer"
2023-11-27 13:26:41 -05:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
[[package]]
name = "clap"
2024-03-27 05:55:46 -04:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 05:55:46 -04:00
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
dependencies = [
"clap_builder",
"clap_derive",
]
[[package]]
name = "clap_builder"
2024-03-14 03:49:22 -04:00
version = "4.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2024-04-09 10:40:14 -04:00
"strsim 0.11.1",
]
[[package]]
name = "clap_derive"
2024-03-27 05:55:46 -04:00
version = "4.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 05:55:46 -04:00
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
dependencies = [
2024-03-23 18:36:35 -04:00
"heck 0.5.0",
"proc-macro2",
"quote",
"syn 2.0.63",
]
2022-04-19 11:44:14 -04:00
[[package]]
name = "clap_lex"
2024-02-12 05:28:56 -05:00
version = "0.7.0"
2022-04-19 11:44:14 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 05:28:56 -05:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
[[package]]
name = "colorchoice"
2024-05-10 02:25:07 -04:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2022-04-19 11:44:14 -04:00
2022-11-19 14:34:29 -05:00
[[package]]
name = "concurrent-queue"
2024-05-10 02:25:07 -04:00
version = "2.5.0"
2022-11-19 14:34:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2022-11-19 14:34:29 -05:00
dependencies = [
"crossbeam-utils",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "const-oid"
2023-12-16 17:01:25 -05:00
version = "0.9.6"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 17:01:25 -05:00
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2023-07-04 02:00:18 -04:00
2022-06-06 17:07:11 -04: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.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e859cd57d0710d9e06c381b550c06e76992472a8c6d527aecd2fc673dcc231fb"
2022-06-06 17:07:11 -04:00
dependencies = [
"percent-encoding",
2023-09-07 15:57:16 -04:00
"time",
2022-06-06 17:07:11 -04:00
"version_check",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "core-foundation-sys"
2023-12-02 15:16:44 -05:00
version = "0.8.6"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 15:16:44 -05:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-03-12 16:18:49 -05:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "cpufeatures"
version = "0.2.12"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2024-04-09 10:40:14 -04:00
version = "3.2.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "69e6e4d7b33a94f0991c26729976b10ebde1d34c3ee82408fb536164fa10d636"
2022-06-06 17:07:11 -04:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2022-06-06 17:07:11 -04:00
2022-02-23 15:25:14 -05:00
[[package]]
name = "crc32fast"
2024-03-05 04:39:30 -05:00
version = "1.4.0"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2022-02-23 15:25:14 -05:00
dependencies = [
"cfg-if",
2022-02-23 15:25:14 -05:00
]
[[package]]
name = "crossbeam-channel"
2024-03-05 04:39:30 -05:00
version = "0.5.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
dependencies = [
"crossbeam-utils",
]
2023-11-06 10:19:26 -05:00
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
2023-11-06 10:19:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-11-06 10:19:26 -05:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
2023-11-06 10:19:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-11-06 10:19:26 -05:00
dependencies = [
"crossbeam-utils",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "crossbeam-queue"
version = "0.3.11"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
2022-06-06 17:07:11 -04:00
dependencies = [
"crossbeam-utils",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2022-06-06 17:07:11 -04:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-06-06 17:07:11 -04:00
dependencies = [
"generic-array",
"typenum",
]
2024-04-24 03:58:57 -04:00
[[package]]
name = "csv"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
dependencies = [
"csv-core",
"itoa",
"ryu",
"serde",
]
[[package]]
name = "csv-core"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
dependencies = [
"memchr",
]
2023-08-08 15:10:30 -04:00
[[package]]
name = "darling"
2024-03-05 04:39:30 -05:00
version = "0.20.8"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
2023-08-08 15:10:30 -04:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-03-05 04:39:30 -05:00
version = "0.20.8"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
2023-08-08 15:10:30 -04:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-02-12 05:28:56 -05:00
"strsim 0.10.0",
"syn 2.0.63",
2023-08-08 15:10:30 -04:00
]
[[package]]
name = "darling_macro"
2024-03-05 04:39:30 -05:00
version = "0.20.8"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
2023-08-08 15:10:30 -04:00
dependencies = [
"darling_core",
"quote",
"syn 2.0.63",
2023-08-08 15:10:30 -04:00
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
2023-11-17 05:22:04 -05:00
"hashbrown",
"lock_api",
2022-10-01 17:43:43 -04:00
"once_cell",
2023-07-04 02:00:18 -04:00
"parking_lot_core",
]
[[package]]
name = "der"
2024-04-04 10:45:31 -04:00
version = "0.7.9"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
2023-07-04 02:00:18 -04:00
dependencies = [
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "deranged"
2024-01-02 07:35:49 -05:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-02 07:35:49 -05:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-10-20 02:19:53 -04:00
dependencies = [
"powerfmt",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "derive_more"
version = "0.99.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
dependencies = [
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "digest"
version = "0.10.7"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-06-06 17:07:11 -04:00
dependencies = [
"block-buffer",
2023-07-04 02:00:18 -04:00
"const-oid",
2022-06-06 17:07:11 -04:00
"crypto-common",
2022-06-07 16:05:35 -04:00
"subtle",
2022-06-06 17:07:11 -04:00
]
2022-08-08 05:21:24 -04:00
[[package]]
name = "dotenvy"
2023-03-27 04:50:20 -04:00
version = "0.15.7"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 04:50:20 -04:00
checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2022-06-06 17:07:11 -04:00
[[package]]
name = "either"
version = "1.11.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2023-07-04 02:00:18 -04:00
dependencies = [
"serde",
]
2022-06-06 17:07:11 -04:00
2022-04-02 16:15:30 -04:00
[[package]]
name = "email-encoding"
2024-04-04 10:45:31 -04:00
version = "0.3.0"
2022-04-02 16:15:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "60d1d33cdaede7e24091f039632eb5d3c7469fe5b066a985281a34fc70fa317f"
2022-04-02 16:15:30 -04:00
dependencies = [
2024-05-10 02:25:07 -04:00
"base64 0.22.1",
2022-06-13 08:02:55 -04:00
"memchr",
2022-04-02 16:15:30 -04:00
]
2022-06-13 08:02:55 -04:00
[[package]]
name = "email_address"
version = "0.2.4"
2022-06-13 08:02:55 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2153bd83ebc09db15bcbdc3e2194d901804952e3dc96967e1cd3b0c5c32d112"
2022-06-13 08:02:55 -04:00
[[package]]
name = "encoding_rs"
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
2023-06-26 01:40:32 -04:00
[[package]]
name = "equivalent"
2023-07-14 07:42:20 -04:00
version = "1.0.1"
2023-06-26 01:40:32 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-14 07:42:20 -04:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-26 01:40:32 -04:00
2024-05-28 16:20:47 -04:00
[[package]]
name = "erased-serde"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24e2389d65ab4fab27dc2a5de7b191e1f6617d1f1c8855c0dc569c94a4cbb18d"
dependencies = [
"serde",
"typeid",
]
2023-03-27 04:50:20 -04:00
[[package]]
name = "errno"
2024-05-10 02:25:07 -04:00
version = "0.3.9"
2023-03-27 04:50:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-03-27 04:50:20 -04:00
dependencies = [
"libc",
2023-12-02 15:16:44 -05:00
"windows-sys 0.52.0",
2023-03-27 04:50:20 -04:00
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "etcetera"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
dependencies = [
"cfg-if",
"home",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2023-07-04 02:00:18 -04:00
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "event-listener"
2022-08-08 05:21:24 -04:00
version = "2.5.3"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 05:21:24 -04:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2022-06-06 17:07:11 -04:00
2023-11-17 05:22:04 -05:00
[[package]]
name = "event-listener"
version = "4.0.3"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
2023-11-17 05:22:04 -05:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2024-02-12 05:28:56 -05:00
[[package]]
name = "event-listener"
2024-04-09 10:40:14 -04:00
version = "5.3.0"
2024-02-12 05:28:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "6d9944b8ca13534cdfb2800775f8dd4902ff3fc75a50101466decadfdf322a24"
2024-02-12 05:28:56 -05:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2023-11-17 05:22:04 -05:00
[[package]]
name = "event-listener-strategy"
2023-11-27 13:26:41 -05:00
version = "0.4.0"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
2023-11-17 05:22:04 -05:00
dependencies = [
"event-listener 4.0.3",
2023-11-17 05:22:04 -05:00
"pin-project-lite",
]
2024-02-12 05:28:56 -05:00
[[package]]
name = "event-listener-strategy"
2024-05-10 02:25:07 -04:00
version = "0.5.2"
2024-02-12 05:28:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
2024-02-12 05:28:56 -05:00
dependencies = [
2024-04-09 10:40:14 -04:00
"event-listener 5.3.0",
2024-02-12 05:28:56 -05:00
"pin-project-lite",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "faccess"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
dependencies = [
2023-07-04 02:00:18 -04:00
"bitflags 1.3.2",
2022-06-06 17:07:11 -04:00
"libc",
"winapi",
2022-06-06 17:07:11 -04:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "fastrand"
2023-03-05 10:43:00 -05:00
version = "1.9.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-03-12 16:18:49 -05:00
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
2024-05-10 02:25:07 -04:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2022-02-12 16:32:51 -05:00
[[package]]
2022-06-23 16:39:13 -04:00
name = "ffplayout"
version = "0.23.0"
2022-02-12 16:32:51 -05:00
dependencies = [
2024-05-28 07:28:13 -04:00
"actix-files",
"actix-multipart",
"actix-web",
"actix-web-grants",
"actix-web-httpauth",
"actix-web-lab",
"actix-web-static-files",
"argon2",
"chrono",
2022-06-21 17:10:38 -04:00
"clap",
2024-05-28 07:28:13 -04:00
"derive_more",
"faccess",
2022-06-21 17:10:38 -04:00
"ffplayout-lib",
"flexi_logger",
2024-05-28 07:28:13 -04:00
"futures-util",
"home",
"jsonwebtoken",
"lazy_static",
2024-06-04 13:01:53 -04:00
"lettre",
2024-05-28 07:28:13 -04:00
"lexical-sort",
"local-ip-address",
2024-05-28 16:20:47 -04:00
"log",
2024-05-28 07:28:13 -04:00
"once_cell",
"paris",
2024-05-28 07:28:13 -04:00
"parking_lot",
"path-clean",
"rand",
2022-10-14 04:40:35 -04:00
"regex",
2024-05-28 07:28:13 -04:00
"relative-path",
2022-06-21 17:10:38 -04:00
"reqwest",
2024-05-28 07:28:13 -04:00
"rpassword",
"sanitize-filename",
2022-06-21 17:10:38 -04:00
"serde",
"serde_json",
2024-06-04 13:01:53 -04:00
"shlex",
2024-05-28 16:20:47 -04:00
"signal-child",
2022-06-21 17:10:38 -04:00
"simplelog",
2024-05-28 07:28:13 -04:00
"sqlx",
"static-files",
"sysinfo",
2024-05-28 16:20:47 -04:00
"time",
2024-05-28 07:28:13 -04:00
"tokio",
"tokio-stream",
"toml_edit",
"uuid",
2022-06-21 17:10:38 -04:00
]
[[package]]
2022-06-23 16:39:13 -04:00
name = "ffplayout-api"
version = "0.23.0"
2022-06-21 17:10:38 -04:00
dependencies = [
2022-07-24 13:23:52 -04:00
"actix-files",
2022-06-23 16:39:13 -04:00
"actix-multipart",
"actix-web",
"actix-web-grants",
"actix-web-httpauth",
2024-04-24 03:58:57 -04:00
"actix-web-lab",
"actix-web-static-files",
2022-06-23 16:39:13 -04:00
"argon2",
"chrono",
2022-05-23 10:29:55 -04:00
"clap",
2022-06-23 16:39:13 -04:00
"derive_more",
2022-06-06 17:07:11 -04:00
"faccess",
2022-06-21 17:10:38 -04:00
"ffplayout-lib",
2022-06-23 16:39:13 -04:00
"futures-util",
"home",
2022-06-23 16:39:13 -04:00
"jsonwebtoken",
"lazy_static",
2022-12-06 02:11:18 -05:00
"lexical-sort",
"local-ip-address",
2022-06-23 16:39:13 -04:00
"once_cell",
2024-04-24 03:58:57 -04:00
"parking_lot",
"path-clean",
"rand",
2022-11-13 11:34:01 -05:00
"regex",
2022-06-23 16:39:13 -04:00
"relative-path",
"reqwest",
"rpassword",
2022-06-23 16:39:13 -04:00
"sanitize-filename",
2022-02-12 16:32:51 -05:00
"serde",
2022-02-15 11:27:06 -05:00
"serde_json",
2022-02-23 12:06:40 -05:00
"simplelog",
2022-06-23 16:39:13 -04:00
"sqlx",
"static-files",
2023-11-06 10:19:26 -05:00
"sysinfo",
2023-02-20 16:12:33 -05:00
"tokio",
2024-04-24 03:58:57 -04:00
"tokio-stream",
2024-05-01 16:00:12 -04:00
"toml_edit",
2024-04-23 16:02:48 -04:00
"uuid",
2022-02-14 15:33:17 -05:00
]
2024-05-28 07:28:13 -04:00
[[package]]
name = "ffplayout-engine"
version = "0.23.0"
dependencies = [
"chrono",
"clap",
"crossbeam-channel",
"ffplayout-lib",
"futures",
"itertools",
"notify",
"notify-debouncer-full",
"rand",
"regex",
"reqwest",
"serde",
"serde_json",
"simplelog",
"tiny_http",
"zeromq",
]
2022-06-21 17:10:38 -04:00
[[package]]
name = "ffplayout-lib"
version = "0.23.0"
2022-06-21 17:10:38 -04:00
dependencies = [
"chrono",
"crossbeam-channel",
2023-11-20 06:30:49 -05:00
"derive_more",
2022-06-21 17:10:38 -04:00
"ffprobe",
"file-rotate",
2024-05-27 06:14:50 -04:00
"home",
2024-03-05 03:30:05 -05:00
"lazy_static",
2022-06-21 17:10:38 -04:00
"lettre",
"lexical-sort",
2022-06-21 17:10:38 -04:00
"log",
"num-traits",
"rand",
2022-06-21 17:10:38 -04:00
"regex",
"reqwest",
"serde",
"serde_json",
"shlex",
"signal-child",
2022-06-21 17:10:38 -04:00
"simplelog",
2023-09-07 15:57:16 -04:00
"time",
2024-05-01 16:00:12 -04:00
"toml_edit",
2022-06-21 17:10:38 -04:00
"walkdir",
"winapi",
2022-06-21 17:10:38 -04:00
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "ffprobe"
2024-04-09 10:40:14 -04:00
version = "0.4.0"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "8ffef835e1f9ac151db5bb2adbb95c9dfe1f315f987f011dd89cd655b4e9a52c"
2022-02-15 11:27:06 -05:00
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "file-id"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6584280525fb2059cba3db2c04abf947a1a29a45ddae89f3870f8281704fafc9"
dependencies = [
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "file-rotate"
2023-06-11 14:50:21 -04:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-11 14:50:21 -04:00
checksum = "ddf221ceec4517f3cb764dae3541b2bd87666fc8832e51322fbb97250b468c71"
2022-02-23 15:25:14 -05:00
dependencies = [
"chrono",
2022-02-23 15:25:14 -05:00
"flate2",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "filetime"
2023-12-09 15:52:00 -05:00
version = "0.2.23"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 15:52:00 -05:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2022-02-14 15:33:17 -05:00
dependencies = [
"cfg-if",
2022-02-14 15:33:17 -05:00
"libc",
2024-05-10 02:25:07 -04:00
"redox_syscall 0.4.1",
2023-12-09 15:52:00 -05:00
"windows-sys 0.52.0",
2022-02-14 15:33:17 -05:00
]
2023-09-06 02:24:50 -04:00
[[package]]
name = "finl_unicode"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2022-02-23 15:25:14 -05:00
[[package]]
name = "flate2"
2024-05-10 02:25:07 -04:00
version = "1.0.30"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2022-02-23 15:25:14 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "flexi_logger"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f248c29a6d4bc5d065c9e9068d858761a0dcd796759f7801cc14db35db23abd8"
dependencies = [
"chrono",
"glob",
"is-terminal",
"log",
"nu-ansi-term",
"regex",
"thiserror",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "flume"
version = "0.11.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"futures-sink",
2023-04-06 05:10:23 -04:00
"spin 0.9.8",
2022-06-06 17:07:11 -04:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
2023-11-27 13:26:41 -05:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2022-04-05 11:07:34 -04:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-04-05 11:07:34 -04:00
dependencies = [
"futures-core",
"futures-sink",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-core"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2022-03-12 16:18:49 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-executor"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2022-04-05 11:07:34 -04:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "futures-intrusive"
2023-07-04 02:00:18 -04:00
version = "0.5.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 02:00:18 -04:00
checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"lock_api",
2023-07-04 02:00:18 -04:00
"parking_lot",
2022-06-06 17:07:11 -04:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-io"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-lite"
2023-04-10 14:28:06 -04:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2023-11-17 05:22:04 -05:00
[[package]]
name = "futures-lite"
2024-03-23 18:36:35 -04:00
version = "2.3.0"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
2023-11-17 05:22:04 -05:00
dependencies = [
2024-05-10 02:25:07 -04:00
"fastrand 2.1.0",
2023-11-17 05:22:04 -05:00
"futures-core",
2023-11-20 06:30:49 -05:00
"futures-io",
"parking",
2023-11-17 05:22:04 -05:00
"pin-project-lite",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-macro"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2022-04-05 11:07:34 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "futures-sink"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2022-04-05 11:07:34 -04:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-task"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-util"
2024-01-01 18:51:11 -05:00
version = "0.3.30"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2022-03-12 16:18:49 -05:00
dependencies = [
2022-04-05 11:07:34 -04:00
"futures-channel",
2022-03-12 16:18:49 -05:00
"futures-core",
"futures-io",
2022-04-05 11:07:34 -04:00
"futures-macro",
"futures-sink",
2022-03-12 16:18:49 -05:00
"futures-task",
"memchr",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-03-12 16:18:49 -05:00
"pin-utils",
"slab",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "generic-array"
2023-03-28 07:26:25 -04:00
version = "0.14.7"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 07:26:25 -04:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-06-06 17:07:11 -04:00
dependencies = [
"typenum",
"version_check",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "getrandom"
2024-05-10 02:25:07 -04:00
version = "0.2.15"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2022-02-14 15:33:17 -05:00
dependencies = [
"cfg-if",
2023-12-02 15:16:44 -05:00
"js-sys",
2022-02-14 15:33:17 -05:00
"libc",
2023-09-07 15:57:16 -04:00
"wasi",
2023-12-02 15:16:44 -05:00
"wasm-bindgen",
2022-04-05 11:07:34 -04:00
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "gimli"
2023-11-27 13:26:41 -05:00
version = "0.28.1"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2023-07-04 02:00:18 -04:00
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "gloo-timers"
2023-01-28 15:52:32 -05:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
dependencies = [
"futures-channel",
"futures-core",
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "h2"
2024-04-09 10:40:14 -04:00
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-03-23 18:36:35 -04:00
"http 0.2.12",
2023-11-17 05:22:04 -05:00
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-05-10 02:25:07 -04:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2022-06-06 17:07:11 -04:00
dependencies = [
"ahash",
"allocator-api2",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "hashlink"
version = "0.8.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2022-06-06 17:07:11 -04:00
dependencies = [
2023-11-17 05:22:04 -05:00
"hashbrown",
2022-06-06 17:07:11 -04:00
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "heck"
2023-02-02 06:52:52 -05:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-06-06 17:07:11 -04:00
dependencies = [
"unicode-segmentation",
]
2024-03-23 18:36:35 -04:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-03-22 11:11:47 -04:00
[[package]]
name = "hermit-abi"
2024-03-05 04:39:30 -05:00
version = "0.3.9"
2023-03-22 11:11:47 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-22 11:11:47 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-07-04 02:00:18 -04:00
[[package]]
name = "hkdf"
2023-12-16 17:01:25 -05:00
version = "0.12.4"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 17:01:25 -05:00
checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2023-07-04 02:00:18 -04:00
dependencies = [
"hmac",
]
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
2023-12-16 17:01:25 -05:00
version = "0.5.9"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-16 17:01:25 -05:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-07-04 02:00:18 -04:00
dependencies = [
2023-12-16 17:01:25 -05:00
"windows-sys 0.52.0",
2023-07-04 02:00:18 -04:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "http"
2024-03-05 04:39:30 -05:00
version = "0.2.12"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"fnv",
2022-05-23 10:29:55 -04:00
"itoa",
2022-04-05 11:07:34 -04:00
]
2024-03-23 18:36:35 -04:00
[[package]]
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
"bytes",
"fnv",
"itoa",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "http-body"
2024-03-23 18:36:35 -04:00
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
dependencies = [
"bytes",
"http 1.1.0",
]
[[package]]
name = "http-body-util"
version = "0.1.1"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2024-03-23 18:36:35 -04:00
"futures-core",
"http 1.1.0",
"http-body",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-04-05 11:07:34 -04:00
]
2022-07-24 13:23:52 -04:00
[[package]]
name = "http-range"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21dec9db110f5f872ed9699c3ecf50cf16f423502706ba5c72462e28d3157573"
2022-04-05 11:07:34 -04:00
[[package]]
name = "httparse"
2022-10-01 17:43:43 -04:00
version = "1.8.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-04-05 11:07:34 -04:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "httpdate"
version = "1.0.3"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-03-12 16:18:49 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "hyper"
version = "1.3.1"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe575dd17d0862a9a33781c8c4696a55c320909004a67a00fb286ba8b1bc496d"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"futures-channel",
"futures-util",
2024-03-23 18:36:35 -04:00
"http 1.1.0",
2022-05-23 10:29:55 -04:00
"http-body",
2022-04-05 11:07:34 -04:00
"httparse",
2022-05-23 10:29:55 -04:00
"itoa",
"pin-project-lite",
2024-03-23 18:36:35 -04:00
"smallvec",
2022-05-23 10:29:55 -04:00
"tokio",
2022-04-05 11:07:34 -04:00
"want",
]
[[package]]
name = "hyper-rustls"
2024-03-23 18:36:35 -04:00
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
2024-03-23 18:36:35 -04:00
"http 1.1.0",
"hyper",
2024-03-23 18:36:35 -04:00
"hyper-util",
"rustls 0.22.4",
2024-03-23 18:36:35 -04:00
"rustls-pki-types",
"tokio",
"tokio-rustls",
2024-03-23 18:36:35 -04:00
"tower-service",
]
[[package]]
name = "hyper-util"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
dependencies = [
"bytes",
"futures-channel",
"futures-util",
"http 1.1.0",
"http-body",
"hyper",
"pin-project-lite",
2024-05-10 02:25:07 -04:00
"socket2 0.5.7",
2024-03-23 18:36:35 -04:00
"tokio",
"tower",
"tower-service",
"tracing",
]
[[package]]
name = "iana-time-zone"
2024-02-06 06:00:34 -05:00
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 06:00:34 -05:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-14 07:08:40 -04:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-20 02:19:53 -04:00
"windows-core",
]
2022-10-14 07:08:40 -04:00
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
2022-10-14 07:08:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-14 07:08:40 -04:00
dependencies = [
"cc",
2022-10-14 07:08:40 -04:00
]
2023-08-08 15:10:30 -04:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-06-11 14:50:21 -04:00
[[package]]
name = "idna"
2023-11-27 13:26:41 -05:00
version = "0.5.0"
2023-06-11 14:50:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-06-11 14:50:21 -04:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2024-04-24 03:58:57 -04:00
[[package]]
name = "impl-more"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "206ca75c9c03ba3d4ace2460e57b189f39f43de612c2f85836e65c929701bb2d"
2023-06-26 01:40:32 -04:00
[[package]]
name = "indexmap"
2024-03-23 18:36:35 -04:00
version = "2.2.6"
2023-06-26 01:40:32 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-06-26 01:40:32 -04:00
dependencies = [
"equivalent",
2023-11-17 05:22:04 -05:00
"hashbrown",
2023-06-26 01:40:32 -04:00
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
2023-07-04 02:00:18 -04:00
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
2022-03-12 16:18:49 -05:00
]
2023-03-05 10:43:00 -05:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
2023-03-05 10:43:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-03-05 10:43:00 -05:00
dependencies = [
2023-07-04 02:00:18 -04:00
"hermit-abi",
2023-03-05 10:43:00 -05:00
"libc",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2023-03-05 10:43:00 -05:00
]
[[package]]
name = "ipnet"
version = "2.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
[[package]]
name = "is-terminal"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
dependencies = [
"hermit-abi",
"libc",
"windows-sys 0.52.0",
]
2024-05-10 02:25:07 -04:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2023-11-17 05:22:04 -05:00
[[package]]
name = "itertools"
version = "0.12.1"
2023-11-17 05:22:04 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2023-11-17 05:22:04 -05:00
dependencies = [
"either",
]
[[package]]
2022-02-28 12:01:17 -05:00
name = "itoa"
2024-03-27 05:55:46 -04:00
version = "1.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 05:55:46 -04:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-02-28 12:01:17 -05:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "jobserver"
2024-05-10 02:25:07 -04:00
version = "0.1.31"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
2024-03-05 04:39:30 -05:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "jsonwebtoken"
2024-03-23 18:36:35 -04:00
version = "9.3.0"
2022-06-08 12:06:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "b9ae10193d25051e74945f1ea2d0b42e03cc3b890f7e4cc5faa44997d808193f"
2022-06-08 12:06:40 -04:00
dependencies = [
2024-03-27 05:55:46 -04:00
"base64 0.21.7",
2023-12-02 15:16:44 -05:00
"js-sys",
2022-06-08 12:06:40 -04:00
"pem",
2023-11-08 02:40:48 -05:00
"ring",
2022-06-08 12:06:40 -04:00
"serde",
"serde_json",
"simple_asn1",
]
[[package]]
name = "kqueue"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
2023-07-04 02:00:18 -04:00
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "kv-log-macro"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
dependencies = [
"log",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "language-tags"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4345964bb142484797b161f473a503a434de77149dd8c7427788c6e13379388"
2022-02-14 15:33:17 -05:00
[[package]]
2022-02-27 16:15:49 -05:00
name = "lazy_static"
version = "1.4.0"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-27 16:15:49 -05:00
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-07-04 02:00:18 -04:00
dependencies = [
"spin 0.5.2",
]
2022-02-14 15:33:17 -05:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "lettre"
2024-05-10 02:25:07 -04:00
version = "0.11.7"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "1a62049a808f1c4e2356a2a380bd5f2aca3b011b0b482cf3b914ba1731426969"
2022-03-12 16:18:49 -05:00
dependencies = [
2024-05-10 02:25:07 -04:00
"base64 0.22.1",
2023-11-08 02:40:48 -05:00
"chumsky",
2022-04-02 16:15:30 -04:00
"email-encoding",
2022-06-13 08:02:55 -04:00
"email_address",
2024-05-10 02:25:07 -04:00
"fastrand 2.1.0",
2022-05-23 10:29:55 -04:00
"httpdate",
2023-11-08 02:40:48 -05:00
"idna",
2022-03-12 16:18:49 -05:00
"mime",
"nom",
2024-01-29 02:32:20 -05:00
"percent-encoding",
2022-03-12 16:18:49 -05:00
"quoted_printable",
"rustls 0.23.5",
2024-04-09 10:40:14 -04:00
"rustls-pemfile",
2024-05-10 02:25:07 -04:00
"socket2 0.5.7",
2023-02-02 06:52:52 -05:00
"tokio",
2023-11-08 02:40:48 -05:00
"url",
2024-03-23 18:36:35 -04:00
"webpki-roots",
2022-03-12 16:18:49 -05:00
]
2022-12-06 02:11:18 -05:00
[[package]]
name = "lexical-sort"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c09e4591611e231daf4d4c685a66cb0410cc1e502027a20ae55f2bb9e997207a"
dependencies = [
"any_ascii",
]
[[package]]
name = "libc"
2024-05-10 02:25:07 -04:00
version = "0.2.154"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2023-07-04 02:00:18 -04:00
[[package]]
name = "libm"
version = "0.2.8"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2022-06-06 17:07:11 -04:00
[[package]]
name = "libsqlite3-sys"
2023-11-27 13:26:41 -05:00
version = "0.27.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
2022-06-06 17:07:11 -04:00
dependencies = [
"cc",
"pkg-config",
"vcpkg",
]
2023-03-05 10:43:00 -05:00
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
2023-03-27 04:50:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-27 04:50:20 -04:00
2023-07-04 02:00:18 -04:00
[[package]]
name = "linux-raw-sys"
version = "0.4.13"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2023-07-04 02:00:18 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "local-channel"
version = "0.1.5"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6cbc85e69b8df4b8bb8b89ec634e7189099cea8927a276b7384ce5488e53ec8"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"futures-sink",
"local-waker",
]
[[package]]
name = "local-ip-address"
2024-03-05 04:39:30 -05:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "136ef34e18462b17bf39a7826f8f3bbc223341f8e83822beb8b77db9a3d49696"
dependencies = [
"libc",
"neli",
"thiserror",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "local-waker"
version = "0.1.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d873d7c67ce09b42110d801813efbc9364414e356be9935700d368351657487"
2022-06-06 17:07:11 -04:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "lock_api"
2024-05-10 02:25:07 -04:00
version = "0.4.12"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2022-04-05 11:07:34 -04:00
dependencies = [
"autocfg",
"scopeguard",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "log"
2024-03-05 04:39:30 -05:00
version = "0.4.21"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-02-14 15:33:17 -05:00
dependencies = [
2024-05-28 16:20:47 -04:00
"serde",
"sval",
"sval_ref",
"value-bag",
2022-02-14 15:33:17 -05:00
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "md-5"
2023-09-26 03:30:08 -04:00
version = "0.10.6"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
2023-07-04 02:00:18 -04:00
dependencies = [
2023-09-26 03:30:08 -04:00
"cfg-if",
2023-07-04 02:00:18 -04:00
"digest",
]
2024-04-24 03:58:57 -04:00
[[package]]
name = "mediatype"
version = "0.19.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8878cd8d1b3c8c8ae4b2ba0a36652b7cf192f618a599a7fbdfa25cffd4ea72dd"
[[package]]
name = "memchr"
2024-04-04 10:45:31 -04:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2022-03-12 16:18:49 -05:00
[[package]]
name = "mime"
2023-03-22 11:11:47 -04:00
version = "0.3.17"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-03-12 16:18:49 -05:00
2022-07-24 13:23:52 -04:00
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
"mime",
"unicase",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-02-23 15:25:14 -05:00
[[package]]
name = "miniz_oxide"
2024-02-06 06:00:34 -05:00
version = "0.7.2"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 06:00:34 -05:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2022-02-23 15:25:14 -05:00
dependencies = [
"adler",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "mio"
2024-03-05 04:39:30 -05:00
version = "0.8.11"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"log",
2023-09-07 15:57:16 -04:00
"wasi",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "neli"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1100229e06604150b3becd61a4965d5c70f3be1759544ea7274166f4be41ef43"
dependencies = [
"byteorder",
"libc",
"log",
"neli-proc-macros",
]
[[package]]
name = "neli-proc-macros"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c168194d373b1e134786274020dae7fc5513d565ea2ebb9bc9ff17ffb69106d4"
dependencies = [
"either",
"proc-macro2",
"quote",
"serde",
"syn 1.0.109",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "nom"
2023-01-28 15:52:32 -05:00
version = "7.1.3"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2022-03-12 16:18:49 -05:00
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"log",
"mio",
"walkdir",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
]
[[package]]
name = "notify-debouncer-full"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f5dab59c348b9b50cf7f261960a20e389feb2713636399cd9082cd4b536154"
dependencies = [
"file-id",
"log",
"notify",
2023-07-04 02:00:18 -04:00
"parking_lot",
"walkdir",
]
2023-11-06 10:19:26 -05:00
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
[[package]]
name = "nu-ansi-term"
version = "0.49.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c073d3c1930d0751774acf49e66653acecb416c3a54c6ec095a9b11caddb5a68"
dependencies = [
"windows-sys 0.48.0",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "num-bigint"
2024-05-10 02:25:07 -04:00
version = "0.4.5"
2022-06-08 12:06:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2022-06-08 12:06:40 -04:00
dependencies = [
"num-integer",
"num-traits",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
2024-02-02 06:39:27 -05:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
2024-02-08 08:41:56 -05:00
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 08:41:56 -05:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "num-iter"
2024-05-10 02:25:07 -04:00
version = "0.1.45"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2023-07-04 02:00:18 -04:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
2024-05-10 02:25:07 -04:00
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
2023-07-04 02:00:18 -04:00
"libm",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "num_cpus"
2023-07-04 02:00:18 -04:00
version = "1.16.0"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-04 02:00:18 -04:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-02-27 16:15:49 -05:00
dependencies = [
2023-07-04 02:00:18 -04:00
"hermit-abi",
2022-02-27 16:15:49 -05:00
"libc",
]
[[package]]
name = "num_threads"
2024-03-05 04:39:30 -05:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "object"
2024-01-01 18:51:11 -05:00
version = "0.32.2"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-01 18:51:11 -05:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2023-07-04 02:00:18 -04:00
dependencies = [
"memchr",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "once_cell"
2023-12-09 15:52:00 -05:00
version = "1.19.0"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 15:52:00 -05:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-02-27 16:15:49 -05:00
2022-02-23 12:06:40 -05:00
[[package]]
name = "paris"
2023-04-06 05:10:23 -04:00
version = "1.5.15"
2022-02-23 12:06:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "8fecab3723493c7851f292cb060f3ee1c42f19b8d749345d0d7eaf3fd19aa62d"
2022-02-23 12:06:40 -05:00
[[package]]
name = "parking"
2023-10-20 02:19:53 -04:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-20 02:19:53 -04:00
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2022-06-06 17:07:11 -04:00
[[package]]
name = "parking_lot"
2024-05-10 02:25:07 -04:00
version = "0.12.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "7e4af0ca4f6caed20e900d564c242b8e5d4903fdacf31d3daf527b66fe6f42fb"
2022-06-06 17:07:11 -04:00
dependencies = [
"lock_api",
2023-07-04 02:00:18 -04:00
"parking_lot_core",
2022-04-05 11:07:34 -04:00
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "parking_lot_core"
2024-05-10 02:25:07 -04:00
version = "0.9.10"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if",
2022-06-06 17:07:11 -04:00
"libc",
2024-05-10 02:25:07 -04:00
"redox_syscall 0.5.1",
2022-06-06 17:07:11 -04:00
"smallvec",
2024-05-10 02:25:07 -04:00
"windows-targets 0.52.5",
2022-06-06 17:07:11 -04:00
]
2023-08-08 15:10:30 -04:00
[[package]]
name = "parse-size"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "944553dd59c802559559161f9816429058b869003836120e262e8caec061b7ae"
2022-06-07 16:05:35 -04:00
[[package]]
name = "password-hash"
2023-08-08 15:10:30 -04:00
version = "0.5.0"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 15:10:30 -04:00
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
2022-06-07 16:05:35 -04:00
dependencies = [
"base64ct",
"rand_core",
2022-06-07 16:05:35 -04:00
"subtle",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "paste"
2024-05-10 02:25:07 -04:00
version = "1.0.15"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2022-06-06 17:07:11 -04:00
[[package]]
name = "path-clean"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17359afc20d7ab31fdb42bb844c8b3bb1dabd7dcf7e68428492da7f16966fcef"
[[package]]
name = "path-matchers"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36cd9b72a47679ec193a5f0229d9ab686b7bd45e1fbc59ccf953c9f3d83f7b2b"
dependencies = [
"glob",
]
[[package]]
name = "path-slash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "498a099351efa4becc6a19c72aa9270598e8fd274ca47052e37455241c88b696"
2022-06-08 12:06:40 -04:00
[[package]]
name = "pem"
2024-04-09 10:40:14 -04:00
version = "3.0.4"
2022-06-08 12:06:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "8e459365e590736a54c3fa561947c84837534b8e9af6fc5bf781307e82658fae"
2022-06-08 12:06:40 -04:00
dependencies = [
2024-05-10 02:25:07 -04:00
"base64 0.22.1",
2023-11-08 02:40:48 -05:00
"serde",
2022-06-08 12:06:40 -04:00
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
[[package]]
name = "percent-encoding"
2023-11-27 13:26:41 -05:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2024-03-23 18:36:35 -04:00
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2024-03-23 18:36:35 -04:00
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "pin-project-lite"
2024-04-04 10:45:31 -04:00
version = "0.2.14"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-02-27 16:15:49 -05:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2023-09-26 03:30:08 -04:00
[[package]]
name = "piper"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
dependencies = [
"atomic-waker",
2024-05-10 02:25:07 -04:00
"fastrand 2.1.0",
2023-09-26 03:30:08 -04:00
"futures-io",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "pkcs1"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
dependencies = [
"der",
"pkcs8",
"spki",
]
[[package]]
name = "pkcs8"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
dependencies = [
"der",
"spki",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "pkg-config"
2024-03-05 04:39:30 -05:00
version = "0.3.30"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2022-03-12 16:18:49 -05:00
[[package]]
name = "polling"
2023-04-23 15:29:36 -04:00
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-23 15:29:36 -04:00
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
2022-08-30 11:15:29 -04:00
"autocfg",
2023-07-04 02:00:18 -04:00
"bitflags 1.3.2",
"cfg-if",
2023-03-22 11:11:47 -04:00
"concurrent-queue",
"libc",
"log",
2023-03-22 11:11:47 -04:00
"pin-project-lite",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
]
[[package]]
name = "polling"
2024-05-10 02:25:07 -04:00
version = "3.7.0"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
2023-11-27 13:26:41 -05:00
dependencies = [
"cfg-if",
"concurrent-queue",
2024-03-27 05:55:46 -04:00
"hermit-abi",
2023-11-27 13:26:41 -05:00
"pin-project-lite",
2024-05-10 02:25:07 -04:00
"rustix 0.38.34",
2023-11-27 13:26:41 -05:00
"tracing",
"windows-sys 0.52.0",
]
2023-10-20 02:19:53 -04:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-02-14 15:33:17 -05:00
[[package]]
name = "ppv-lite86"
2022-11-19 14:34:29 -05:00
version = "0.2.17"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-19 14:34:29 -05:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-02-14 15:33:17 -05:00
2022-02-12 16:32:51 -05:00
[[package]]
name = "proc-macro2"
2024-05-10 02:25:07 -04:00
version = "1.0.82"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
2022-02-12 16:32:51 -05:00
dependencies = [
"unicode-ident",
2022-02-12 16:32:51 -05:00
]
2023-12-02 15:16:44 -05:00
[[package]]
name = "protect-endpoints-proc-macro"
version = "0.3.1"
2023-12-02 15:16:44 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55af88c3abae61b9f79abd89d823d5e03ae58d4c61f2ca56a8b2c839c933476b"
2023-12-02 15:16:44 -05:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.63",
2023-12-02 15:16:44 -05:00
]
2023-11-08 02:40:48 -05:00
[[package]]
name = "psm"
version = "0.1.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
dependencies = [
"cc",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "quote"
version = "1.0.36"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "quoted_printable"
2023-11-08 02:40:48 -05:00
version = "0.5.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-08 02:40:48 -05:00
checksum = "79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0"
2022-03-12 16:18:49 -05:00
2022-02-14 15:33:17 -05:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
2022-02-14 15:33:17 -05:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
2022-02-14 15:33:17 -05:00
]
[[package]]
name = "rand_core"
2022-10-01 17:43:43 -04:00
version = "0.6.4"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-02-14 15:33:17 -05:00
dependencies = [
"getrandom",
2022-02-14 15:33:17 -05:00
]
2023-11-06 10:19:26 -05:00
[[package]]
name = "rayon"
2024-03-27 05:55:46 -04:00
version = "1.10.0"
2023-11-06 10:19:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 05:55:46 -04:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-11-06 10:19:26 -05:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
2023-11-06 10:19:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-11-06 10:19:26 -05:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-10-20 02:19:53 -04:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-05-10 02:25:07 -04:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "regex"
2024-03-23 18:36:35 -04:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-03-05 04:39:30 -05:00
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-03-27 05:55:46 -04:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-27 05:55:46 -04:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2022-06-20 16:19:41 -04:00
[[package]]
name = "relative-path"
2024-05-10 02:25:07 -04:00
version = "1.9.3"
2022-06-20 16:19:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "ba39f3699c378cd8970968dcbff9c43159ea4cfbd88d43c00b22f2ef10a435d2"
2022-06-20 16:19:41 -04:00
[[package]]
name = "reqwest"
version = "0.12.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "566cafdd92868e0939d3fb961bd0dc25fcfaaed179291093b3d43e6b3150ea10"
dependencies = [
2024-05-10 02:25:07 -04:00
"base64 0.22.1",
"bytes",
2024-03-23 18:36:35 -04:00
"futures-channel",
"futures-core",
"futures-util",
2024-03-23 18:36:35 -04:00
"http 1.1.0",
"http-body",
2024-03-23 18:36:35 -04:00
"http-body-util",
"hyper",
"hyper-rustls",
2024-03-23 18:36:35 -04:00
"hyper-util",
"ipnet",
"js-sys",
"log",
"mime",
2022-10-01 17:43:43 -04:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.22.4",
2024-04-09 10:40:14 -04:00
"rustls-pemfile",
2024-03-23 18:36:35 -04:00
"rustls-pki-types",
"serde",
"serde_json",
"serde_urlencoded",
2024-02-02 06:39:27 -05:00
"sync_wrapper",
"tokio",
"tokio-rustls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2024-03-23 18:36:35 -04:00
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
2024-03-05 04:39:30 -05:00
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
2024-03-05 04:39:30 -05:00
"cfg-if",
"getrandom",
"libc",
"spin 0.9.8",
2023-11-08 02:40:48 -05:00
"untrusted",
2024-03-05 04:39:30 -05:00
"windows-sys 0.52.0",
]
[[package]]
name = "rpassword"
2023-11-17 05:22:04 -05:00
version = "7.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-17 05:22:04 -05:00
checksum = "80472be3c897911d0137b2d2b9055faf6eeac5b14e324073d83bc17b191d7e3f"
dependencies = [
"libc",
2023-08-08 15:10:30 -04:00
"rtoolbox",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "rsa"
2023-12-02 15:16:44 -05:00
version = "0.9.6"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 15:16:44 -05:00
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2023-07-04 02:00:18 -04:00
dependencies = [
"const-oid",
"digest",
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
"subtle",
"zeroize",
]
2023-08-08 15:10:30 -04:00
[[package]]
name = "rtoolbox"
2023-11-17 05:22:04 -05:00
version = "0.0.2"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-17 05:22:04 -05:00
checksum = "c247d24e63230cdb56463ae328478bd5eac8b8faa8c69461a77e8e323afac90e"
2023-08-08 15:10:30 -04:00
dependencies = [
"libc",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2023-08-08 15:10:30 -04:00
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "rustc-demangle"
2024-05-10 02:25:07 -04:00
version = "0.1.24"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-07-04 02:00:18 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
2023-03-05 10:43:00 -05:00
[[package]]
name = "rustix"
version = "0.37.27"
2023-03-05 10:43:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
2023-03-05 10:43:00 -05:00
dependencies = [
2023-07-04 02:00:18 -04:00
"bitflags 1.3.2",
2023-04-06 05:10:23 -04:00
"errno",
2023-03-27 04:50:20 -04:00
"io-lifetimes",
"libc",
2023-07-04 02:00:18 -04:00
"linux-raw-sys 0.3.8",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2023-03-05 10:43:00 -05:00
]
2023-02-20 16:12:33 -05:00
[[package]]
2023-07-04 02:00:18 -04:00
name = "rustix"
2024-05-10 02:25:07 -04:00
version = "0.38.34"
2023-02-20 16:12:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-02-20 16:12:33 -05:00
dependencies = [
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2023-07-04 02:00:18 -04:00
"errno",
"libc",
"linux-raw-sys 0.4.13",
2023-12-02 15:16:44 -05:00
"windows-sys 0.52.0",
2023-02-20 16:12:33 -05:00
]
2024-01-03 15:20:56 -05:00
[[package]]
name = "rustls"
version = "0.22.4"
2024-01-03 15:20:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
2024-01-03 15:20:56 -05:00
dependencies = [
"log",
"ring",
"rustls-pki-types",
2024-03-23 18:36:35 -04:00
"rustls-webpki",
2024-01-03 15:20:56 -05:00
"subtle",
"zeroize",
]
2024-03-27 05:55:46 -04:00
[[package]]
name = "rustls"
version = "0.23.5"
2024-03-27 05:55:46 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afabcee0551bd1aa3e18e5adbf2c0544722014b899adb31bd186ec638d3da97e"
2024-03-27 05:55:46 -04:00
dependencies = [
"log",
"once_cell",
"ring",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pemfile"
2024-04-09 10:40:14 -04:00
version = "2.1.2"
2024-01-03 15:20:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
2024-01-03 15:20:56 -05:00
dependencies = [
2024-05-10 02:25:07 -04:00
"base64 0.22.1",
2024-01-03 15:20:56 -05:00
"rustls-pki-types",
]
[[package]]
name = "rustls-pki-types"
2024-05-10 02:25:07 -04:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
2024-01-03 15:20:56 -05:00
[[package]]
name = "rustls-webpki"
2024-05-10 02:25:07 -04:00
version = "0.102.3"
2024-01-03 15:20:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "f3bce581c0dd41bce533ce695a1437fa16a7ab5ac3ccfa99fe1a620a7885eabf"
2024-01-03 15:20:56 -05:00
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "ryu"
2024-05-10 02:25:07 -04:00
version = "1.0.18"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-02-12 16:32:51 -05:00
2022-02-14 15:33:17 -05:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "sanitize-filename"
2023-08-08 15:10:30 -04:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-08 15:10:30 -04:00
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
dependencies = [
"lazy_static",
"regex",
]
2024-04-22 09:10:26 -04:00
[[package]]
name = "scc"
2024-05-10 02:25:07 -04:00
version = "2.1.1"
2024-04-22 09:10:26 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "76ad2bbb0ae5100a07b7a6f2ed7ab5fd0045551a4c507989b7a620046ea3efdc"
2024-04-22 09:10:26 -04:00
dependencies = [
"sdd",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-04-05 11:07:34 -04:00
2024-04-22 09:10:26 -04:00
[[package]]
name = "sdd"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b84345e4c9bd703274a082fb80caaa99b7612be48dfaa1dd9266577ec412309d"
2022-06-06 17:07:11 -04:00
[[package]]
name = "semver"
2024-05-10 02:25:07 -04:00
version = "1.0.23"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
2022-06-06 17:07:11 -04:00
2022-02-12 16:32:51 -05:00
[[package]]
name = "serde"
2024-05-10 02:25:07 -04:00
version = "1.0.201"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "780f1cebed1629e4753a1a38a3c72d30b97ec044f0aef68cb26650a3c5cf363c"
2022-02-12 16:32:51 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-10 02:25:07 -04:00
version = "1.0.201"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "c5e405930b9796f1c00bee880d03fc7e0bb4b9a11afc776885ffe84320da2865"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2022-02-12 16:32:51 -05:00
]
2024-05-28 16:20:47 -04:00
[[package]]
name = "serde_fmt"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
dependencies = [
"serde",
]
2024-04-24 03:58:57 -04:00
[[package]]
name = "serde_html_form"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5"
dependencies = [
"form_urlencoded",
"indexmap",
"itoa",
"ryu",
"serde",
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "serde_json"
2024-05-10 02:25:07 -04:00
version = "1.0.117"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2022-02-15 11:27:06 -05:00
dependencies = [
2022-05-23 10:29:55 -04:00
"itoa",
2022-02-15 11:27:06 -05:00
"ryu",
"serde",
]
2023-08-08 15:10:30 -04:00
[[package]]
name = "serde_plain"
version = "1.0.2"
2023-08-08 15:10:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
2023-08-08 15:10:30 -04:00
dependencies = [
"serde",
]
[[package]]
2024-05-01 16:00:12 -04:00
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-01 16:00:12 -04:00
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
2022-02-12 16:32:51 -05:00
[[package]]
2024-05-01 16:00:12 -04:00
name = "serde_urlencoded"
version = "0.7.1"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-01 16:00:12 -04:00
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2022-02-12 16:32:51 -05:00
dependencies = [
2024-05-01 16:00:12 -04:00
"form_urlencoded",
2023-02-09 05:58:59 -05:00
"itoa",
2022-02-12 16:32:51 -05:00
"ryu",
"serde",
]
[[package]]
name = "serial_test"
2024-05-10 02:25:07 -04:00
version = "3.1.1"
2023-04-23 15:29:36 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "4b4b487fe2acf240a021cf57c6b2b4903b1e78ca0ecd862a71b71d2a51fed77d"
dependencies = [
"futures",
"log",
2024-04-22 09:10:26 -04:00
"once_cell",
2023-07-04 02:00:18 -04:00
"parking_lot",
2024-04-22 09:10:26 -04:00
"scc",
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
2024-05-10 02:25:07 -04:00
version = "3.1.1"
2023-04-23 15:29:36 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "82fe9db325bcef1fbcde82e078a5cc4efdf787e96b3b9cf45b50b529f2083d67"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
]
2022-06-06 17:07:11 -04:00
[[package]]
2022-06-13 08:20:31 -04:00
name = "sha1"
2023-09-26 03:30:08 -04:00
version = "0.10.6"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if",
2022-06-06 17:07:11 -04:00
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
version = "0.10.8"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if",
2022-06-06 17:07:11 -04:00
"cpufeatures",
"digest",
]
2022-03-21 13:06:49 -04:00
[[package]]
name = "shlex"
version = "1.3.0"
2022-03-21 13:06:49 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2022-03-21 13:06:49 -04:00
[[package]]
name = "signal-child"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2a4eed4c5ae38438470ab8e0108bb751012f786f44ff585cfd837c9a5fe426f"
2022-06-06 17:07:11 -04:00
[[package]]
name = "signal-hook-registry"
2024-04-22 09:10:26 -04:00
version = "1.4.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-22 09:10:26 -04:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "signature"
2023-11-17 05:22:04 -05:00
version = "2.2.0"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-17 05:22:04 -05:00
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
2023-07-04 02:00:18 -04:00
dependencies = [
"digest",
"rand_core",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "simple_asn1"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
dependencies = [
"num-bigint",
"num-traits",
"thiserror",
2023-09-07 15:57:16 -04:00
"time",
2022-06-08 12:06:40 -04:00
]
2022-02-23 12:06:40 -05:00
[[package]]
name = "simplelog"
2024-03-05 04:39:30 -05:00
version = "0.12.2"
2022-02-23 12:06:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
2022-02-23 12:06:40 -05:00
dependencies = [
"log",
"paris",
"termcolor",
2023-09-07 15:57:16 -04:00
"time",
2022-02-23 12:06:40 -05:00
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "slab"
version = "0.4.9"
2022-02-28 12:01:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-24 13:23:52 -04:00
dependencies = [
"autocfg",
]
2022-02-28 12:01:17 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "smallvec"
2024-03-23 18:36:35 -04:00
version = "1.13.2"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2022-04-05 11:07:34 -04:00
[[package]]
name = "socket2"
version = "0.4.10"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"winapi",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "socket2"
2024-05-10 02:25:07 -04:00
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
"libc",
2024-03-05 04:39:30 -05:00
"windows-sys 0.52.0",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-06-06 17:07:11 -04:00
[[package]]
name = "spin"
2023-04-06 05:10:23 -04:00
version = "0.9.8"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-06-06 17:07:11 -04:00
dependencies = [
"lock_api",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "spki"
2023-12-02 15:16:44 -05:00
version = "0.7.3"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-02 15:16:44 -05:00
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2023-07-04 02:00:18 -04:00
dependencies = [
"base64ct",
"der",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "sqlformat"
2023-12-09 15:52:00 -05:00
version = "0.2.3"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 15:52:00 -05:00
checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
2022-06-06 17:07:11 -04:00
dependencies = [
2023-12-09 15:52:00 -05:00
"itertools",
2022-06-06 17:07:11 -04:00
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
2022-06-06 17:07:11 -04:00
dependencies = [
"sqlx-core",
"sqlx-macros",
2023-07-04 02:00:18 -04:00
"sqlx-mysql",
"sqlx-postgres",
"sqlx-sqlite",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "sqlx-core"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
2022-06-06 17:07:11 -04:00
dependencies = [
"ahash",
2022-06-06 17:07:11 -04:00
"atoi",
"byteorder",
"bytes",
"crc",
"crossbeam-queue",
2022-06-06 17:07:11 -04:00
"either",
2023-11-17 05:22:04 -05:00
"event-listener 2.5.3",
2022-06-06 17:07:11 -04:00
"futures-channel",
"futures-core",
"futures-intrusive",
2023-07-04 02:00:18 -04:00
"futures-io",
2022-06-06 17:07:11 -04:00
"futures-util",
"hashlink",
"hex",
2023-11-17 05:22:04 -05:00
"indexmap",
2022-06-06 17:07:11 -04:00
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
2023-07-04 02:00:18 -04:00
"serde",
"serde_json",
2022-06-06 17:07:11 -04:00
"sha2",
"smallvec",
"sqlformat",
"thiserror",
2023-07-04 02:00:18 -04:00
"tokio",
2022-06-06 17:07:11 -04:00
"tokio-stream",
2023-07-04 02:00:18 -04:00
"tracing",
2022-06-06 17:07:11 -04:00
"url",
]
[[package]]
name = "sqlx-macros"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
2023-07-04 02:00:18 -04:00
dependencies = [
"proc-macro2",
"quote",
"sqlx-core",
"sqlx-macros-core",
"syn 1.0.109",
]
[[package]]
name = "sqlx-macros-core"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
2022-06-06 17:07:11 -04:00
dependencies = [
2022-08-08 05:21:24 -04:00
"dotenvy",
2022-06-06 17:07:11 -04:00
"either",
2024-03-23 18:36:35 -04:00
"heck 0.4.1",
2023-07-04 02:00:18 -04:00
"hex",
2022-06-06 17:07:11 -04:00
"once_cell",
"proc-macro2",
"quote",
2023-07-04 02:00:18 -04:00
"serde",
"serde_json",
2022-06-06 17:07:11 -04:00
"sha2",
"sqlx-core",
2023-07-04 02:00:18 -04:00
"sqlx-mysql",
"sqlx-sqlite",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2023-07-04 02:00:18 -04:00
"tempfile",
"tokio",
2022-06-06 17:07:11 -04:00
"url",
]
[[package]]
2023-07-04 02:00:18 -04:00
name = "sqlx-mysql"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
2022-06-06 17:07:11 -04:00
dependencies = [
2023-07-04 02:00:18 -04:00
"atoi",
2024-03-27 05:55:46 -04:00
"base64 0.21.7",
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2023-07-04 02:00:18 -04:00
"byteorder",
"bytes",
"crc",
"digest",
"dotenvy",
"either",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"generic-array",
"hex",
"hkdf",
"hmac",
"itoa",
"log",
"md-5",
"memchr",
2022-06-06 17:07:11 -04:00
"once_cell",
2023-07-04 02:00:18 -04:00
"percent-encoding",
"rand",
"rsa",
"serde",
"sha1",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-postgres"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
2023-07-04 02:00:18 -04:00
dependencies = [
"atoi",
2024-03-27 05:55:46 -04:00
"base64 0.21.7",
2024-03-23 18:36:35 -04:00
"bitflags 2.5.0",
2023-07-04 02:00:18 -04:00
"byteorder",
"crc",
"dotenvy",
"etcetera",
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"hex",
"hkdf",
"hmac",
"home",
"itoa",
"log",
"md-5",
"memchr",
"once_cell",
"rand",
"serde",
"serde_json",
"sha2",
"smallvec",
"sqlx-core",
"stringprep",
"thiserror",
"tracing",
"whoami",
]
[[package]]
name = "sqlx-sqlite"
2024-03-14 03:49:22 -04:00
version = "0.7.4"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
2023-07-04 02:00:18 -04:00
dependencies = [
"atoi",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"libsqlite3-sys",
"log",
"percent-encoding",
"serde",
"sqlx-core",
"tracing",
"url",
2023-11-27 13:26:41 -05:00
"urlencoding",
2022-06-06 17:07:11 -04:00
]
2023-11-08 02:40:48 -05:00
[[package]]
name = "stacker"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
dependencies = [
"cc",
"cfg-if",
"libc",
"psm",
"winapi",
]
[[package]]
name = "static-files"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64712ea1e3e140010e1d9605872ba205afa2ab5bd38191cc6ebd248ae1f6a06b"
dependencies = [
"change-detection",
"mime_guess",
"path-slash",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "stringprep"
2023-09-06 02:24:50 -04:00
version = "0.1.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-06 02:24:50 -04:00
checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
2022-06-06 17:07:11 -04:00
dependencies = [
2023-09-06 02:24:50 -04:00
"finl_unicode",
2022-06-06 17:07:11 -04:00
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-02-12 05:28:56 -05:00
[[package]]
name = "strsim"
2024-04-09 10:40:14 -04:00
version = "0.11.1"
2024-02-12 05:28:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-02-12 05:28:56 -05:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "subtle"
version = "2.5.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-06-06 17:07:11 -04:00
2024-05-28 16:20:47 -04:00
[[package]]
name = "sval"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53eb957fbc79a55306d5d25d87daf3627bc3800681491cda0709eef36c748bfe"
[[package]]
name = "sval_buffer"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96e860aef60e9cbf37888d4953a13445abf523c534640d1f6174d310917c410d"
dependencies = [
"sval",
"sval_ref",
]
[[package]]
name = "sval_dynamic"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea3f2b07929a1127d204ed7cb3905049381708245727680e9139dac317ed556f"
dependencies = [
"sval",
]
[[package]]
name = "sval_fmt"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4e188677497de274a1367c4bda15bd2296de4070d91729aac8f0a09c1abf64d"
dependencies = [
"itoa",
"ryu",
"sval",
]
[[package]]
name = "sval_json"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32f456c07dae652744781f2245d5e3b78e6a9ebad70790ac11eb15dbdbce5282"
dependencies = [
"itoa",
"ryu",
"sval",
]
[[package]]
name = "sval_nested"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "886feb24709f0476baaebbf9ac10671a50163caa7e439d7a7beb7f6d81d0a6fb"
dependencies = [
"sval",
"sval_buffer",
"sval_ref",
]
[[package]]
name = "sval_ref"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be2e7fc517d778f44f8cb64140afa36010999565528d48985f55e64d45f369ce"
dependencies = [
"sval",
]
[[package]]
name = "sval_serde"
version = "2.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79bf66549a997ff35cd2114a27ac4b0c2843280f2cfa84b240d169ecaa0add46"
dependencies = [
"serde",
"sval",
"sval_nested",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "syn"
2023-03-05 10:43:00 -05:00
version = "1.0.109"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
2022-02-12 16:32:51 -05:00
]
2023-03-22 11:11:47 -04:00
[[package]]
name = "syn"
version = "2.0.63"
2023-03-22 11:11:47 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf5be731623ca1a1fb7d8be6f261a3be6d3e2337b8a1f97be944d020c8fcb704"
2023-03-22 11:11:47 -04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2024-02-02 06:39:27 -05:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2023-11-06 10:19:26 -05:00
[[package]]
name = "sysinfo"
2024-05-10 02:25:07 -04:00
version = "0.30.12"
2023-11-06 10:19:26 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
2023-11-06 10:19:26 -05:00
dependencies = [
"cfg-if",
"core-foundation-sys",
"libc",
"ntapi",
"once_cell",
"rayon",
"windows",
2023-11-06 10:19:26 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "tempfile"
2024-03-05 04:39:30 -05:00
version = "3.10.1"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-03-12 16:18:49 -05:00
dependencies = [
"cfg-if",
2024-05-10 02:25:07 -04:00
"fastrand 2.1.0",
"rustix 0.38.34",
2024-01-02 07:35:49 -05:00
"windows-sys 0.52.0",
2022-03-12 16:18:49 -05:00
]
[[package]]
name = "termcolor"
2024-03-05 04:39:30 -05:00
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
2022-10-12 09:28:49 -04:00
[[package]]
name = "tests"
version = "0.23.0"
2022-10-12 09:28:49 -04:00
dependencies = [
"chrono",
"crossbeam-channel",
2024-05-28 07:28:13 -04:00
"ffplayout-engine",
2022-10-12 09:28:49 -04:00
"ffplayout-lib",
"ffprobe",
"file-rotate",
"lettre",
"log",
"rand",
"regex",
"reqwest",
"serde",
"serde_json",
"serial_test",
2022-10-12 09:28:49 -04:00
"shlex",
"simplelog",
2023-09-07 15:57:16 -04:00
"time",
2024-05-01 16:00:12 -04:00
"toml_edit",
2022-10-12 09:28:49 -04:00
"walkdir",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "thiserror"
2024-05-10 02:25:07 -04:00
version = "1.0.60"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
2022-06-06 17:07:11 -04:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-10 02:25:07 -04:00
version = "1.0.60"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
2022-06-06 17:07:11 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
"deranged",
2022-05-23 10:29:55 -04:00
"itoa",
"libc",
2024-02-02 06:39:27 -05:00
"num-conv",
"num_threads",
2023-10-20 02:19:53 -04:00
"powerfmt",
2022-10-25 04:06:15 -04:00
"serde",
"time-core",
"time-macros",
]
2022-10-25 04:06:15 -04:00
[[package]]
name = "time-core"
2023-09-26 03:30:08 -04:00
version = "0.1.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-10-25 04:06:15 -04:00
[[package]]
name = "time-macros"
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2022-10-25 04:06:15 -04:00
dependencies = [
2024-02-02 06:39:27 -05:00
"num-conv",
2022-10-25 04:06:15 -04:00
"time-core",
]
[[package]]
name = "tiny_http"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
dependencies = [
"ascii",
"chunked_transfer",
"httpdate",
"log",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "tinyvec"
2022-04-26 07:47:52 -04:00
version = "1.6.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-26 07:47:52 -04:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2022-03-12 16:18:49 -05:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
2023-02-08 10:10:58 -05:00
version = "0.1.1"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 10:10:58 -05:00
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-03-12 16:18:49 -05:00
2022-02-27 16:15:49 -05:00
[[package]]
name = "tokio"
2024-04-04 10:45:31 -04:00
version = "1.37.0"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
2022-02-27 16:15:49 -05:00
dependencies = [
2023-07-04 02:00:18 -04:00
"backtrace",
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"libc",
"mio",
2022-02-27 16:15:49 -05:00
"num_cpus",
2023-07-04 02:00:18 -04:00
"parking_lot",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-06-06 17:07:11 -04:00
"signal-hook-registry",
2024-05-10 02:25:07 -04:00
"socket2 0.5.7",
2023-02-20 16:12:33 -05:00
"tokio-macros",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2022-04-05 11:07:34 -04:00
]
2023-02-20 16:12:33 -05:00
[[package]]
name = "tokio-macros"
2023-11-17 05:22:04 -05:00
version = "2.2.0"
2023-02-20 16:12:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-17 05:22:04 -05:00
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
2023-02-20 16:12:33 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2023-02-20 16:12:33 -05:00
]
[[package]]
name = "tokio-rustls"
2024-03-23 18:36:35 -04:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.4",
2024-03-23 18:36:35 -04:00
"rustls-pki-types",
"tokio",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "tokio-stream"
2024-03-23 18:36:35 -04:00
version = "0.1.15"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
2022-04-05 11:07:34 -04:00
dependencies = [
"futures-core",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
"tokio",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "tokio-util"
2024-05-10 02:25:07 -04:00
version = "0.7.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
2024-05-01 16:00:12 -04:00
[[package]]
name = "toml_datetime"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.22.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3328d4f68a705b2a4498da1d580585d39a6510f98318a2cec3018a7ec61ddef"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2024-03-23 18:36:35 -04:00
[[package]]
name = "tower"
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
dependencies = [
"futures-core",
"futures-util",
"pin-project",
"pin-project-lite",
"tokio",
"tower-layer",
"tower-service",
"tracing",
]
[[package]]
name = "tower-layer"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
2022-04-05 11:07:34 -04:00
[[package]]
name = "tower-service"
version = "0.3.2"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-04-05 11:07:34 -04:00
[[package]]
name = "tracing"
2023-10-20 02:19:53 -04:00
version = "0.1.40"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-20 02:19:53 -04:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-06-06 17:07:11 -04:00
"log",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2023-07-04 02:00:18 -04:00
"tracing-attributes",
2022-04-05 11:07:34 -04:00
"tracing-core",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "tracing-attributes"
2023-10-20 02:19:53 -04:00
version = "0.1.27"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-20 02:19:53 -04:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2023-07-04 02:00:18 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
2023-07-04 02:00:18 -04:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "tracing-core"
2023-10-20 02:19:53 -04:00
version = "0.1.32"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-20 02:19:53 -04:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-04-05 11:07:34 -04:00
dependencies = [
2022-06-13 08:02:55 -04:00
"once_cell",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "try-lock"
2023-12-09 15:52:00 -05:00
version = "0.2.5"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-09 15:52:00 -05:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2022-04-05 11:07:34 -04:00
2024-05-28 16:20:47 -04:00
[[package]]
name = "typeid"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "059d83cc991e7a42fc37bd50941885db0888e34209f8cfd9aab07ddec03bc9cf"
2022-06-06 17:07:11 -04:00
[[package]]
name = "typenum"
2023-09-26 03:30:08 -04:00
version = "1.17.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-06-06 17:07:11 -04:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "unicase"
version = "2.7.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
2022-04-05 11:07:34 -04:00
dependencies = [
"version_check",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-bidi"
version = "0.3.15"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-ident"
2023-09-26 03:30:08 -04:00
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-normalization"
2024-03-05 04:39:30 -05:00
version = "0.1.23"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2022-03-12 16:18:49 -05:00
dependencies = [
"tinyvec",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "unicode-segmentation"
2024-02-08 08:41:56 -05:00
version = "1.11.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 08:41:56 -05:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2022-06-06 17:07:11 -04:00
[[package]]
name = "unicode_categories"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2023-11-27 13:26:41 -05:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 13:26:41 -05:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
dependencies = [
"form_urlencoded",
2023-11-08 02:40:48 -05:00
"idna",
"percent-encoding",
]
2023-11-27 13:26:41 -05:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
[[package]]
name = "uuid"
2024-03-23 18:36:35 -04:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-23 18:36:35 -04:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
dependencies = [
"getrandom",
]
[[package]]
name = "v_htmlescape"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c"
[[package]]
name = "value-bag"
2024-05-10 02:25:07 -04:00
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "5a84c137d37ab0142f0f2ddfe332651fdbf252e7b7dbb4e67b6c1f1b2e925101"
2024-05-28 16:20:47 -04:00
dependencies = [
"value-bag-serde1",
"value-bag-sval2",
]
[[package]]
name = "value-bag-serde1"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccacf50c5cb077a9abb723c5bcb5e0754c1a433f1e1de89edc328e2760b6328b"
dependencies = [
"erased-serde",
"serde",
"serde_fmt",
]
[[package]]
name = "value-bag-sval2"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1785bae486022dfb9703915d42287dcb284c1ee37bd1080eeba78cc04721285b"
dependencies = [
"sval",
"sval_buffer",
"sval_dynamic",
"sval_fmt",
"sval_json",
"sval_ref",
"sval_serde",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "waker-fn"
2023-09-26 03:30:08 -04:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-26 03:30:08 -04:00
checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
2022-02-14 15:33:17 -05:00
[[package]]
name = "walkdir"
2024-03-05 04:39:30 -05:00
version = "2.5.0"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2022-02-14 15:33:17 -05:00
dependencies = [
"same-file",
"winapi-util",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "want"
version = "0.3.1"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-04-05 11:07:34 -04:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2024-03-05 04:39:30 -05:00
[[package]]
name = "wasite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
[[package]]
name = "wasm-bindgen"
2024-03-05 04:39:30 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-03-05 04:39:30 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
2022-08-08 05:21:24 -04:00
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.63",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2024-03-05 04:39:30 -05:00
version = "0.4.42"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-03-05 04:39:30 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-03-05 04:39:30 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-03-05 04:39:30 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
[[package]]
name = "web-sys"
2024-03-05 04:39:30 -05:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-05 04:39:30 -05:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-01-03 15:20:56 -05:00
[[package]]
name = "webpki-roots"
2024-02-06 06:00:34 -05:00
version = "0.26.1"
2024-01-03 15:20:56 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-06 06:00:34 -05:00
checksum = "b3de34ae270483955a94f4b21bdaaeb83d508bb84a01435f393818edb0012009"
2024-01-03 15:20:56 -05:00
dependencies = [
"rustls-pki-types",
]
2023-02-20 16:12:33 -05:00
[[package]]
2023-07-04 02:00:18 -04:00
name = "whoami"
2024-03-14 03:49:22 -04:00
version = "1.5.1"
2023-02-20 16:12:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-14 03:49:22 -04:00
checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
2024-03-05 04:39:30 -05:00
dependencies = [
2024-05-10 02:25:07 -04:00
"redox_syscall 0.4.1",
2024-03-05 04:39:30 -05:00
"wasite",
]
2023-02-20 16:12:33 -05:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
2024-05-10 02:25:07 -04:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
dependencies = [
2024-05-10 02:25:07 -04:00
"windows-sys 0.52.0",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
2024-01-02 07:35:49 -05:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-02 07:35:49 -05:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
dependencies = [
"windows-core",
"windows-targets 0.52.5",
]
2023-03-22 11:11:47 -04:00
[[package]]
2023-10-20 02:19:53 -04:00
name = "windows-core"
2024-01-02 07:35:49 -05:00
version = "0.52.0"
2023-03-22 11:11:47 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-02 07:35:49 -05:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-03-22 11:11:47 -04:00
dependencies = [
"windows-targets 0.52.5",
]
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-11-27 13:26:41 -05:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.5",
2023-04-06 05:10:23 -04:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-04-06 05:10:23 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-06 05:10:23 -04:00
dependencies = [
2023-11-27 13:26:41 -05:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-11-27 13:26:41 -05:00
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-02-02 06:52:52 -05:00
]
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-10-25 04:06:15 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-11-27 13:26:41 -05:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-04-06 05:10:23 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-06 05:10:23 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-11-27 13:26:41 -05:00
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2023-04-06 05:10:23 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-06 05:10:23 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-11-27 13:26:41 -05:00
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-06 05:10:23 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-11-27 13:26:41 -05:00
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-10-25 04:06:15 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-11-27 13:26:41 -05:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2023-04-06 05:10:23 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-06 05:10:23 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-11-27 13:26:41 -05:00
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-06 05:10:23 -04:00
2023-11-27 13:26:41 -05:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
2023-11-27 13:26:41 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-11-27 13:26:41 -05:00
2024-05-01 16:00:12 -04:00
[[package]]
name = "winnow"
2024-05-10 02:25:07 -04:00
version = "0.6.8"
2024-05-01 16:00:12 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "c3c52e9c97a68071b23e836c9380edae937f17b9c4667bd021973efc689f618d"
2024-05-01 16:00:12 -04:00
dependencies = [
"memchr",
]
[[package]]
name = "winreg"
2024-04-09 10:40:14 -04:00
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-09 10:40:14 -04:00
checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
dependencies = [
"cfg-if",
2023-11-27 13:26:41 -05:00
"windows-sys 0.48.0",
2022-02-28 12:01:17 -05:00
]
[[package]]
name = "zerocopy"
2024-05-10 02:25:07 -04:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-10 02:25:07 -04:00
version = "0.7.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-10 02:25:07 -04:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.63",
]
2023-07-04 02:00:18 -04:00
[[package]]
name = "zeroize"
2023-11-17 05:22:04 -05:00
version = "1.7.0"
2023-07-04 02:00:18 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-17 05:22:04 -05:00
checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
2023-07-04 02:00:18 -04:00
[[package]]
name = "zeromq"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ad3ffd65d6ae06a9eece312a64c3dfa2151a70a5c99051e2080828653cbda45"
dependencies = [
"async-std",
"async-trait",
"asynchronous-codec",
"bytes",
"crossbeam-queue",
"dashmap",
2022-10-14 07:08:40 -04:00
"futures-channel",
"futures-io",
"futures-task",
"futures-util",
"log",
2022-10-14 07:08:40 -04:00
"num-traits",
"once_cell",
2023-07-04 02:00:18 -04:00
"parking_lot",
"rand",
"regex",
"thiserror",
"uuid",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "zstd"
2024-04-04 10:45:31 -04:00
version = "0.13.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "2d789b1514203a1120ad2429eae43a7bd32b90976a7bb8a05f7ec02fa88cc23a"
2022-06-06 17:07:11 -04:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2024-04-04 10:45:31 -04:00
version = "7.1.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "1cd99b45c6bc03a018c8b8a86025678c87e55526064e38f9df301989dce7ec0a"
2022-06-06 17:07:11 -04:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2024-04-04 10:45:31 -04:00
version = "2.0.10+zstd.1.5.6"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-04 10:45:31 -04:00
checksum = "c253a4914af5bafc8fa8c86ee400827e83cf6ec01195ec1f1ed8441bf00d65aa"
2022-06-06 17:07:11 -04:00
dependencies = [
"cc",
2023-01-11 09:29:41 -05:00
"pkg-config",
2022-06-06 17:07:11 -04:00
]