webdog/Cargo.lock

3414 lines
84 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.
2025-01-14 13:30:34 -08:00
version = 4
2021-08-17 09:59:34 -07:00
[[package]]
name = "addr2line"
2024-06-14 13:36:41 -07:00
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:36:41 -07:00
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2021-08-17 09:59:34 -07:00
[[package]]
name = "ahash"
2024-04-02 13:38:59 -07:00
version = "0.8.11"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2023-05-28 12:38:57 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2021-08-19 13:43:45 -07:00
"once_cell",
"version_check",
2023-11-12 19:10:45 -08:00
"zerocopy",
2021-08-19 13:43:45 -07:00
]
2022-10-03 01:13:37 -07:00
[[package]]
name = "aho-corasick"
2024-04-02 13:38:59 -07:00
version = "1.1.3"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2022-10-03 01:13:37 -07:00
dependencies = [
"memchr",
]
2024-06-14 13:31:41 -07:00
[[package]]
name = "allocator-api2"
2025-01-14 13:30:34 -08:00
version = "0.2.21"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
2024-06-14 13:31:41 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "anstream"
2024-11-04 10:34:54 -08:00
version = "0.6.18"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 10:34:54 -08:00
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
2024-10-23 19:57:01 -07:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
2024-11-04 10:34:54 -08:00
version = "1.0.10"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 10:34:54 -08:00
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
2024-10-23 19:57:01 -07:00
[[package]]
name = "anstyle-parse"
2024-10-29 11:12:09 -07:00
version = "0.2.6"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 11:12:09 -07:00
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
2024-10-23 19:57:01 -07:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2024-10-29 11:12:09 -07:00
version = "1.1.2"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 11:12:09 -07:00
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
2024-10-23 19:57:01 -07:00
dependencies = [
2024-10-29 11:12:09 -07:00
"windows-sys 0.59.0",
2024-10-23 19:57:01 -07:00
]
[[package]]
name = "anstyle-wincon"
2025-01-14 13:30:34 -08:00
version = "3.0.7"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
2024-10-23 19:57:01 -07:00
dependencies = [
"anstyle",
2025-01-14 13:30:34 -08:00
"once_cell",
2024-10-29 11:12:09 -07:00
"windows-sys 0.59.0",
2024-10-23 19:57:01 -07:00
]
[[package]]
name = "anyhow"
2025-01-14 13:30:34 -08:00
version = "1.0.95"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
2024-10-23 19:57:01 -07:00
2022-12-14 21:39:19 -08:00
[[package]]
name = "atom_syndication"
2025-01-14 13:30:34 -08:00
version = "0.12.6"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "ec03a6e158ee0f38bfba811976ae909bc2505a4a2f4049c7e8df47df3497b119"
2022-12-14 21:39:19 -08:00
dependencies = [
"chrono",
"derive_builder",
"diligent-date-parser",
"never",
2025-01-14 13:30:34 -08:00
"quick-xml 0.37.2",
2022-12-14 21:39:19 -08:00
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "autocfg"
2024-10-23 19:57:01 -07:00
version = "1.4.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2021-08-18 13:49:50 -07:00
[[package]]
name = "backtrace"
2024-06-14 13:36:41 -07:00
version = "0.3.71"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:36:41 -07:00
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
dependencies = [
"addr2line",
"cc",
2023-11-12 19:10:45 -08:00
"cfg-if",
"libc",
"miniz_oxide 0.7.4",
"object",
"rustc-demangle",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "base64"
2024-04-02 13:38:59 -07:00
version = "0.21.7"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-05-28 12:38:57 -07:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
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"
2025-01-14 13:30:34 -08:00
version = "2.7.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1be3f42a67d6d345ecd59f675f3f012d6974981560836e938c22b424b85ce1be"
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
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "bstr"
2025-01-14 13:30:34 -08:00
version = "1.11.3"
2024-11-04 17:09:11 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
2024-11-04 17:09:11 -08:00
dependencies = [
"memchr",
"serde",
]
2024-06-14 13:31:41 -07:00
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2021-08-17 09:59:34 -07:00
[[package]]
name = "byteorder"
2023-11-12 19:10:45 -08:00
version = "1.5.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2021-08-17 09:59:34 -07:00
2021-08-18 13:49:50 -07:00
[[package]]
name = "bytes"
2025-01-14 13:30:34 -08:00
version = "1.9.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2021-08-18 13:49:50 -07:00
[[package]]
name = "cc"
2025-01-14 13:30:34 -08:00
version = "1.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "c8293772165d9345bdaaa39b45b2109591e63fe5e6fbc23c6ff930a048aa310b"
2024-10-23 19:57:01 -07:00
dependencies = [
"shlex",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-12-14 21:39:19 -08:00
[[package]]
name = "chrono"
2025-01-14 13:30:34 -08:00
version = "0.4.39"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
2022-12-14 21:39:19 -08:00
dependencies = [
2024-11-04 17:09:11 -08:00
"android-tzdata",
"iana-time-zone",
2022-12-14 21:39:19 -08:00
"num-traits",
2024-11-04 17:09:11 -08:00
"windows-targets 0.52.6",
]
[[package]]
name = "chrono-tz"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
dependencies = [
"chrono",
"chrono-tz-build",
2025-01-14 13:30:34 -08:00
"phf 0.11.3",
2024-11-04 17:09:11 -08:00
]
[[package]]
name = "chrono-tz-build"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
dependencies = [
"parse-zoneinfo",
2025-01-14 13:30:34 -08:00
"phf 0.11.3",
"phf_codegen 0.11.3",
2022-12-14 21:39:19 -08:00
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "clap"
2025-01-14 13:30:34 -08:00
version = "4.5.26"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "a8eb5e908ef3a6efbe1ed62520fb7287959888c88485abe072543190ecc66783"
2024-10-23 19:57:01 -07:00
dependencies = [
"clap_builder",
2024-11-08 18:16:23 -08:00
"clap_derive",
2024-10-23 19:57:01 -07:00
]
[[package]]
name = "clap_builder"
2025-01-14 13:30:34 -08:00
version = "4.5.26"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "96b01801b5fc6a0a232407abc821660c9c6d25a1cafc0d4f85f29fb8d9afc121"
2024-10-23 19:57:01 -07:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
]
2024-11-08 18:16:23 -08:00
[[package]]
name = "clap_derive"
2025-01-14 13:30:34 -08:00
version = "4.5.24"
2024-11-08 18:16:23 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
2024-11-08 18:16:23 -08:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-08 18:16:23 -08:00
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "clap_lex"
2025-01-14 13:30:34 -08:00
version = "0.7.4"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
2024-10-23 19:57:01 -07:00
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"
2024-06-14 13:36:41 -07:00
[[package]]
name = "color-eyre"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5"
dependencies = [
"backtrace",
"color-spantrace",
"eyre",
"indenter",
"once_cell",
"owo-colors",
"tracing-error",
]
[[package]]
name = "color-spantrace"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2"
dependencies = [
"once_cell",
"owo-colors",
"tracing-core",
"tracing-error",
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "colorchoice"
2024-10-29 11:12:09 -07:00
version = "1.0.3"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 11:12:09 -07:00
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
2024-10-23 19:57:01 -07:00
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"
2024-11-04 17:09:11 -08:00
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2021-08-18 13:49:50 -07:00
[[package]]
name = "cpufeatures"
2024-11-22 17:07:44 -08:00
version = "0.2.16"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
2021-08-18 13:49:50 -07:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "crossbeam-channel"
2025-01-14 13:30:34 -08:00
version = "0.5.14"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "06ba6d68e24814cb8de6bb986db8222d3a027d15872cabc0d18817bc3c0e4471"
2023-11-12 19:10:45 -08:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2025-01-14 13:30:34 -08:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "crossbeam-utils"
2025-01-14 13:30:34 -08:00
version = "0.8.21"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2023-11-12 19:10:45 -08:00
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"
2025-01-14 13:30:34 -08:00
version = "0.28.1"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1db8599a9761b371751fbf13e076fa03c6e1a78f8c5288e6ab9467f10a2322c1"
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
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "cssparser"
version = "0.29.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93d03419cb5950ccfd3daf3ff1c7a36ace64609a1a8746d493df1ca0afde0fa"
dependencies = [
"cssparser-macros",
"dtoa-short",
"itoa 1.0.14",
"matches",
"phf 0.10.1",
"proc-macro2",
"quote",
"smallvec",
"syn 1.0.109",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "cssparser-macros"
version = "0.6.1"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
2021-08-17 09:59:34 -07:00
dependencies = [
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "darling"
2024-10-23 19:57:01 -07:00
version = "0.20.10"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
2022-12-14 21:39:19 -08:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-10-23 19:57:01 -07:00
version = "0.20.10"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
2022-12-14 21:39:19 -08:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2022-12-14 21:39:19 -08:00
]
[[package]]
name = "darling_macro"
2024-10-23 19:57:01 -07:00
version = "0.20.10"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
2022-12-14 21:39:19 -08:00
dependencies = [
"darling_core",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2022-12-14 21:39:19 -08:00
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "data-encoding"
2024-06-14 13:31:41 -07:00
version = "2.6.0"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
2023-11-12 19:10:45 -08:00
[[package]]
name = "deranged"
2024-04-02 13:38:59 -07:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
2023-11-12 19:10:45 -08:00
"powerfmt",
"serde",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "derive_builder"
2024-10-23 19:57:01 -07:00
version = "0.20.2"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
2022-12-14 21:39:19 -08:00
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
2024-10-23 19:57:01 -07:00
version = "0.20.2"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
2022-12-14 21:39:19 -08:00
dependencies = [
"darling",
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2022-12-14 21:39:19 -08:00
]
[[package]]
name = "derive_builder_macro"
2024-10-23 19:57:01 -07:00
version = "0.20.2"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
2022-12-14 21:39:19 -08:00
dependencies = [
"derive_builder_core",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
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"
2024-07-08 22:53:44 -07:00
version = "0.99.18"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
2021-08-17 09:59:34 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"convert_case",
"proc-macro2",
"quote",
"rustc_version",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-18 13:49:50 -07:00
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "deunicode"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
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"
2024-11-22 17:07:44 -08:00
version = "0.1.5"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "c8ede7d79366f419921e2e2f67889c12125726692a313bffb474bd5f37a581e9"
2022-12-14 21:39:19 -08:00
dependencies = [
"chrono",
]
2024-11-04 10:34:54 -08:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "dtoa"
version = "1.0.9"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
2021-08-17 09:59:34 -07:00
[[package]]
name = "dtoa-short"
2024-06-14 13:31:41 -07:00
version = "0.3.5"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
2021-08-17 09:59:34 -07:00
dependencies = [
"dtoa",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "either"
2024-07-08 22:53:44 -07:00
version = "1.13.0"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2022-12-14 21:39:19 -08:00
2021-08-17 09:59:34 -07:00
[[package]]
name = "encoding_rs"
2024-10-29 11:12:09 -07:00
version = "0.8.35"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 11:12:09 -07:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
2021-08-17 09:59:34 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2021-08-17 09:59:34 -07:00
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2021-08-17 09:59:34 -07:00
[[package]]
name = "extract-frontmatter"
2022-10-02 00:42:23 -07:00
version = "4.1.1"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-02 00:42:23 -07:00
checksum = "426c23bd8fdd0cfde248e0481b4013cd186feb92fede97d6097d693abac6eeb2"
2021-08-17 09:59:34 -07:00
2024-06-14 13:36:41 -07:00
[[package]]
name = "eyre"
version = "0.6.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
dependencies = [
"indenter",
"once_cell",
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "file-id"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13be71e6ca82e91bc0cb862bebaac0b2d1924a5a1d970c822b2f98b63fda8c3"
dependencies = [
"winapi-util",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "filetime"
2024-10-23 19:57:01 -07:00
version = "0.2.25"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2021-08-18 13:49:50 -07:00
"libc",
2024-10-23 19:57:01 -07:00
"libredox",
"windows-sys 0.59.0",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "flate2"
2024-11-22 17:07:44 -08:00
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
dependencies = [
"crc32fast",
2025-01-14 13:30:34 -08:00
"miniz_oxide 0.8.3",
]
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"
2025-01-14 13:30:34 -08:00
[[package]]
name = "foldhash"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
2021-08-18 13:49:50 -07:00
[[package]]
name = "form_urlencoded"
2024-04-02 13:38:59 -07:00
version = "1.2.1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2021-08-18 13:49:50 -07:00
dependencies = [
"percent-encoding",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "fs_extra"
2023-02-10 21:41:11 -08:00
version = "1.3.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-10 21:41:11 -08:00
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2021-08-17 09:59:34 -07:00
2021-08-18 13:49:50 -07:00
[[package]]
name = "fsevent-sys"
2023-11-12 19:10:45 -08:00
version = "4.1.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2021-08-18 13:49:50 -07:00
dependencies = [
"libc",
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "futf"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
dependencies = [
"mac",
"new_debug_unreachable",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
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"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-executor"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-macro"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "futures-sink"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-task"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2021-08-18 13:49:50 -07:00
[[package]]
name = "futures-util"
2024-10-23 19:57:01 -07:00
version = "0.3.31"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "fxhash"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
dependencies = [
"byteorder",
]
[[package]]
name = "generic-array"
2023-05-28 12:38:57 -07:00
version = "0.14.7"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 12:38:57 -07:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2021-08-18 13:49:50 -07:00
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2021-08-18 13:49:50 -07:00
"libc",
"wasi 0.9.0+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
2024-06-14 13:31:41 -07:00
version = "0.2.15"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2024-06-14 13:31:41 -07:00
"js-sys",
2021-08-18 13:49:50 -07:00
"libc",
2022-10-02 00:42:23 -07:00
"wasi 0.11.0+wasi-snapshot-preview1",
2024-06-14 13:31:41 -07:00
"wasm-bindgen",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "gimli"
2024-06-14 13:36:41 -07:00
version = "0.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:36:41 -07:00
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2024-11-04 17:09:11 -08:00
[[package]]
name = "globset"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "globwalk"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2024-11-04 17:09:11 -08:00
"ignore",
"walkdir",
]
2021-08-19 13:43:45 -07:00
[[package]]
name = "grass"
2024-10-23 19:57:01 -07:00
version = "0.13.4"
2023-02-10 21:41:11 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "f7a68216437ef68f0738e48d6c7bb9e6e6a92237e001b03d838314b068f33c94"
2023-02-10 21:41:11 -08:00
dependencies = [
2024-06-14 13:31:41 -07:00
"getrandom 0.2.15",
2023-02-10 21:41:11 -08:00
"grass_compiler",
]
[[package]]
name = "grass_compiler"
2024-10-23 19:57:01 -07:00
version = "0.13.4"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "2d9e3df7f0222ce5184154973d247c591d9aadc28ce7a73c6cd31100c9facff6"
2021-08-19 13:43:45 -07:00
dependencies = [
"codemap",
2024-04-02 13:38:59 -07:00
"indexmap",
2021-08-19 13:43:45 -07:00
"lasso",
"once_cell",
2025-01-14 13:30:34 -08:00
"phf 0.11.3",
2021-08-19 13:43:45 -07:00
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "h2"
2024-06-14 13:31:41 -07:00
version = "0.3.26"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2024-04-02 13:38:59 -07:00
"indexmap",
2021-08-18 13:49:50 -07:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2024-06-14 13:31:41 -07:00
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
dependencies = [
"ahash",
"allocator-api2",
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "hashbrown"
2025-01-14 13:30:34 -08:00
version = "0.15.2"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
dependencies = [
"allocator-api2",
"equivalent",
"foldhash",
]
2024-10-23 19:57:01 -07:00
2021-08-18 13:49:50 -07:00
[[package]]
name = "headers"
2023-11-12 19:10:45 -08:00
version = "0.3.9"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
2021-08-18 13:49:50 -07:00
dependencies = [
"base64 0.21.7",
2021-08-18 13:49:50 -07:00
"bytes",
"headers-core",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
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 = [
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2021-08-18 13:49:50 -07:00
]
2024-11-08 18:16:23 -08:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2021-08-18 13:49:50 -07:00
[[package]]
name = "hotwatch"
2023-11-12 19:10:45 -08:00
version = "0.5.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "9140219159163c92eb58c37955a0cc57c5814c3c44521955aae376064c668756"
2021-08-18 13:49:50 -07:00
dependencies = [
"log",
"notify",
2023-11-12 19:10:45 -08:00
"notify-debouncer-full",
2021-08-18 13:49:50 -07:00
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "html5ever"
version = "0.25.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5c13fb08e5d4dfc151ee5e88bae63f7773d61852f3bdc73c9f4b9e1bde03148"
dependencies = [
"log",
"mac",
"markup5ever 0.10.1",
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "html5ever"
version = "0.29.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e15626aaf9c351bc696217cbe29cb9b5e86c43f8a46b5e2f5c6c5cf7cb904ce"
dependencies = [
"log",
"mac",
"markup5ever 0.14.0",
"proc-macro2",
"quote",
"syn 2.0.96",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "http"
2024-04-02 13:38:59 -07:00
version = "0.2.12"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"fnv",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2021-08-18 13:49:50 -07:00
]
2024-06-14 13:31:41 -07:00
[[package]]
name = "http"
2025-01-14 13:30:34 -08:00
version = "1.2.0"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
2024-06-14 13:31:41 -07:00
dependencies = [
"bytes",
"fnv",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2024-06-14 13:31:41 -07:00
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "http-body"
2024-04-02 13:38:59 -07:00
version = "0.4.6"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2021-08-18 13:49:50 -07:00
"pin-project-lite",
]
[[package]]
name = "httparse"
2024-10-23 19:57:01 -07:00
version = "1.9.5"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
2021-08-18 13:49:50 -07:00
[[package]]
name = "httpdate"
version = "1.0.3"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2021-08-18 13:49:50 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "humansize"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
dependencies = [
"libm",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "hyper"
2025-01-14 13:30:34 -08:00
version = "0.14.32"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2021-08-18 13:49:50 -07:00
"http-body",
"httparse",
"httpdate",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2021-08-18 13:49:50 -07:00
"pin-project-lite",
2024-04-02 13:38:59 -07:00
"socket2",
2021-08-18 13:49:50 -07:00
"tokio",
"tower-service",
"tracing",
"want",
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "iana-time-zone"
version = "0.1.61"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2024-11-04 10:34:54 -08:00
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
"litemap",
"tinystr",
"writeable",
"zerovec",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_locid_transform_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
"icu_collections",
"icu_normalizer_data",
"icu_properties",
"icu_provider",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
"zerovec",
]
[[package]]
name = "icu_normalizer_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
"icu_collections",
"icu_locid_transform",
"icu_properties_data",
"icu_provider",
"tinystr",
"zerovec",
]
[[package]]
name = "icu_properties_data"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
"tinystr",
"writeable",
"yoke",
"zerofrom",
"zerovec",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
]
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"
2024-11-04 10:34:54 -08:00
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
version = "1.2.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 10:34:54 -08:00
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
2021-08-18 13:49:50 -07:00
dependencies = [
2024-11-04 10:34:54 -08:00
"icu_normalizer",
"icu_properties",
2021-08-18 13:49:50 -07:00
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "ignore"
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
"regex-automata",
"same-file",
"walkdir",
"winapi-util",
]
2024-11-08 18:16:23 -08:00
[[package]]
name = "include_dir"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "923d117408f1e49d914f1a379a309cffe4f18c05cf4e3d12e613a15fc81bd0dd"
dependencies = [
"include_dir_macros",
]
[[package]]
name = "include_dir_macros"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cab85a7ed0bd5f0e76d93846e0147172bed2e2d3f859bcc33a8d9699cad1a75"
dependencies = [
"proc-macro2",
"quote",
]
2024-06-14 13:36:41 -07:00
[[package]]
name = "indenter"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
2021-08-18 13:49:50 -07:00
[[package]]
name = "indexmap"
2025-01-14 13:30:34 -08:00
version = "2.7.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
dependencies = [
"equivalent",
2025-01-14 13:30:34 -08:00
"hashbrown 0.15.2",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "inotify"
2023-11-12 19:10:45 -08:00
version = "0.9.6"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-05-28 12:38:57 -07:00
"bitflags 1.3.2",
2021-08-18 13:49:50 -07:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2022-12-14 21:39:19 -08:00
[[package]]
name = "itertools"
2025-01-14 13:30:34 -08:00
version = "0.14.0"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
2022-12-14 21:39:19 -08:00
dependencies = [
"either",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "itoa"
2022-10-02 00:42:23 -07:00
version = "0.4.8"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-02 00:42:23 -07:00
checksum = "b71991ff56294aa922b450139ee08b3bfc70982c6b2c7562771375cf73542dd4"
2021-08-17 09:59:34 -07:00
[[package]]
2022-10-02 00:42:23 -07:00
name = "itoa"
2025-01-14 13:30:34 -08:00
version = "1.0.14"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
2021-08-17 09:59:34 -07:00
2024-06-14 13:31:41 -07:00
[[package]]
name = "js-sys"
2025-01-14 13:30:34 -08:00
version = "0.3.77"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2024-06-14 13:31:41 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"once_cell",
2024-06-14 13:31:41 -07:00
"wasm-bindgen",
]
2021-08-18 13:49:50 -07:00
[[package]]
2023-11-12 19:10:45 -08:00
name = "kqueue"
version = "1.0.8"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
dependencies = [
"bitflags 1.3.2",
"libc",
2021-08-18 13:49:50 -07:00
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "kuchikiki"
version = "0.8.6-speedreader"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298e467d05fbfdc4996932d2ca7ec2a8cb6f782104d36c092e8c8a3ac486763d"
dependencies = [
"cssparser 0.28.1",
"html5ever 0.25.2",
"indexmap",
"selectors 0.23.0",
]
2021-08-19 13:43:45 -07:00
[[package]]
name = "lasso"
2024-10-23 19:57:01 -07:00
version = "0.7.3"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "6e14eda50a3494b3bf7b9ce51c52434a761e383d7238ce1dd5dcec2fbc13e9fb"
2021-08-19 13:43:45 -07:00
dependencies = [
2024-10-23 19:57:01 -07:00
"hashbrown 0.14.5",
2021-08-19 13:43:45 -07:00
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "lazy_static"
2024-07-08 22:53:44 -07:00
version = "1.5.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2021-08-17 09:59:34 -07:00
[[package]]
name = "libc"
2025-01-14 13:30:34 -08:00
version = "0.2.169"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2021-08-17 09:59:34 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "libm"
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
2024-06-21 15:01:38 -07:00
[[package]]
2024-10-23 19:57:01 -07:00
name = "libredox"
version = "0.1.3"
2024-06-21 15:01:38 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2024-10-23 19:57:01 -07:00
"libc",
"redox_syscall",
]
2024-06-21 15:01:38 -07:00
[[package]]
2024-10-23 19:57:01 -07:00
name = "libyml"
version = "0.0.5"
2024-06-21 15:01:38 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980"
dependencies = [
"anyhow",
"version_check",
]
2024-06-21 15:01:38 -07:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2024-11-04 10:34:54 -08:00
[[package]]
name = "litemap"
2025-01-14 13:30:34 -08:00
version = "0.7.4"
2024-11-04 10:34:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
2024-11-04 10:34:54 -08:00
2023-11-12 19:10:45 -08:00
[[package]]
name = "lock_api"
2024-06-14 13:31:41 -07:00
version = "0.4.12"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2023-11-12 19:10:45 -08:00
dependencies = [
"autocfg",
"scopeguard",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "log"
2025-01-14 13:30:34 -08:00
version = "0.4.25"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2021-08-17 09:59:34 -07:00
[[package]]
name = "lol_html"
2025-01-14 13:30:34 -08:00
version = "2.2.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "3b1058123f6262982b891dccc395cff0144d9439de366460b47fab719258b96e"
2021-08-17 09:59:34 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2023-11-12 19:10:45 -08:00
"cfg-if",
2025-01-14 13:30:34 -08:00
"cssparser 0.29.6",
2021-08-17 09:59:34 -07:00
"encoding_rs",
2025-01-14 13:30:34 -08:00
"hashbrown 0.15.2",
2021-08-17 09:59:34 -07:00
"memchr",
2023-05-28 12:38:57 -07:00
"mime",
2025-01-14 13:30:34 -08:00
"selectors 0.24.0",
"thiserror 2.0.11",
]
[[package]]
name = "mac"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
[[package]]
name = "markup5ever"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a24f40fb03852d1cdd84330cddcaf98e9ec08a7b7768e952fad3b4cf048ec8fd"
dependencies = [
"log",
"phf 0.8.0",
"phf_codegen 0.8.0",
"string_cache",
"string_cache_codegen",
"tendril",
]
[[package]]
name = "markup5ever"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82c88c6129bd24319e62a0359cb6b958fa7e8be6e19bb1663bc396b90883aca5"
dependencies = [
"log",
"phf 0.11.3",
"phf_codegen 0.11.3",
"string_cache",
"string_cache_codegen",
"tendril",
2021-08-17 09:59:34 -07:00
]
[[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"
2024-06-14 13:31:41 -07:00
version = "2.7.4"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
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"
2024-07-08 22:53:44 -07:00
version = "2.0.5"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2021-08-18 13:49:50 -07:00
dependencies = [
"mime",
"unicase",
]
2022-10-03 01:13:37 -07:00
[[package]]
name = "minifier"
2024-11-22 17:07:44 -08:00
version = "0.3.2"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "bd559bbf5d350ac7f2c1cf92ed71a869b847a92bce0c1318b47932a5b5f65cdd"
2022-10-03 01:13:37 -07:00
dependencies = [
2024-10-23 19:57:01 -07:00
"clap",
2022-10-03 01:13:37 -07:00
"regex",
]
[[package]]
name = "miniz_oxide"
2024-07-08 22:53:44 -07:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
dependencies = [
"adler",
]
[[package]]
name = "miniz_oxide"
2025-01-14 13:30:34 -08:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
dependencies = [
"adler2",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "mio"
2024-04-02 13:38:59 -07:00
version = "0.8.11"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
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",
2024-04-02 13:38:59 -07:00
"windows-sys 0.48.0",
2021-08-18 13:49:50 -07:00
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "mio"
2025-01-14 13:30:34 -08:00
version = "1.0.3"
2024-10-23 19:57:01 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
2024-10-23 19:57:01 -07:00
dependencies = [
"libc",
"wasi 0.11.0+wasi-snapshot-preview1",
"windows-sys 0.52.0",
]
2021-08-18 13:49:50 -07:00
[[package]]
2023-05-28 12:38:57 -07:00
name = "multer"
version = "2.1.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-28 12:38:57 -07:00
checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-05-28 12:38:57 -07:00
"bytes",
"encoding_rs",
"futures-util",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2021-08-18 13:49:50 -07:00
"httparse",
"log",
2023-05-28 12:38:57 -07:00
"memchr",
2021-08-18 13:49:50 -07:00
"mime",
2023-05-28 12:38:57 -07:00
"spin",
"version_check",
2021-08-18 13:49:50 -07:00
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "never"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c96aba5aa877601bb3f6dd6a63a969e1f82e60646e81e71b14496995e9853c91"
2025-01-14 13:30:34 -08:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2021-08-17 09:59:34 -07:00
[[package]]
name = "nodrop"
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb"
2021-08-18 13:49:50 -07:00
[[package]]
name = "notify"
2023-11-12 19:10:45 -08:00
version = "6.1.1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2021-08-18 13:49:50 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2023-11-12 19:10:45 -08:00
"crossbeam-channel",
2021-08-18 13:49:50 -07:00
"filetime",
"fsevent-sys",
"inotify",
2023-11-12 19:10:45 -08:00
"kqueue",
2021-08-18 13:49:50 -07:00
"libc",
2023-11-12 19:10:45 -08:00
"log",
2024-10-23 19:57:01 -07:00
"mio 0.8.11",
2023-11-12 19:10:45 -08:00
"walkdir",
2024-04-02 13:38:59 -07:00
"windows-sys 0.48.0",
2023-11-12 19:10:45 -08:00
]
[[package]]
name = "notify-debouncer-full"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4812c1eb49be776fb8df4961623bdc01ec9dfdc1abe8211ceb09150a2e64219"
dependencies = [
"crossbeam-channel",
"file-id",
"notify",
"parking_lot",
2021-08-18 13:49:50 -07:00
"walkdir",
]
2024-04-02 13:38:59 -07:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2021-08-19 13:43:45 -07:00
[[package]]
name = "num-traits"
2024-06-14 13:31:41 -07:00
version = "0.2.19"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
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 = "object"
2024-06-14 13:36:41 -07:00
version = "0.32.2"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:36:41 -07:00
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
2021-08-18 13:49:50 -07:00
dependencies = [
"memchr",
2021-08-18 13:49:50 -07:00
]
2021-08-19 13:43:45 -07:00
[[package]]
name = "once_cell"
2024-10-23 19:57:01 -07:00
version = "1.20.2"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2021-08-18 13:49:50 -07:00
[[package]]
name = "onig"
version = "6.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
dependencies = [
"bitflags 1.3.2",
"libc",
"once_cell",
"onig_sys",
]
[[package]]
name = "onig_sys"
version = "69.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
dependencies = [
"cc",
"pkg-config",
]
2024-06-14 13:36:41 -07:00
[[package]]
name = "owo-colors"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f"
2023-11-12 19:10:45 -08:00
[[package]]
name = "parking_lot"
2024-06-14 13:31:41 -07:00
version = "0.12.3"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2023-11-12 19:10:45 -08:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
2024-06-14 13:31:41 -07:00
version = "0.9.10"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2023-11-12 19:10:45 -08:00
dependencies = [
"cfg-if",
"libc",
2024-10-23 19:57:01 -07:00
"redox_syscall",
2023-11-12 19:10:45 -08:00
"smallvec",
2024-07-08 22:53:44 -07:00
"windows-targets 0.52.6",
2023-11-12 19:10:45 -08:00
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "parse-zoneinfo"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
dependencies = [
"regex",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "percent-encoding"
2024-04-02 13:38:59 -07:00
version = "2.3.1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2021-08-18 13:49:50 -07:00
2021-08-17 09:59:34 -07:00
[[package]]
name = "pest"
2025-01-14 13:30:34 -08:00
version = "2.7.15"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
2021-08-17 09:59:34 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"memchr",
2025-01-14 13:30:34 -08:00
"thiserror 2.0.11",
2021-08-17 09:59:34 -07:00
"ucd-trie",
]
[[package]]
name = "pest_derive"
2025-01-14 13:30:34 -08:00
version = "2.7.15"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
2021-08-17 09:59:34 -07:00
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2025-01-14 13:30:34 -08:00
version = "2.7.15"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
2021-08-17 09:59:34 -07:00
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]
[[package]]
name = "pest_meta"
2025-01-14 13:30:34 -08:00
version = "2.7.15"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
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"
2025-01-14 13:30:34 -08:00
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_macros 0.10.0",
"phf_shared 0.10.0",
"proc-macro-hack",
]
[[package]]
name = "phf"
version = "0.11.3"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2021-08-19 13:43:45 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"phf_macros 0.11.3",
"phf_shared 0.11.3",
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
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "phf_codegen"
2025-01-14 13:30:34 -08:00
version = "0.11.3"
2024-11-04 17:09:11 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2024-11-04 17:09:11 -08:00
dependencies = [
2025-01-14 13:30:34 -08:00
"phf_generator 0.11.3",
"phf_shared 0.11.3",
2024-11-04 17:09:11 -08:00
]
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"
2025-01-14 13:30:34 -08:00
version = "0.10.0"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
2021-08-19 13:43:45 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"phf_shared 0.10.0",
"rand 0.8.5",
]
[[package]]
name = "phf_generator"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
dependencies = [
"phf_shared 0.11.3",
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"
2025-01-14 13:30:34 -08:00
version = "0.10.0"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
2021-08-19 13:43:45 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro-hack",
2021-08-19 13:43:45 -07:00
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 1.0.109",
]
[[package]]
name = "phf_macros"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
dependencies = [
"phf_generator 0.11.3",
"phf_shared 0.11.3",
"proc-macro2",
"quote",
"syn 2.0.96",
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 = [
2025-01-14 13:30:34 -08:00
"siphasher 0.3.11",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher 0.3.11",
2021-08-19 13:43:45 -07:00
]
[[package]]
name = "phf_shared"
2025-01-14 13:30:34 -08:00
version = "0.11.3"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2021-08-19 13:43:45 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"siphasher 1.0.1",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "pin-project"
2025-01-14 13:30:34 -08:00
version = "1.1.8"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
2021-08-18 13:49:50 -07:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2025-01-14 13:30:34 -08:00
version = "1.1.8"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]
[[package]]
2021-08-18 13:49:50 -07:00
name = "pin-project-lite"
2025-01-14 13:30:34 -08:00
version = "0.2.16"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
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 = "pkg-config"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "plist"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016"
dependencies = [
"base64 0.22.1",
"indexmap",
"quick-xml 0.32.0",
"serde",
"time",
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2021-08-18 13:49:50 -07:00
[[package]]
name = "ppv-lite86"
2024-10-23 19:57:01 -07:00
version = "0.2.20"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
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"
2025-01-14 13:30:34 -08:00
version = "1.0.93"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
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"
2024-10-23 19:57:01 -07:00
version = "0.12.2"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
2021-08-17 09:59:34 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2021-08-17 09:59:34 -07:00
"memchr",
2024-04-02 13:38:59 -07:00
"pulldown-cmark-escape",
2021-08-17 09:59:34 -07:00
"unicase",
]
2024-04-02 13:38:59 -07:00
[[package]]
name = "pulldown-cmark-escape"
2024-06-14 13:31:41 -07:00
version = "0.11.0"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae"
2024-04-02 13:38:59 -07:00
[[package]]
name = "quick-xml"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2"
dependencies = [
"memchr",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "quick-xml"
2025-01-14 13:30:34 -08:00
version = "0.37.2"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "165859e9e55f79d67b96c5d96f4e88b6f2695a1972849c15a6a3f5c59fc2c003"
2022-12-14 21:39:19 -08:00
dependencies = [
"encoding_rs",
"memchr",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "quote"
2025-01-14 13:30:34 -08:00
version = "1.0.38"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
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 = [
2024-06-14 13:31:41 -07:00
"getrandom 0.2.15",
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]]
name = "rayon"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
version = "1.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-11-12 19:10:45 -08:00
[[package]]
name = "redox_syscall"
2025-01-14 13:30:34 -08:00
version = "0.5.8"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
2024-06-14 13:31:41 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"bitflags 2.7.0",
2024-06-14 13:31:41 -07:00
]
2022-10-03 01:13:37 -07:00
[[package]]
name = "regex"
2024-10-29 11:12:09 -07:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 11:12:09 -07:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
2024-11-22 17:07:44 -08:00
version = "0.4.9"
2022-10-03 01:13:37 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2022-10-03 01:13:37 -07:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2024-10-23 19:57:01 -07:00
version = "0.8.5"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2021-08-17 09:59:34 -07:00
2022-12-14 21:39:19 -08:00
[[package]]
name = "rss"
2024-11-22 17:07:44 -08:00
version = "2.0.11"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "531af70fce504d369cf42ac0a9645f5a62a8ea9265de71cfa25087e9f6080c7c"
2022-12-14 21:39:19 -08:00
dependencies = [
"atom_syndication",
"chrono",
"derive_builder",
"mime",
"never",
2025-01-14 13:30:34 -08:00
"quick-xml 0.37.2",
2022-12-14 21:39:19 -08:00
"url",
]
[[package]]
name = "rustc-demangle"
2024-06-14 13:31:41 -07:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2021-08-17 09:59:34 -07:00
[[package]]
2022-10-02 00:42:23 -07:00
name = "rustc_version"
2024-10-23 19:57:01 -07:00
version = "0.4.1"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
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
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "rustversion"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
2021-08-17 09:59:34 -07:00
[[package]]
name = "ryu"
2024-06-14 13:31:41 -07:00
version = "1.0.18"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2021-08-17 09:59:34 -07:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2021-08-18 13:49:50 -07:00
[[package]]
name = "scoped-tls"
2022-11-08 10:31:47 -08:00
version = "1.0.1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-08 10:31:47 -08:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2021-08-18 13:49:50 -07:00
2023-11-12 19:10:45 -08:00
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-08-17 09:59:34 -07:00
[[package]]
name = "selectors"
2025-01-14 13:30:34 -08:00
version = "0.23.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "fdea87c686be721aab36607728047801ee21561bfdbd6bf0da7ace2536d5879f"
2021-08-17 09:59:34 -07:00
dependencies = [
2023-05-28 12:38:57 -07:00
"bitflags 1.3.2",
2025-01-14 13:30:34 -08:00
"cssparser 0.28.1",
"derive_more",
"fxhash",
"log",
"phf 0.8.0",
"phf_codegen 0.8.0",
"precomputed-hash",
"servo_arc 0.1.1",
"smallvec",
]
[[package]]
name = "selectors"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c37578180969d00692904465fb7f6b3d50b9a2b952b87c23d0e2e5cb5013416"
dependencies = [
"bitflags 1.3.2",
"cssparser 0.29.6",
2022-10-02 00:42:23 -07:00
"derive_more",
2021-08-17 09:59:34 -07:00
"fxhash",
"log",
2022-10-02 00:42:23 -07:00
"phf 0.8.0",
2024-11-04 17:09:11 -08:00
"phf_codegen 0.8.0",
2021-08-17 09:59:34 -07:00
"precomputed-hash",
2025-01-14 13:30:34 -08:00
"servo_arc 0.2.0",
2021-08-17 09:59:34 -07:00
"smallvec",
]
2022-10-02 00:42:23 -07:00
[[package]]
name = "semver"
2025-01-14 13:30:34 -08:00
version = "1.0.24"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
2022-10-02 00:42:23 -07:00
2021-08-17 09:59:34 -07:00
[[package]]
name = "serde"
2025-01-14 13:30:34 -08:00
version = "1.0.217"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
2021-08-17 09:59:34 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-01-14 13:30:34 -08:00
version = "1.0.217"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
2021-08-17 09:59:34 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]
[[package]]
name = "serde_json"
2025-01-14 13:30:34 -08:00
version = "1.0.135"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2b0d7ba2887406110130a978386c4e1befb98c674b4fba677954e4db976630d9"
2021-08-17 09:59:34 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2024-10-23 19:57:01 -07:00
"memchr",
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",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2021-08-18 13:49:50 -07:00
"ryu",
"serde",
]
2021-08-17 09:59:34 -07:00
[[package]]
2024-06-21 15:01:38 -07:00
name = "serde_yml"
2024-10-23 19:57:01 -07:00
version = "0.0.12"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd"
2021-08-17 09:59:34 -07:00
dependencies = [
2024-04-02 13:38:59 -07:00
"indexmap",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2024-06-21 15:01:38 -07:00
"libyml",
"memchr",
2022-10-02 00:42:23 -07:00
"ryu",
2021-08-17 09:59:34 -07:00
"serde",
2024-10-23 19:57:01 -07:00
"version_check",
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",
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "servo_arc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d52aa42f8fdf0fed91e5ce7f23d8138441002fa31dca008acf47e6fd4721f741"
dependencies = [
"nodrop",
"stable_deref_trait",
]
2021-08-18 13:49:50 -07:00
[[package]]
2022-10-02 00:42:23 -07:00
name = "sha1"
2023-11-12 19:10:45 -08:00
version = "0.10.6"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2021-08-18 13:49:50 -07:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2021-08-18 13:49:50 -07:00
"cpufeatures",
2022-10-02 00:42:23 -07:00
"digest",
2021-08-17 09:59:34 -07:00
]
2023-02-10 21:41:11 -08:00
[[package]]
name = "sha2"
2023-11-12 19:10:45 -08:00
version = "0.10.8"
2023-02-10 21:41:11 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
2023-02-10 21:41:11 -08:00
dependencies = [
2023-11-12 19:10:45 -08:00
"cfg-if",
2023-02-10 21:41:11 -08:00
"cpufeatures",
"digest",
]
2024-06-14 13:36:41 -07:00
[[package]]
name = "sharded-slab"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
dependencies = [
"lazy_static",
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-08-17 09:59:34 -07:00
[[package]]
name = "siphasher"
2023-11-12 19:10:45 -08:00
version = "0.3.11"
2021-08-19 13:43:45 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2021-08-19 13:43:45 -07:00
2025-01-14 13:30:34 -08:00
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2021-08-18 13:49:50 -07:00
[[package]]
name = "slab"
version = "0.4.9"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-10-02 00:42:23 -07:00
dependencies = [
"autocfg",
]
2021-08-18 13:49:50 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "slug"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
dependencies = [
"deunicode",
"wasm-bindgen",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "smallvec"
2024-04-02 13:38:59 -07:00
version = "1.13.2"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-08-18 13:49:50 -07:00
[[package]]
name = "socket2"
2025-01-14 13:30:34 -08:00
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
dependencies = [
"libc",
2024-04-02 13:38:59 -07:00
"windows-sys 0.52.0",
]
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"
2025-01-14 13:30:34 -08:00
[[package]]
name = "string_cache"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
dependencies = [
"new_debug_unreachable",
"once_cell",
"parking_lot",
"phf_shared 0.10.0",
"precomputed-hash",
"serde",
]
[[package]]
name = "string_cache_codegen"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
dependencies = [
"phf_generator 0.10.0",
"phf_shared 0.10.0",
"proc-macro2",
"quote",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "strsim"
2024-06-14 13:31:41 -07:00
version = "0.11.1"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-12-14 21:39:19 -08:00
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"
2025-01-14 13:30:34 -08:00
version = "2.0.96"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
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
]
2024-11-04 10:34:54 -08:00
[[package]]
name = "synstructure"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
]
[[package]]
name = "syntect"
version = "5.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
dependencies = [
"bincode",
"bitflags 1.3.2",
"flate2",
"fnv",
"once_cell",
"onig",
"plist",
"regex-syntax",
"serde",
"serde_derive",
"serde_json",
2025-01-14 13:30:34 -08:00
"thiserror 1.0.69",
"walkdir",
"yaml-rust",
]
2025-01-14 13:30:34 -08:00
[[package]]
name = "tendril"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
dependencies = [
"futf",
"mac",
"utf-8",
]
2024-11-04 17:09:11 -08:00
[[package]]
name = "tera"
version = "1.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
dependencies = [
"chrono",
"chrono-tz",
"globwalk",
"humansize",
"lazy_static",
"percent-encoding",
"pest",
"pest_derive",
"rand 0.8.5",
"regex",
"serde",
"serde_json",
"slug",
"unic-segment",
]
2021-08-17 09:59:34 -07:00
[[package]]
2025-01-14 13:30:34 -08:00
name = "thiserror"
version = "1.0.69"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "thiserror"
2025-01-14 13:30:34 -08:00
version = "2.0.11"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
2021-08-17 09:59:34 -07:00
dependencies = [
2025-01-14 13:30:34 -08:00
"thiserror-impl 2.0.11",
2021-08-17 09:59:34 -07:00
]
[[package]]
name = "thiserror-impl"
2024-11-22 17:07:44 -08:00
version = "1.0.69"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2021-08-17 09:59:34 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
]
[[package]]
name = "thiserror-impl"
version = "2.0.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26afc1baea8a989337eeb52b6e72a039780ce45c3edfcc9c5b9d112feeb173c2"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]
2024-06-14 13:36:41 -07:00
[[package]]
name = "thread_local"
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
2022-12-14 21:39:19 -08:00
[[package]]
name = "time"
2025-01-14 13:30:34 -08:00
version = "0.3.37"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
2022-12-14 21:39:19 -08:00
dependencies = [
"deranged",
2025-01-14 13:30:34 -08:00
"itoa 1.0.14",
2024-04-02 13:38:59 -07:00
"num-conv",
2023-11-12 19:10:45 -08:00
"powerfmt",
2022-12-14 21:39:19 -08:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-11-12 19:10:45 -08:00
version = "0.1.2"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2022-12-14 21:39:19 -08:00
[[package]]
name = "time-macros"
2025-01-14 13:30:34 -08:00
version = "0.2.19"
2022-12-14 21:39:19 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
2022-12-14 21:39:19 -08:00
dependencies = [
2024-04-02 13:38:59 -07:00
"num-conv",
2022-12-14 21:39:19 -08:00
"time-core",
]
2021-08-18 13:49:50 -07:00
[[package]]
2024-11-04 10:34:54 -08:00
name = "tinystr"
version = "0.7.6"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-04 10:34:54 -08:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2021-08-18 13:49:50 -07:00
dependencies = [
2024-11-04 10:34:54 -08:00
"displaydoc",
"zerovec",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "tokio"
2025-01-14 13:30:34 -08:00
version = "1.43.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
2021-08-18 13:49:50 -07:00
dependencies = [
"backtrace",
2021-08-18 13:49:50 -07:00
"bytes",
"libc",
2025-01-14 13:30:34 -08:00
"mio 1.0.3",
2021-08-18 13:49:50 -07:00
"pin-project-lite",
2024-04-02 13:38:59 -07:00
"socket2",
2021-08-18 13:49:50 -07:00
"tokio-macros",
2024-10-23 19:57:01 -07:00
"windows-sys 0.52.0",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "tokio-macros"
2025-01-14 13:30:34 -08:00
version = "2.5.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2021-08-18 13:49:50 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "tokio-tungstenite"
2024-06-14 13:31:41 -07:00
version = "0.21.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
2021-08-18 13:49:50 -07:00
dependencies = [
"futures-util",
"log",
"tokio",
"tungstenite",
]
[[package]]
name = "tokio-util"
2025-01-14 13:30:34 -08:00
version = "0.7.13"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
2021-08-18 13:49:50 -07:00
dependencies = [
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
name = "tower-service"
2024-10-23 19:57:01 -07:00
version = "0.3.3"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2021-08-18 13:49:50 -07:00
[[package]]
name = "tracing"
2025-01-14 13:30:34 -08:00
version = "0.1.41"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2021-08-18 13:49:50 -07:00
dependencies = [
"log",
"pin-project-lite",
"tracing-core",
]
[[package]]
name = "tracing-core"
2025-01-14 13:30:34 -08:00
version = "0.1.33"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2021-08-18 13:49:50 -07:00
dependencies = [
2022-10-02 00:42:23 -07:00
"once_cell",
2024-06-14 13:36:41 -07:00
"valuable",
]
[[package]]
name = "tracing-error"
2025-01-14 13:30:34 -08:00
version = "0.2.1"
2024-06-14 13:36:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db"
2024-06-14 13:36:41 -07:00
dependencies = [
"tracing",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
2025-01-14 13:30:34 -08:00
version = "0.3.19"
2024-06-14 13:36:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2024-06-14 13:36:41 -07:00
dependencies = [
"sharded-slab",
"thread_local",
"tracing-core",
2021-08-18 13:49:50 -07:00
]
[[package]]
name = "try-lock"
2024-04-02 13:38:59 -07:00
version = "0.2.5"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2021-08-18 13:49:50 -07:00
[[package]]
name = "tungstenite"
2024-06-14 13:31:41 -07:00
version = "0.21.0"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
2021-08-18 13:49:50 -07:00
dependencies = [
"byteorder",
"bytes",
2023-11-12 19:10:45 -08:00
"data-encoding",
2025-01-14 13:30:34 -08:00
"http 1.2.0",
2021-08-18 13:49:50 -07:00
"httparse",
"log",
2022-10-02 00:42:23 -07:00
"rand 0.8.5",
2023-05-28 12:38:57 -07:00
"sha1",
2025-01-14 13:30:34 -08:00
"thiserror 1.0.69",
2021-08-18 13:49:50 -07:00
"url",
"utf-8",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "typenum"
2023-11-12 19:10:45 -08:00
version = "1.17.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:10:45 -08:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2021-08-17 09:59:34 -07:00
[[package]]
name = "ucd-trie"
2024-10-23 19:57:01 -07:00
version = "0.1.7"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
2021-08-17 09:59:34 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "unic-char-property"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
dependencies = [
"unic-char-range",
]
[[package]]
name = "unic-char-range"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
[[package]]
name = "unic-common"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
[[package]]
name = "unic-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
dependencies = [
"unic-ucd-segment",
]
[[package]]
name = "unic-ucd-segment"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
dependencies = [
"unic-char-property",
"unic-char-range",
"unic-ucd-version",
]
[[package]]
name = "unic-ucd-version"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
dependencies = [
"unic-common",
]
2021-08-17 09:59:34 -07:00
[[package]]
name = "unicase"
2025-01-14 13:30:34 -08:00
version = "2.8.1"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2021-08-17 09:59:34 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "unicode-ident"
2024-11-22 17:07:44 -08:00
version = "1.0.14"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
2021-08-18 13:49:50 -07:00
[[package]]
name = "url"
2024-11-22 17:07:44 -08:00
version = "2.5.4"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-22 17:07:44 -08:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
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"
2024-11-04 10:34:54 -08:00
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-10-23 19:57:01 -07:00
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-06-14 13:36:41 -07:00
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2021-08-17 09:59:34 -07:00
[[package]]
name = "version_check"
2024-10-23 19:57:01 -07:00
version = "0.9.5"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2021-08-17 09:59:34 -07:00
[[package]]
name = "walkdir"
2024-04-02 13:38:59 -07:00
version = "2.5.0"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-02 13:38:59 -07:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
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.1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
2021-08-18 13:49:50 -07:00
dependencies = [
"try-lock",
]
[[package]]
name = "warp"
2024-06-14 13:31:41 -07:00
version = "0.3.7"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-14 13:31:41 -07:00
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
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",
2024-06-14 13:31:41 -07:00
"http 0.2.12",
2021-08-18 13:49:50 -07:00
"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",
"scoped-tls",
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
"tokio-tungstenite",
"tokio-util",
"tower-service",
"tracing",
]
[[package]]
name = "wasi"
version = "0.9.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
[[package]]
name = "wasi"
2022-10-02 00:42:23 -07:00
version = "0.11.0+wasi-snapshot-preview1"
2021-08-18 13:49:50 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-10-02 00:42:23 -07:00
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2021-08-18 13:49:50 -07:00
2021-08-17 09:59:34 -07:00
[[package]]
2024-06-14 13:31:41 -07:00
name = "wasm-bindgen"
2025-01-14 13:30:34 -08:00
version = "0.2.100"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2021-08-17 09:59:34 -07:00
dependencies = [
2024-06-14 13:31:41 -07:00
"cfg-if",
2024-10-23 19:57:01 -07:00
"once_cell",
2025-01-14 13:30:34 -08:00
"rustversion",
2024-06-14 13:31:41 -07:00
"wasm-bindgen-macro",
2021-08-17 09:59:34 -07:00
]
[[package]]
2024-06-14 13:31:41 -07:00
name = "wasm-bindgen-backend"
2025-01-14 13:30:34 -08:00
version = "0.2.100"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2024-06-14 13:31:41 -07:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-06-14 13:31:41 -07:00
"wasm-bindgen-shared",
]
2021-08-17 09:59:34 -07:00
[[package]]
2024-06-14 13:31:41 -07:00
name = "wasm-bindgen-macro"
2025-01-14 13:30:34 -08:00
version = "0.2.100"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2021-08-17 09:59:34 -07:00
dependencies = [
2024-06-14 13:31:41 -07:00
"quote",
"wasm-bindgen-macro-support",
2021-08-17 09:59:34 -07:00
]
[[package]]
2024-06-14 13:31:41 -07:00
name = "wasm-bindgen-macro-support"
2025-01-14 13:30:34 -08:00
version = "0.2.100"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2024-06-14 13:31:41 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-06-14 13:31:41 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-01-14 13:30:34 -08:00
version = "0.2.100"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2024-06-14 13:31:41 -07:00
2024-11-04 17:57:51 -08:00
[[package]]
name = "webdog"
version = "0.1.0"
dependencies = [
2024-11-08 18:16:23 -08:00
"clap",
2024-11-04 17:57:51 -08:00
"color-eyre",
"extract-frontmatter",
"eyre",
"fs_extra",
"futures",
"grass",
"hotwatch",
2025-01-14 13:30:34 -08:00
"html5ever 0.29.0",
2024-11-08 18:16:23 -08:00
"include_dir",
2024-11-04 17:57:51 -08:00
"itertools",
2025-01-14 13:30:34 -08:00
"kuchikiki",
2024-11-04 17:57:51 -08:00
"lol_html",
"minifier",
"percent-encoding",
"pulldown-cmark",
"rayon",
"rss",
"serde",
"serde_yml",
"syntect",
2024-11-04 17:57:51 -08:00
"tera",
"time",
"tokio",
"url",
"walkdir",
"warp",
]
2024-06-14 13:31:41 -07:00
[[package]]
name = "winapi-util"
2024-10-23 19:57:01 -07:00
version = "0.1.9"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-23 19:57:01 -07:00
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2024-06-14 13:31:41 -07:00
dependencies = [
2024-10-23 19:57:01 -07:00
"windows-sys 0.59.0",
2024-06-14 13:31:41 -07:00
]
2021-08-17 09:59:34 -07:00
2024-11-04 17:09:11 -08:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
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 = [
2024-04-02 13:38:59 -07:00
"windows-targets 0.48.5",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-07-08 22:53:44 -07:00
"windows-targets 0.52.6",
2023-02-10 21:41:11 -08:00
]
2024-10-23 19:57:01 -07:00
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2023-02-10 21:41:11 -08:00
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-02-10 21:41:11 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-10 21:41:11 -08:00
dependencies = [
2024-04-02 13:38:59 -07:00
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
]
[[package]]
name = "windows-targets"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2024-04-02 13:38:59 -07:00
dependencies = [
2024-07-08 22:53:44 -07:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2024-06-14 13:31:41 -07:00
"windows_i686_gnullvm",
2024-07-08 22:53:44 -07:00
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
2023-02-10 21:41:11 -08:00
]
2022-11-08 10:31:47 -08:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2022-11-08 10:31:47 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-11-08 10:31:47 -08:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2024-04-02 13:38:59 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-10-02 00:42:23 -07:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_aarch64_msvc"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2024-04-02 13:38:59 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-10-02 00:42:23 -07:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_i686_gnu"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-06-14 13:31:41 -07:00
[[package]]
name = "windows_i686_gnullvm"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2024-04-02 13:38:59 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-10-02 00:42:23 -07:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_i686_msvc"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2024-04-02 13:38:59 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2022-11-08 10:31:47 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-11-08 10:31:47 -08:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_x86_64_gnu"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2024-04-02 13:38:59 -07:00
2022-11-08 10:31:47 -08:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-10-02 00:42:23 -07:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-04-02 13:38:59 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2024-04-02 13:38:59 -07:00
2022-10-02 00:42:23 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2022-10-02 00:42:23 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2022-10-02 00:42:23 -07:00
2024-04-02 13:38:59 -07:00
[[package]]
name = "windows_x86_64_msvc"
2024-07-08 22:53:44 -07:00
version = "0.52.6"
2024-06-14 13:31:41 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2024-06-14 13:31:41 -07:00
2024-11-04 10:34:54 -08:00
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2024-11-04 10:34:54 -08:00
[[package]]
name = "yoke"
2025-01-14 13:30:34 -08:00
version = "0.7.5"
2024-11-04 10:34:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
2024-11-04 10:34:54 -08:00
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2025-01-14 13:30:34 -08:00
version = "0.7.5"
2024-11-04 10:34:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
2024-11-04 10:34:54 -08:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
"synstructure",
]
2021-08-17 09:59:34 -07:00
[[package]]
2023-11-12 19:10:45 -08:00
name = "zerocopy"
2024-07-08 22:53:44 -07:00
version = "0.7.35"
2021-08-17 09:59:34 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
2021-08-17 09:59:34 -07:00
dependencies = [
2024-10-23 19:57:01 -07:00
"byteorder",
2023-11-12 19:10:45 -08:00
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-07-08 22:53:44 -07:00
version = "0.7.35"
2023-11-12 19:10:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-08 22:53:44 -07:00
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
2023-11-12 19:10:45 -08:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
]
[[package]]
name = "zerofrom"
2025-01-14 13:30:34 -08:00
version = "0.1.5"
2024-11-04 10:34:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
2024-11-04 10:34:54 -08:00
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-01-14 13:30:34 -08:00
version = "0.1.5"
2024-11-04 10:34:54 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-14 13:30:34 -08:00
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
2024-11-04 10:34:54 -08:00
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2024-11-04 10:34:54 -08:00
"synstructure",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
"yoke",
"zerofrom",
"zerovec-derive",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
2025-01-14 13:30:34 -08:00
"syn 2.0.96",
2021-08-17 09:59:34 -07:00
]