2021-08-17 09:59:34 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
|
|
|
version = "0.21.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
|
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "adler"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.7.7"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "5a824f2aa7e75a0c98c5a504fceb80649e9c35265d44525b5f94de4771a395cd"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"getrandom 0.2.11",
|
2023-05-28 12:38:57 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.8.6"
|
2023-05-28 12:38:57 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "91429305e9f0a25f6205c5b8e0d2db09e0708a7a6df0f42212bb56c32c8ac97a"
|
2023-05-28 12:38:57 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-19 13:43:45 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
2023-11-12 19:10:45 -08:00
|
|
|
"zerocopy",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.1.2"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.75"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "atom_syndication"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.12.2"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "571832dcff775e26562e8e6930cd483de5587301d40d3a3b85d532b6383e15a7"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"diligent-date-parser",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
|
|
|
version = "0.3.69"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
|
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cc",
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2023-08-22 18:46:40 -07:00
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.21.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "35636a1494ede3b646cc98f74f8e62c773a38a659ebc777a2cf26b9b74171df9"
|
2023-05-28 12:38:57 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "bitflags"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.4.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"generic-array",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.5.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.5.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.84"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856"
|
2023-08-22 18:46:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.4.31"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "codemap"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e769b5c8c8283982a987c6e948e540254f1058d5a74b8794914d4ef5fc2a24"
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "convert_case"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.11"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
version = "0.8.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cssparser"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.27.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "754b69d351cdc2d8ee09ae203db831e005560fc6030da058f86ad60c92a9cb0a"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"cssparser-macros",
|
|
|
|
"dtoa-short",
|
2022-10-02 00:42:23 -07:00
|
|
|
"itoa 0.4.8",
|
2021-08-17 09:59:34 -07:00
|
|
|
"matches",
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"smallvec",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cssparser-macros"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.6.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling_core",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "data-encoding"
|
|
|
|
version = "2.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2e66c9d817f1720209181c316d28635c050fa304f9c79e47a520882661b7308"
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.9"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "0f32d04922c60427da6f9fef14d042d9edddef64cb9d4ce0d64d0685fbeb1fd3"
|
2023-08-22 18:46:40 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"powerfmt",
|
2023-08-22 18:46:40 -07:00
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "derive_builder"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "8d67778784b508018359cbc8696edb3db78160bab2c2a28ba7f56ef6932997f8"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_core"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "c11bdc11a0c47bc7d37d582b5285da6849c96681023680b906673c5707af7b0f"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"darling",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derive_builder_macro"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.12.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "ebcda35c7a396850a55ffeac740804b40ffec779b98fffbb1738f4033f0ee79e"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"derive_builder_core",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2022-12-14 21:39:19 -08:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "derive_more"
|
|
|
|
version = "0.99.17"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"convert_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rustc_version",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.10.7"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "diligent-date-parser"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.4"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "f6cf7fe294274a222363f84bcb63cdea762979a0443b4cf1f4f8fd17c86b1182"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"chrono",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "dtoa"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dbaceec3c6e4211c79e7b1800fb9680527106beb2f9c51904a3210c03a448c74"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.9.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.8.33"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "extract-frontmatter"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "4.1.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "426c23bd8fdd0cfde248e0481b4013cd186feb92fede97d6097d693abac6eeb2"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "file-id"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13be71e6ca82e91bc0cb862bebaac0b2d1924a5a1d970c822b2f98b63fda8c3"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.22"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-18 13:49:50 -07:00
|
|
|
"libc",
|
2023-11-12 19:10:45 -08:00
|
|
|
"redox_syscall 0.3.5",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.2.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fs_extra"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.3.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "4.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "da0290714b38af9b4a7b094b8a37086d1b4e61f2df9122c3cad2577669145335"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "ff4dd66668b557604244583e3e1e1eada8c5c2e96a6d0d6653ede395b78bbacb"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "eb1d22c66e66d9d72e1758f0bd7d4fd0bee04cad842ee34587d68c07e45d088c"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "0f4fb8693db0cf099eadcca0efe2a5a22e4550f98ed16aba6c48700da29597bc"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "8bf34a163b5c4c52d0478a4d757da8fb65cabef42ba90515efee0f6f9fa45aaa"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "53b153fd91e4b0147f4aced87be237c98248656bb01050b96bf3ee89220a8ddb"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "e36d3378ee38c2a36ad710c5d30c2911d752cb941c00c72dbabfb786a7970817"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "efd193069b0ddadc69c46389b740bbccdd97203899b48d09c5f7969591d6bae2"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.29"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "a19526d624e703a3179b3d322efec918b6246ea0fa51d41124525f00f1cc8104"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-io",
|
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"memchr",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "fxhash"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.7"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.1.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
|
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-18 13:49:50 -07:00
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.11"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "fe9006bed769170c11f845cf00c7c1e9092aeb3f268e007c3e760ac68008070f"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-18 13:49:50 -07:00
|
|
|
"libc",
|
2022-10-02 00:42:23 -07:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
|
|
|
version = "0.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.13.1"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7746cd9bf09f9bb7d98638774a70642000356f543898d9a352cd043f82744528"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.13.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "187adfc0b34289c7f8f3819453ce9da3177c3d73f40ac74bb17faba578813d45"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
2023-08-22 18:46:40 -07:00
|
|
|
"indexmap 1.9.3",
|
2021-08-19 13:43:45 -07:00
|
|
|
"lasso",
|
|
|
|
"once_cell",
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf 0.10.1",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "gray_matter"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "1cf2fb99fac0b821a4e61c61abff076324bb0e5c3b4a83815bbc3518a38971ad"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"toml",
|
|
|
|
"yaml-rust",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "h2"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.21"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2023-08-22 18:46:40 -07:00
|
|
|
"indexmap 1.9.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "4.5.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.11.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"ahash 0.7.7",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.12.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
2023-05-28 12:38:57 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.13.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"ahash 0.8.6",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.14.2"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f93e7192158dbcda357bdec5fb5788eebf8bbac027f3f33e719d29135ae84156"
|
2023-08-22 18:46:40 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"base64",
|
2021-08-18 13:49:50 -07:00
|
|
|
"bytes",
|
|
|
|
"headers-core",
|
|
|
|
"http",
|
2022-10-02 00:42:23 -07:00
|
|
|
"httpdate",
|
2021-08-18 13:49:50 -07:00
|
|
|
"mime",
|
2022-10-02 00:42:23 -07:00
|
|
|
"sha1",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hotwatch"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.5.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "9140219159163c92eb58c37955a0cc57c5814c3c44521955aae376064c668756"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"notify",
|
2023-11-12 19:10:45 -08:00
|
|
|
"notify-debouncer-full",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.10"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f95b9abcae896730d42b78e09c155ed4ddf82c07b4de772c64aee5b2d8b7c150"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.8.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.14.27"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
"pin-project-lite",
|
2023-11-12 19:10:45 -08:00
|
|
|
"socket2 0.4.10",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.9.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"autocfg",
|
|
|
|
"hashbrown 0.12.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.1.0"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
|
2023-08-22 18:46:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2023-11-12 19:10:45 -08:00
|
|
|
"hashbrown 0.14.2",
|
2023-08-22 18:46:40 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.9.6"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"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-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.11.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.8"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "itoa"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-11-12 19:10:45 -08:00
|
|
|
name = "kqueue"
|
|
|
|
version = "1.0.8"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"kqueue-sys",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "kqueue-sys"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"libc",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lasso"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.6.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "aeb7b21a526375c5ca55f1a6dfd4e1fad9fa4edd750f530252a718a44b2608f0"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"hashbrown 0.11.2",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.150"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "89d92a4743f9a61002fae18374ed11e7973f530cb3a3255fb354818118b2203c"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linked-hash-map"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.5.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
|
|
|
version = "0.4.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.20"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lol_html"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.2.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "10662f7aad081ec900fd735be33076da75e0389400277dc3734e2b0aa02bb115"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
"cfg-if",
|
2021-08-17 09:59:34 -07:00
|
|
|
"cssparser",
|
|
|
|
"encoding_rs",
|
2023-05-28 12:38:57 -07:00
|
|
|
"hashbrown 0.13.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"memchr",
|
2023-05-28 12:38:57 -07:00
|
|
|
"mime",
|
2021-08-17 09:59:34 -07:00
|
|
|
"safemem",
|
|
|
|
"selectors",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.10"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.6.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.17"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mime_guess"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.0.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"mime",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "minifier"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.0"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "95bbbf96b9ac3482c2a25450b67a15ed851319bc5fabf3b40742ea9066e84282"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "miniz_oxide"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
|
|
|
|
dependencies = [
|
|
|
|
"adler",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.8.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "3dce281c5e46beae905d4de1870d8b1509a9142b62eedf18b443b011ca8343d0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-10-02 00:42:23 -07:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "multer"
|
|
|
|
version = "2.1.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bytes",
|
|
|
|
"encoding_rs",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
2021-08-18 13:49:50 -07:00
|
|
|
"httparse",
|
|
|
|
"log",
|
2023-05-28 12:38:57 -07:00
|
|
|
"memchr",
|
2021-08-18 13:49:50 -07:00
|
|
|
"mime",
|
2023-05-28 12:38:57 -07:00
|
|
|
"spin",
|
|
|
|
"version_check",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "never"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nodrop"
|
|
|
|
version = "0.1.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "notify"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "6.1.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
"crossbeam-channel",
|
2021-08-18 13:49:50 -07:00
|
|
|
"filetime",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
2023-11-12 19:10:45 -08:00
|
|
|
"kqueue",
|
2021-08-18 13:49:50 -07:00
|
|
|
"libc",
|
2023-11-12 19:10:45 -08:00
|
|
|
"log",
|
|
|
|
"mio",
|
|
|
|
"walkdir",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "notify-debouncer-full"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4812c1eb49be776fb8df4961623bdc01ec9dfdc1abe8211ceb09150a2e64219"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-channel",
|
|
|
|
"file-id",
|
|
|
|
"notify",
|
|
|
|
"parking_lot",
|
2021-08-18 13:49:50 -07:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "num-traits"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.17"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"autocfg",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "num_cpus"
|
|
|
|
version = "1.16.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-08-22 18:46:40 -07:00
|
|
|
name = "object"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.32.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"memchr",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.18.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
|
|
|
version = "0.9.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall 0.4.1",
|
|
|
|
"smallvec",
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.3.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.7.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "ae9cee2a55a544be8b89dc6848072af97a20f2422603c10865be2a42b580fff5"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"memchr",
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-17 09:59:34 -07:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.7.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "81d78524685f5ef2a3b3bd1cafbc9fcabb036253d9b1463e726a91cd16e2dfc2"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.7.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "68bd1206e71118b5356dae5ddc61c8b11e28b09ef6a31acbd15ea48a28e0c227"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.7.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7c747191d4ad9e4a4ab9c8798f1e82a39affe7ef9648390b7e5548d18e099de6"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"once_cell",
|
2021-08-17 09:59:34 -07:00
|
|
|
"pest",
|
2023-02-10 21:41:11 -08:00
|
|
|
"sha2",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "3dfb61232e34fcb633f43d12c58f83c1df82962dcdfa565a4e866ffc17dafe12"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_macros 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.1"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_macros 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"proc-macro-hack",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_codegen"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "cbffee61585b0411840d3ece935cce9cb6321f01c45477d30066498cd5e1a815"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "17367f0cc86f2d25802b2c26ee58a7b23faeccf78a396094c13dced0d0182526"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"rand 0.7.3",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "phf_generator"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_shared 0.10.0",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand 0.8.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
|
|
|
version = "0.8.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6fde18ff429ffc8fe78e2bf7f8b7a5a5a6e2a8b58bc5a9ac69198bbda9189c"
|
|
|
|
dependencies = [
|
|
|
|
"phf_generator 0.8.0",
|
|
|
|
"phf_shared 0.8.0",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_macros"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-02-10 21:41:11 -08:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
"phf_shared 0.10.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "c00cf8b9eafe68dde5e9eaa2cef8ee84a9336a47d566ec55ca16589633b65af7"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"siphasher",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "phf_shared"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.10.0"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"siphasher",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.1.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.1.3"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 13:49:50 -07:00
|
|
|
name = "pin-project-lite"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.13"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.2.17"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "precomputed-hash"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.5.20+deprecated"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.69"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "134c189feb4956b20f6f547d2cf727d4c0fe06722b20a0eec87ed445a97f92da"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"unicode-ident",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pulldown-cmark"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.9.3"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"memchr",
|
|
|
|
"unicase",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "quick-xml"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.30.0"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.33"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.7.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.2.2",
|
|
|
|
"rand_core 0.5.1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_hc",
|
|
|
|
"rand_pcg",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.8.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha 0.3.1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.6.4",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.6.4",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom 0.1.16",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.6.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"getrandom 0.2.11",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
|
|
dependencies = [
|
|
|
|
"rand_core 0.5.1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rand_pcg"
|
|
|
|
version = "0.2.1"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand_core 0.5.1",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "redox_syscall"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.5"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.10.2"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
2023-08-22 18:46:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.4.3"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.8.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.0.6"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "7e6c0ea0e621c2a3aa34850ebd711526f0ac7385921f57d2430a47cecc7b9cbc"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"atom_syndication",
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"mime",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
|
|
|
version = "0.1.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rustc_version"
|
2021-08-17 09:59:34 -07:00
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"semver",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "rustls-pemfile"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"base64",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "1.0.15"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "safemem"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "scoped-tls"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "1.0.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-11-08 10:31:47 -08:00
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-11-12 19:10:45 -08:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "selectors"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.22.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "df320f1889ac4ba6bc0cdc9c9af7af4bd64bb927bccdf32d81140dc1f9be12fe"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-17 09:59:34 -07:00
|
|
|
"cssparser",
|
2022-10-02 00:42:23 -07:00
|
|
|
"derive_more",
|
2021-08-17 09:59:34 -07:00
|
|
|
"fxhash",
|
|
|
|
"log",
|
|
|
|
"matches",
|
2022-10-02 00:42:23 -07:00
|
|
|
"phf 0.8.0",
|
2021-08-17 09:59:34 -07:00
|
|
|
"phf_codegen",
|
|
|
|
"precomputed-hash",
|
|
|
|
"servo_arc",
|
|
|
|
"smallvec",
|
|
|
|
"thin-slice",
|
|
|
|
]
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.20"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "836fa6a3e1e547f9a2c4040802ec865b5d85f4014efe00555d7090a3dcaa1090"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.192"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "bca2a08484b285dcb282d0f67b26cadc0df8b19f8c12502c13d966bf9482f001"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.192"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "d6c7207fbec9faa48073f3e3074cbe553af6ea512d7c21ba46e434e70ea9fbc1"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.108"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-17 09:59:34 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.7.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2021-08-18 13:49:50 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.9.27"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "3cc7a1570e38322cfe4154732e5110f887ea57e22b76f4bfd32b5bdd3368666c"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"indexmap 2.1.0",
|
2023-08-22 18:46:40 -07:00
|
|
|
"itoa 1.0.9",
|
2022-10-02 00:42:23 -07:00
|
|
|
"ryu",
|
2021-08-17 09:59:34 -07:00
|
|
|
"serde",
|
2022-10-02 00:42:23 -07:00
|
|
|
"unsafe-libyaml",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "servo_arc"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d98238b800e0d1576d8b6e3de32827c2d74bee68bb97748dcf5071fb53965432"
|
|
|
|
dependencies = [
|
|
|
|
"nodrop",
|
|
|
|
"stable_deref_trait",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "sha1"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.10.6"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2021-08-18 13:49:50 -07:00
|
|
|
"cpufeatures",
|
2022-10-02 00:42:23 -07:00
|
|
|
"digest",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2023-02-10 21:41:11 -08:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.10.8"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"cfg-if",
|
2023-02-10 21:41:11 -08:00
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.11"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2021-08-19 13:43:45 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.4.9"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-10-02 00:42:23 -07:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.11.2"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "4dccd0940a2dcdf68d092b8cbab7dc0ad8fa938bf95787e1b916b0e3d0e8e970"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.4.10"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2023-11-12 19:10:45 -08:00
|
|
|
"winapi",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2023-08-22 18:46:40 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.5.5"
|
2023-08-22 18:46:40 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "7b5fac59a5cb5dd637972e5fca70daf0523c9067fcdc4842f053dae04a18f8e9"
|
2023-08-22 18:46:40 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2023-05-28 12:38:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "spin"
|
|
|
|
version = "0.9.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.109"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2022-10-02 00:42:23 -07:00
|
|
|
"unicode-ident",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-05-28 12:38:57 -07:00
|
|
|
name = "syn"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.0.39"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "23e78b90f2fcf45d3e842032ce32e3f2d1545ba6636271dcbf24fa306d87be7a"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "thin-slice"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eaa81235c7058867fa8c0e7314f33dcce9c215f535d1913822a2b3f5e289f3c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.50"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f9a7210f5c9a7156bb50aa36aed4c95afb51df0df00713949448cf9e97d382d2"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.50"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "266b2e40bc00e5a6c09c3584011e08b06f123c00362c92b975ba9843aaaa14b8"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.30"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "c4a34ab300f2dee6e562c10a046fc05e358b29f9bf92277f30c3c8d82275f6f5"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"deranged",
|
|
|
|
"itoa 1.0.9",
|
2023-11-12 19:10:45 -08:00
|
|
|
"powerfmt",
|
2022-12-14 21:39:19 -08:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.1.2"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.2.15"
|
2022-12-14 21:39:19 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "4ad70d68dba9e1f8aceda7aa6711965dfec1cac869f311a51bd08b3a2ccbce20"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tinyvec"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.6.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinyvec_macros"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.1.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.34.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "d0c014766411e834f7af5b8f4cf46257aab4036ca95e9d2c144a10f59ad6f5b9"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-08-22 18:46:40 -07:00
|
|
|
"backtrace",
|
2021-08-18 13:49:50 -07:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2023-11-12 19:10:45 -08:00
|
|
|
"mio",
|
2021-08-18 13:49:50 -07:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2023-11-12 19:10:45 -08:00
|
|
|
"socket2 0.5.5",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio-macros",
|
2023-05-28 12:38:57 -07:00
|
|
|
"windows-sys",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-macros"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.2.0"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-11-12 19:10:45 -08:00
|
|
|
"syn 2.0.39",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.14"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-tungstenite"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.20.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.7.10"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2022-10-02 00:42:23 -07:00
|
|
|
"tracing",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.5.11"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "tower-service"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.2"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.1.40"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.1.32"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"once_cell",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.2.4"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-10 21:41:11 -08:00
|
|
|
checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tungstenite"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.20.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2023-11-12 19:10:45 -08:00
|
|
|
"data-encoding",
|
2021-08-18 13:49:50 -07:00
|
|
|
"http",
|
|
|
|
"httparse",
|
|
|
|
"log",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rand 0.8.5",
|
2023-05-28 12:38:57 -07:00
|
|
|
"sha1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-18 13:49:50 -07:00
|
|
|
"url",
|
|
|
|
"utf-8",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.17.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.1.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "2.7.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.13"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "1.0.12"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.1.22"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"tinyvec",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2022-10-02 00:42:23 -07:00
|
|
|
name = "unsafe-libyaml"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.2.9"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.4.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
2022-12-14 21:39:19 -08:00
|
|
|
"serde",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "utf-8"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.9.4"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "2.4.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.3.1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.3.6"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2022-10-02 00:42:23 -07:00
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
2021-08-18 13:49:50 -07:00
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"log",
|
|
|
|
"mime",
|
|
|
|
"mime_guess",
|
2023-05-28 12:38:57 -07:00
|
|
|
"multer",
|
2021-08-18 13:49:50 -07:00
|
|
|
"percent-encoding",
|
|
|
|
"pin-project",
|
2022-10-02 00:42:23 -07:00
|
|
|
"rustls-pemfile",
|
2021-08-18 13:49:50 -07:00
|
|
|
"scoped-tls",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_urlencoded",
|
|
|
|
"tokio",
|
|
|
|
"tokio-stream",
|
|
|
|
"tokio-tungstenite",
|
|
|
|
"tokio-util",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07: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"
|
2023-11-12 19:10:45 -08:00
|
|
|
version = "0.1.6"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"winapi",
|
2021-08-17 09:59:34 -07: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"
|
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2023-02-10 21:41:11 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
2023-02-10 21:41:11 -08: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",
|
|
|
|
]
|
|
|
|
|
2022-11-08 10:31:47 -08:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-08-22 18:46:40 -07:00
|
|
|
version = "0.48.5"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-22 18:46:40 -07:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
2023-11-12 19:10:45 -08:00
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
2021-08-18 13:49:50 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"linked-hash-map",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
2023-11-12 19:10:45 -08:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.25"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-12 19:10:45 -08:00
|
|
|
checksum = "8cd369a67c0edfef15010f980c3cbe45d7f651deac2cd67ce097cd801de16557"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-11-12 19:10:45 -08:00
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.25"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c2f140bda219a26ccc0cdb03dba58af72590c53b22642577d88a927bc5c87d6b"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.39",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-14 21:44:37 -08:00
|
|
|
name = "zyl-site"
|
2021-08-17 09:59:34 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"extract-frontmatter",
|
|
|
|
"fs_extra",
|
2021-08-18 13:49:50 -07:00
|
|
|
"futures",
|
2021-08-19 13:43:45 -07:00
|
|
|
"grass",
|
2021-08-17 09:59:34 -07:00
|
|
|
"gray_matter",
|
|
|
|
"handlebars",
|
2021-08-18 13:49:50 -07:00
|
|
|
"hotwatch",
|
2022-12-14 21:39:19 -08:00
|
|
|
"itertools",
|
2021-08-17 09:59:34 -07:00
|
|
|
"lol_html",
|
2022-10-03 01:13:37 -07:00
|
|
|
"minifier",
|
2022-12-14 21:39:19 -08:00
|
|
|
"percent-encoding",
|
2021-08-17 09:59:34 -07:00
|
|
|
"pulldown-cmark",
|
2022-12-14 21:39:19 -08:00
|
|
|
"rss",
|
2021-08-17 09:59:34 -07:00
|
|
|
"serde",
|
|
|
|
"serde_yaml",
|
2022-12-14 21:39:19 -08:00
|
|
|
"time",
|
2021-08-18 13:49:50 -07:00
|
|
|
"tokio",
|
2021-08-21 00:47:13 -07:00
|
|
|
"url",
|
2021-08-17 09:59:34 -07:00
|
|
|
"walkdir",
|
2021-08-18 13:49:50 -07:00
|
|
|
"warp",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|