ffplayout/Cargo.lock

3615 lines
86 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.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617a8268e3537fe1d8c9ead925fca49ef6400927ee7bc26750e90ecee14ce4b8"
2022-06-06 17:07:11 -04:00
dependencies = [
"bitflags",
"bytes",
"futures-core",
"futures-sink",
"memchr",
"pin-project-lite",
"tokio",
"tokio-util 0.7.8",
"tracing",
2022-06-06 17:07:11 -04:00
]
2022-07-24 13:23:52 -04:00
[[package]]
name = "actix-files"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d832782fac6ca7369a70c9ee9a20554623c5e51c76e190ad151780ebea1cf689"
dependencies = [
"actix-http",
"actix-service",
"actix-utils",
"actix-web",
"askama_escape",
"bitflags",
"bytes",
"derive_more",
"futures-core",
"http-range",
"log",
"mime",
"mime_guess",
"percent-encoding",
"pin-project-lite",
]
2022-06-09 12:59:14 -04:00
[[package]]
name = "actix-grants-proc-macro"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48df3c1e0019e6f46bf3277e9b339688f476ccd9f5d5161419fdd305648fcac2"
dependencies = [
"proc-macro2",
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2022-06-09 12:59:14 -04:00
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "actix-http"
2023-03-05 10:43:00 -05:00
version = "3.3.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "c2079246596c18b4a33e274ae10c0e50613f4d32a4198e09c7b93771013fed74"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-codec",
"actix-rt",
"actix-service",
"actix-utils",
2023-03-05 10:43:00 -05:00
"ahash 0.8.3",
"base64 0.21.2",
2022-06-06 17:07:11 -04:00
"bitflags",
"brotli",
"bytes",
"bytestring",
"derive_more",
"encoding_rs",
"flate2",
"futures-core",
"h2",
"http",
"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 0.7.8",
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "465a6172cf69b960917811022d8f29bc0b7fa1398bc4f78b3c466673db1213b6"
dependencies = [
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "actix-multipart"
2023-01-28 15:52:32 -05:00
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "5011f5be460e35a5b82e1745c0ea0c6293e8f8d38bbaa1f0455afcff5b454ad6"
dependencies = [
"actix-utils",
"actix-web",
"bytes",
"derive_more",
"futures-core",
"httparse",
"local-waker",
"log",
2023-01-28 15:52:32 -05:00
"memchr",
"mime",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "actix-router"
2022-10-01 17:43:43 -04:00
version = "0.5.1"
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 = "d66ff4d247d2b160861fa2866457e85706833527840e4133f8f49aa423a38799"
2022-06-06 17:07:11 -04:00
dependencies = [
"bytestring",
"http",
"regex",
"serde",
2022-10-01 17:43:43 -04:00
"tracing",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "actix-rt"
2023-01-28 15:52:32 -05:00
version = "2.8.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "15265b6b8e2347670eb363c47fc8c75208b4a4994b27192f345fcbe707804f3e"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"tokio",
]
[[package]]
name = "actix-server"
2023-01-28 15:52:32 -05:00
version = "2.2.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "3e8613a75dd50cc45f473cee3c34d59ed677c0f7b44480ce3b8247d7dc519327"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-rt",
"actix-service",
"actix-utils",
"futures-core",
"futures-util",
"mio 0.8.8",
2022-06-06 17:07:11 -04:00
"num_cpus",
"socket2",
"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"
2023-03-05 10:43:00 -05:00
version = "4.3.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "cd3cb42f9566ab176e1ef0b8b3a896529062b4efc6be0123046095914c4c1c96"
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",
2023-03-05 10:43:00 -05:00
"ahash 0.7.6",
2022-06-06 17:07:11 -04:00
"bytes",
"bytestring",
"cfg-if 1.0.0",
"cookie",
"derive_more",
"encoding_rs",
"futures-core",
"futures-util",
2022-10-01 17:43:43 -04:00
"http",
2022-06-06 17:07:11 -04:00
"itoa",
"language-tags",
"log",
"mime",
"once_cell",
"pin-project-lite",
"regex",
"serde",
"serde_json",
"serde_urlencoded",
"smallvec",
"socket2",
"time 0.3.21",
2022-06-06 17:07:11 -04:00
"url",
]
[[package]]
name = "actix-web-codegen"
2023-03-05 10:43:00 -05:00
version = "4.2.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "2262160a7ae29e3415554a3f1fc04c764b1540c116aa524683208078b7a75bc9"
2022-06-06 17:07:11 -04:00
dependencies = [
"actix-router",
"proc-macro2",
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2022-06-06 17:07:11 -04:00
]
2022-06-09 12:59:14 -04:00
[[package]]
name = "actix-web-grants"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef8ecad01ac8f2e4d0355a825e141c2077bba4d4e7bf740da34810a4aa872aea"
dependencies = [
"actix-grants-proc-macro",
"actix-web",
]
[[package]]
name = "actix-web-httpauth"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08c25a48b4684f90520183cd1a688e5f4f7e9905835fa75d02c0fe4f60fcdbe6"
dependencies = [
"actix-service",
"actix-utils",
"actix-web",
2023-01-28 15:52:32 -05:00
"base64 0.13.1",
2022-06-09 12:59:14 -04:00
"futures-core",
"futures-util",
"pin-project-lite",
]
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"
2022-06-06 17:07:11 -04:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
2022-06-06 17:07:11 -04:00
"once_cell",
"version_check",
]
2023-03-05 10:43:00 -05:00
[[package]]
name = "ahash"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
dependencies = [
"cfg-if 1.0.0",
"getrandom",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "0.7.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
dependencies = [
"memchr",
]
2023-04-23 15:29:36 -04:00
[[package]]
name = "aho-corasick"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
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 = "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",
]
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"
2022-06-07 16:05:35 -04:00
[[package]]
name = "argon2"
version = "0.4.1"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4ce4441f99dbd377ca8a8f57b698c44d0d6e712d8329b5040da5a64aa1ce73"
2022-06-07 16:05:35 -04:00
dependencies = [
"base64ct",
"blake2",
"password-hash",
]
2022-07-24 13:23:52 -04:00
[[package]]
name = "askama_escape"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
[[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"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
2023-04-10 14:28:06 -04:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
dependencies = [
2022-11-19 14:34:29 -05:00
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
[[package]]
name = "async-global-executor"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
dependencies = [
"async-channel",
"async-executor",
"async-io",
"async-lock",
"blocking",
"futures-lite",
"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 = [
"async-lock",
2022-08-19 04:14:37 -04:00
"autocfg",
2023-03-27 04:50:20 -04:00
"cfg-if 1.0.0",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
2023-04-06 05:10:23 -04:00
"rustix",
"slab",
"socket2",
"waker-fn",
]
[[package]]
name = "async-lock"
2023-03-05 10:43:00 -05:00
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[package]]
name = "async-std"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
dependencies = [
"async-attributes",
"async-channel",
"async-global-executor",
"async-io",
"async-lock",
"crossbeam-utils",
"futures-channel",
"futures-core",
"futures-io",
"futures-lite",
"gloo-timers",
"kv-log-macro",
"log",
"memchr",
"once_cell",
"pin-project-lite",
"pin-utils",
"slab",
"wasm-bindgen-futures",
]
[[package]]
name = "async-task"
2023-03-27 04:50:20 -04:00
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 04:50:20 -04:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
2023-03-27 04:50:20 -04:00
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 04:50:20 -04:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
[[package]]
name = "asynchronous-codec"
2022-11-19 14:34:29 -05:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-19 14:34:29 -05:00
checksum = "06a0daa378f5fd10634e44b0a29b2a87b890657658e072a30d6f26e57ddee182"
dependencies = [
"bytes",
"futures-sink",
"futures-util",
"memchr",
"pin-project-lite",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "atoi"
version = "1.0.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
2022-06-06 17:07:11 -04:00
dependencies = [
"num-traits",
]
[[package]]
name = "atomic-waker"
2023-04-10 14:28:06 -04:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2023-01-11 09:29:41 -05:00
"hermit-abi 0.1.19",
"libc",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2022-03-12 16:18:49 -05:00
[[package]]
name = "base64"
2022-10-25 04:06:15 -04:00
version = "0.13.1"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 04:06:15 -04:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-03-12 16:18:49 -05:00
2023-01-28 15:52:32 -05:00
[[package]]
name = "base64"
version = "0.21.2"
2023-01-28 15:52:32 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
2023-01-28 15:52:32 -05: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"
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"
2023-04-10 14:28:06 -04:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
2023-04-10 14:28:06 -04:00
"log",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "brotli"
version = "3.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0b1dbcc8ae29329621f8d4f0d835787c1c38bb1401979b49d13b0b305ff68"
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
"brotli-decompressor",
]
[[package]]
name = "brotli-decompressor"
2023-01-28 15:52:32 -05:00
version = "2.3.4"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "4b6561fd3f895a11e8f72af2cb7d22e08366bebc2b6b57f7744c4bda27034744"
2022-06-06 17:07:11 -04:00
dependencies = [
"alloc-no-stdlib",
"alloc-stdlib",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "bstr"
version = "1.5.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246e68bb43f6cd9db24bea052a53e40405417c5fb372e3d1a8a7f770a564ef5"
2022-04-05 11:07:34 -04:00
dependencies = [
"memchr",
2023-01-11 09:29:41 -05:00
"serde",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "bumpalo"
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-06-06 17:07:11 -04:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-04-05 11:07:34 -04:00
[[package]]
name = "bytes"
2023-02-02 06:52:52 -05:00
version = "1.4.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-04-05 11:07:34 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "bytestring"
2023-03-05 10:43:00 -05:00
version = "1.3.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "238e4886760d98c4f899360c834fa93e62cf7f721ac3c2da375cbdf4b8679aae"
2022-06-06 17:07:11 -04:00
dependencies = [
"bytes",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "cc"
2023-01-28 15:52:32 -05:00
version = "1.0.79"
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 = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2022-06-06 17:07:11 -04:00
dependencies = [
"jobserver",
]
2022-03-12 16:18:49 -05:00
2022-02-28 12:01:17 -05:00
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
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 = "chrono"
version = "0.4.26"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
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",
"time 0.1.45",
"wasm-bindgen",
2022-06-23 16:39:13 -04:00
"winapi 0.3.9",
]
[[package]]
name = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
"bitflags",
"clap_derive",
2022-04-19 11:44:14 -04:00
"clap_lex",
"indexmap",
"once_cell",
2022-05-23 10:29:55 -04:00
"strsim",
"termcolor",
2022-05-23 10:29:55 -04:00
"textwrap",
]
[[package]]
name = "clap_derive"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
dependencies = [
2022-05-23 10:29:55 -04:00
"heck",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
]
2022-04-19 11:44:14 -04:00
[[package]]
name = "clap_lex"
version = "0.2.4"
2022-04-19 11:44:14 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
2022-04-19 11:44:14 -04:00
dependencies = [
"os_str_bytes",
]
2022-11-19 14:34:29 -05:00
[[package]]
name = "concurrent-queue"
2023-04-10 14:28:06 -04:00
version = "2.2.0"
2022-11-19 14:34:29 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
2022-11-19 14:34:29 -05:00
dependencies = [
"crossbeam-utils",
]
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",
"time 0.3.21",
2022-06-06 17:07:11 -04:00
"version_check",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-04-06 05:10:23 -04:00
version = "0.8.4"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-03-12 16:18:49 -05:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "cpufeatures"
2023-04-23 15:29:36 -04:00
version = "0.2.7"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-23 15:29:36 -04:00
checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
[[package]]
name = "crc"
2023-01-28 15:52:32 -05:00
version = "3.0.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
2022-06-06 17:07:11 -04:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
2023-01-11 09:29:41 -05:00
version = "2.2.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 09:29:41 -05:00
checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2022-06-06 17:07:11 -04:00
2022-02-23 15:25:14 -05:00
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-23 15:25:14 -05:00
]
[[package]]
name = "crossbeam-channel"
2023-04-10 14:28:06 -04:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "crossbeam-queue"
version = "0.3.8"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if 1.0.0",
"crossbeam-utils",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "crossbeam-utils"
2023-03-05 10:43:00 -05:00
version = "0.8.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
dependencies = [
"cfg-if 1.0.0",
]
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",
]
[[package]]
name = "dashmap"
2022-10-01 17:43:43 -04:00
version = "5.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
dependencies = [
"cfg-if 1.0.0",
"hashbrown 0.12.3",
"lock_api",
2022-10-01 17:43:43 -04:00
"once_cell",
2023-02-02 06:52:52 -05:00
"parking_lot_core 0.9.7",
]
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",
"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"
2023-01-28 15:52:32 -05:00
version = "1.8.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2022-06-06 17:07:11 -04:00
2022-04-02 16:15:30 -04:00
[[package]]
name = "email-encoding"
2023-02-02 06:52:52 -05:00
version = "0.2.0"
2022-04-02 16:15:30 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "dbfb21b9878cf7a348dcb8559109aabc0ec40d69924bd706fa5149846c4fef75"
2022-04-02 16:15:30 -04:00
dependencies = [
"base64 0.21.2",
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"
2023-02-02 06:52:52 -05:00
version = "0.8.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
dependencies = [
"cfg-if 1.0.0",
]
2023-03-27 04:50:20 -04:00
[[package]]
name = "errno"
2023-04-10 14:28:06 -04:00
version = "0.3.1"
2023-03-27 04:50:20 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2023-03-27 04:50:20 -04:00
dependencies = [
"errno-dragonfly",
"libc",
2023-04-10 14:28:06 -04:00
"windows-sys 0.48.0",
2023-03-27 04:50:20 -04:00
]
2023-03-05 10:43:00 -05:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
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
[[package]]
name = "faccess"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ae66425802d6a903e268ae1a08b8c38ba143520f227a205edf4e9c7e3e26d5"
dependencies = [
"bitflags",
"libc",
"winapi 0.3.9",
]
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",
]
2022-02-12 16:32:51 -05:00
[[package]]
2022-06-23 16:39:13 -04:00
name = "ffplayout"
version = "0.18.1"
2022-02-12 16:32:51 -05:00
dependencies = [
"chrono",
2022-06-21 17:10:38 -04:00
"clap",
"crossbeam-channel",
2022-06-21 17:10:38 -04:00
"ffplayout-lib",
2022-06-23 16:39:13 -04:00
"futures",
"jsonrpc-http-server",
"notify",
2022-06-21 17:10:38 -04:00
"openssl",
2022-10-14 04:40:35 -04:00
"regex",
2022-06-21 17:10:38 -04:00
"reqwest",
"serde",
"serde_json",
"simplelog",
2022-06-23 16:39:13 -04:00
"zeromq",
2022-06-21 17:10:38 -04:00
]
[[package]]
2022-06-23 16:39:13 -04:00
name = "ffplayout-api"
version = "0.18.1"
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",
"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",
"jsonwebtoken",
2022-12-06 02:11:18 -05:00
"lexical-sort",
2022-06-23 16:39:13 -04:00
"once_cell",
"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-12 16:32:51 -05:00
"serde_yaml",
2022-02-23 12:06:40 -05:00
"simplelog",
2022-06-23 16:39:13 -04:00
"sqlx",
2023-02-20 16:12:33 -05:00
"tokio",
2022-02-14 15:33:17 -05:00
]
2022-06-21 17:10:38 -04:00
[[package]]
name = "ffplayout-lib"
version = "0.18.1"
2022-06-21 17:10:38 -04:00
dependencies = [
"chrono",
"crossbeam-channel",
2022-06-21 17:10:38 -04:00
"ffprobe",
"file-rotate",
"jsonrpc-http-server",
"lettre",
"log",
"notify",
"openssl",
"rand",
2022-06-21 17:10:38 -04:00
"regex",
"reqwest",
"serde",
"serde_json",
"serde_yaml",
"shlex",
"simplelog",
"time 0.3.21",
2022-06-21 17:10:38 -04:00
"walkdir",
"winapi 0.3.9",
2022-06-21 17:10:38 -04:00
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "ffprobe"
2022-10-01 17:43:43 -04:00
version = "0.3.3"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "b5d603974ab029fc75cebf00bfa06c9c6f49a6fb657f4f5f6a9fd6cbd76910a4"
2022-02-15 11:27:06 -05:00
dependencies = [
"serde",
"serde_json",
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "file-rotate"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14bbc4024961e78784ed5e2b98e2411f75c7be0594c0e7a416ebcede13608b1c"
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-04-06 05:10:23 -04:00
version = "0.2.21"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-14 15:33:17 -05:00
"libc",
2023-04-06 05:10:23 -04:00
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
2022-02-14 15:33:17 -05:00
]
2022-02-23 15:25:14 -05:00
[[package]]
name = "flate2"
version = "1.0.26"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2022-02-23 15:25:14 -05:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "flume"
2022-07-24 13:23:52 -04:00
version = "0.10.14"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-24 13:23:52 -04:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"futures-sink",
"pin-project",
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"
2022-03-12 16:18:49 -05:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2022-10-01 17:43:43 -04:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
dependencies = [
"percent-encoding",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "fsevent"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
dependencies = [
"bitflags",
"fsevent-sys",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "fsevent-sys"
2022-02-28 12:01:17 -05:00
version = "2.0.1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
2022-02-14 15:33:17 -05:00
dependencies = [
"libc",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "fuchsia-zircon"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
dependencies = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
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"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
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"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-03-12 16:18:49 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-executor"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
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"
2022-11-04 10:20:16 -04:00
version = "0.4.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 10:20:16 -04:00
checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2022-06-06 17:07:11 -04:00
dependencies = [
"futures-core",
"lock_api",
2022-11-04 10:20:16 -04:00
"parking_lot 0.11.2",
2022-06-06 17:07:11 -04:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-io"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
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",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "futures-macro"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-04-05 11:07:34 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "futures-sink"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-04-05 11:07:34 -04:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-task"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-03-12 16:18:49 -05:00
[[package]]
name = "futures-util"
2023-04-06 05:10:23 -04:00
version = "0.3.28"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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"
2023-04-10 14:28:06 -04:00
version = "0.2.9"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 1.0.0",
2022-02-14 15:33:17 -05:00
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "globset"
2023-01-11 09:29:41 -05:00
version = "0.4.10"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 09:29:41 -05:00
checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2022-04-05 11:07:34 -04:00
dependencies = [
2023-04-23 15:29:36 -04:00
"aho-corasick 0.7.20",
2022-04-05 11:07:34 -04:00
"bstr",
"fnv",
"log",
"regex",
2022-02-12 16:32:51 -05:00
]
[[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"
version = "0.3.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util 0.7.8",
"tracing",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2022-06-06 17:07:11 -04:00
dependencies = [
"ahash 0.8.3",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "hashlink"
version = "0.8.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0761a1b9491c4f2e3d66aa0f62d0fba0af9a0e2852e4d48ea506632a4b56e6aa"
2022-06-06 17:07:11 -04:00
dependencies = [
"hashbrown 0.13.2",
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",
]
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2023-01-11 09:29:41 -05:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
2023-03-22 11:11:47 -04:00
[[package]]
name = "hermit-abi"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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"
2022-03-12 16:18:49 -05:00
[[package]]
name = "hostname"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
dependencies = [
"libc",
"match_cfg",
"winapi 0.3.9",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "http"
2023-03-05 10:43:00 -05:00
version = "0.2.9"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
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
]
[[package]]
name = "http-body"
version = "0.4.5"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
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
"http",
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2022-04-05 11:07:34 -04:00
[[package]]
name = "hyper"
2023-04-23 15:29:36 -04:00
version = "0.14.26"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-23 15:29:36 -04:00
checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
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-core",
"futures-util",
"h2",
2022-04-05 11:07:34 -04:00
"http",
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
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
2022-04-05 11:07:34 -04:00
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-tls"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
dependencies = [
"bytes",
"hyper",
"native-tls",
"tokio",
"tokio-native-tls",
]
[[package]]
name = "iana-time-zone"
2023-04-06 05:10:23 -04:00
version = "0.1.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-14 07:08:40 -04:00
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-03-22 11:11:47 -04:00
"windows",
]
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
]
2022-10-01 17:43:43 -04:00
[[package]]
name = "idna"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "indexmap"
2023-03-27 04:50:20 -04:00
version = "1.9.3"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-27 04:50:20 -04:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-02-12 16:32:51 -05:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2022-02-12 16:32:51 -05:00
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "inotify"
2022-02-28 12:01:17 -05:00
version = "0.7.1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
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 1.0.0",
]
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-03-22 11:11:47 -04:00
"hermit-abi 0.3.1",
2023-03-05 10:43:00 -05:00
"libc",
2023-04-06 05:10:23 -04:00
"windows-sys 0.48.0",
2023-03-05 10:43:00 -05:00
]
2022-02-15 11:27:06 -05:00
[[package]]
2022-02-28 12:01:17 -05:00
name = "iovec"
version = "0.1.4"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-27 16:15:49 -05:00
"libc",
2022-02-14 15:33:17 -05:00
]
[[package]]
name = "ipnet"
2023-03-28 07:26:25 -04:00
version = "2.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-28 07:26:25 -04:00
checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
2022-06-06 17:07:11 -04:00
[[package]]
name = "itertools"
2022-10-01 17:43:43 -04:00
version = "0.10.5"
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 = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
2022-06-06 17:07:11 -04:00
dependencies = [
"either",
]
[[package]]
2022-02-28 12:01:17 -05:00
name = "itoa"
2023-03-05 10:43:00 -05:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-02-28 12:01:17 -05:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "jobserver"
2023-03-05 10:43:00 -05:00
version = "0.1.26"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f37a4a5928311ac501dee68b3c7613a1037d0edb30c8e5427bd832d55d1b790"
dependencies = [
"wasm-bindgen",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "jsonrpc-core"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f7f76aef2d054868398427f6c54943cf3d1caa9a7ec7d0c38d69df97a965eb"
dependencies = [
"futures",
"futures-executor",
"futures-util",
"log",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "jsonrpc-http-server"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1dea6e07251d9ce6a552abfb5d7ad6bc290a4596c8dcc3d795fae2bbdc1f3ff"
dependencies = [
"futures",
2022-05-23 10:29:55 -04:00
"hyper",
2022-04-05 11:07:34 -04:00
"jsonrpc-core",
"jsonrpc-server-utils",
"log",
"net2",
2022-06-06 17:07:11 -04:00
"parking_lot 0.11.2",
2022-04-05 11:07:34 -04:00
"unicase",
]
[[package]]
name = "jsonrpc-server-utils"
version = "18.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4fdea130485b572c39a460d50888beb00afb3e35de23ccd7fad8ff19f0e0d4"
dependencies = [
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"futures",
"globset",
"jsonrpc-core",
"lazy_static",
"log",
2022-05-23 10:29:55 -04:00
"tokio",
2022-04-05 11:07:34 -04:00
"tokio-stream",
"tokio-util 0.6.10",
2022-04-05 11:07:34 -04:00
"unicase",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "jsonwebtoken"
2023-03-22 11:11:47 -04:00
version = "8.3.0"
2022-06-08 12:06:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
2022-06-08 12:06:40 -04:00
dependencies = [
"base64 0.21.2",
2022-06-08 12:06:40 -04:00
"pem",
"ring",
"serde",
"serde_json",
"simple_asn1",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "kernel32-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
2022-02-27 16:15:49 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"winapi 0.2.8",
"winapi-build",
2022-02-27 16:15:49 -05:00
]
[[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"
2022-02-14 15:33:17 -05:00
2022-02-28 12:01:17 -05:00
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
2022-03-12 16:18:49 -05:00
[[package]]
name = "lettre"
2023-04-06 05:10:23 -04:00
version = "0.10.4"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "76bd09637ae3ec7bd605b8e135e757980b3968430ff2b1a4a94fb7769e50166d"
2022-03-12 16:18:49 -05:00
dependencies = [
"base64 0.21.2",
2022-04-02 16:15:30 -04:00
"email-encoding",
2022-06-13 08:02:55 -04:00
"email_address",
2022-03-12 16:18:49 -05:00
"fastrand",
"futures-util",
"hostname",
2022-05-23 10:29:55 -04:00
"httpdate",
2023-02-02 06:52:52 -05:00
"idna",
2022-03-12 16:18:49 -05:00
"mime",
"native-tls",
"nom",
"once_cell",
"quoted_printable",
2022-06-13 08:02:55 -04:00
"socket2",
2023-02-02 06:52:52 -05:00
"tokio",
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"
version = "0.2.144"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
2022-06-06 17:07:11 -04:00
[[package]]
name = "libsqlite3-sys"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
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
2022-06-06 17:07:11 -04:00
[[package]]
name = "local-channel"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f303ec0e94c6c54447f84f3b0ef7af769858a9c4ef56ef2a986d3dcd4c3fc9c"
dependencies = [
"futures-core",
"futures-sink",
"futures-util",
"local-waker",
]
[[package]]
name = "local-waker"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e34f76eb3611940e0e7d53a9aaa4e6a3151f69541a282fd0dad5571420c53ff1"
2022-04-05 11:07:34 -04:00
[[package]]
name = "lock_api"
2022-10-01 17:43:43 -04:00
version = "0.4.9"
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-04-05 11:07:34 -04:00
dependencies = [
"autocfg",
"scopeguard",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "log"
version = "0.4.18"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
2022-02-14 15:33:17 -05:00
dependencies = [
"value-bag",
2022-02-14 15:33:17 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
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"
version = "0.7.1"
2022-02-23 15:25:14 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
2022-02-23 15:25:14 -05:00
dependencies = [
"adler",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "mio"
2022-02-28 12:01:17 -05:00
version = "0.6.23"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
2022-02-14 15:33:17 -05:00
dependencies = [
2022-02-28 12:01:17 -05:00
"cfg-if 0.1.10",
"fuchsia-zircon",
"fuchsia-zircon-sys",
"iovec",
"kernel32-sys",
2022-02-14 15:33:17 -05:00
"libc",
"log",
2022-05-09 11:34:34 -04:00
"miow",
2022-02-28 12:01:17 -05:00
"net2",
"slab",
"winapi 0.2.8",
2022-02-14 15:33:17 -05:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "mio"
version = "0.8.8"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"log",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.48.0",
2022-04-05 11:07:34 -04:00
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "mio-extras"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
dependencies = [
"lazycell",
"log",
2022-04-05 11:07:34 -04:00
"mio 0.6.23",
2022-02-28 12:01:17 -05:00
"slab",
]
[[package]]
name = "miow"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
dependencies = [
"kernel32-sys",
"net2",
"winapi 0.2.8",
"ws2_32-sys",
2022-02-14 15:33:17 -05:00
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "native-tls"
version = "0.2.11"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-03-12 16:18:49 -05:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "net2"
2022-10-25 04:06:15 -04:00
version = "0.2.38"
2022-02-28 12:01:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 04:06:15 -04:00
checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
2022-02-28 12:01:17 -05:00
dependencies = [
"cfg-if 0.1.10",
"libc",
"winapi 0.3.9",
2022-02-14 15:33:17 -05:00
]
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",
]
2022-02-14 15:33:17 -05:00
[[package]]
name = "notify"
2022-02-28 12:01:17 -05:00
version = "4.0.17"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 12:01:17 -05:00
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
"filetime",
2022-02-28 12:01:17 -05:00
"fsevent",
2022-02-14 15:33:17 -05:00
"fsevent-sys",
"inotify",
"libc",
2022-04-05 11:07:34 -04:00
"mio 0.6.23",
2022-02-28 12:01:17 -05:00
"mio-extras",
2022-02-14 15:33:17 -05:00
"walkdir",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-27 16:15:49 -05:00
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "num-bigint"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "num_cpus"
2023-01-11 09:29:41 -05:00
version = "1.15.0"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 09:29:41 -05:00
checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
2022-02-27 16:15:49 -05:00
dependencies = [
2023-01-11 09:29:41 -05:00
"hermit-abi 0.2.6",
2022-02-27 16:15:49 -05:00
"libc",
]
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "once_cell"
version = "1.17.2"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9670a07f94779e00908f3e686eab508878ebb390ba6e604d3a284c00e8d0487b"
2022-02-27 16:15:49 -05:00
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl"
version = "0.10.53"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12df40a956736488b7b44fe79fe12d4f245bb5b3f5a1f6095e499760015be392"
2022-03-12 16:18:49 -05:00
dependencies = [
"bitflags",
"cfg-if 1.0.0",
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
2022-03-12 16:18:49 -05:00
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-04-06 05:10:23 -04:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-03-15 11:16:35 -04:00
[[package]]
name = "openssl-src"
version = "111.26.0+1.1.1u"
2022-03-15 11:16:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efc62c9f12b22b8f5208c23a7200a442b2e5999f8bdf80233852122b5a4f6f37"
2022-03-15 11:16:35 -04:00
dependencies = [
"cc",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "openssl-sys"
version = "0.9.88"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2ce0f250f34a308dcfdbb351f511359857d4ed2134ba715a4eadd46e1ffd617"
2022-03-12 16:18:49 -05:00
dependencies = [
"cc",
"libc",
2022-03-15 11:16:35 -04:00
"openssl-src",
2022-03-12 16:18:49 -05:00
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
2023-03-22 11:11:47 -04:00
version = "6.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
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-04-10 14:28:06 -04:00
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-10 14:28:06 -04:00
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2022-04-05 11:07:34 -04:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
2023-02-02 06:52:52 -05:00
"parking_lot_core 0.9.7",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
2022-04-05 11:07:34 -04:00
dependencies = [
"cfg-if 1.0.0",
"instant",
"libc",
2023-04-06 05:10:23 -04:00
"redox_syscall 0.2.16",
2022-04-05 11:07:34 -04:00
"smallvec",
"winapi 0.3.9",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "parking_lot_core"
2023-02-02 06:52:52 -05:00
version = "0.9.7"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if 1.0.0",
"libc",
2023-04-06 05:10:23 -04:00
"redox_syscall 0.2.16",
2022-06-06 17:07:11 -04:00
"smallvec",
2023-02-02 06:52:52 -05:00
"windows-sys 0.45.0",
2022-06-06 17:07:11 -04:00
]
2022-06-07 16:05:35 -04:00
[[package]]
name = "password-hash"
version = "0.4.2"
2022-06-07 16:05:35 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
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"
2023-03-22 11:11:47 -04:00
version = "1.0.12"
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 = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
2022-06-06 17:07:11 -04:00
2022-06-08 12:06:40 -04:00
[[package]]
name = "pem"
2023-01-28 15:52:32 -05:00
version = "1.1.1"
2022-06-08 12:06:40 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
2022-06-08 12:06:40 -04:00
dependencies = [
2023-01-28 15:52:32 -05:00
"base64 0.13.1",
2022-06-08 12:06:40 -04:00
]
[[package]]
name = "percent-encoding"
2022-10-01 17:43:43 -04:00
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2022-06-06 17:07:11 -04:00
[[package]]
name = "pin-project"
version = "1.1.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
2022-06-06 17:07:11 -04:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
2022-06-06 17:07:11 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-06-06 17:07:11 -04:00
]
2022-02-27 16:15:49 -05:00
[[package]]
name = "pin-project-lite"
2022-04-28 15:45:12 -04:00
version = "0.2.9"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-28 15:45:12 -04:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
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"
[[package]]
name = "pkg-config"
version = "0.3.27"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
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-03-22 11:11:47 -04:00
"bitflags",
"cfg-if 1.0.0",
2023-03-22 11:11:47 -04:00
"concurrent-queue",
"libc",
"log",
2023-03-22 11:11:47 -04:00
"pin-project-lite",
2023-04-10 14:28:06 -04:00
"windows-sys 0.48.0",
]
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
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "proc-macro2"
version = "1.0.59"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
2022-02-12 16:32:51 -05:00
dependencies = [
"unicode-ident",
2022-02-12 16:32:51 -05:00
]
[[package]]
name = "quote"
version = "1.0.28"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "quoted_printable"
version = "0.4.8"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3866219251662ec3b26fc217e3e05bf9c4f84325234dfb96bf0bf840889e49"
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
]
[[package]]
name = "redox_syscall"
2022-08-08 05:21:24 -04:00
version = "0.2.16"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-08 05:21:24 -04:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2022-02-14 15:33:17 -05:00
dependencies = [
"bitflags",
]
2023-04-06 05:10:23 -04:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags",
]
[[package]]
name = "regex"
version = "1.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
dependencies = [
2023-04-23 15:29:36 -04:00
"aho-corasick 1.0.1",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
2022-06-20 16:19:41 -04:00
[[package]]
name = "relative-path"
2023-03-22 11:11:47 -04:00
version = "1.8.0"
2022-06-20 16:19:41 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "4bf2521270932c3c7bed1a59151222bd7643c79310f2916f01925e1e16255698"
2022-06-20 16:19:41 -04:00
[[package]]
name = "reqwest"
version = "0.11.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cde824a14b7c14f85caff81225f411faacc04a2013f41670f41443742b1c1c55"
dependencies = [
"base64 0.21.2",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-10-01 17:43:43 -04:00
"once_cell",
"percent-encoding",
"pin-project-lite",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-native-tls",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"winreg",
]
2022-06-08 12:06:40 -04:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "rpassword"
version = "6.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf099a1888612545b683d2661a1940089f6c2e5a8e38979b2159da876bfd956"
dependencies = [
"libc",
"serde",
"serde_json",
"winapi 0.3.9",
]
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.19"
2023-03-05 10:43:00 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
2023-03-05 10:43:00 -05:00
dependencies = [
"bitflags",
2023-04-06 05:10:23 -04:00
"errno",
2023-03-27 04:50:20 -04:00
"io-lifetimes",
"libc",
2023-04-06 05:10:23 -04:00
"linux-raw-sys",
2023-04-10 14:28:06 -04:00
"windows-sys 0.48.0",
2023-03-05 10:43:00 -05:00
]
2023-02-20 16:12:33 -05:00
[[package]]
name = "rustls"
version = "0.20.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
dependencies = [
"base64 0.21.2",
2023-02-20 16:12:33 -05:00
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "ryu"
2023-03-05 10:43:00 -05:00
version = "1.0.13"
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 = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
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"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf18934a12018228c5b55a6dae9df5d0641e3566b3630cb46cc55564068e7c2f"
dependencies = [
"lazy_static",
"regex",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "schannel"
2023-01-11 09:29:41 -05:00
version = "0.1.21"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 09:29:41 -05:00
checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
2022-03-12 16:18:49 -05:00
dependencies = [
2023-02-02 06:52:52 -05:00
"windows-sys 0.42.0",
2022-03-12 16:18:49 -05:00
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2023-02-20 16:12:33 -05:00
[[package]]
name = "sct"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
dependencies = [
"ring",
"untrusted",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "security-framework"
version = "2.9.1"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fc758eb7bffce5b308734e9b0c1468893cae9ff70ebf13e7090be8dcbcc83a8"
2022-03-12 16:18:49 -05:00
dependencies = [
"bitflags",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
version = "2.9.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f51d0c0d83bec45f16480d0ce0058397a69e48fcdc52d1dc8855fb68acbd31a7"
2022-03-12 16:18:49 -05:00
dependencies = [
"core-foundation-sys",
"libc",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "semver"
2023-03-22 11:11:47 -04:00
version = "1.0.17"
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 = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-06-06 17:07:11 -04:00
2022-02-12 16:32:51 -05:00
[[package]]
name = "serde"
version = "1.0.163"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
2022-02-12 16:32:51 -05:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.163"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
2022-02-12 16:32:51 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-02-12 16:32:51 -05:00
]
2022-02-15 11:27:06 -05:00
[[package]]
name = "serde_json"
2023-04-23 15:29:36 -04:00
version = "1.0.96"
2022-02-15 11:27:06 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-23 15:29:36 -04:00
checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
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",
]
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-02-12 16:32:51 -05:00
[[package]]
name = "serde_yaml"
2023-04-06 05:10:23 -04:00
version = "0.9.21"
2022-02-12 16:32:51 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
2022-02-12 16:32:51 -05:00
dependencies = [
"indexmap",
2023-02-09 05:58:59 -05:00
"itoa",
2022-02-12 16:32:51 -05:00
"ryu",
"serde",
2023-02-09 05:58:59 -05:00
"unsafe-libyaml",
2022-02-12 16:32:51 -05:00
]
[[package]]
name = "serial_test"
2023-04-06 05:10:23 -04:00
version = "2.0.0"
2023-04-23 15:29:36 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e56dd856803e253c8f298af3f4d7eb0ae5e23a737252cd90bb4f3b435033b2d"
dependencies = [
"dashmap",
"futures",
"lazy_static",
"log",
"parking_lot 0.12.1",
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
2023-04-06 05:10:23 -04:00
version = "2.0.0"
2023-04-23 15:29:36 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91d129178576168c589c9ec973feedf7d3126c01ac2bf08795109aa35b69fb8f"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
]
2022-06-06 17:07:11 -04:00
[[package]]
2022-06-13 08:20:31 -04:00
name = "sha1"
2022-10-01 17:43:43 -04:00
version = "0.10.5"
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 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2022-10-01 17:43:43 -04:00
version = "0.10.6"
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 = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
2022-06-06 17:07:11 -04:00
dependencies = [
"cfg-if 1.0.0",
"cpufeatures",
"digest",
]
2022-03-21 13:06:49 -04:00
[[package]]
name = "shlex"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
2022-06-06 17:07:11 -04:00
[[package]]
name = "signal-hook-registry"
2023-03-05 10:43:00 -05:00
version = "1.4.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
]
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",
"time 0.3.21",
2022-06-08 12:06:40 -04:00
]
2022-02-23 12:06:40 -05:00
[[package]]
name = "simplelog"
2023-03-05 10:43:00 -05:00
version = "0.12.1"
2022-02-23 12:06:40 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "acee08041c5de3d5048c8b3f6f13fafb3026b24ba43c6a695a0c76179b844369"
2022-02-23 12:06:40 -05:00
dependencies = [
"log",
"paris",
"termcolor",
"time 0.3.21",
2022-02-23 12:06:40 -05:00
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "slab"
2023-03-05 10:43:00 -05:00
version = "0.4.8"
2022-02-28 12:01:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
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"
2022-10-14 07:08:40 -04:00
version = "1.10.0"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-14 07:08:40 -04:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2022-04-05 11:07:34 -04:00
[[package]]
name = "socket2"
2023-03-05 10:43:00 -05:00
version = "0.4.9"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-05 10:43:00 -05:00
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-04-05 11:07:34 -04:00
dependencies = [
"libc",
"winapi 0.3.9",
2022-04-05 11:07:34 -04:00
]
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",
]
[[package]]
name = "sqlformat"
2023-01-28 15:52:32 -05:00
version = "0.2.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 15:52:32 -05:00
checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
2022-06-06 17:07:11 -04:00
dependencies = [
"itertools",
"nom",
"unicode_categories",
]
[[package]]
name = "sqlx"
2023-03-22 11:11:47 -04:00
version = "0.6.3"
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 = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
2022-06-06 17:07:11 -04:00
dependencies = [
"sqlx-core",
"sqlx-macros",
]
[[package]]
name = "sqlx-core"
2023-03-22 11:11:47 -04:00
version = "0.6.3"
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 = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
2022-06-06 17:07:11 -04:00
dependencies = [
2023-03-05 10:43:00 -05:00
"ahash 0.7.6",
2022-06-06 17:07:11 -04:00
"atoi",
"bitflags",
"byteorder",
"bytes",
"crc",
"crossbeam-queue",
2022-08-08 05:21:24 -04:00
"dotenvy",
2022-06-06 17:07:11 -04:00
"either",
"event-listener",
"flume",
"futures-channel",
"futures-core",
"futures-executor",
"futures-intrusive",
"futures-util",
"hashlink",
"hex",
"indexmap",
"itoa",
"libc",
"libsqlite3-sys",
"log",
"memchr",
"once_cell",
"paste",
"percent-encoding",
2023-02-20 16:12:33 -05:00
"rustls",
"rustls-pemfile",
2022-06-06 17:07:11 -04:00
"sha2",
"smallvec",
"sqlformat",
"sqlx-rt",
"stringprep",
"thiserror",
"tokio-stream",
"url",
2023-02-20 16:12:33 -05:00
"webpki-roots",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "sqlx-macros"
2023-03-22 11:11:47 -04:00
version = "0.6.3"
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 = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
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",
"heck",
"once_cell",
"proc-macro2",
"quote",
"sha2",
"sqlx-core",
"sqlx-rt",
2023-03-22 11:11:47 -04:00
"syn 1.0.109",
2022-06-06 17:07:11 -04:00
"url",
]
[[package]]
name = "sqlx-rt"
2023-03-22 11:11:47 -04:00
version = "0.6.3"
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 = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
2022-06-06 17:07:11 -04:00
dependencies = [
"once_cell",
"tokio",
2023-02-20 16:12:33 -05:00
"tokio-rustls",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "stringprep"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
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
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.18"
2023-03-22 11:11:47 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
2023-03-22 11:11:47 -04:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "tempfile"
2023-04-06 05:10:23 -04:00
version = "3.5.0"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
2022-03-12 16:18:49 -05:00
dependencies = [
"cfg-if 1.0.0",
"fastrand",
2023-04-06 05:10:23 -04:00
"redox_syscall 0.3.5",
"rustix",
"windows-sys 0.45.0",
2022-03-12 16:18:49 -05:00
]
[[package]]
name = "termcolor"
2022-03-10 09:03:25 -05:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-10 09:03:25 -05:00
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
2022-10-12 09:28:49 -04:00
[[package]]
name = "tests"
version = "0.18.1"
2022-10-12 09:28:49 -04:00
dependencies = [
"chrono",
"crossbeam-channel",
"ffplayout",
"ffplayout-lib",
"ffprobe",
"file-rotate",
"jsonrpc-http-server",
"lettre",
"log",
"notify",
"rand",
"regex",
"reqwest",
"serde",
"serde_json",
"serde_yaml",
"serial_test",
2022-10-12 09:28:49 -04:00
"shlex",
"simplelog",
"time 0.3.21",
2022-10-12 09:28:49 -04:00
"walkdir",
]
[[package]]
name = "textwrap"
2022-10-25 04:06:15 -04:00
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-25 04:06:15 -04:00
checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
2022-06-06 17:07:11 -04:00
[[package]]
name = "thiserror"
2023-03-22 11:11:47 -04:00
version = "1.0.40"
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 = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-06-06 17:07:11 -04:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-22 11:11:47 -04:00
version = "1.0.40"
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 = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-06-06 17:07:11 -04:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2022-06-06 17:07:11 -04:00
]
[[package]]
name = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
2022-05-15 13:27:53 -04:00
"wasi 0.10.0+wasi-snapshot-preview1",
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
2022-02-27 16:15:49 -05:00
]
[[package]]
name = "time"
version = "0.3.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
dependencies = [
2022-05-23 10:29:55 -04:00
"itoa",
"libc",
"num_threads",
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"
version = "0.1.1"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
2022-10-25 04:06:15 -04:00
[[package]]
name = "time-macros"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
2022-10-25 04:06:15 -04:00
dependencies = [
"time-core",
]
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"
version = "1.28.2"
2022-02-27 16:15:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
2022-02-27 16:15:49 -05:00
dependencies = [
"autocfg",
2022-05-23 10:29:55 -04:00
"bytes",
2022-04-05 11:07:34 -04:00
"libc",
"mio 0.8.8",
2022-02-27 16:15:49 -05:00
"num_cpus",
2022-06-06 17:07:11 -04:00
"parking_lot 0.12.1",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-06-06 17:07:11 -04:00
"signal-hook-registry",
2022-05-23 10:29:55 -04:00
"socket2",
2023-02-20 16:12:33 -05:00
"tokio-macros",
"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"
version = "2.1.0"
2023-02-20 16:12:33 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2023-02-20 16:12:33 -05:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
2023-02-20 16:12:33 -05:00
]
[[package]]
name = "tokio-native-tls"
2023-02-08 10:10:58 -05:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-08 10:10:58 -05:00
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
dependencies = [
"native-tls",
"tokio",
]
2023-02-20 16:12:33 -05:00
[[package]]
name = "tokio-rustls"
version = "0.23.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
dependencies = [
"rustls",
"tokio",
"webpki",
]
2022-04-05 11:07:34 -04:00
[[package]]
name = "tokio-stream"
version = "0.1.14"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
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"
version = "0.6.10"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
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-core",
"futures-sink",
"log",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
"tokio",
2022-04-05 11:07:34 -04:00
]
[[package]]
name = "tokio-util"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
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"
2022-10-14 07:08:40 -04:00
version = "0.1.37"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-14 07:08:40 -04:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-04-05 11:07:34 -04:00
dependencies = [
"cfg-if 1.0.0",
2022-06-06 17:07:11 -04:00
"log",
2022-05-23 10:29:55 -04:00
"pin-project-lite",
2022-04-05 11:07:34 -04:00
"tracing-core",
]
[[package]]
name = "tracing-core"
version = "0.1.31"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
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-01-11 09:29:41 -05:00
version = "0.2.4"
2022-04-05 11:07:34 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-11 09:29:41 -05:00
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-04-05 11:07:34 -04:00
2022-06-06 17:07:11 -04:00
[[package]]
name = "typenum"
version = "1.16.0"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-06-06 17:07:11 -04:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-bidi"
2023-03-22 11:11:47 -04:00
version = "0.3.13"
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 = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-ident"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
2022-03-12 16:18:49 -05:00
[[package]]
name = "unicode-normalization"
2022-10-01 17:43:43 -04:00
version = "0.1.22"
2022-03-12 16:18:49 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-03-12 16:18:49 -05:00
dependencies = [
"tinyvec",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "unicode-segmentation"
2023-02-02 06:52:52 -05:00
version = "1.10.1"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
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"
2023-02-09 05:58:59 -05:00
[[package]]
name = "unsafe-libyaml"
2023-04-06 05:10:23 -04:00
version = "0.2.8"
2023-02-09 05:58:59 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
2023-02-09 05:58:59 -05:00
2022-06-08 12:06:40 -04:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
[[package]]
name = "url"
2022-10-01 17:43:43 -04:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-01 17:43:43 -04:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
dependencies = [
"form_urlencoded",
2023-02-02 06:52:52 -05:00
"idna",
"percent-encoding",
]
[[package]]
name = "uuid"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "345444e32442451b267fc254ae85a209c64be56d2890e601a0c37ff0c3c5ecd2"
dependencies = [
"getrandom",
]
[[package]]
name = "value-bag"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4d330786735ea358f3bc09eea4caa098569c1c93f342d9aca0514915022fe7e"
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"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2022-02-14 15:33:17 -05:00
[[package]]
name = "walkdir"
2023-03-22 11:11:47 -04:00
version = "2.3.3"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "wasi"
2022-05-15 13:27:53 -04:00
version = "0.10.0+wasi-snapshot-preview1"
2022-02-14 15:33:17 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-15 13:27:53 -04:00
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2022-02-14 15:33:17 -05:00
2022-04-05 11:07:34 -04:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bba0e8cb82ba49ff4e229459ff22a191bbe9a1cb3a341610c9c33efc27ddf73"
dependencies = [
"cfg-if 1.0.0",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b04bc93f9d6bdee709f6bd2118f57dd6679cf1176a1af464fca3ab0d66d8fb"
dependencies = [
"bumpalo",
"log",
2022-08-08 05:21:24 -04:00
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.18",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d1985d03709c53167ce907ff394f5316aa22cb4e12761295c5dc57dacb6297e"
dependencies = [
"cfg-if 1.0.0",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14d6b024f1a526bb0234f52840389927257beb670610081360e5a03c5df9c258"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e128beba882dd1eb6200e1dc92ae6c5dbaa4311aa7bb211ca035779e5efc39f8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.18",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9d5b4305409d1fc9482fee2d7f9bcbf24b3972bf59817ef757e23982242a93"
[[package]]
name = "web-sys"
version = "0.3.63"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bdd9ef4e984da1187bf8110c5cf5b845fbc87a23602cdf912386a76fcd3a7c2"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2023-02-20 16:12:33 -05:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
version = "0.22.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
dependencies = [
"webpki",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "winapi-build"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
2022-02-28 12:01:17 -05:00
"winapi 0.3.9",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-03-22 11:11:47 -04:00
[[package]]
name = "windows"
2023-04-06 05:10:23 -04:00
version = "0.48.0"
2023-03-22 11:11:47 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-06 05:10:23 -04:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2023-03-22 11:11:47 -04:00
dependencies = [
2023-04-06 05:10:23 -04:00
"windows-targets 0.48.0",
2023-03-22 11:11:47 -04:00
]
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
2023-04-06 05:10:23 -04:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
2022-10-25 04:06:15 -04:00
]
2023-02-02 06:52:52 -05:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
2023-04-06 05:10:23 -04:00
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.0",
2023-02-02 06:52:52 -05:00
]
[[package]]
name = "windows-targets"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2023-02-02 06:52:52 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-02 06:52:52 -05:00
dependencies = [
2023-04-06 05:10:23 -04:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
2023-02-02 06:52:52 -05:00
]
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_i686_gnu"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_i686_msvc"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
2022-10-25 04:06:15 -04:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-22 11:11:47 -04:00
version = "0.42.2"
2022-10-25 04:06:15 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-22 11:11:47 -04:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-10-25 04:06:15 -04:00
2023-04-06 05:10:23 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi 0.3.9",
]
2022-02-28 12:01:17 -05:00
[[package]]
name = "ws2_32-sys"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
dependencies = [
"winapi 0.2.8",
"winapi-build",
]
[[package]]
name = "zeromq"
version = "0.3.3"
2022-10-14 07:08:40 -04:00
source = "git+https://github.com/zeromq/zmq.rs.git#7baeeffde9e4cb9741d1841cfdee5f00f354b578"
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",
"parking_lot 0.12.1",
"rand",
"regex",
"thiserror",
"uuid",
]
2022-06-06 17:07:11 -04:00
[[package]]
name = "zstd"
2023-02-02 06:52:52 -05:00
version = "0.12.3+zstd.1.5.2"
2022-06-06 17:07:11 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-02 06:52:52 -05:00
checksum = "76eea132fb024e0e13fd9c2f5d5d595d8a967aa72382ac2f9d39fcc95afd0806"
2022-06-06 17:07:11 -04:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2023-04-06 05:10:23 -04:00
version = "6.0.5+zstd.1.5.4"
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 = "d56d9e60b4b1758206c238a10165fbcae3ca37b01744e394c463463f6529d23b"
2022-06-06 17:07:11 -04:00
dependencies = [
"libc",
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2023-04-06 05:10:23 -04:00
version = "2.0.8+zstd.1.5.5"
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 = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
2022-06-06 17:07:11 -04:00
dependencies = [
"cc",
"libc",
2023-01-11 09:29:41 -05:00
"pkg-config",
2022-06-06 17:07:11 -04:00
]