webdog/Cargo.lock

2165 lines
53 KiB
Text
Raw Normal View History

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 = [
2022-11-08 10:31:47 -08:00
"getrandom 0.2.8",
2021-08-19 13:43:45 -07:00
"once_cell",
"version_check",
]
2022-10-03 01:13:37 -07:00
[[package]]
name = "aho-corasick"
2022-12-14 15:16:32 -08:00
version = "0.7.20"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 15:16:32 -08:00
checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-10-03 01:13:37 -07:00
dependencies = [
"memchr",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "anyhow"
2023-02-10 21:41:11 -08:00
version = "1.0.69"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
2021-08-17 09:59:34 -07:00
2022-12-14 21:39:19 -08:00
[[package]]
name = "atom_syndication"
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 = "91a85f2ee28cbd1ecf91288460f6dc74661fd99b4e9a559836a667ccf63aa38c"
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
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]]
name = "block-buffer"
2022-10-02 00:42:23 -07:00
version = "0.10.3"
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 = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
2021-08-17 09:59:34 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"generic-array",
2021-08-17 09:59:34 -07:00
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "buf_redux"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
dependencies = [
"memchr",
"safemem",
]
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"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16b0a3d9ed01224b22057780a37bb8c5dbfe1be8ba48678e7bf57ec4b385411f"
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"
2022-10-02 00:42:23 -07:00
version = "0.2.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 = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
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",
"syn",
]
[[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",
"syn",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "darling"
2023-02-10 21:41:11 -08:00
version = "0.14.3"
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 = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8"
2022-12-14 21:39:19 -08:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-02-10 21:41:11 -08:00
version = "0.14.3"
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 = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb"
2022-12-14 21:39:19 -08:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
2023-02-10 21:41:11 -08:00
version = "0.14.3"
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 = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685"
2022-12-14 21:39:19 -08:00
dependencies = [
"darling_core",
"quote",
"syn",
]
[[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",
"syn",
]
[[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",
"syn",
]
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",
"syn",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "digest"
2022-12-14 15:16:32 -08:00
version = "0.10.6"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 15:16:32 -08:00
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
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
[[package]]
2022-10-02 00:42:23 -07:00
name = "fastrand"
version = "1.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 = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
dependencies = [
"instant",
]
2021-08-17 09:59:34 -07:00
2021-08-18 13:49:50 -07:00
[[package]]
name = "filetime"
2023-02-10 21:41:11 -08:00
version = "0.2.20"
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 = "8a3de6e8d11b22ff9edc6d916f890800597d60f8b2da1caf2955c274638d6412"
2021-08-18 13:49:50 -07:00
dependencies = [
"cfg-if 1.0.0",
"libc",
"redox_syscall",
2023-02-10 21:41:11 -08:00
"windows-sys 0.45.0",
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 = [
"bitflags",
"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 = [
"bitflags",
"fuchsia-zircon-sys",
]
[[package]]
name = "fuchsia-zircon-sys"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
[[package]]
name = "futures"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
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-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-executor"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-macro"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-task"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-util"
2023-02-10 21:41:11 -08:00
version = "0.3.26"
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 = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
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"
2022-10-02 00:42:23 -07:00
version = "0.14.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 = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
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"
2022-11-08 10:31:47 -08:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
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-02-10 21:41:11 -08:00
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bc8d495d643cc55c2f2f9437c5b9a493ea660dd75f7bbba76526c440b9c6d2c"
dependencies = [
"grass_compiler",
]
[[package]]
name = "grass_compiler"
version = "0.12.2"
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 = "0b8adb5e6b31fe2ec6c94bd0d4d803de9ef4ea409cd75b2c4ad4db5c4a19d0ba"
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",
"rand 0.8.5",
2021-08-19 13:43:45 -07:00
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "gray_matter"
2023-02-10 21:41:11 -08:00
version = "0.2.5"
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 = "531756f6c4a9f9e9afccab00979b8e031ecada9727fe49c0abd08231ac32f24f"
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"
2022-11-08 10:31:47 -08:00
version = "0.3.15"
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 = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
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-02-10 21:41:11 -08:00
version = "4.3.6"
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 = "035ef95d03713f2c347a72547b7cd38cbc9af7cd51e6099fb62d586d4a6dee3a"
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 = [
2022-10-02 00:42:23 -07:00
"ahash",
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"
2021-08-19 13:43:45 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"ahash",
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 = [
"base64",
"bitflags",
"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"
2022-10-02 00:42:23 -07:00
version = "0.2.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 = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"fnv",
2023-02-10 21:41:11 -08:00
"itoa 1.0.5",
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-02-10 21:41:11 -08:00
version = "0.14.24"
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 = "5e011372fa0b68db8350aa7a248930ecc7839bf46d8485577d69f117a75f164c"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
2023-02-10 21:41:11 -08:00
"itoa 1.0.5",
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"
2022-12-14 15:16:32 -08:00
version = "1.9.2"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 15:16:32 -08:00
checksum = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
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 = [
"bitflags",
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
2022-10-02 00:42:23 -07:00
name = "instant"
version = "0.1.12"
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 = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-08-18 13:49:50 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"cfg-if 1.0.0",
2021-08-18 13:49:50 -07:00
]
[[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-02-10 21:41:11 -08:00
version = "1.0.5"
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 = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
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-02-10 21:41:11 -08:00
version = "0.2.139"
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 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
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"
2022-10-02 00:42:23 -07:00
version = "0.4.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 = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-08-17 09:59:34 -07:00
dependencies = [
"cfg-if 1.0.0",
]
[[package]]
name = "lol_html"
2022-12-14 15:16:32 -08:00
version = "0.3.2"
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 = "b16d7d17063591adf0017a068a8ce2ed29a4f5402b9e6cac01888ff9c0527ff7"
2021-08-17 09:59:34 -07:00
dependencies = [
"bitflags",
2022-10-02 00:42:23 -07:00
"cfg-if 1.0.0",
2021-08-17 09:59:34 -07:00
"cssparser",
"encoding_rs",
2022-10-02 00:42:23 -07:00
"hashbrown 0.12.3",
2021-08-17 09:59:34 -07:00
"lazy_static",
"lazycell",
"memchr",
"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"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[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"
2022-11-08 10:31:47 -08:00
version = "0.8.5"
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 = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2021-08-18 13:49:50 -07:00
dependencies = [
"libc",
"log",
2022-10-02 00:42:23 -07:00
"wasi 0.11.0+wasi-snapshot-preview1",
2023-02-10 21:41:11 -08:00
"windows-sys 0.42.0",
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]]
name = "multipart"
2022-10-02 00:42:23 -07:00
version = "0.18.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 = "00dec633863867f29cb39df64a397cdf4a6354708ddd7759f70c7fb51c5f9182"
2021-08-18 13:49:50 -07:00
dependencies = [
"buf_redux",
"httparse",
"log",
"mime",
"mime_guess",
2022-10-02 00:42:23 -07:00
"quick-error",
"rand 0.8.5",
2021-08-18 13:49:50 -07:00
"safemem",
"tempfile",
"twoway",
]
[[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 = [
"bitflags",
"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-02-10 21:41:11 -08:00
version = "1.17.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 = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
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-02-10 21:41:11 -08:00
version = "2.5.5"
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 = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
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-02-10 21:41:11 -08:00
version = "2.5.5"
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 = "2ac3922aac69a40733080f53c1ce7f91dcf57e1a5f6c52f421fadec7fbdc4b69"
2021-08-17 09:59:34 -07:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2023-02-10 21:41:11 -08:00
version = "2.5.5"
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 = "d06646e185566b5961b4058dd107e0a7f56e77c3f484549fb119867773c0f202"
2021-08-17 09:59:34 -07:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pest_meta"
2023-02-10 21:41:11 -08:00
version = "2.5.5"
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 = "e6f60b2ba541577e2a0c307c8f39d1439108120eb7903adeb6497fa880c59616"
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",
"syn",
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",
"syn",
]
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"
2022-10-02 00:42:23 -07:00
version = "1.0.12"
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 = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2021-08-18 13:49:50 -07:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2022-10-02 00:42:23 -07:00
version = "1.0.12"
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 = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
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-02-10 21:41:11 -08:00
version = "1.0.51"
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 = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
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"
2022-10-02 00:42:23 -07:00
version = "0.9.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 = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
2021-08-17 09:59:34 -07:00
dependencies = [
"bitflags",
"memchr",
"unicase",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "quick-error"
version = "1.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
2022-12-14 21:39:19 -08:00
[[package]]
name = "quick-xml"
2023-02-10 21:41:11 -08:00
version = "0.27.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 = "ffc053f057dd768a56f62cd7e434c42c831d296968997e9ac1f76ea7c2d14c41"
2022-12-14 21:39:19 -08:00
dependencies = [
"encoding_rs",
"memchr",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "quote"
2023-02-10 21:41:11 -08:00
version = "1.0.23"
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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
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 = [
2022-11-08 10:31:47 -08:00
"getrandom 0.2.8",
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 = [
2022-10-02 00:42:23 -07:00
"bitflags",
2021-08-17 09:59:34 -07:00
]
2022-10-03 01:13:37 -07:00
[[package]]
name = "regex"
2023-02-10 21:41:11 -08:00
version = "1.7.1"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
2022-10-03 01:13:37 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-11-08 10:31:47 -08:00
version = "0.6.28"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-08 10:31:47 -08:00
checksum = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
2022-10-03 01:13:37 -07:00
2021-08-17 09:59:34 -07:00
[[package]]
2022-10-02 00:42:23 -07:00
name = "remove_dir_all"
version = "0.5.3"
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 = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
2021-08-17 09:59:34 -07:00
dependencies = [
2021-08-18 13:49:50 -07:00
"winapi 0.3.9",
2021-08-17 09:59:34 -07:00
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "rss"
2023-02-10 21:41:11 -08:00
version = "2.0.2"
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 = "14816ec8b4e58b34a36adba66dcadd3e1e221dcb0fb2fd83e7c5129ea1a72458"
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"
version = "0.2.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 = "5eebeaeb360c87bfb72e84abdb3447159c0eaececf1bef2aecd65a8be949d1c9"
2021-08-18 13:49:50 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"base64",
2021-08-18 13:49:50 -07:00
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "ryu"
2023-02-10 21:41:11 -08:00
version = "1.0.12"
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 = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
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 = [
"bitflags",
"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-02-10 21:41:11 -08:00
version = "1.0.16"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "58bc9567378fc7690d6b2addae4e60ac2eeea07becb2c64b9f218b53865cba2a"
2022-10-02 00:42:23 -07:00
2021-08-17 09:59:34 -07:00
[[package]]
name = "serde"
2023-02-10 21:41:11 -08:00
version = "1.0.152"
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 = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
2021-08-17 09:59:34 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-02-10 21:41:11 -08:00
version = "1.0.152"
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 = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
2021-08-17 09:59:34 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2023-02-10 21:41:11 -08:00
version = "1.0.93"
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 = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
2021-08-17 09:59:34 -07:00
dependencies = [
2023-02-10 21:41:11 -08:00
"itoa 1.0.5",
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-02-10 21:41:11 -08:00
"itoa 1.0.5",
2021-08-18 13:49:50 -07:00
"ryu",
"serde",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "serde_yaml"
2023-02-10 21:41:11 -08:00
version = "0.9.17"
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 = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
2021-08-17 09:59:34 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"indexmap",
2023-02-10 21:41:11 -08:00
"itoa 1.0.5",
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",
]
[[package]]
name = "sha-1"
2022-12-14 15:16:32 -08:00
version = "0.10.1"
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 = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
2021-08-17 09:59:34 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"cfg-if 1.0.0",
"cpufeatures",
"digest",
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"
2022-10-02 00:42:23 -07:00
version = "0.4.7"
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 = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
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"
2022-10-02 00:42:23 -07:00
version = "0.4.7"
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2021-08-18 13:49:50 -07:00
dependencies = [
"libc",
"winapi 0.3.9",
]
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-02-10 21:41:11 -08:00
version = "1.0.107"
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 = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
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]]
name = "tempfile"
2022-10-02 00:42:23 -07:00
version = "3.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 = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
2021-08-18 13:49:50 -07:00
dependencies = [
"cfg-if 1.0.0",
2022-10-02 00:42:23 -07:00
"fastrand",
2021-08-18 13:49:50 -07:00
"libc",
"redox_syscall",
"remove_dir_all",
"winapi 0.3.9",
]
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-02-10 21:41:11 -08:00
version = "1.0.38"
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 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
2021-08-17 09:59:34 -07:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-02-10 21:41:11 -08:00
version = "1.0.38"
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 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
2021-08-17 09:59:34 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "time"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a561bf4617eebd33bca6434b988f39ed798e527f51a1e797d0ee4f61c0a38376"
dependencies = [
2023-02-10 21:41:11 -08:00
"itoa 1.0.5",
2022-12-14 21:39:19 -08:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d967f99f534ca7e495c575c62638eebc2898a8c84c119b89e250477bc4ba16b2"
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-02-10 21:41:11 -08:00
version = "1.25.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 = "c8e00990ebabbe4c14c08aca901caed183ecd5c09562a12c824bb53d3c3fd3af"
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",
"memchr",
2022-11-08 10:31:47 -08:00
"mio 0.8.5",
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-02-10 21:41:11 -08:00
"windows-sys 0.42.0",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "tokio-macros"
2022-12-14 15:16:32 -08:00
version = "1.8.2"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-14 15:16:32 -08:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tokio-stream"
2022-11-08 10:31:47 -08:00
version = "0.1.11"
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 = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tokio-tungstenite"
2022-10-02 00:42:23 -07:00
version = "0.17.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 = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
2023-02-10 21:41:11 -08:00
version = "0.7.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 = "bc6a3b08b64e6dfad376fa2432c7b1f01522e37a623c3050bc95db2d3ff21583"
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"
2022-11-08 10:31:47 -08:00
version = "0.1.30"
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 = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
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"
2022-10-02 00:42:23 -07:00
version = "0.17.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 = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
2021-08-18 13:49:50 -07:00
dependencies = [
"base64",
"byteorder",
"bytes",
"http",
"httparse",
"log",
2022-10-02 00:42:23 -07:00
"rand 0.8.5",
"sha-1",
"thiserror",
2021-08-18 13:49:50 -07:00
"url",
"utf-8",
]
[[package]]
name = "twoway"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
dependencies = [
"memchr",
]
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-02-10 21:41:11 -08:00
version = "0.3.10"
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 = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
2022-10-02 00:42:23 -07:00
[[package]]
name = "unicode-ident"
2023-02-10 21:41:11 -08:00
version = "1.0.6"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
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-02-10 21:41:11 -08:00
version = "0.2.5"
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 = "bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2"
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"
version = "2.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
dependencies = [
"same-file",
2021-08-18 13:49:50 -07:00
"winapi 0.3.9",
2021-08-17 09:59:34 -07:00
"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"
2022-10-02 00:42:23 -07:00
version = "0.3.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 = "ed7b8be92646fc3d18b06147664ebc5f48d222686cb11a8755e561a735aacc6d"
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",
"multipart",
"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"
2022-11-08 10:31:47 -08:00
version = "0.42.0"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-08 10:31:47 -08:00
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
2022-10-02 00:42:23 -07:00
dependencies = [
2022-11-08 10:31:47 -08:00
"windows_aarch64_gnullvm",
2022-10-02 00:42:23 -07:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-11-08 10:31:47 -08:00
"windows_x86_64_gnullvm",
2022-10-02 00:42:23 -07:00
"windows_x86_64_msvc",
]
2023-02-10 21:41:11 -08:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
version = "0.42.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
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-02-10 21:41:11 -08:00
version = "0.42.1"
2022-11-08 10:31:47 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
2022-11-08 10:31:47 -08:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_aarch64_msvc"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_i686_gnu"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_i686_msvc"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_x86_64_gnu"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-11-08 10:31:47 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
2022-11-08 10:31:47 -08:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_x86_64_msvc"
2023-02-10 21:41:11 -08:00
version = "0.42.1"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
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
]