2021-08-17 09:59:34 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.7.6"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"getrandom 0.2.9",
|
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ahash"
|
|
|
|
version = "0.8.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
2021-08-19 13:43:45 -07:00
|
|
|
"once_cell",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.1"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.71"
|
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 = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "atom_syndication"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.12.1"
|
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 = "ca96cb38e3d8236f1573a84bbc55e130bd1ae07df770e36d0cf221ea7a50e36c"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.13.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 = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2023-05-28 12:38:57 -07:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
|
|
|
|
|
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"
|
|
|
|
version = "2.3.1"
|
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 = "6776fc96284a0bb647b615056fc496d1fe1644a7ab01829818a6d91cae888b84"
|
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"
|
|
|
|
version = "1.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.4.0"
|
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 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[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-05-28 12:38:57 -07:00
|
|
|
version = "0.4.24"
|
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 = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"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-05-28 12:38:57 -07:00
|
|
|
version = "0.2.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 = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
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"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.6.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 = "dfae75de57f2b2e85e8768c3ea840fd159c8f33e2b6522c7835b7abac81be16e"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 1.0.109",
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56899898ce76aaf4a0f24d914c97ea6ed976d42fec6ad33fcbb0a1103e07b2b0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dtoa-short"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bde03329ae10e79ede66c9ce4dc930aa8599043b0743008548680f25b91502d6"
|
|
|
|
dependencies = [
|
|
|
|
"dtoa",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.8.1"
|
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 = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "encoding_rs"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "0.8.32"
|
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 = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "filetime"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.21"
|
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 = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
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"
|
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 = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
|
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"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5ab7d1bd1bd33cc98b0889831b72da23c0aa4df9cec7e0702f46ecea04b35db6"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"fsevent-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fsevent-sys"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f41b048a94555da0f42f1d632e2e19510084fb8e303b0daa2816e733fb3644a0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fuchsia-zircon-sys"
|
|
|
|
version = "0.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-executor"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.28"
|
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 = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
|
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 = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.9.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.9"
|
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 = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2022-10-02 00:42:23 -07:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "grass"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.12.4"
|
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 = "85cc4b64880a2264a41f9eab431780e72a68a6c88b9bddef361ba638812d572e"
|
2023-02-10 21:41:11 -08:00
|
|
|
dependencies = [
|
|
|
|
"grass_compiler",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "grass_compiler"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.12.4"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "8e4feeef87d958eebd4d55431040768b93a5b088202198e0b203adc3c1d468c6"
|
2021-08-19 13:43:45 -07:00
|
|
|
dependencies = [
|
|
|
|
"codemap",
|
|
|
|
"indexmap",
|
|
|
|
"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-05-28 12:38:57 -07:00
|
|
|
version = "0.3.19"
|
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 = "d357c7ae988e7d2182f7d7871d0b963962420b0678b0997ce7de72001aeab782"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"indexmap",
|
|
|
|
"slab",
|
|
|
|
"tokio",
|
|
|
|
"tokio-util",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "4.3.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 = "83c3372087601b532857d332f5957cbae686da52bb7810bf038c3e3c3cc2fa0d"
|
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-05-28 12:38:57 -07:00
|
|
|
"ahash 0.7.6",
|
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-05-28 12:38:57 -07:00
|
|
|
"ahash 0.8.3",
|
2021-08-19 13:43:45 -07:00
|
|
|
]
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "headers"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.8"
|
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 = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.13.1",
|
|
|
|
"bitflags 1.3.2",
|
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-02-10 21:41:11 -08:00
|
|
|
version = "0.2.6"
|
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 = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hotwatch"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.4.6"
|
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 = "39301670a6f5798b75f36a1b149a379a50df5aa7c71be50f4b41ec6eab445cb8"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"notify",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.9"
|
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 = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
2023-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
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"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "1.0.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 = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.14.26"
|
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 = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"h2",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
2023-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
2021-08-18 13:49:50 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
"socket2",
|
|
|
|
"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"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.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 = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
|
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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "inotify"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4816c66d2c8ae673df83366c18341538f234a26d65a9ecea5c348b453ac1d02f"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iovec"
|
|
|
|
version = "0.1.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.10.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
|
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.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 = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "kernel32-sys"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.2.144"
|
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 = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.4.18"
|
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 = "518ef76f2f87365916b142844c16d8fefd85039bc5699050210a7778ee1cd1de"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lol_html"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.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 = "3334b64837c6ea62ca7d8c3ba04ca7aa921b307b664002b882e14332ee2f80f1"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 2.3.1",
|
2022-10-02 00:42:23 -07:00
|
|
|
"cfg-if 1.0.0",
|
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"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.5.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 = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
|
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"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8eb022374af2f446981254e6bf9efb6e2c9e1a53176d395fca02792fd4435729"
|
|
|
|
dependencies = [
|
|
|
|
"regex",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
|
|
|
version = "0.6.23"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"fuchsia-zircon",
|
|
|
|
"fuchsia-zircon-sys",
|
|
|
|
"iovec",
|
|
|
|
"kernel32-sys",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2022-10-02 00:42:23 -07:00
|
|
|
"miow",
|
2021-08-18 13:49:50 -07:00
|
|
|
"net2",
|
|
|
|
"slab",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.8.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 = "eebffdb73fe72e917997fad08bdbf31ac50b0fa91cec93e69a0662e4264d454c"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
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]]
|
|
|
|
name = "mio-extras"
|
|
|
|
version = "2.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
|
|
|
|
dependencies = [
|
|
|
|
"lazycell",
|
|
|
|
"log",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"slab",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
|
|
|
|
dependencies = [
|
|
|
|
"kernel32-sys",
|
|
|
|
"net2",
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"ws2_32-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "net2"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.2.38"
|
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 = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "4.0.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ae03c8c853dba7bfd23e571ff0cff7bc9dceb40a4cd684cd1681824183f45257"
|
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"bitflags 1.3.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
"filetime",
|
|
|
|
"fsevent",
|
|
|
|
"fsevent-sys",
|
|
|
|
"inotify",
|
|
|
|
"libc",
|
|
|
|
"mio 0.6.23",
|
|
|
|
"mio-extras",
|
|
|
|
"walkdir",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.1.45"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
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
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.2.15"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
|
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
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2023-02-10 21:41:11 -08:00
|
|
|
version = "1.15.0"
|
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 = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-08-19 13:43:45 -07:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.17.1"
|
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 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.2.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 = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
|
2021-08-18 13:49:50 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.6.0"
|
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 = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"thiserror",
|
2021-08-17 09:59:34 -07:00
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.6.0"
|
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 = "6b79d4c71c865a25a4322296122e3924d30bc8ee0834c8bfc8b95f7f054afbfb"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.6.0"
|
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 = "6c435bf1076437b851ebc8edc3a18442796b30f1728ffea6262d59bbe28b077e"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.6.0"
|
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 = "745a452f8eb71e39ffd8ee32b3c5f51d03845f99786fa9b68db6ff509c505411"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.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 = "c95a7476719eab1e366eaf73d0260af3021184f18177925b07f54b30089ceead"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-internal",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-internal"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.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 = "39407670928234ebc5e6e580247dd567ad73a3578460c5990f9503df207e8f07"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-08-18 13:49:50 -07:00
|
|
|
name = "pin-project-lite"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.2.9"
|
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 = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
|
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"
|
|
|
|
|
|
|
|
[[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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.59"
|
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 = "6aeca18b86b413c660b781aa319e4e2648a3e6f9eadc9b47e9038e6fe9f3451b"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.28.2"
|
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 = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"encoding_rs",
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.28"
|
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 = "1b9ab9c7eadfd8df19006f1cf1a4aed13540ed5cbc047010ece5826e10825488"
|
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-05-28 12:38:57 -07:00
|
|
|
"getrandom 0.2.9",
|
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"
|
|
|
|
version = "0.2.16"
|
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 = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
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
|
|
|
]
|
|
|
|
|
2022-10-03 01:13:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.8.3"
|
2022-10-03 01:13:37 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "81ca098a9821bd52d6b24fd8b10bd081f47d39c22778cafaa75a2857a62c6390"
|
2022-10-03 01:13:37 -07:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.7.2"
|
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 = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "rss"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "2.0.3"
|
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 = "aa1ec965a5f5ec71e16106b35df21861c4014ace848c6b75720816925552936d"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
|
|
|
"atom_syndication",
|
|
|
|
"chrono",
|
|
|
|
"derive_builder",
|
|
|
|
"mime",
|
|
|
|
"never",
|
|
|
|
"quick-xml",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.2"
|
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 = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.21.2",
|
2021-08-18 13:49:50 -07:00
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.13"
|
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 = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
|
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
|
|
|
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.17"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.163"
|
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 = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.163"
|
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 = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.96"
|
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 = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
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-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
2021-08-18 13:49:50 -07:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.9.21"
|
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 = "d9d684e3ec7de3bf5466b32bd75303ac16f0736426e5a4e0d6e489559ce1249c"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"indexmap",
|
2023-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
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"
|
|
|
|
version = "0.10.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 = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"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"
|
|
|
|
version = "0.10.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "siphasher"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.3.10"
|
2021-08-19 13:43:45 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-10-02 00:42:23 -07:00
|
|
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
|
2021-08-19 13:43:45 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.4.8"
|
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 = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
|
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"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "1.10.0"
|
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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2023-05-28 12:38:57 -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-05-28 12:38:57 -07:00
|
|
|
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi 0.3.9",
|
|
|
|
]
|
|
|
|
|
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"
|
|
|
|
version = "2.0.18"
|
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 = "32d41677bcbe24c20c52e7c70b0d8db04134c5d1066bf98662e2871ad200ea3e"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.40"
|
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 = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "1.0.40"
|
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 = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
2021-08-17 09:59:34 -07:00
|
|
|
]
|
|
|
|
|
2022-12-14 21:39:19 -08:00
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.21"
|
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 = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
|
2022-12-14 21:39:19 -08:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"itoa 1.0.6",
|
2022-12-14 21:39:19 -08:00
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.1"
|
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 = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
|
2022-12-14 21:39:19 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.2.9"
|
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 = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.28.2"
|
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 = "94d7b1cfd2aa4011f2de74c2c4c63665e27a71006b0a192dcd2710272e73dfa2"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2022-10-02 00:42:23 -07:00
|
|
|
"autocfg",
|
2021-08-18 13:49:50 -07:00
|
|
|
"bytes",
|
|
|
|
"libc",
|
2023-05-28 12:38:57 -07:00
|
|
|
"mio 0.8.7",
|
2021-08-18 13:49:50 -07:00
|
|
|
"num_cpus",
|
|
|
|
"pin-project-lite",
|
2022-10-02 00:42:23 -07:00
|
|
|
"socket2",
|
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-05-28 12:38:57 -07:00
|
|
|
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 = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2023-05-28 12:38:57 -07:00
|
|
|
"syn 2.0.18",
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.18.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 = "54319c93411147bced34cb5609a80e0a8e44c5999c93903a81cd866630ec0bfd"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"futures-util",
|
|
|
|
"log",
|
|
|
|
"tokio",
|
|
|
|
"tungstenite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tokio-util"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.7.8"
|
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 = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
|
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"
|
2022-11-08 10:31:47 -08:00
|
|
|
version = "0.1.37"
|
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 = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.1.31"
|
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 = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.18.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 = "30ee6ab729cd4cf0fd55218530c4522ed30b7b6081752839b68fcec8d0960788"
|
2021-08-18 13:49:50 -07:00
|
|
|
dependencies = [
|
2023-05-28 12:38:57 -07:00
|
|
|
"base64 0.13.1",
|
2021-08-18 13:49:50 -07:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
|
|
|
"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"
|
2022-12-14 15:16:32 -08:00
|
|
|
version = "1.16.0"
|
2021-08-17 09:59:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 15:16:32 -08:00
|
|
|
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "0.1.5"
|
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 = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicase"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
|
|
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-05-28 12:38:57 -07:00
|
|
|
version = "1.0.9"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "b15811caf2415fb889178633e7724bad2509101cde276048e013b9def5e51fa0"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.2.8"
|
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 = "1865806a559042e51ab5414598446a5871b561d21b6764f2eabb0dd481d880a6"
|
2021-08-17 09:59:34 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2022-10-02 00:42:23 -07:00
|
|
|
version = "2.3.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 = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "2.3.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 = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
|
2021-08-17 09:59:34 -07:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"try-lock",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "warp"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.3.5"
|
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 = "ba431ef570df1287f7f8b07e376491ad54f84d26ac473489427231e1718e1f69"
|
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
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
|
|
dependencies = [
|
2021-08-18 13:49:50 -07:00
|
|
|
"winapi 0.3.9",
|
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-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 = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
|
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-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
2022-10-02 00:42:23 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-11-08 10:31:47 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
|
2022-11-08 10:31:47 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2023-05-28 12:38:57 -07:00
|
|
|
version = "0.48.0"
|
2022-10-02 00:42:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-28 12:38:57 -07:00
|
|
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
|
2022-10-02 00:42:23 -07:00
|
|
|
|
2021-08-18 13:49:50 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ws2_32-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
|
|
dependencies = [
|
|
|
|
"winapi 0.2.8",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2021-08-17 09:59:34 -07:00
|
|
|
[[package]]
|
|
|
|
name = "yaml-rust"
|
|
|
|
version = "0.4.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
|
|
|
|
dependencies = [
|
|
|
|
"linked-hash-map",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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
|
|
|
]
|