podbringer/Cargo.lock

3011 lines
72 KiB
Plaintext
Raw Normal View History

2022-05-17 11:15:22 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
2023-08-25 22:02:42 +02:00
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
2023-08-25 22:02:42 +02:00
"gimli",
]
2023-06-08 11:11:14 +02:00
[[package]]
2023-08-25 22:02:42 +02:00
name = "adler"
2023-06-08 11:11:14 +02:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "ahash"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
dependencies = [
"cfg-if",
"once_cell",
"version_check",
"zerocopy",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "aho-corasick"
version = "1.1.2"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
2023-06-08 11:11:14 +02:00
dependencies = [
"memchr",
]
[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
2023-06-08 11:11:14 +02:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2022-08-12 09:53:29 +02:00
[[package]]
name = "android_system_properties"
2022-10-17 19:51:33 +02:00
version = "0.1.5"
2022-08-12 09:53:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:51:33 +02:00
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
2022-08-12 09:53:29 +02:00
dependencies = [
"libc",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "async-stream"
2023-04-11 19:38:23 +02:00
version = "0.3.5"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
2022-05-17 11:15:22 +02:00
dependencies = [
"async-stream-impl",
"futures-core",
"pin-project-lite",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "async-stream-impl"
2023-04-11 19:38:23 +02:00
version = "0.3.5"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "async-trait"
version = "0.1.74"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a66537f1bb974b254c98ed142ff995236e81b9d0fe4db0575f46612cb15eb0f9"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "atom_syndication"
2023-08-25 22:02:42 +02:00
version = "0.12.2"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "571832dcff775e26562e8e6930cd483de5587301d40d3a3b85d532b6383e15a7"
2022-05-17 11:15:22 +02:00
dependencies = [
"chrono",
"derive_builder",
"diligent-date-parser",
"never",
"quick-xml",
]
[[package]]
name = "atomic"
2023-06-08 11:11:14 +02:00
version = "0.5.3"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
2022-05-17 11:15:22 +02:00
[[package]]
name = "atomic"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994"
dependencies = [
"bytemuck",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2023-08-25 22:02:42 +02:00
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "base64"
version = "0.13.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
[[package]]
name = "base64"
version = "0.21.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
2022-05-17 11:15:22 +02:00
[[package]]
name = "binascii"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-03-24 19:17:00 +01:00
[[package]]
name = "bitflags"
version = "2.4.1"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
2023-03-24 19:17:00 +01:00
2022-05-17 11:15:22 +02:00
[[package]]
name = "block-buffer"
version = "0.10.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-05-17 11:15:22 +02:00
dependencies = [
2022-08-12 09:53:29 +02:00
"generic-array",
]
[[package]]
name = "bstr"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c79ad7fb2dd38f3dabd76b09c6a5a20c038fc0213ef1e9afd30eb777f120f019"
dependencies = [
"memchr",
"serde",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "bumpalo"
version = "3.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
[[package]]
name = "bytemuck"
version = "1.14.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2022-05-17 11:15:22 +02:00
[[package]]
name = "bytes"
version = "1.5.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-05-17 11:15:22 +02:00
[[package]]
name = "cached"
version = "0.46.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8cead8ece0da6b744b2ad8ef9c58a4cdc7ef2921e60a6ddfb9eaaa86839b5fc5"
2022-05-17 11:15:22 +02:00
dependencies = [
"ahash",
2022-05-17 11:15:22 +02:00
"async-trait",
"cached_proc_macro",
"cached_proc_macro_types",
"futures",
"hashbrown 0.14.2",
"instant",
2022-05-17 11:15:22 +02:00
"once_cell",
"thiserror",
"tokio",
]
[[package]]
name = "cached_proc_macro"
version = "0.18.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8245dd5f576a41c3b76247b54c15b0e43139ceeb4f732033e15be7c005176"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"darling 0.14.4",
"proc-macro2",
2022-05-17 11:15:22 +02:00
"quote",
"syn 1.0.109",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "cached_proc_macro_types"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a4f925191b4367301851c6d99b09890311d74b0d43f274c0b34c86d308a3663"
[[package]]
name = "cc"
2023-08-25 22:02:42 +02:00
version = "1.0.83"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2022-05-17 11:15:22 +02: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.31"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"android-tzdata",
2022-08-12 09:53:29 +02:00
"iana-time-zone",
"js-sys",
2022-05-17 11:15:22 +02:00
"num-traits",
"serde",
2022-08-12 09:53:29 +02:00
"wasm-bindgen",
"windows-targets",
]
[[package]]
name = "chrono-tz"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e23185c0e21df6ed832a12e2bda87c7d1def6842881fb634a8511ced741b0d76"
dependencies = [
"chrono",
"chrono-tz-build",
"phf",
]
[[package]]
name = "chrono-tz-build"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
dependencies = [
"parse-zoneinfo",
"phf",
"phf_codegen",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "cookie"
version = "0.18.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd91cf61412820176e137621345ee43b3f4423e589e7ae4e50d601d93e35ef8"
2022-05-17 11:15:22 +02:00
dependencies = [
"percent-encoding",
"time",
2022-05-17 11:15:22 +02:00
"version_check",
]
[[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-11 19:38:23 +02:00
version = "0.8.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-05-17 11:15:22 +02:00
[[package]]
name = "cpufeatures"
version = "0.2.11"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
2022-05-17 11:15:22 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crossbeam-channel"
2023-04-11 19:38:23 +02:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2023-08-25 22:02:42 +02:00
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
"cfg-if",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "crypto-common"
2022-07-17 16:26:44 +02:00
version = "0.1.6"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 16:26:44 +02:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-17 11:15:22 +02:00
dependencies = [
2022-08-12 09:53:29 +02:00
"generic-array",
2022-05-17 11:15:22 +02:00
"typenum",
]
2022-10-17 19:51:33 +02:00
[[package]]
2023-06-08 11:11:14 +02:00
name = "darling"
version = "0.14.4"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
2022-10-17 19:51:33 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"darling_core 0.14.4",
"darling_macro 0.14.4",
2022-10-17 19:51:33 +02:00
]
[[package]]
2023-06-08 11:11:14 +02:00
name = "darling"
2023-08-25 22:02:42 +02:00
version = "0.20.3"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
2022-10-17 19:51:33 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"darling_core 0.20.3",
"darling_macro 0.20.3",
2022-10-17 19:51:33 +02:00
]
[[package]]
2023-06-08 11:11:14 +02:00
name = "darling_core"
version = "0.14.4"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
2022-10-17 19:51:33 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"fnv",
"ident_case",
2022-10-17 19:51:33 +02:00
"proc-macro2",
"quote",
2023-06-08 11:11:14 +02:00
"strsim",
"syn 1.0.109",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "darling_core"
2023-08-25 22:02:42 +02:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "darling_macro"
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
2023-06-08 11:11:14 +02:00
"darling_core 0.14.4",
"quote",
"syn 1.0.109",
]
2023-06-08 11:11:14 +02:00
[[package]]
name = "darling_macro"
2023-08-25 22:02:42 +02:00
version = "0.20.3"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
2023-06-08 11:11:14 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"darling_core 0.20.3",
2023-06-08 11:11:14 +02:00
"quote",
"syn 2.0.38",
2023-08-25 22:02:42 +02:00
]
[[package]]
name = "deranged"
version = "0.3.9"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
2023-08-25 22:02:42 +02:00
dependencies = [
"powerfmt",
2023-08-25 22:02:42 +02:00
"serde",
2023-06-08 11:11:14 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "derive_builder"
version = "0.12.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
2022-05-17 11:15:22 +02:00
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.12.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"darling 0.14.4",
2022-05-17 11:15:22 +02:00
"proc-macro2",
"quote",
"syn 1.0.109",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "derive_builder_macro"
version = "0.12.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
2022-05-17 11:15:22 +02:00
dependencies = [
"derive_builder_core",
"syn 1.0.109",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "deunicode"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71dbf1bf89c23e9cd1baf5e654f622872655f195b36588dc9dc38f7eda30758c"
dependencies = [
"deunicode 1.4.1",
]
[[package]]
name = "deunicode"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a1abaf4d861455be59f64fd2b55606cb151fce304ede7165f410243ce96bde6"
2022-05-17 11:15:22 +02:00
[[package]]
name = "devise"
2023-03-24 19:17:00 +01:00
version = "0.4.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 19:17:00 +01:00
checksum = "d6eacefd3f541c66fc61433d65e54e0e46e0a029a819a7dbbc7a7b489e8a85f8"
2022-05-17 11:15:22 +02:00
dependencies = [
"devise_codegen",
"devise_core",
]
[[package]]
name = "devise_codegen"
2023-03-24 19:17:00 +01:00
version = "0.4.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 19:17:00 +01:00
checksum = "9c8cf4b8dd484ede80fd5c547592c46c3745a617c8af278e2b72bea86b2dfed6"
2022-05-17 11:15:22 +02:00
dependencies = [
"devise_core",
"quote",
]
[[package]]
name = "devise_core"
2023-03-24 19:17:00 +01:00
version = "0.4.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 19:17:00 +01:00
checksum = "35b50dba0afdca80b187392b24f2499a88c336d5a8493e4b4ccfb608708be56a"
2022-05-17 11:15:22 +02:00
dependencies = [
"bitflags 2.4.1",
2022-05-17 11:15:22 +02:00
"proc-macro2",
"proc-macro2-diagnostics",
2022-05-17 11:15:22 +02:00
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "digest"
2023-06-08 11:11:14 +02:00
version = "0.10.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-05-17 11:15:22 +02:00
dependencies = [
2022-08-12 09:53:29 +02:00
"block-buffer",
2022-05-17 11:15:22 +02:00
"crypto-common",
]
[[package]]
name = "diligent-date-parser"
version = "0.1.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
2022-05-17 11:15:22 +02:00
dependencies = [
"chrono",
]
[[package]]
name = "either"
2023-08-25 22:02:42 +02:00
version = "1.9.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2022-05-17 11:15:22 +02:00
[[package]]
name = "encoding_rs"
2023-08-25 22:02:42 +02:00
version = "0.8.33"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "enum_dispatch"
2023-08-25 22:02:42 +02:00
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.38",
2023-03-24 19:17:00 +01:00
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-03-24 19:17:00 +01:00
[[package]]
name = "errno"
version = "0.3.5"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3e13f66a2f95e32a39eaa81f6b95d42878ca0e1db0c7543723dfe12557e860"
2023-03-24 19:17:00 +01:00
dependencies = [
"libc",
"windows-sys",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "fastrand"
version = "2.0.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2022-05-17 11:15:22 +02:00
[[package]]
name = "figment"
version = "0.10.12"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "649f3e5d826594057e9a519626304d8da859ea8a0b18ce99500c586b8d45faee"
2022-05-17 11:15:22 +02:00
dependencies = [
"atomic 0.6.0",
2022-05-17 11:15:22 +02:00
"pear",
"serde",
"toml",
"uncased",
"version_check",
]
[[package]]
name = "filetime"
2023-08-25 22:02:42 +02:00
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.3.5",
"windows-sys",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "form_urlencoded"
2023-06-08 11:11:14 +02:00
version = "1.2.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
2022-05-17 11:15:22 +02:00
dependencies = [
"percent-encoding",
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "futures"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
2022-05-17 11:15:22 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
2022-05-17 11:15:22 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
2022-05-17 11:15:22 +02:00
[[package]]
name = "futures-io"
version = "0.3.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
[[package]]
name = "futures-macro"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "futures-sink"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
2022-05-17 11:15:22 +02:00
[[package]]
name = "futures-task"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
2022-05-17 11:15:22 +02:00
[[package]]
name = "futures-util"
version = "0.3.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
2022-05-17 11:15:22 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
2022-05-17 11:15:22 +02:00
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generator"
2023-08-25 22:02:42 +02:00
version = "0.7.5"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2022-05-17 11:15:22 +02:00
dependencies = [
"cc",
"libc",
"log",
"rustversion",
2023-06-08 11:11:14 +02:00
"windows",
]
[[package]]
name = "generic-array"
2023-04-11 19:38:23 +02:00
version = "0.14.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2022-05-17 11:15:22 +02:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
2023-06-08 11:11:14 +02:00
version = "0.2.10"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"libc",
"wasi",
2022-05-17 11:15:22 +02:00
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2022-05-17 11:15:22 +02:00
[[package]]
name = "glob"
version = "0.3.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-05-17 11:15:22 +02:00
[[package]]
name = "globset"
2023-08-25 22:02:42 +02:00
version = "0.4.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
dependencies = [
2023-08-25 22:02:42 +02:00
"aho-corasick",
"bstr",
"fnv",
"log",
"regex",
]
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
2023-03-24 19:17:00 +01:00
"bitflags 1.3.2",
"ignore",
"walkdir",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "h2"
2023-08-25 22:02:42 +02:00
version = "0.3.21"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
2023-08-25 22:02:42 +02:00
"indexmap 1.9.3",
2022-05-17 11:15:22 +02:00
"slab",
"tokio",
2022-07-17 16:26:44 +02:00
"tokio-util",
2022-05-17 11:15:22 +02:00
"tracing",
]
[[package]]
name = "hashbrown"
2022-07-17 16:26:44 +02:00
version = "0.12.3"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 16:26:44 +02:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-05-17 11:15:22 +02:00
[[package]]
2023-08-25 22:02:42 +02:00
name = "hashbrown"
version = "0.14.2"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
dependencies = [
"ahash",
"allocator-api2",
]
2022-05-17 11:15:22 +02:00
2022-12-24 13:22:54 +01:00
[[package]]
name = "hermit-abi"
version = "0.3.3"
2022-12-24 13:22:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
2022-12-24 13:22:54 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2022-05-17 11:15:22 +02:00
[[package]]
name = "http"
version = "0.2.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
name = "http-body"
2022-05-26 22:12:31 +02:00
version = "0.4.5"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 22:12:31 +02:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-10-17 19:51:33 +02:00
version = "1.8.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:51:33 +02:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-05-17 11:15:22 +02:00
[[package]]
name = "httpdate"
2023-08-25 22:02:42 +02:00
version = "1.0.3"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2022-05-17 11:15:22 +02:00
[[package]]
name = "humansize"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "hyper"
2023-08-25 22:02:42 +02:00
version = "0.14.27"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2 0.4.10",
2022-05-17 11:15:22 +02:00
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
2023-08-25 22:02:42 +02:00
"futures-util",
"http",
"hyper",
"rustls",
"tokio",
"tokio-rustls",
]
2022-05-17 11:15:22 +02:00
[[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",
]
2022-08-12 09:53:29 +02:00
[[package]]
name = "iana-time-zone"
version = "0.1.58"
2022-08-12 09:53:29 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8326b86b6cff230b97d0d312a6c40a60726df3332e721f72a1b035f451663b20"
2022-08-12 09:53:29 +02:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
2022-10-17 19:51:33 +02:00
"iana-time-zone-haiku",
2022-08-12 09:53:29 +02:00
"js-sys",
"wasm-bindgen",
"windows-core",
2022-08-12 09:53:29 +02:00
]
2022-10-17 19:51:33 +02:00
[[package]]
name = "iana-time-zone-haiku"
2023-06-08 11:11:14 +02:00
version = "0.1.2"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2022-10-17 19:51:33 +02:00
dependencies = [
2023-06-08 11:11:14 +02:00
"cc",
2022-10-17 19:51:33 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
2023-06-08 11:11:14 +02:00
version = "0.4.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
2022-05-17 11:15:22 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "ignore"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
dependencies = [
"globset",
"lazy_static",
"log",
"memchr",
"regex",
"same-file",
"thread_local",
"walkdir",
"winapi-util",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "indexmap"
2023-04-11 19:38:23 +02:00
version = "1.9.3"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-05-17 11:15:22 +02:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
2022-05-17 11:15:22 +02:00
"serde",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "indexmap"
version = "2.1.0"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
2023-08-25 22:02:42 +02:00
dependencies = [
"equivalent",
"hashbrown 0.14.2",
"serde",
2023-08-25 22:02:42 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "inlinable_string"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb"
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
2023-03-24 19:17:00 +01:00
"bitflags 1.3.2",
"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-10-17 19:51:33 +02:00
[[package]]
2023-03-24 19:17:00 +01:00
name = "instant"
version = "0.1.12"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-24 19:17:00 +01:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2022-10-17 19:51:33 +02:00
dependencies = [
"cfg-if",
2022-10-17 19:51:33 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "ipnet"
version = "2.9.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2022-05-17 11:15:22 +02:00
2023-03-24 19:17:00 +01:00
[[package]]
name = "is-terminal"
2023-08-25 22:02:42 +02:00
version = "0.4.9"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
2023-03-24 19:17:00 +01:00
dependencies = [
2023-08-25 22:02:42 +02:00
"hermit-abi",
2023-03-24 19:17:00 +01:00
"rustix",
"windows-sys",
2023-03-24 19:17:00 +01:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "itoa"
2023-08-25 22:02:42 +02:00
version = "1.0.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-05-17 11:15:22 +02:00
[[package]]
name = "js-sys"
version = "0.3.65"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54c0c35952f67de54bb584e9fd912b3023117cbafc0a77d8f3dee1fb5f572fe8"
2022-05-17 11:15:22 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "kqueue"
2023-08-25 22:02:42 +02:00
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
2023-08-25 22:02:42 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.149"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
2022-05-17 11:15:22 +02:00
[[package]]
name = "libm"
version = "0.2.8"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
2022-05-17 11:15:22 +02:00
2023-03-24 19:17:00 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.4.10"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
2023-03-24 19:17:00 +01:00
2022-05-17 11:15:22 +02:00
[[package]]
name = "lock_api"
version = "0.4.11"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
2022-05-17 11:15:22 +02:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2023-08-25 22:02:42 +02:00
version = "0.4.20"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-05-17 11:15:22 +02:00
[[package]]
name = "loom"
2022-05-26 22:12:31 +02:00
version = "0.5.6"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-26 22:12:31 +02:00
checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"generator",
"scoped-tls",
"serde",
"serde_json",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-08-25 22:02:42 +02:00
"regex-automata 0.1.10",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "memchr"
version = "2.6.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
2022-05-17 11:15:22 +02:00
[[package]]
name = "mime"
version = "0.3.17"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2022-05-17 11:15:22 +02:00
[[package]]
name = "mime-db"
2023-08-25 22:02:42 +02:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "1c7a61c4bc8a32ee5bf3e11804ec460e771ea496968a213fa187651569ee3418"
dependencies = [
"reqwest",
"serde",
"tokio",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
2022-05-17 11:15:22 +02:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "multer"
2023-04-11 19:38:23 +02:00
version = "2.1.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"encoding_rs",
"futures-util",
"http",
"httparse",
"log",
"memchr",
"mime",
"spin",
2022-05-17 11:15:22 +02:00
"tokio",
2022-07-17 16:26:44 +02:00
"tokio-util",
2022-05-17 11:15:22 +02:00
"version_check",
]
[[package]]
name = "native-tls"
version = "0.2.11"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
2022-05-17 11:15:22 +02:00
dependencies = [
"lazy_static",
"libc",
"log",
"openssl",
"openssl-probe",
"openssl-sys",
"schannel",
"security-framework",
"security-framework-sys",
"tempfile",
]
[[package]]
name = "never"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
[[package]]
name = "normpath"
2023-04-11 19:38:23 +02:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "ec60c60a693226186f5d6edf073232bfb6464ed97eb22cf3b01c1e8198fd97f5"
dependencies = [
"windows-sys",
]
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
"bitflags 2.4.1",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"log",
"mio",
"walkdir",
"windows-sys",
]
2022-10-17 19:51:33 +02:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
2022-10-17 19:51:33 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "num-traits"
version = "0.2.17"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
2022-05-17 11:15:22 +02:00
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2023-08-25 22:02:42 +02:00
version = "1.16.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"hermit-abi",
2022-05-17 11:15:22 +02:00
"libc",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "object"
version = "0.32.1"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
2023-08-25 22:02:42 +02:00
dependencies = [
"memchr",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "once_cell"
2023-06-08 11:11:14 +02:00
version = "1.18.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-05-17 11:15:22 +02:00
[[package]]
name = "openssl"
version = "0.10.58"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9dfc0783362704e97ef3bd24261995a699468440099ef95d869b4d9732f829a"
2022-05-17 11:15:22 +02:00
dependencies = [
"bitflags 2.4.1",
"cfg-if",
2022-05-17 11:15:22 +02:00
"foreign-types",
"libc",
"once_cell",
"openssl-macros",
"openssl-sys",
]
[[package]]
name = "openssl-macros"
2023-04-11 19:38:23 +02:00
version = "0.1.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "openssl-probe"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
[[package]]
name = "openssl-sys"
version = "0.9.94"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f55da20b29f956fb01f0add8683eb26ee13ebe3ebd935e49898717c6b4b2830"
2022-05-17 11:15:22 +02:00
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
2022-10-17 19:51:33 +02:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-05-17 11:15:22 +02:00
[[package]]
name = "parking_lot"
2022-07-17 16:26:44 +02:00
version = "0.12.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 16:26:44 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-05-17 11:15:22 +02:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"libc",
"redox_syscall 0.4.1",
2022-05-17 11:15:22 +02:00
"smallvec",
"windows-targets",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "parse-zoneinfo"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
dependencies = [
"regex",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "pear"
2023-08-25 22:02:42 +02:00
version = "0.2.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "61a386cd715229d399604b50d1361683fe687066f42d56f54be995bc6868f71c"
2022-05-17 11:15:22 +02:00
dependencies = [
"inlinable_string",
"pear_codegen",
"yansi",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "pear_codegen"
2023-08-25 22:02:42 +02:00
version = "0.2.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "da9f0f13dac8069c139e8300a6510e3f4143ecf5259c60b116a9b271b4ca0d54"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"proc-macro2-diagnostics",
2022-05-17 11:15:22 +02:00
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "percent-encoding"
2023-06-08 11:11:14 +02:00
version = "2.3.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
2022-05-17 11:15:22 +02:00
[[package]]
name = "pest"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
dependencies = [
"memchr",
2022-08-12 09:53:29 +02:00
"thiserror",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn 2.0.38",
]
[[package]]
name = "pest_meta"
version = "2.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
dependencies = [
2022-08-12 09:53:29 +02:00
"once_cell",
"pest",
"sha2",
]
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "pin-project-lite"
2023-08-25 22:02:42 +02:00
version = "0.2.13"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-05-17 11:15:22 +02: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"
2023-06-08 11:11:14 +02:00
version = "0.3.27"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-05-17 11:15:22 +02:00
[[package]]
name = "podbringer"
2023-11-03 11:24:44 +01:00
version = "0.5.2"
2022-05-17 11:15:22 +02:00
dependencies = [
"async-trait",
2022-05-17 11:15:22 +02:00
"cached",
"chrono",
"enum_dispatch",
"mime-db",
2022-05-17 11:15:22 +02:00
"reqwest",
"rocket",
"rocket_dyn_templates",
2022-05-17 11:15:22 +02:00
"rss",
"thiserror",
"url",
"youtube_dl",
"ytextract",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-05-17 11:15:22 +02:00
[[package]]
name = "ppv-lite86"
version = "0.2.17"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2022-05-17 11:15:22 +02:00
[[package]]
name = "proc-macro2"
version = "1.0.69"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
2022-05-17 11:15:22 +02:00
dependencies = [
2022-05-26 22:12:31 +02:00
"unicode-ident",
2022-05-17 11:15:22 +02:00
]
2023-03-24 19:17:00 +01:00
[[package]]
name = "proc-macro2-diagnostics"
2023-08-25 22:02:42 +02:00
version = "0.10.1"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2023-03-24 19:17:00 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
"version_check",
"yansi",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "quick-xml"
2023-08-25 22:02:42 +02:00
version = "0.30.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
2022-05-17 11:15:22 +02:00
dependencies = [
"encoding_rs",
"memchr",
]
[[package]]
name = "quote"
2023-08-25 22:02:42 +02:00
version = "1.0.33"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
]
[[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",
]
[[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",
]
[[package]]
name = "rand_core"
2022-10-17 19:51:33 +02:00
version = "0.6.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:51:33 +02:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-05-17 11:15:22 +02:00
dependencies = [
"getrandom",
]
2023-04-11 19:38:23 +02:00
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "ref-cast"
2023-08-25 22:02:42 +02:00
version = "1.0.20"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "acde58d073e9c79da00f2b5b84eed919c8326832648a5b109b3fce1bb1175280"
2022-05-17 11:15:22 +02:00
dependencies = [
"ref-cast-impl",
]
[[package]]
name = "ref-cast-impl"
2023-08-25 22:02:42 +02:00
version = "1.0.20"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "7f7473c2cfcf90008193dd0e3e16599455cb601a9fce322b5bb55de799664925"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "regex"
version = "1.10.2"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"aho-corasick",
"memchr",
"regex-automata 0.4.3",
"regex-syntax 0.8.2",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-06-08 11:11:14 +02:00
"regex-syntax 0.6.29",
2022-05-17 11:15:22 +02:00
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "regex-automata"
version = "0.4.3"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
2023-08-25 22:02:42 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.8.2",
2023-08-25 22:02:42 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2022-05-17 11:15:22 +02:00
2023-06-08 11:11:14 +02:00
[[package]]
name = "regex-syntax"
version = "0.8.2"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
2023-06-08 11:11:14 +02:00
2022-05-17 11:15:22 +02:00
[[package]]
name = "reqwest"
version = "0.11.22"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "046cd98826c46c2ac8ddecae268eb5c2e58628688a5fc7a2643704a73faba95b"
2022-05-17 11:15:22 +02:00
dependencies = [
"base64 0.21.5",
2022-05-17 11:15:22 +02:00
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
"hyper-rustls",
2022-05-17 11:15:22 +02:00
"hyper-tls",
"ipnet",
"js-sys",
"log",
"mime",
"native-tls",
2022-10-17 19:51:33 +02:00
"once_cell",
2022-05-17 11:15:22 +02:00
"percent-encoding",
"pin-project-lite",
"rustls",
"rustls-pemfile",
2022-05-17 11:15:22 +02:00
"serde",
"serde_json",
"serde_urlencoded",
"system-configuration",
2022-05-17 11:15:22 +02:00
"tokio",
"tokio-native-tls",
"tokio-rustls",
"tokio-util",
2022-07-17 16:26:44 +02:00
"tower-service",
2022-05-17 11:15:22 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"wasm-streams",
2022-05-17 11:15:22 +02:00
"web-sys",
"webpki-roots",
2022-05-17 11:15:22 +02:00
"winreg",
]
[[package]]
name = "ring"
version = "0.17.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb0205304757e5d899b9c2e448b867ffd03ae7f988002e47cd24954391394d0b"
dependencies = [
"cc",
"getrandom",
"libc",
"spin",
"untrusted",
"windows-sys",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "rocket"
version = "0.5.0-rc.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85ae34c956708013335f62150ff64e133be7f9e8ca60203852bc7b13d6044d01"
2022-05-17 11:15:22 +02:00
dependencies = [
"async-stream",
"async-trait",
"atomic 0.5.3",
2022-05-17 11:15:22 +02:00
"binascii",
"bytes",
"either",
"figment",
"futures",
"indexmap 2.1.0",
2022-05-17 11:15:22 +02:00
"log",
"memchr",
"multer",
"num_cpus",
"parking_lot",
"pin-project-lite",
"rand",
"ref-cast",
"rocket_codegen",
"rocket_http",
"serde",
"serde_json",
"state",
"tempfile",
"time",
2022-05-17 11:15:22 +02:00
"tokio",
"tokio-stream",
2022-07-17 16:26:44 +02:00
"tokio-util",
2022-05-17 11:15:22 +02:00
"ubyte",
"version_check",
"yansi",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "rocket_codegen"
version = "0.5.0-rc.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "896efc56a554a4e1fd03df1d8186c955b803aa652bbe8725a731f64e20f9cee8"
2022-05-17 11:15:22 +02:00
dependencies = [
"devise",
"glob",
"indexmap 2.1.0",
2022-05-17 11:15:22 +02:00
"proc-macro2",
"quote",
"rocket_http",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
"unicode-xid",
"version_check",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "rocket_dyn_templates"
version = "0.1.0-rc.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f44ce172f8a9070daf777dec707273ee042223ad9b030d780349baa0b660ae4f"
dependencies = [
"normpath",
"notify",
"rocket",
"tera",
"walkdir",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "rocket_http"
version = "0.5.0-rc.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1b9b7377bab513717a00ca4f91fe1378328b078e7705bfe5f6b69635e9f1719"
2022-05-17 11:15:22 +02:00
dependencies = [
"cookie",
"either",
"futures",
"http",
"hyper",
"indexmap 2.1.0",
2022-05-17 11:15:22 +02:00
"log",
"memchr",
"pear",
"percent-encoding",
"pin-project-lite",
"ref-cast",
"serde",
"smallvec",
"stable-pattern",
"state",
"time",
2022-05-17 11:15:22 +02:00
"tokio",
"uncased",
]
[[package]]
name = "rss"
2023-08-25 22:02:42 +02:00
version = "2.0.6"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "7e6c0ea0e621c2a3aa34850ebd711526f0ac7385921f57d2430a47cecc7b9cbc"
2022-05-17 11:15:22 +02:00
dependencies = [
"atom_syndication",
"derive_builder",
"never",
"quick-xml",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2023-03-24 19:17:00 +01:00
[[package]]
name = "rustix"
version = "0.38.21"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b426b0506e5d50a7d8dafcf2e81471400deb602392c7dd110815afb4eaf02a3"
2023-03-24 19:17:00 +01:00
dependencies = [
"bitflags 2.4.1",
2023-03-24 19:17:00 +01:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys",
2023-03-24 19:17:00 +01:00
]
[[package]]
name = "rustls"
version = "0.21.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "446e14c5cda4f3f30fe71863c34ec70f5ac79d6087097ad0bb433e1be5edf04c"
dependencies = [
"log",
"ring",
2023-06-08 11:11:14 +02:00
"rustls-webpki",
"sct",
]
[[package]]
name = "rustls-pemfile"
2023-08-25 22:02:42 +02:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
dependencies = [
"base64 0.21.5",
2023-06-08 11:11:14 +02:00
]
[[package]]
name = "rustls-webpki"
version = "0.101.7"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
2023-06-08 11:11:14 +02:00
dependencies = [
"ring",
"untrusted",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "rustversion"
2023-08-25 22:02:42 +02:00
version = "1.0.14"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
2022-05-17 11:15:22 +02:00
[[package]]
name = "ryu"
2023-08-25 22:02:42 +02:00
version = "1.0.15"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-05-17 11:15:22 +02:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "schannel"
2023-08-25 22:02:42 +02:00
version = "0.1.22"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
2022-05-17 11:15:22 +02:00
dependencies = [
"windows-sys",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "scoped-tls"
version = "1.0.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-05-17 11:15:22 +02:00
[[package]]
name = "scopeguard"
2023-08-25 22:02:42 +02:00
version = "1.2.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-05-17 11:15:22 +02:00
[[package]]
name = "sct"
version = "0.7.1"
2022-10-17 19:51:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
2022-10-17 19:51:33 +02:00
2022-05-17 11:15:22 +02:00
[[package]]
name = "security-framework"
2023-08-25 22:02:42 +02:00
version = "2.9.2"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-03-24 19:17:00 +01:00
"bitflags 1.3.2",
2022-05-17 11:15:22 +02:00
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2023-08-25 22:02:42 +02:00
version = "2.9.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
2022-05-17 11:15:22 +02:00
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.190"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91d3c334ca1ee894a2c6f6ad698fe8c435b76d504b13d436f0685d648d6d96f7"
2022-05-17 11:15:22 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.190"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c5609f394e5c2bd7fc51efda478004ea80ef42fee983d5c67a65e34f32c0e3"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "serde_json"
version = "1.0.108"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
2022-05-17 11:15:22 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-06-08 11:11:14 +02:00
[[package]]
name = "serde_spanned"
version = "0.6.4"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12022b835073e5b11e90a14f86838ceb1c8fb0325b72416845c487ac0fa95e80"
2023-06-08 11:11:14 +02:00
dependencies = [
"serde",
]
2022-05-17 11:15:22 +02:00
[[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",
]
[[package]]
name = "serde_with"
2023-06-08 11:11:14 +02:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "07ff71d2c147a7b57362cead5e22f772cd52f6ab31cfcd9edcd7f6aeb2a0afbe"
dependencies = [
"base64 0.13.1",
"chrono",
"hex",
2023-08-25 22:02:42 +02:00
"indexmap 1.9.3",
"serde",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
2023-06-08 11:11:14 +02:00
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "881b6f881b17d13214e5d494c939ebab463d01264ce1811e9d4ac3a882e7695f"
dependencies = [
2023-08-25 22:02:42 +02:00
"darling 0.20.3",
"proc-macro2",
"quote",
"syn 2.0.38",
]
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
2022-08-12 09:53:29 +02:00
"cpufeatures",
"digest",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-05-17 11:15:22 +02:00
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-05-17 11:15:22 +02:00
dependencies = [
"libc",
]
[[package]]
name = "siphasher"
2023-08-25 22:02:42 +02:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-05-17 11:15:22 +02:00
[[package]]
name = "slab"
2023-08-25 22:02:42 +02:00
version = "0.4.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-12 09:53:29 +02:00
dependencies = [
"autocfg",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "slug"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b3bc762e6a4b6c6fcaade73e77f9ebc6991b676f88bb2358bddb56560f073373"
dependencies = [
"deunicode 0.4.5",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "smallvec"
version = "1.11.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
2022-05-17 11:15:22 +02:00
[[package]]
name = "socket2"
version = "0.4.10"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
2022-05-17 11:15:22 +02:00
dependencies = [
"libc",
"winapi",
2022-05-17 11:15:22 +02:00
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "socket2"
version = "0.5.5"
2023-08-25 22:02:42 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
2023-08-25 22:02:42 +02:00
dependencies = [
"libc",
"windows-sys",
2023-08-25 22:02:42 +02:00
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "spin"
2023-04-11 19:38:23 +02:00
version = "0.9.8"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
2022-05-17 11:15:22 +02:00
[[package]]
name = "stable-pattern"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045"
dependencies = [
"memchr",
]
[[package]]
name = "state"
version = "0.6.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8"
2022-05-17 11:15:22 +02:00
dependencies = [
"loom",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
2023-03-24 19:17:00 +01:00
name = "syn"
version = "1.0.109"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-03-24 19:17:00 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "syn"
version = "2.0.38"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e96b79aaa137db8f61e26363a0c9b47d8b4ec75da28b7d1d614c2303e232408b"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-05-26 22:12:31 +02:00
"unicode-ident",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "tempfile"
version = "3.8.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ef1adac450ad7f4b3c28589471ade84f25f731a7a0fe30d71dfa9f60fd808e5"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"fastrand",
"redox_syscall 0.4.1",
"rustix",
"windows-sys",
]
[[package]]
name = "tera"
version = "1.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "970dff17c11e884a4a09bc76e3a17ef71e01bb13447a11e85226e254fe6d10b8"
dependencies = [
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand",
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "thiserror"
version = "1.0.50"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
2022-05-17 11:15:22 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.50"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "thread_local"
version = "1.1.7"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"once_cell",
]
[[package]]
name = "time"
version = "0.3.30"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"deranged",
2022-05-17 11:15:22 +02:00
"itoa",
"powerfmt",
"serde",
"time-core",
2022-05-17 11:15:22 +02:00
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-05-17 11:15:22 +02:00
[[package]]
name = "time-macros"
version = "0.2.15"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
dependencies = [
"time-core",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2022-05-17 11:15:22 +02:00
[[package]]
name = "tokio"
version = "1.33.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f38200e3ef7995e5ef13baec2f432a6da0aa9ac495b2c0e8f3b7eec2c92d653"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"backtrace",
2022-05-17 11:15:22 +02:00
"bytes",
"libc",
"mio",
2022-05-17 11:15:22 +02:00
"num_cpus",
"parking_lot",
2022-05-17 11:15:22 +02:00
"pin-project-lite",
"signal-hook-registry",
"socket2 0.5.5",
2022-05-17 11:15:22 +02:00
"tokio-macros",
"windows-sys",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "tokio-macros"
2023-06-08 11:11:14 +02:00
version = "2.1.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "tokio-native-tls"
version = "0.3.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2022-05-17 11:15:22 +02:00
dependencies = [
"native-tls",
"tokio",
]
[[package]]
name = "tokio-rustls"
2023-08-25 22:02:42 +02:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls",
"tokio",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "tokio-stream"
2023-06-08 11:11:14 +02:00
version = "0.1.14"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
2022-05-17 11:15:22 +02:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-util"
version = "0.7.10"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
2022-05-17 11:15:22 +02:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
"tracing",
]
[[package]]
name = "toml"
version = "0.8.6"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ff9e3abce27ee2c9a37f9ad37238c1bdd4e789c84ba37df76aa4d528f5072cc"
2022-05-17 11:15:22 +02:00
dependencies = [
"serde",
2023-06-08 11:11:14 +02:00
"serde_spanned",
"toml_datetime",
"toml_edit",
]
[[package]]
name = "toml_datetime"
version = "0.6.5"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
2023-06-08 11:11:14 +02:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.20.7"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70f427fce4d84c72b5b732388bf4a9f4531b53f74e2887e3ecb2481f68f66d81"
2023-06-08 11:11:14 +02:00
dependencies = [
"indexmap 2.1.0",
2023-06-08 11:11:14 +02:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "tower-service"
2022-07-17 16:26:44 +02:00
version = "0.3.2"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-17 16:26:44 +02:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-05-17 11:15:22 +02:00
[[package]]
name = "tracing"
version = "0.1.40"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-05-17 11:15:22 +02:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.27"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "tracing-core"
version = "0.1.32"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-05-17 11:15:22 +02:00
dependencies = [
2022-07-17 16:26:44 +02:00
"once_cell",
2022-05-17 11:15:22 +02:00
"valuable",
]
[[package]]
name = "tracing-log"
version = "0.1.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
2022-05-17 11:15:22 +02:00
dependencies = [
"log",
"once_cell",
2022-05-17 11:15:22 +02:00
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-06-08 11:11:14 +02:00
version = "0.3.17"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-05-17 11:15:22 +02:00
dependencies = [
"matchers",
2022-10-17 19:51:33 +02:00
"nu-ansi-term",
2022-07-17 16:26:44 +02:00
"once_cell",
2022-05-17 11:15:22 +02:00
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
[[package]]
name = "try-lock"
version = "0.2.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
2022-05-17 11:15:22 +02:00
[[package]]
name = "typenum"
version = "1.17.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-05-17 11:15:22 +02:00
[[package]]
name = "ubyte"
version = "0.10.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea"
2022-05-17 11:15:22 +02:00
dependencies = [
"serde",
]
[[package]]
name = "ucd-trie"
2023-08-25 22:02:42 +02:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
2022-05-17 11:15:22 +02:00
[[package]]
name = "uncased"
2023-06-08 11:11:14 +02:00
version = "0.9.9"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-08 11:11:14 +02:00
checksum = "9b9bc53168a4be7402ab86c3aad243a84dd7381d09be0eddc81280c1da95ca68"
2022-05-17 11:15:22 +02:00
dependencies = [
"serde",
"version_check",
]
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "unicode-bidi"
version = "0.3.13"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
2022-05-17 11:15:22 +02:00
2022-05-26 22:12:31 +02:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
2022-05-26 22:12:31 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-05-26 22:12:31 +02:00
2022-05-17 11:15:22 +02:00
[[package]]
name = "unicode-normalization"
2022-10-17 19:51:33 +02:00
version = "0.1.22"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:51:33 +02:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2022-05-17 11:15:22 +02:00
dependencies = [
"tinyvec",
]
[[package]]
name = "unicode-xid"
2022-10-17 19:51:33 +02:00
version = "0.2.4"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-17 19:51:33 +02:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2022-05-17 11:15:22 +02:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
2022-05-17 11:15:22 +02:00
[[package]]
name = "url"
version = "2.4.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
2022-05-17 11:15:22 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
"serde",
2022-05-17 11:15:22 +02:00
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "wait-timeout"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
dependencies = [
"libc",
]
[[package]]
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "want"
2023-08-25 22:02:42 +02:00
version = "0.3.1"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2022-05-17 11:15:22 +02:00
dependencies = [
"try-lock",
]
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.88"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7daec296f25a1bae309c0cd5c29c4b260e510e6d813c286b19eaadf409d40fce"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.88"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e397f4664c0e4e428e8313a469aaa58310d302159845980fd23b0f22a847f217"
2022-05-17 11:15:22 +02:00
dependencies = [
"bumpalo",
"log",
2022-08-12 09:53:29 +02:00
"once_cell",
2022-05-17 11:15:22 +02:00
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.38"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9afec9963e3d0994cac82455b2b3502b81a7f40f9a0d32181f7528d9f4b43e02"
2022-05-17 11:15:22 +02:00
dependencies = [
"cfg-if",
2022-05-17 11:15:22 +02:00
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.88"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5961017b3b08ad5f3fe39f1e79877f8ee7c23c5e5fd5eb80de95abc41f1f16b2"
2022-05-17 11:15:22 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.88"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c5353b8dab669f5e10f5bd76df26a9360c748f054f862ff5f3f8aae0c7fb3907"
2022-05-17 11:15:22 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
2022-05-17 11:15:22 +02:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.88"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d046c5d029ba91a1ed14da14dca44b68bf2f124cfbaf741c54151fdb3e0750b"
[[package]]
name = "wasm-streams"
2023-08-25 22:02:42 +02:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "b4609d447824375f43e1ffbc051b50ad8f4b3ae8219680c94452ea05eb240ac7"
dependencies = [
"futures-util",
"js-sys",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "web-sys"
version = "0.3.65"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5db499c5f66323272151db0e666cd34f78617522fb0c1604d31a27c50c206a85"
2022-05-17 11:15:22 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki-roots"
2023-08-25 22:02:42 +02:00
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "14247bb57be4f377dfb94c72830b8ce8fc6beac03cf4bf7b9732eadd414123fc"
2022-05-17 11:15:22 +02:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
2023-04-11 19:38:23 +02:00
version = "0.48.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 19:38:23 +02:00
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
2022-05-17 11:15:22 +02:00
dependencies = [
"windows-targets",
2023-03-24 19:17:00 +01:00
]
[[package]]
name = "windows-core"
version = "0.51.1"
2023-03-24 19:17:00 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64"
2023-03-24 19:17:00 +01:00
dependencies = [
"windows-targets",
2023-04-11 19:38:23 +02:00
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets",
2023-04-11 19:38:23 +02:00
]
[[package]]
name = "windows-targets"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-11 19:38:23 +02:00
dependencies = [
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_i686_gnu"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_i686_msvc"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-11 19:38:23 +02:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-25 22:02:42 +02:00
version = "0.48.5"
2023-04-11 19:38:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-11 19:38:23 +02:00
2023-06-08 11:11:14 +02:00
[[package]]
name = "winnow"
version = "0.5.18"
2023-06-08 11:11:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "176b6138793677221d420fd2f0aeeced263f197688b36484660da767bca2fa32"
2023-06-08 11:11:14 +02:00
dependencies = [
"memchr",
]
2022-05-17 11:15:22 +02:00
[[package]]
name = "winreg"
2023-08-25 22:02:42 +02:00
version = "0.50.0"
2022-05-17 11:15:22 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-25 22:02:42 +02:00
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
2022-05-17 11:15:22 +02:00
dependencies = [
2023-08-25 22:02:42 +02:00
"cfg-if",
"windows-sys",
2022-05-17 11:15:22 +02:00
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "yansi"
version = "1.0.0-rc.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1367295b8f788d371ce2dbc842c7b709c73ee1364d30351dd300ec2203b12377"
dependencies = [
"is-terminal",
]
2023-08-25 22:02:42 +02:00
[[package]]
name = "youtube_dl"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc791a982b545c7392ea685957d39bbac4a716667b46d72a1d4c384065205ab9"
dependencies = [
"log",
"serde",
"serde_json",
"tokio",
"wait-timeout",
]
[[package]]
name = "ytextract"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05fa23ed8e30fd11f0be289657a7f96d7b307704142ea921e56a4bb93debb39f"
dependencies = [
"async-stream",
"base64 0.13.1",
"bytes",
"chrono",
"futures-core",
"log",
"reqwest",
"serde",
"serde_json",
"serde_with",
"thiserror",
"url",
]
[[package]]
name = "zerocopy"
version = "0.7.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e50cbb27c30666a6108abd6bc7577556265b44f243e2be89a8bc4e07a528c107"
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25f293fe55f0a48e7010d65552bb63704f6ceb55a1a385da10d41d8f78e4a3d"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.38",
]