2019-04-28 12:54:01 -05:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2021-08-24 08:57:36 +01:00
|
|
|
version = 3
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2023-07-16 13:09:52 -07:00
|
|
|
name = "addr2line"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.24.2"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"gimli",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
2024-11-06 09:34:07 -08:00
|
|
|
name = "adler2"
|
|
|
|
|
version = "2.0.0"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-07-16 13:09:52 -07:00
|
|
|
|
2023-05-13 09:12:23 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "1.1.3"
|
2023-05-13 09:12:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-05-13 09:12:23 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "ammonia"
|
2024-05-14 11:21:52 -07:00
|
|
|
version = "4.0.0"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:21:52 -07:00
|
|
|
checksum = "1ab99eae5ee58501ab236beb6f20f6ca39be615267b014899c89b2f0bc18a459"
|
2018-03-07 07:02:06 -06:00
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"html5ever 0.27.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"maplit",
|
2022-12-14 07:03:48 -08:00
|
|
|
"once_cell",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tendril",
|
|
|
|
|
"url",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "android-tzdata"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
2018-03-11 15:17:38 +01:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"libc",
|
2018-03-11 15:17:38 +01:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-05-13 10:53:22 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstream"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.6.18"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-05-13 10:53:22 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"anstyle-parse",
|
|
|
|
|
"anstyle-query",
|
|
|
|
|
"anstyle-wincon",
|
|
|
|
|
"colorchoice",
|
2024-05-14 11:24:04 -07:00
|
|
|
"is_terminal_polyfill",
|
2023-05-13 10:53:22 -07:00
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
2023-05-13 09:12:23 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.0.10"
|
2023-05-13 09:12:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-05-13 09:12:23 -07:00
|
|
|
|
2023-05-13 10:53:22 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-parse"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.2.6"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-05-13 10:53:22 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-query"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.1.2"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-05-13 10:53:22 -07:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2023-05-13 10:53:22 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-wincon"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "3.0.7"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2023-05-13 10:53:22 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
2025-01-28 09:11:17 -08:00
|
|
|
"once_cell",
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2023-05-13 10:53:22 -07:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.95"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "assert_cmd"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "2.0.16"
|
2021-07-13 16:03:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "dc1835b7f27878de8525dc71410b5a31cdcc5f230aed5ba5df968e09c201b23d"
|
2021-07-13 16:03:07 -07:00
|
|
|
dependencies = [
|
2023-05-13 09:12:23 -07:00
|
|
|
"anstyle",
|
2023-02-08 15:40:48 -08:00
|
|
|
"bstr",
|
2021-07-13 16:03:07 -07:00
|
|
|
"doc-comment",
|
2024-11-06 09:34:07 -08:00
|
|
|
"libc",
|
2023-07-16 12:42:44 -07:00
|
|
|
"predicates",
|
2021-07-13 16:03:07 -07:00
|
|
|
"predicates-core",
|
|
|
|
|
"predicates-tree",
|
|
|
|
|
"wait-timeout",
|
|
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "autocfg"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.4.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "backtrace"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.74"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-07-16 13:09:52 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"addr2line",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
"object",
|
|
|
|
|
"rustc-demangle",
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2023-07-16 13:09:52 -07:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
2024-02-05 14:37:06 -08:00
|
|
|
version = "0.21.7"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:37:06 -08:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-05-13 09:12:23 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "bit-set"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.5.3"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"bit-vec",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bit-vec"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "0.6.3"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2021-08-24 08:57:36 +01:00
|
|
|
version = "1.3.2"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 08:57:36 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2019-05-06 00:12:53 +07:00
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.8.0"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2023-07-16 13:09:52 -07:00
|
|
|
|
2019-05-06 00:12:53 +07:00
|
|
|
[[package]]
|
|
|
|
|
name = "block-buffer"
|
2023-05-13 10:16:26 -07:00
|
|
|
version = "0.10.4"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 10:16:26 -07:00
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
2019-05-06 00:12:53 +07:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"generic-array",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:41:18 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "bstr"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.11.3"
|
2022-12-14 07:41:18 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "531a9155a481e2ee699d4f98f43c0ca4ff8ee1bfd55c31e9e98fb29d2b176fe0"
|
2022-12-14 07:41:18 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2019-05-06 00:12:53 +07:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "bumpalo"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "3.16.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.5.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.9.0"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.2.10"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "13208fcbb66eaeffe09b99fffbe1af420f00a7b35aa99ad683dfc1aa76145229"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"shlex",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.4.39"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"android-tzdata",
|
2022-12-14 07:03:48 -08:00
|
|
|
"iana-time-zone",
|
2020-05-20 14:32:00 -07:00
|
|
|
"num-traits",
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "4.5.27"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2023-05-13 10:53:22 -07:00
|
|
|
"clap_builder",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_builder"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "4.5.27"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
2023-05-13 10:53:22 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
2022-12-14 07:03:48 -08:00
|
|
|
"clap_lex",
|
2020-05-20 14:32:00 -07:00
|
|
|
"strsim",
|
2022-07-04 23:16:31 +08:00
|
|
|
"terminal_size",
|
2022-01-18 15:56:45 -06:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_complete"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "4.5.43"
|
2022-01-18 15:56:45 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "0952013545c9c6dca60f491602655b795c6c062ab180c9cb0bccb83135461861"
|
2022-01-18 15:56:45 -06:00
|
|
|
dependencies = [
|
|
|
|
|
"clap",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.7.4"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2023-05-13 10:53:22 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "colorchoice"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.0.3"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.8.7"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.17"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.8.6"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
2023-11-29 14:29:31 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
2024-02-05 14:37:06 -08:00
|
|
|
version = "0.9.18"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:37:06 -08:00
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
2023-11-29 14:29:31 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2022-12-14 14:01:27 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.8.21"
|
2022-12-14 14:01:27 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2022-12-14 14:01:27 -08:00
|
|
|
|
2022-12-14 07:03:48 -08: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-28 09:11:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "darling"
|
|
|
|
|
version = "0.20.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"darling_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_core"
|
|
|
|
|
version = "0.20.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fnv",
|
|
|
|
|
"ident_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"strsim",
|
|
|
|
|
"syn 2.0.96",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
|
|
|
|
version = "0.20.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.96",
|
|
|
|
|
]
|
|
|
|
|
|
2023-11-26 01:02:54 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.0"
|
2023-11-26 01:02:54 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "0e60eed09d8c01d3cee5b7d30acb059b76614c918fa0f992e0dd6eeb10daad6f"
|
2023-11-26 01:02:54 -08:00
|
|
|
|
2024-05-14 11:22:41 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "dbus"
|
|
|
|
|
version = "0.9.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1bb21987b9fb1613058ba3843121dd18b163b254d8a6e797e144cbac14d96d1b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"libdbus-sys",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-28 09:11:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "derive_builder"
|
|
|
|
|
version = "0.20.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_builder_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "derive_builder_core"
|
|
|
|
|
version = "0.20.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.96",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "derive_builder_macro"
|
|
|
|
|
version = "0.20.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_builder_core",
|
|
|
|
|
"syn 2.0.96",
|
|
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "diff"
|
|
|
|
|
version = "0.1.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "difflib"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "digest"
|
2023-07-16 13:09:52 -07:00
|
|
|
version = "0.10.7"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 13:09:52 -07:00
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"block-buffer",
|
|
|
|
|
"crypto-common",
|
2019-05-31 09:00:15 -07:00
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -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-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|
|
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "doc-comment"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "elasticlunr-rs"
|
2023-05-13 09:12:23 -07:00
|
|
|
version = "3.0.2"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 09:12:23 -07:00
|
|
|
checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"regex",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2024-02-05 14:20:37 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "env_filter"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.1.3"
|
2024-02-05 14:20:37 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
2024-02-05 14:20:37 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"regex",
|
|
|
|
|
]
|
|
|
|
|
|
2019-05-06 00:12:53 +07:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "env_logger"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.11.6"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
|
2019-05-06 00:12:53 +07:00
|
|
|
dependencies = [
|
2024-02-05 14:20:37 -08:00
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
|
|
|
|
"env_filter",
|
2020-05-20 14:32:00 -07:00
|
|
|
"humantime",
|
|
|
|
|
"log",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
|
|
|
|
|
2023-05-13 10:16:26 -07:00
|
|
|
[[package]]
|
2023-11-29 14:29:31 -08:00
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.1"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2022-12-14 07:53:24 -08:00
|
|
|
[[package]]
|
2023-11-29 14:29:31 -08:00
|
|
|
name = "errno"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.3.10"
|
2022-12-14 07:53:24 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2022-12-14 07:53:24 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-01-28 09:11:17 -08:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-14 07:53:24 -08:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "fastrand"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.3.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "filetime"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.2.25"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
2018-03-07 07:02:06 -06:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2020-05-20 14:32:00 -07:00
|
|
|
"libc",
|
2024-11-06 09:34:07 -08:00
|
|
|
"libredox",
|
|
|
|
|
"windows-sys 0.59.0",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "float-cmp"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.10.0"
|
2021-07-13 16:03:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
|
2021-07-13 16:03:07 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "fnv"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "1.0.7"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.2.1"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2019-05-31 09:00:15 -07:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "fsevent-sys"
|
2022-12-14 14:01:27 -08:00
|
|
|
version = "4.1.0"
|
2019-05-31 09:00:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 14:01:27 -08:00
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
2019-05-31 09:00:15 -07:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"libc",
|
2019-05-31 09:00:15 -07:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futf"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.1.5"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"mac",
|
|
|
|
|
"new_debug_unreachable",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futures-channel"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futures-core"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2019-05-06 00:12:53 +07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futures-macro"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futures-sink"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "futures-task"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-macro",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2020-05-20 14:32:00 -07:00
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
2019-05-06 00:12:53 +07:00
|
|
|
name = "generic-array"
|
2023-05-13 10:16:26 -07:00
|
|
|
version = "0.14.7"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 10:16:26 -07:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2019-05-06 00:12:53 +07:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"typenum",
|
2021-05-10 11:08:18 -07:00
|
|
|
"version_check",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
2018-10-20 12:51:45 +08:00
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.2.15"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2021-05-10 11:08:18 -07:00
|
|
|
"libc",
|
2023-01-26 18:02:43 +09:00
|
|
|
"wasi",
|
2018-07-24 16:15:20 -05:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "gimli"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.31.1"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2023-07-16 13:09:52 -07:00
|
|
|
|
2019-10-04 14:59:17 +02:00
|
|
|
[[package]]
|
2023-04-22 12:49:39 -07:00
|
|
|
name = "globset"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.4.15"
|
2019-10-04 14:59:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "15f1ce686646e7f1e19bf7d5533fe443a45dbfb990e00629110797578b42fb19"
|
2019-10-04 14:59:17 +02:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"aho-corasick",
|
2023-04-22 12:49:39 -07:00
|
|
|
"bstr",
|
|
|
|
|
"log",
|
2023-11-29 14:29:31 -08:00
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
2019-10-04 14:59:17 +02:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
2024-04-05 16:16:31 +00:00
|
|
|
version = "0.3.26"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-04-05 16:16:31 +00:00
|
|
|
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2020-05-20 14:32:00 -07:00
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-util",
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2023-08-02 08:32:44 -07:00
|
|
|
"indexmap",
|
2020-05-20 14:32:00 -07:00
|
|
|
"slab",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
2021-05-10 11:08:18 -07:00
|
|
|
"tracing",
|
2020-05-20 14:32:00 -07:00
|
|
|
]
|
2019-10-04 14:59:17 +02:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "handlebars"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "6.3.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "3d6b224b95c1e668ac0270325ad563b2eef1469fbbb8959bc7c692c844b813d9"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"derive_builder",
|
2020-05-20 14:32:00 -07:00
|
|
|
"log",
|
2024-11-06 09:34:07 -08:00
|
|
|
"num-order",
|
2020-05-20 14:32:00 -07:00
|
|
|
"pest",
|
|
|
|
|
"pest_derive",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-01-28 09:11:17 -08:00
|
|
|
"thiserror 2.0.11",
|
2020-05-20 14:32:00 -07:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.15.2"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2021-05-10 11:08:18 -07:00
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "headers"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "0.3.9"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2023-11-29 14:29:31 -08:00
|
|
|
"base64",
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2020-05-20 14:32:00 -07:00
|
|
|
"headers-core",
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2022-12-14 07:03:48 -08:00
|
|
|
"httpdate",
|
2020-05-20 14:32:00 -07:00
|
|
|
"mime",
|
2022-12-14 07:03:48 -08:00
|
|
|
"sha1",
|
2020-05-20 14:32:00 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "headers-core"
|
|
|
|
|
version = "0.2.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "html5ever"
|
|
|
|
|
version = "0.26.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bea68cab48b8459f17cf1c944c67ddc572d272d9f2b274140f223ecb1da4a3b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"mac",
|
2024-05-14 11:21:52 -07:00
|
|
|
"markup5ever 0.11.0",
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2023-07-16 13:09:52 -07:00
|
|
|
"syn 1.0.109",
|
2020-05-20 14:32:00 -07:00
|
|
|
]
|
|
|
|
|
|
2024-05-14 11:21:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "html5ever"
|
|
|
|
|
version = "0.27.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"mac",
|
|
|
|
|
"markup5ever 0.12.1",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-05-14 11:21:52 -07:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.2.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"fnv",
|
|
|
|
|
"itoa",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.2.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2020-05-20 14:32:00 -07:00
|
|
|
"fnv",
|
|
|
|
|
"itoa",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
2024-02-05 14:37:06 -08:00
|
|
|
version = "0.4.6"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:37:06 -08:00
|
|
|
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
|
2018-03-07 07:02:06 -06:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.10.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "f2d708df4e7140240a16cd6ab0ab65c972d7433ab77819ea693fde9c43811e2a"
|
2021-05-10 11:08:18 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.0.3"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-03-11 15:17:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "humantime"
|
2022-06-27 12:50:47 -07:00
|
|
|
version = "2.1.0"
|
2018-03-11 15:17:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-06-27 12:50:47 -07:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2018-03-11 15:17:38 +01:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.14.32"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2020-05-20 14:32:00 -07:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"h2",
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2020-05-20 14:32:00 -07:00
|
|
|
"http-body",
|
|
|
|
|
"httparse",
|
2021-05-10 11:08:18 -07:00
|
|
|
"httpdate",
|
2020-05-20 14:32:00 -07:00
|
|
|
"itoa",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2024-02-05 14:37:06 -08:00
|
|
|
"socket2",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
2021-05-10 11:08:18 -07:00
|
|
|
"tracing",
|
2020-05-20 14:32:00 -07:00
|
|
|
"want",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.1.61"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
2023-11-29 14:29:31 -08:00
|
|
|
"windows-core",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone-haiku"
|
2023-05-13 10:16:26 -07:00
|
|
|
version = "0.1.2"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 10:16:26 -07:00
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
2023-05-13 10:16:26 -07:00
|
|
|
"cc",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -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-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|
|
|
|
|
|
2025-01-28 09:11:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "ident_case"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "idna"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.0.3"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"idna_adapter",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "idna_adapter"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"icu_normalizer",
|
|
|
|
|
"icu_properties",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2023-04-22 12:49:39 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ignore"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.4.23"
|
2023-04-22 12:49:39 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
|
2023-04-22 12:49:39 -07:00
|
|
|
dependencies = [
|
2023-11-29 14:29:31 -08:00
|
|
|
"crossbeam-deque",
|
2023-04-22 12:49:39 -07:00
|
|
|
"globset",
|
|
|
|
|
"log",
|
|
|
|
|
"memchr",
|
2023-11-29 14:29:31 -08:00
|
|
|
"regex-automata",
|
2023-04-22 12:49:39 -07:00
|
|
|
"same-file",
|
|
|
|
|
"walkdir",
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2019-09-21 09:22:22 +00:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "indexmap"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.1"
|
2019-09-21 09:22:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2019-09-21 09:22:22 +00:00
|
|
|
dependencies = [
|
2023-11-29 14:29:31 -08:00
|
|
|
"equivalent",
|
2023-08-02 08:32:44 -07:00
|
|
|
"hashbrown",
|
2019-09-21 09:22:22 +00:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "inotify"
|
2025-01-28 09:32:17 -08:00
|
|
|
version = "0.11.0"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:32:17 -08:00
|
|
|
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2025-01-28 09:32:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"inotify-sys",
|
|
|
|
|
"libc",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "inotify-sys"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "0.1.5"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"libc",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2024-05-14 11:24:04 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "is_terminal_polyfill"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.70.1"
|
2024-05-14 11:24:04 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-14 11:24:04 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.14"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.3.77"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"once_cell",
|
2022-12-14 07:03:48 -08:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-14 14:01:27 -08:00
|
|
|
name = "kqueue"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.0.8"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"kqueue-sys",
|
|
|
|
|
"libc",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2022-12-14 14:01:27 -08:00
|
|
|
name = "kqueue-sys"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.0.4"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
2022-12-14 14:01:27 -08:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"bitflags 1.3.2",
|
2022-12-14 14:01:27 -08:00
|
|
|
"libc",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-08-21 10:51:34 -05:00
|
|
|
[[package]]
|
2018-10-20 12:51:45 +08:00
|
|
|
name = "libc"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.169"
|
2018-08-21 10:51:34 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
2024-05-14 11:22:41 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "libdbus-sys"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "06085512b750d640299b79be4bad3d2fa90a9c00b1fd9e1b46364f66f0485c72"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "libredox"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2024-11-06 09:34:07 -08:00
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:53:24 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.4.15"
|
2022-12-14 07:53:24 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
2024-11-06 09:34:07 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "litemap"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.7.4"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2022-12-14 07:53:24 -08:00
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.4.12"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.4.25"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mac"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "maplit"
|
2019-09-21 09:23:11 +00:00
|
|
|
version = "1.0.2"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
2018-03-07 07:02:06 -06:00
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "markup5ever"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a2629bb1404f3d34c2e921f21fd34ba00b206124c81f65c50b43b6aaefeb016"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf 0.10.1",
|
|
|
|
|
"phf_codegen 0.10.0",
|
|
|
|
|
"string_cache",
|
|
|
|
|
"string_cache_codegen",
|
|
|
|
|
"tendril",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "markup5ever"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2025-01-28 09:11:17 -08:00
|
|
|
"phf 0.11.3",
|
|
|
|
|
"phf_codegen 0.11.3",
|
2020-06-30 19:11:09 +02:00
|
|
|
"string_cache",
|
|
|
|
|
"string_cache_codegen",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tendril",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "markup5ever_rcdom"
|
2022-12-14 08:03:05 -08:00
|
|
|
version = "0.2.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 08:03:05 -08:00
|
|
|
checksum = "b9521dd6750f8e80ee6c53d65e2e4656d7de37064f3a7a5d2d11d05df93839c2"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"html5ever 0.26.0",
|
|
|
|
|
"markup5ever 0.11.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tendril",
|
|
|
|
|
"xml5ever",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mdbook"
|
2025-01-28 09:08:21 -08:00
|
|
|
version = "0.4.44"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"ammonia",
|
|
|
|
|
"anyhow",
|
2021-07-13 16:03:07 -07:00
|
|
|
"assert_cmd",
|
2020-05-20 14:32:00 -07:00
|
|
|
"chrono",
|
|
|
|
|
"clap",
|
2022-01-18 15:56:45 -06:00
|
|
|
"clap_complete",
|
2020-05-20 14:32:00 -07:00
|
|
|
"elasticlunr-rs",
|
|
|
|
|
"env_logger",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"handlebars",
|
2023-04-22 12:49:39 -07:00
|
|
|
"ignore",
|
2020-05-20 14:32:00 -07:00
|
|
|
"log",
|
|
|
|
|
"memchr",
|
|
|
|
|
"notify",
|
2022-12-14 14:01:27 -08:00
|
|
|
"notify-debouncer-mini",
|
2022-09-23 06:05:39 +08:00
|
|
|
"once_cell",
|
2021-09-26 19:55:41 +02:00
|
|
|
"opener",
|
2023-11-01 12:33:13 +08:00
|
|
|
"pathdiff",
|
2023-07-16 12:42:44 -07:00
|
|
|
"predicates",
|
2020-05-20 14:32:00 -07:00
|
|
|
"pretty_assertions",
|
2024-11-02 15:41:55 -07:00
|
|
|
"pulldown-cmark 0.10.3",
|
2020-05-20 14:32:00 -07:00
|
|
|
"regex",
|
|
|
|
|
"select",
|
2021-04-26 08:08:53 -07:00
|
|
|
"semver",
|
2020-05-20 14:32:00 -07:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"shlex",
|
|
|
|
|
"tempfile",
|
|
|
|
|
"tokio",
|
|
|
|
|
"toml",
|
2021-07-21 17:38:59 +02:00
|
|
|
"topological-sort",
|
2020-05-20 14:32:00 -07:00
|
|
|
"walkdir",
|
|
|
|
|
"warp",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2024-11-02 15:41:55 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "mdbook-remove-emphasis"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mdbook",
|
|
|
|
|
"pulldown-cmark 0.12.2",
|
|
|
|
|
"pulldown-cmark-to-cmark",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "2.7.4"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
2023-05-13 10:16:26 -07:00
|
|
|
version = "0.3.17"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 10:16:26 -07:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-03-20 07:22:35 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "mime_guess"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "2.0.5"
|
2018-03-20 07:22:35 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
2018-03-20 07:22:35 -05:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"mime",
|
|
|
|
|
"unicase",
|
2018-03-20 07:22:35 -05:00
|
|
|
]
|
|
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.8.3"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
|
2023-07-16 13:09:52 -07:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"adler2",
|
2023-07-16 13:09:52 -07:00
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.3"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-01-28 09:32:17 -08:00
|
|
|
"log",
|
2024-11-06 09:34:07 -08:00
|
|
|
"wasi",
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
]
|
|
|
|
|
|
2018-07-24 16:15:20 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "new_debug_unreachable"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "1.0.6"
|
2018-07-24 16:15:20 -05:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "normalize-line-endings"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
|
|
|
|
|
|
2023-07-16 12:37:23 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "normpath"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.3.0"
|
2023-07-16 12:37:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "c8911957c4b1549ac0dc74e30db9c8b0e66ddcd6d7acc33098f4c63a64a6d7ed"
|
2023-07-16 12:37:23 -07:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2023-07-16 12:37:23 -07:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "notify"
|
2025-01-28 09:32:17 -08:00
|
|
|
version = "8.0.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:32:17 -08:00
|
|
|
checksum = "2fee8403b3d66ac7b26aee6e40a897d85dc5ce26f44da36b8b73e987cc52e943"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"filetime",
|
|
|
|
|
"fsevent-sys",
|
|
|
|
|
"inotify",
|
2022-12-14 14:01:27 -08:00
|
|
|
"kqueue",
|
2020-05-20 14:32:00 -07:00
|
|
|
"libc",
|
2023-08-21 19:29:59 +02:00
|
|
|
"log",
|
2025-01-28 09:32:17 -08:00
|
|
|
"mio",
|
|
|
|
|
"notify-types",
|
2020-05-20 14:32:00 -07:00
|
|
|
"walkdir",
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-14 14:01:27 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "notify-debouncer-mini"
|
2025-01-28 09:32:17 -08:00
|
|
|
version = "0.6.0"
|
2022-12-14 14:01:27 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:32:17 -08:00
|
|
|
checksum = "a689eb4262184d9a1727f9087cd03883ea716682ab03ed24efec57d7716dccb8"
|
2022-12-14 14:01:27 -08:00
|
|
|
dependencies = [
|
2023-08-21 19:29:59 +02:00
|
|
|
"log",
|
2022-12-14 14:01:27 -08:00
|
|
|
"notify",
|
2025-01-28 09:32:17 -08:00
|
|
|
"notify-types",
|
|
|
|
|
"tempfile",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2025-01-28 09:32:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "notify-types"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2024-11-06 09:34:07 -08:00
|
|
|
name = "num-modular"
|
|
|
|
|
version = "0.6.1"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "17bb261bf36fa7d83f4c294f834e91256769097b3cb505d44831e0a179ac647f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-order"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "537b596b97c40fcf8056d153049eb22f481c17ebce72a513ec9286e4986d1bb6"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"num-modular",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2021-07-25 19:14:34 -07:00
|
|
|
[[package]]
|
2024-11-06 09:34:07 -08:00
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
2021-07-25 19:14:34 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2021-07-25 19:14:34 -07:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"autocfg",
|
2021-07-25 19:14:34 -07:00
|
|
|
]
|
|
|
|
|
|
2023-07-16 13:09:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "object"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.36.7"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
2023-07-16 13:09:52 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2022-09-23 06:05:39 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.20.2"
|
2022-09-23 06:05:39 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2022-09-23 06:05:39 +08:00
|
|
|
|
2019-05-06 00:12:53 +07:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "opener"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.7.2"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
2023-02-08 15:40:48 -08:00
|
|
|
"bstr",
|
2024-05-14 11:22:41 -07:00
|
|
|
"dbus",
|
2023-07-16 12:37:23 -07:00
|
|
|
"normpath",
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
2019-05-06 00:12:53 +07:00
|
|
|
|
2022-01-18 15:56:45 -06:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "parking_lot"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.12.3"
|
2022-01-18 15:56:45 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2022-01-18 15:56:45 -06:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
2022-01-18 15:56:45 -06:00
|
|
|
]
|
|
|
|
|
|
2019-05-26 19:05:42 +07:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "parking_lot_core"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.9.10"
|
2019-05-26 19:05:42 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2019-05-26 19:05:42 +07:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2022-12-14 07:03:48 -08:00
|
|
|
"libc",
|
2024-11-06 09:34:07 -08:00
|
|
|
"redox_syscall",
|
2022-12-14 07:03:48 -08:00
|
|
|
"smallvec",
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2019-05-26 19:05:42 +07:00
|
|
|
]
|
|
|
|
|
|
2023-11-01 12:33:13 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "pathdiff"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.3"
|
2023-11-01 12:33:13 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
|
2023-11-01 12:33:13 +08:00
|
|
|
|
2019-09-21 09:22:22 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "2.3.1"
|
2019-09-21 09:22:22 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2019-09-21 09:22:22 +00:00
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
2019-05-06 00:12:53 +07:00
|
|
|
name = "pest"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.15"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "8b7cafe60d6cf8e62e1b9b2ea516a089c008945bb5a275416789e7db0bc199dc"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2023-11-29 14:29:31 -08:00
|
|
|
"memchr",
|
2025-01-28 09:11:17 -08:00
|
|
|
"thiserror 2.0.11",
|
2020-05-20 14:32:00 -07:00
|
|
|
"ucd-trie",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 00:12:53 +07:00
|
|
|
name = "pest_derive"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.15"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "816518421cfc6887a0d62bf441b6ffb4536fcc926395a69e1a85852d4363f57e"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"pest",
|
|
|
|
|
"pest_generator",
|
2018-08-21 10:51:34 -05:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 00:12:53 +07:00
|
|
|
name = "pest_generator"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.15"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "7d1396fd3a870fc7838768d171b4616d5c91f6cc25e377b673d714567d99377b"
|
2019-05-06 00:12:53 +07:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"pest",
|
|
|
|
|
"pest_meta",
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2019-05-06 00:12:53 +07:00
|
|
|
name = "pest_meta"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.7.15"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "e1e58089ea25d717bfd31fb534e4f3afcc2cc569c70de3e239778991ea3b7dea"
|
2018-03-11 22:26:24 +08:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"once_cell",
|
2020-05-20 14:32:00 -07:00
|
|
|
"pest",
|
2023-05-13 10:16:26 -07:00
|
|
|
"sha2",
|
2018-03-11 22:26:24 +08:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "phf"
|
|
|
|
|
version = "0.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
|
|
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.11.3"
|
2024-05-14 11:21:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
2024-05-14 11:21:52 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"phf_shared 0.11.3",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_codegen"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4fb1c3a8bc4dd4e5cfce29b44ffc14bedd2ee294559a294e2a4d4c9e9a6a13cd"
|
|
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
|
"phf_shared 0.10.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_codegen"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.11.3"
|
2024-05-14 11:21:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
2024-05-14 11:21:52 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"phf_generator 0.11.3",
|
|
|
|
|
"phf_shared 0.11.3",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "phf_generator"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
|
|
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf_shared 0.10.0",
|
|
|
|
|
"rand",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_generator"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.11.3"
|
2024-05-14 11:21:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
2024-05-14 11:21:52 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"phf_shared 0.11.3",
|
2022-12-14 08:03:05 -08:00
|
|
|
"rand",
|
2020-05-20 14:32:00 -07:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "phf_shared"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"siphasher 0.3.11",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
|
|
|
|
|
2024-05-14 11:21:52 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "phf_shared"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.11.3"
|
2024-05-14 11:21:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
2024-05-14 11:21:52 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"siphasher 1.0.1",
|
2024-05-14 11:21:52 -07:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.1.8"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1e2ec53ad785f4d35dac0adea7f7dc6f1bb277ad84a680c7afefeae05d1f5916"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-internal",
|
2021-05-10 11:08:18 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-internal"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.1.8"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d56a66c0c55993aa927429d0f8a0abfd74f084e4d9c192cffed01e418d83eefb"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.16"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "0.1.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
2024-05-14 11:22:41 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.31"
|
2024-05-14 11:22:41 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
2024-05-14 11:22:41 -07:00
|
|
|
|
2019-09-21 09:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.2.20"
|
2019-09-21 09:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy",
|
|
|
|
|
]
|
2019-09-21 09:23:11 +00:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "precomputed-hash"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-05-13 09:12:23 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "predicates"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "3.1.3"
|
2023-05-13 09:12:23 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "a5d19ee57562043d37e82899fade9a22ebab7be9cef5026b07fda9cdd4293573"
|
2023-05-13 09:12:23 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"difflib",
|
2023-07-16 12:42:44 -07:00
|
|
|
"float-cmp",
|
|
|
|
|
"normalize-line-endings",
|
2023-05-13 09:12:23 -07:00
|
|
|
"predicates-core",
|
2023-07-16 12:42:44 -07:00
|
|
|
"regex",
|
2023-05-13 09:12:23 -07:00
|
|
|
]
|
|
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "predicates-core"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.9"
|
2021-07-13 16:03:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
|
2021-07-13 16:03:07 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "predicates-tree"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.12"
|
2021-07-13 16:03:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
|
2021-07-13 16:03:07 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"predicates-core",
|
2022-12-14 07:03:48 -08:00
|
|
|
"termtree",
|
2021-07-13 16:03:07 -07:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "pretty_assertions"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.4.1"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2022-06-27 13:20:09 -07:00
|
|
|
"diff",
|
2022-12-14 07:03:48 -08:00
|
|
|
"yansi",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2019-09-21 09:23:11 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.93"
|
2019-09-21 09:23:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2019-09-21 09:23:11 +00:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"unicode-ident",
|
2019-09-21 09:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "pulldown-cmark"
|
2024-05-16 18:08:09 -07:00
|
|
|
version = "0.10.3"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-16 18:08:09 -07:00
|
|
|
checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"memchr",
|
2024-02-05 14:11:27 -08:00
|
|
|
"pulldown-cmark-escape",
|
2020-05-20 14:32:00 -07:00
|
|
|
"unicase",
|
2018-02-24 11:14:52 +01:00
|
|
|
]
|
|
|
|
|
|
2024-11-02 15:41:55 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pulldown-cmark"
|
|
|
|
|
version = "0.12.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f86ba2052aebccc42cbbb3ed234b8b13ce76f75c3551a303cb2bcffcff12bb14"
|
|
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2024-11-02 15:41:55 -07:00
|
|
|
"memchr",
|
|
|
|
|
"unicase",
|
|
|
|
|
]
|
|
|
|
|
|
2024-02-05 14:11:27 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "pulldown-cmark-escape"
|
2024-05-16 18:08:09 -07:00
|
|
|
version = "0.10.1"
|
2024-02-05 14:11:27 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-16 18:08:09 -07:00
|
|
|
checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
|
2024-02-05 14:11:27 -08:00
|
|
|
|
2024-11-02 15:41:55 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pulldown-cmark-to-cmark"
|
|
|
|
|
version = "18.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e02b63adcb49f2eb675b1694b413b3e9fedbf549dfe2cc98727ad97a0c30650"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pulldown-cmark 0.12.2",
|
|
|
|
|
]
|
|
|
|
|
|
2018-03-11 15:17:38 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.38"
|
2018-03-11 15:17:38 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2018-03-11 15:17:38 +01:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
2019-09-21 09:23:11 +00:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.8.5"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2022-12-14 08:03:05 -08:00
|
|
|
"rand_chacha",
|
|
|
|
|
"rand_core",
|
2021-05-10 11:08:18 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
2021-08-24 08:57:36 +01:00
|
|
|
version = "0.3.1"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-24 08:57:36 +01:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
2022-12-14 08:03:05 -08:00
|
|
|
"rand_core",
|
2021-05-10 11:08:18 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.6.4"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
2022-12-14 08:03:05 -08:00
|
|
|
"getrandom",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.5.8"
|
2024-05-14 11:24:04 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2024-05-14 11:24:04 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2024-05-14 11:24:04 -07:00
|
|
|
]
|
|
|
|
|
|
2018-05-13 12:35:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.11.1"
|
2018-05-13 12:35:17 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2018-05-13 12:35:17 +02:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"aho-corasick",
|
2020-05-20 14:32:00 -07:00
|
|
|
"memchr",
|
2023-07-16 13:09:52 -07:00
|
|
|
"regex-automata",
|
2020-05-20 14:32:00 -07:00
|
|
|
"regex-syntax",
|
2018-05-13 12:35:17 +02:00
|
|
|
]
|
|
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.4.9"
|
2021-07-13 16:03:07 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-07-16 13:09:52 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
2021-07-13 16:03:07 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.8.5"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-07-16 13:09:52 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-demangle"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.1.24"
|
2023-07-16 13:09:52 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2022-12-14 07:53:24 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.38.44"
|
2022-12-14 07:53:24 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2022-12-14 07:53:24 -08:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"bitflags 2.8.0",
|
2023-07-16 13:09:52 -07:00
|
|
|
"errno",
|
2022-12-14 07:53:24 -08:00
|
|
|
"libc",
|
2023-11-29 14:29:31 -08:00
|
|
|
"linux-raw-sys",
|
2025-01-28 09:11:17 -08:00
|
|
|
"windows-sys 0.59.0",
|
2022-12-14 07:53:24 -08:00
|
|
|
]
|
|
|
|
|
|
2025-01-28 09:11:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
|
|
|
2018-08-21 10:51:34 -05:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.19"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
2020-05-20 14:32:00 -07:00
|
|
|
version = "1.0.6"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"winapi-util",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "scoped-tls"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.2.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "select"
|
2022-12-14 08:03:05 -08:00
|
|
|
version = "0.6.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 08:03:05 -08:00
|
|
|
checksum = "6f9da09dc3f4dfdb6374cbffff7a2cffcec316874d4429899eefdc97b3b94dcd"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"bit-set",
|
2024-05-14 11:21:52 -07:00
|
|
|
"html5ever 0.26.0",
|
2020-06-30 19:11:09 +02:00
|
|
|
"markup5ever_rcdom",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2021-04-26 08:08:53 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.25"
|
2021-04-26 08:08:53 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
|
2021-04-26 08:08:53 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.217"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2022-05-05 09:33:51 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.217"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.137"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "930cfb6e6abf99298aaad7d29abbef7a9999a9a8806a40088f55f0dcec03146b"
|
2019-05-06 00:12:53 +07:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"itoa",
|
2024-11-02 15:41:55 -07:00
|
|
|
"memchr",
|
2020-05-20 14:32:00 -07:00
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_urlencoded"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.7.1"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"form_urlencoded",
|
2020-05-20 14:32:00 -07:00
|
|
|
"itoa",
|
2021-07-25 19:14:34 -07:00
|
|
|
"ryu",
|
2020-05-20 14:32:00 -07:00
|
|
|
"serde",
|
2019-05-06 00:12:53 +07:00
|
|
|
]
|
|
|
|
|
|
2021-05-10 11:08:18 -07:00
|
|
|
[[package]]
|
2022-12-14 07:03:48 -08:00
|
|
|
name = "sha1"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "0.10.6"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2021-05-10 11:08:18 -07:00
|
|
|
"cpufeatures",
|
2022-12-14 07:03:48 -08:00
|
|
|
"digest",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2023-05-13 10:16:26 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha2"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "0.10.8"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-05-13 10:16:26 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"digest",
|
|
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "shlex"
|
2024-01-22 21:52:27 +00:00
|
|
|
version = "1.3.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-01-22 21:52:27 +00:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "siphasher"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "0.3.11"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2025-01-28 09:11:17 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "siphasher"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "0.4.9"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "1.13.2"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2018-03-11 15:17:38 +01:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.5.8"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
2023-11-29 14:29:31 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2024-05-14 11:24:04 -07:00
|
|
|
"windows-sys 0.52.0",
|
2023-11-29 14:29:31 -08:00
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "string_cache"
|
2023-05-13 10:16:26 -07:00
|
|
|
version = "0.8.7"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-05-13 10:16:26 -07:00
|
|
|
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
2018-03-07 07:02:06 -06:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"new_debug_unreachable",
|
2022-12-14 07:03:48 -08:00
|
|
|
"once_cell",
|
|
|
|
|
"parking_lot",
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf_shared 0.10.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"precomputed-hash",
|
|
|
|
|
"serde",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "string_cache_codegen"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.5.2"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "6bb30289b722be4ff74a408c3cc27edeaad656e06cb1fe8fa9231fa59c728988"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2024-05-14 11:21:52 -07:00
|
|
|
"phf_generator 0.10.0",
|
|
|
|
|
"phf_shared 0.10.0",
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.11.1"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2019-09-21 09:23:11 +00:00
|
|
|
name = "syn"
|
2023-07-16 13:09:52 -07:00
|
|
|
version = "1.0.109"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 13:09:52 -07:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2022-12-14 07:03:48 -08:00
|
|
|
"unicode-ident",
|
2019-05-31 09:00:15 -07:00
|
|
|
]
|
|
|
|
|
|
2023-05-13 10:16:26 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.0.96"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2023-05-13 10:16:26 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-11-06 09:34:07 -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-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2018-03-27 01:47:37 +02:00
|
|
|
name = "tempfile"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "3.15.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2022-12-14 07:03:48 -08:00
|
|
|
"fastrand",
|
2025-01-28 09:11:17 -08:00
|
|
|
"getrandom",
|
2024-11-06 09:34:07 -08:00
|
|
|
"once_cell",
|
2023-11-29 14:29:31 -08:00
|
|
|
"rustix",
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2018-03-07 07:02:06 -06:00
|
|
|
[[package]]
|
|
|
|
|
name = "tendril"
|
2022-12-14 07:03:48 -08:00
|
|
|
version = "0.4.3"
|
2018-03-07 07:02:06 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 07:03:48 -08:00
|
|
|
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
2018-03-07 07:02:06 -06:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"futf",
|
|
|
|
|
"mac",
|
|
|
|
|
"utf-8",
|
2018-03-07 07:02:06 -06:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
2022-07-04 23:16:31 +08:00
|
|
|
name = "terminal_size"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.4.1"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "5352447f921fda68cf61b4101566c0bdb5104eff6804d0678e5227580ab6a4e9"
|
2022-07-04 23:16:31 +08:00
|
|
|
dependencies = [
|
2023-11-29 14:29:31 -08:00
|
|
|
"rustix",
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2022-07-04 23:16:31 +08:00
|
|
|
]
|
2022-12-14 07:03:48 -08:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2022-07-04 23:16:31 +08:00
|
|
|
name = "termtree"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
version = "1.0.69"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2022-06-20 10:48:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.0.11"
|
2022-06-20 10:48:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d452f284b73e6d76dd36758a0c8684b1d5be31f92b89d07fd5822175732206fc"
|
2022-06-20 10:48:03 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:11:17 -08:00
|
|
|
"thiserror-impl 2.0.11",
|
2022-06-20 10:48:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.69"
|
2022-06-20 10:48:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2022-06-20 10:48:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -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",
|
2023-04-22 12:49:39 -07:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2024-11-06 09:34:07 -08:00
|
|
|
name = "tinystr"
|
|
|
|
|
version = "0.7.6"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"displaydoc",
|
|
|
|
|
"zerovec",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tokio"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.43.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2023-07-16 13:09:52 -07:00
|
|
|
"backtrace",
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
|
|
|
|
"libc",
|
2025-01-28 09:32:17 -08:00
|
|
|
"mio",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2024-02-05 14:37:06 -08:00
|
|
|
"socket2",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tokio-macros",
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.52.0",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tokio-macros"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.5.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-06-30 19:11:09 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2021-07-25 19:14:34 -07:00
|
|
|
]
|
|
|
|
|
|
2019-05-31 09:00:15 -07:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tokio-tungstenite"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.21.0"
|
2019-05-31 09:00:15 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
|
2019-05-31 09:00:15 -07:00
|
|
|
dependencies = [
|
2021-05-10 11:08:18 -07:00
|
|
|
"futures-util",
|
2020-05-20 14:32:00 -07:00
|
|
|
"log",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tungstenite",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tokio-util"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.7.13"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2020-05-20 14:32:00 -07:00
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tokio",
|
|
|
|
|
]
|
2018-02-14 15:03:10 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "toml"
|
2023-08-02 08:32:44 -07:00
|
|
|
version = "0.5.11"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-02 08:32:44 -07:00
|
|
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"serde",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2021-07-21 17:38:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "topological-sort"
|
2022-12-14 08:04:59 -08:00
|
|
|
version = "0.2.2"
|
2021-07-21 17:38:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 08:04:59 -08:00
|
|
|
checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
|
2021-07-21 17:38:59 +02:00
|
|
|
|
2018-03-11 15:17:38 +01:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tower-service"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.3.3"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2021-05-10 11:08:18 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.1.41"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
2021-07-25 19:14:34 -07:00
|
|
|
"pin-project-lite",
|
2021-05-10 11:08:18 -07:00
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.1.33"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2021-05-10 11:08:18 -07:00
|
|
|
dependencies = [
|
2022-12-14 07:03:48 -08:00
|
|
|
"once_cell",
|
2021-05-10 11:08:18 -07:00
|
|
|
]
|
|
|
|
|
|
2019-05-06 00:12:53 +07:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "try-lock"
|
2024-02-05 14:37:06 -08:00
|
|
|
version = "0.2.5"
|
2019-05-06 00:12:53 +07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:37:06 -08:00
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
2019-05-06 00:12:53 +07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "tungstenite"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.21.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"byteorder",
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2023-11-26 01:02:54 -08:00
|
|
|
"data-encoding",
|
2025-01-28 09:11:17 -08:00
|
|
|
"http 1.2.0",
|
2020-05-20 14:32:00 -07:00
|
|
|
"httparse",
|
|
|
|
|
"log",
|
2022-12-14 08:03:05 -08:00
|
|
|
"rand",
|
2023-05-13 09:12:23 -07:00
|
|
|
"sha1",
|
2025-01-28 09:11:17 -08:00
|
|
|
"thiserror 1.0.69",
|
2020-05-20 14:32:00 -07:00
|
|
|
"url",
|
|
|
|
|
"utf-8",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2020-05-20 14:32:00 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
2023-11-29 14:29:31 -08:00
|
|
|
version = "1.17.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-11-29 14:29:31 -08:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ucd-trie"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.1.7"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2020-05-20 14:32:00 -07:00
|
|
|
|
2019-06-11 09:26:24 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicase"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.8.1"
|
2019-06-11 09:26:24 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
2022-12-14 07:03:48 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "1.0.16"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
2019-05-06 00:12:53 +07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "2.5.4"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2021-05-10 11:08:18 -07:00
|
|
|
"form_urlencoded",
|
2020-05-20 14:32:00 -07:00
|
|
|
"idna",
|
|
|
|
|
"percent-encoding",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utf-8"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "0.7.6"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2024-11-06 09:34:07 -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"
|
|
|
|
|
|
2023-05-13 10:53:22 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8parse"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.2.2"
|
2023-05-13 10:53:22 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-05-13 10:53:22 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.9.5"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2021-07-13 16:03:07 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "wait-timeout"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "2.5.0"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"same-file",
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "want"
|
2023-07-16 13:09:52 -07:00
|
|
|
version = "0.3.1"
|
2020-05-20 14:32:00 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-07-16 13:09:52 -07:00
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
2020-05-20 14:32:00 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"try-lock",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "warp"
|
2024-05-14 11:24:04 -07:00
|
|
|
version = "0.3.7"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-14 11:24:04 -07:00
|
|
|
checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2021-07-25 19:14:34 -07:00
|
|
|
"bytes",
|
2022-06-20 10:48:03 -07:00
|
|
|
"futures-channel",
|
|
|
|
|
"futures-util",
|
2020-05-20 14:32:00 -07:00
|
|
|
"headers",
|
2024-05-14 11:24:04 -07:00
|
|
|
"http 0.2.12",
|
2020-05-20 14:32:00 -07:00
|
|
|
"hyper",
|
|
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"mime_guess",
|
2021-07-25 19:14:34 -07:00
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project",
|
2020-05-20 14:32:00 -07:00
|
|
|
"scoped-tls",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-tungstenite",
|
2021-07-25 19:14:34 -07:00
|
|
|
"tokio-util",
|
2020-05-20 14:32:00 -07:00
|
|
|
"tower-service",
|
2021-05-10 11:08:18 -07:00
|
|
|
"tracing",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
2022-12-14 07:03:48 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.100"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
2022-12-14 14:01:27 -08:00
|
|
|
"cfg-if",
|
2024-11-06 09:34:07 -08:00
|
|
|
"once_cell",
|
2025-01-28 09:11:17 -08:00
|
|
|
"rustversion",
|
2022-12-14 07:03:48 -08:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-backend"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.100"
|
2021-05-10 11:08:18 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"log",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2022-12-14 07:03:48 -08:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.100"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.100"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
2022-12-14 07:03:48 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2022-12-14 07:03:48 -08:00
|
|
|
"wasm-bindgen-backend",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.2.100"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
2021-05-10 11:08:18 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
2021-05-10 11:08:18 -07:00
|
|
|
version = "0.3.9"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-10 11:08:18 -07:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2018-10-20 12:51:45 +08:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.1.9"
|
2018-10-20 12:51:45 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2018-10-20 12:51:45 +08:00
|
|
|
dependencies = [
|
2024-11-06 09:34:07 -08:00
|
|
|
"windows-sys 0.59.0",
|
2018-10-20 12:51:45 +08:00
|
|
|
]
|
|
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-05-20 14:32:00 -07:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2018-02-14 15:03:10 -08:00
|
|
|
|
2023-05-13 10:16:26 -07:00
|
|
|
[[package]]
|
2023-11-29 14:29:31 -08:00
|
|
|
name = "windows-core"
|
2024-02-05 14:37:06 -08:00
|
|
|
version = "0.52.0"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-02-05 14:37:06 -08:00
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
2023-05-13 10:16:26 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2023-11-29 14:29:31 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
|
dependencies = [
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.59.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
|
dependencies = [
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows-targets",
|
2023-05-13 10:16:26 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2023-05-13 10:16:26 -07:00
|
|
|
dependencies = [
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
|
"windows_i686_gnu",
|
2024-05-14 11:24:04 -07:00
|
|
|
"windows_i686_gnullvm",
|
2025-01-28 09:32:17 -08:00
|
|
|
"windows_i686_msvc",
|
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
|
"windows_x86_64_msvc",
|
2022-12-14 07:03:48 -08:00
|
|
|
]
|
|
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2024-05-14 11:24:04 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-05-14 11:24:04 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-11-29 14:29:31 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2023-11-29 14:29:31 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "0.52.6"
|
2023-05-13 10:16:26 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
|
|
|
|
[[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"
|
2023-05-13 10:16:26 -07:00
|
|
|
|
2018-02-14 15:03:10 -08:00
|
|
|
[[package]]
|
2020-05-20 14:32:00 -07:00
|
|
|
name = "xml5ever"
|
2022-12-14 08:03:05 -08:00
|
|
|
version = "0.17.0"
|
2018-02-14 15:03:10 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-12-14 08:03:05 -08:00
|
|
|
checksum = "4034e1d05af98b51ad7214527730626f019682d797ba38b51689212118d8e650"
|
2018-02-14 15:03:10 -08:00
|
|
|
dependencies = [
|
2020-05-20 14:32:00 -07:00
|
|
|
"log",
|
|
|
|
|
"mac",
|
2024-05-14 11:21:52 -07:00
|
|
|
"markup5ever 0.11.0",
|
2018-02-14 15:03:10 -08:00
|
|
|
]
|
2022-12-14 07:03:48 -08:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yansi"
|
2024-11-06 09:34:07 -08:00
|
|
|
version = "1.0.1"
|
2022-12-14 07:03:48 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-06 09:34:07 -08:00
|
|
|
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yoke"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.7.5"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"yoke-derive",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yoke-derive"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.7.5"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
"synstructure",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy"
|
|
|
|
|
version = "0.7.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"zerocopy-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
|
version = "0.7.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.1.5"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"zerofrom-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom-derive"
|
2025-01-28 09:11:17 -08:00
|
|
|
version = "0.1.5"
|
2024-11-06 09:34:07 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-28 09:11:17 -08:00
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
2024-11-06 09:34:07 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-01-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -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-28 09:11:17 -08:00
|
|
|
"syn 2.0.96",
|
2024-11-06 09:34:07 -08:00
|
|
|
]
|