2023-08-17 21:59:56 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2024-11-23 21:46:48 +01:00
|
|
|
version = 3
|
2023-08-17 21:59:56 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "addr2line"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.24.2"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"gimli",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "adler2"
|
|
|
|
version = "2.0.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.1.3"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "aligned-vec"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4aa90d7ce82d4be67b64039a3d588d38dbcc6736577de4a847025ce5b0c468d1"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "android-tzdata"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "android_system_properties"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstream"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.6.18"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-05-18 15:10:04 +02:00
|
|
|
"is_terminal_polyfill",
|
2023-08-18 21:19:31 +02:00
|
|
|
"utf8parse",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.10"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle-parse"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.6"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"utf8parse",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "anstyle-query"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.1.2"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-08-18 21:19:31 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "3.0.6"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 21:19:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.93"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "4c95c10ba0b00a02636238b814946408b1322d5ac4760326e6fb8ec956d85775"
|
2023-08-18 21:19:31 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "arbitrary"
|
|
|
|
version = "1.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arg_enum_proc_macro"
|
|
|
|
version = "0.3.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-07-19 18:04:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "arrayref"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.9"
|
2024-07-19 18:04:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
|
2024-07-19 18:04:11 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "arrayvec"
|
2024-11-23 20:43:26 +01:00
|
|
|
version = "0.7.6"
|
2024-07-19 18:04:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 20:43:26 +01:00
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
2024-07-19 18:04:11 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "async-trait"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.83"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.4.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "av1-grain"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6678909d8c5d46a42abcf571271e15fdbc0a225e3646cf23762cd415046c78bf"
|
|
|
|
dependencies = [
|
|
|
|
"anyhow",
|
|
|
|
"arrayvec",
|
|
|
|
"log",
|
|
|
|
"nom",
|
|
|
|
"num-rational",
|
|
|
|
"v_frame",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "avif-serialize"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e335041290c43101ca215eed6f43ec437eb5a42125573f600fc3fa42b9bddd62"
|
|
|
|
dependencies = [
|
|
|
|
"arrayvec",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "axum"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.7.9"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"axum-core",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http-body-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"hyper",
|
2024-02-18 14:18:15 +01:00
|
|
|
"hyper-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"itoa",
|
|
|
|
"matchit",
|
|
|
|
"memchr",
|
|
|
|
"mime",
|
|
|
|
"percent-encoding",
|
|
|
|
"pin-project-lite",
|
|
|
|
"rustversion",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"serde_path_to_error",
|
|
|
|
"serde_urlencoded",
|
2024-11-23 21:46:48 +01:00
|
|
|
"sync_wrapper 1.0.2",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
|
|
|
"tower",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-02-18 14:18:15 +01:00
|
|
|
"tracing",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "axum-core"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.4.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"async-trait",
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http-body-util",
|
2023-08-18 17:04:12 +02:00
|
|
|
"mime",
|
2024-02-18 14:18:15 +01:00
|
|
|
"pin-project-lite",
|
2023-08-18 17:04:12 +02:00
|
|
|
"rustversion",
|
2024-11-23 21:46:48 +01:00
|
|
|
"sync_wrapper 1.0.2",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
2024-02-18 14:18:15 +01:00
|
|
|
"tracing",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "backtrace"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.74"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"addr2line",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"miniz_oxide",
|
|
|
|
"object",
|
|
|
|
"rustc-demangle",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.21.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.6.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bitstream-io"
|
|
|
|
version = "2.6.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
|
|
|
|
2024-07-19 18:04:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "blake3"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.5.4"
|
2024-07-19 18:04:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "d82033247fd8e890df8f740e407ad4d038debb9eb1f40533fffb32e7d17dc6f7"
|
2024-07-19 18:04:11 +02:00
|
|
|
dependencies = [
|
|
|
|
"arrayref",
|
|
|
|
"arrayvec",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"constant_time_eq",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "built"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c360505aed52b7ec96a3636c3f039d99103c37d1d9b4f7a8c743d3ea9ffcd03b"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "3.16.0"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
2024-03-08 22:40:19 +01:00
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "bytemuck"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.20.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-23 20:43:26 +01:00
|
|
|
name = "byteorder-lite"
|
|
|
|
version = "0.1.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 20:43:26 +01:00
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.8.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.2.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
2024-09-28 23:43:05 +02:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
"shlex",
|
|
|
|
]
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-expr"
|
|
|
|
version = "0.15.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
|
|
|
|
dependencies = [
|
|
|
|
"smallvec",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "chrono"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.4.38"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"android-tzdata",
|
|
|
|
"iana-time-zone",
|
|
|
|
"js-sys",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2024-03-08 22:40:19 +01:00
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "clap"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "4.5.21"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2023-08-18 21:19:31 +02:00
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "4.5.21"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "4.5.18"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab"
|
2023-08-18 21:19:31 +02:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 21:19:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.7.3"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7"
|
2023-08-18 21:19:31 +02:00
|
|
|
|
2023-08-18 13:25:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "codespan-reporting"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
|
|
dependencies = [
|
|
|
|
"termcolor",
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "color_quant"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "colorchoice"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.3"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-07-19 18:04:11 +02:00
|
|
|
[[package]]
|
|
|
|
name = "constant_time_eq"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.1"
|
2024-07-19 18:04:11 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
|
2024-07-19 18:04:11 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "copy_dir"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "543d1dd138ef086e2ff05e3a48cf9da045da2033d16f8538fd76b86cd49b2ca3"
|
|
|
|
dependencies = [
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.8.7"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
2024-03-08 22:40:19 +01:00
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.16"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "crc32fast"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.4.2"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-epoch",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.18"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.8.20"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crunchy"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
|
|
|
2023-08-17 21:59:56 +02: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",
|
|
|
|
]
|
|
|
|
|
2024-11-23 18:29:03 +01:00
|
|
|
[[package]]
|
|
|
|
name = "dashmap"
|
|
|
|
version = "6.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crossbeam-utils",
|
2024-11-23 21:46:48 +01:00
|
|
|
"hashbrown 0.14.5",
|
2024-11-23 18:29:03 +01:00
|
|
|
"lock_api",
|
|
|
|
"once_cell",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-11-23 21:46:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.13.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.10.2"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"humantime",
|
|
|
|
"is-terminal",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "exr"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.73.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"bit_field",
|
|
|
|
"half",
|
|
|
|
"lebe",
|
|
|
|
"miniz_oxide",
|
|
|
|
"rayon-core",
|
|
|
|
"smallvec",
|
|
|
|
"zune-inflate",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fdeflate"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.6"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "07c6f4c64c1d33a3111c4466f7365ebdcc37c5bd1ea0d62aae2e3d722aacbedb"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "flate2"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.35"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"crc32fast",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2024-03-02 20:53:44 +01:00
|
|
|
version = "1.2.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 20:53:44 +01:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.31"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.31"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.31"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.31"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.2.15"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-05-18 15:10:04 +02:00
|
|
|
"js-sys",
|
2023-08-19 22:39:02 +02:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
2024-05-18 15:10:04 +02:00
|
|
|
"wasm-bindgen",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "gif"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.13.1"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"color_quant",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "gimli"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.31.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
2024-02-18 14:18:15 +01:00
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "git2"
|
|
|
|
version = "0.19.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724"
|
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"bitflags 2.6.0",
|
2024-09-28 23:43:05 +02:00
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "half"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "2.4.1"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"crunchy",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "handlebars"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "4.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"log",
|
|
|
|
"pest",
|
|
|
|
"pest_derive",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.14.5"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
2023-08-19 22:39:02 +02:00
|
|
|
|
2024-11-23 21:46:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
|
|
|
version = "0.15.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "heck"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "hermit-abi"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.3.9"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 21:46:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "http"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.1.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2024-02-18 14:18:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "http-body-util"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.2"
|
2024-02-18 14:18:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
2024-02-18 14:18:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
2024-11-23 21:46:48 +01:00
|
|
|
"futures-util",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http",
|
|
|
|
"http-body",
|
2023-08-18 17:04:12 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httparse"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.9.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "httpdate"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "hyper"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.5.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "97818827ef4f364230e16705d4706e2897df2bb60617d6ca15d598025a3c481f"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
|
|
|
"pin-project-lite",
|
2024-05-18 15:10:04 +02:00
|
|
|
"smallvec",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
2024-02-18 14:18:15 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hyper-util"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.10"
|
2024-02-18 14:18:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
2024-02-18 14:18:15 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"hyper",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2024-11-23 21:46:48 +01:00
|
|
|
"tower-service",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.61"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"android_system_properties",
|
|
|
|
"core-foundation-sys",
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
"windows-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-11-23 21:46:48 +01: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",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.3"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
2024-03-02 20:53:44 +01:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01: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",
|
2024-03-02 20:53:44 +01:00
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "image"
|
2024-11-23 20:43:26 +01:00
|
|
|
version = "0.25.5"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 20:43:26 +01:00
|
|
|
checksum = "cd6f44aed642f18953a158afeb30206f4d50da59fbc66ecb53c66488de73563b"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
2024-11-23 20:43:26 +01:00
|
|
|
"byteorder-lite",
|
2024-02-20 23:30:36 +01:00
|
|
|
"color_quant",
|
|
|
|
"exr",
|
|
|
|
"gif",
|
2024-11-23 20:43:26 +01:00
|
|
|
"image-webp",
|
2024-02-20 23:30:36 +01:00
|
|
|
"num-traits",
|
|
|
|
"png",
|
|
|
|
"qoi",
|
2024-11-23 20:43:26 +01:00
|
|
|
"ravif",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
2024-02-20 23:30:36 +01:00
|
|
|
"tiff",
|
2024-11-23 20:43:26 +01:00
|
|
|
"zune-core",
|
|
|
|
"zune-jpeg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "image-webp"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e031e8e3d94711a9ccb5d6ea357439ef3dcbed361798bd4071dc4d9793fbe22f"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder-lite",
|
|
|
|
"quick-error",
|
2024-02-20 23:30:36 +01:00
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "imgref"
|
|
|
|
version = "1.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.6.0"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-11-23 21:46:48 +01:00
|
|
|
"hashbrown 0.15.1",
|
2024-07-21 10:21:00 +02:00
|
|
|
"serde",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "interpolate_name"
|
|
|
|
version = "0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "is-terminal"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.4.13"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"hermit-abi 0.4.0",
|
2024-05-18 15:10:04 +02:00
|
|
|
"libc",
|
|
|
|
"windows-sys 0.52.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-05-18 15:10:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.70.1"
|
2024-05-18 15:10:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-05-18 15:10:04 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.13"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
|
|
|
version = "0.1.32"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-07-22 20:34:42 +02:00
|
|
|
[[package]]
|
|
|
|
name = "jotdown"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b87ebc8a1c0fdfdedb65abbffb023e45ebbbfe089625f93f6f5acc56685c0abf"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "jpeg-decoder"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.72"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "lebe"
|
|
|
|
version = "0.5.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.164"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "libfuzzer-sys"
|
|
|
|
version = "0.4.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b9569d2f74e257076d8c6bfa73fb505b46b851e51ddaecc825944aa3bed17fa"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"cc",
|
|
|
|
]
|
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "libgit2-sys"
|
|
|
|
version = "0.17.0+1.8.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libz-sys"
|
|
|
|
version = "1.1.20"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
|
|
|
]
|
|
|
|
|
2024-11-23 21:46:48 +01:00
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.4.12"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.4.22"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "loop9"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
|
|
|
dependencies = [
|
|
|
|
"imgref",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "matchit"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.7.3"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "maybe-rayon"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"rayon",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.7.4"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "mime"
|
|
|
|
version = "0.3.17"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-18 21:19:31 +02:00
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "miniz_oxide"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.8.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"adler2",
|
2024-02-20 23:30:36 +01:00
|
|
|
"simd-adler32",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "mio"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.2"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"hermit-abi 0.3.9",
|
2023-08-18 17:04:12 +02:00
|
|
|
"libc",
|
2023-08-18 21:19:31 +02:00
|
|
|
"wasi",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "new_debug_unreachable"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "noop_proc_macro"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
|
|
|
|
dependencies = [
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-integer"
|
|
|
|
version = "0.1.46"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
|
dependencies = [
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.2.19"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "object"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.36.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.20.2"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.12.3"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.9.10"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2023-08-18 21:19:31 +02:00
|
|
|
"redox_syscall",
|
2023-08-18 17:04:12 +02:00
|
|
|
"smallvec",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
|
|
|
version = "1.0.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
2024-03-02 20:53:44 +01:00
|
|
|
version = "2.3.1"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-03-02 20:53:44 +01:00
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.7.14"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "879952a81a83930934cbf1786752d6dedc3b1f29e8f8fb2ad1d0a36f377cf442"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-05-18 15:10:04 +02:00
|
|
|
"memchr",
|
2023-08-18 17:04:12 +02:00
|
|
|
"thiserror",
|
|
|
|
"ucd-trie",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_derive"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.7.14"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "d214365f632b123a47fd913301e14c946c61d1c183ee245fa76eb752e59a02dd"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_generator",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_generator"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.7.14"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "eb55586734301717aea2ac313f50b2eb8f60d2fc3dc01d190eefa2e625f60c4e"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"pest",
|
|
|
|
"pest_meta",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pest_meta"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.7.14"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b75da2a70cf4d9cb76833c990ac9cd3923c9a8905a8929789ce347c84564d03d"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"pest",
|
|
|
|
"sha2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.15"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
|
|
|
version = "0.3.31"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "png"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.17.14"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "52f9d46a34a05a6a57566bc2bfae066ef07585a6e3fa30fbbdff5936380623f0"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"crc32fast",
|
|
|
|
"fdeflate",
|
|
|
|
"flate2",
|
|
|
|
"miniz_oxide",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.20"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2023-08-19 22:39:02 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.92"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "profiling"
|
|
|
|
version = "1.0.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "afbdc74edc00b6f6a218ca6a5364d6226a259d4b8ea1af4a0ea063f27e179f4d"
|
|
|
|
dependencies = [
|
|
|
|
"profiling-procmacros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "profiling-procmacros"
|
|
|
|
version = "1.0.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a65f2e60fbf1063868558d69c6beacf412dc755f9fc020f514b7955fc914fe30"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "qoi"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
dependencies = [
|
|
|
|
"bytemuck",
|
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "quick-error"
|
|
|
|
version = "2.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.37"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rav1e"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
|
|
|
|
dependencies = [
|
|
|
|
"arbitrary",
|
|
|
|
"arg_enum_proc_macro",
|
|
|
|
"arrayvec",
|
|
|
|
"av1-grain",
|
|
|
|
"bitstream-io",
|
|
|
|
"built",
|
|
|
|
"cfg-if",
|
|
|
|
"interpolate_name",
|
|
|
|
"itertools",
|
|
|
|
"libc",
|
|
|
|
"libfuzzer-sys",
|
|
|
|
"log",
|
|
|
|
"maybe-rayon",
|
|
|
|
"new_debug_unreachable",
|
|
|
|
"noop_proc_macro",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"profiling",
|
|
|
|
"rand",
|
|
|
|
"rand_chacha",
|
|
|
|
"simd_helpers",
|
|
|
|
"system-deps",
|
|
|
|
"thiserror",
|
|
|
|
"v_frame",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ravif"
|
|
|
|
version = "0.11.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2413fd96bd0ea5cdeeb37eaf446a22e6ed7b981d792828721e74ded1980a45c6"
|
|
|
|
dependencies = [
|
|
|
|
"avif-serialize",
|
|
|
|
"imgref",
|
|
|
|
"loop9",
|
|
|
|
"quick-error",
|
|
|
|
"rav1e",
|
|
|
|
"rayon",
|
|
|
|
"rgb",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.10.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
2024-02-20 23:30:36 +01:00
|
|
|
dependencies = [
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
|
|
|
version = "1.12.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
|
|
dependencies = [
|
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.5.7"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"bitflags 2.6.0",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
2023-08-19 17:52:13 +02:00
|
|
|
[[package]]
|
|
|
|
name = "regex"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.11.1"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-automata",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-automata"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.4.9"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
2023-08-19 17:52:13 +02:00
|
|
|
dependencies = [
|
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
|
|
|
"regex-syntax",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "regex-syntax"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.8.5"
|
2023-08-19 17:52:13 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
2023-08-19 17:52:13 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "rgb"
|
|
|
|
version = "0.8.50"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "57397d16646700483b67d2dd6511d79318f9d057fdbd21a4066aeac8b41d310a"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-demangle"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.24"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.18"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.0.18"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.215"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.215"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.133"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-11-23 21:46:48 +01:00
|
|
|
"memchr",
|
2023-08-18 17:04:12 +02:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_path_to_error"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.16"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-20 12:15:48 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.6.8"
|
2023-08-20 12:15:48 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
2023-08-20 12:15:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "serde_urlencoded"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.10.8"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.4.2"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simd-adler32"
|
|
|
|
version = "0.3.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "simd_helpers"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
]
|
|
|
|
|
2024-02-18 14:18:15 +01:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.13.2"
|
2024-02-18 14:18:15 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-02-18 14:18:15 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "socket2"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.5.7"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2024-05-18 15:10:04 +02:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
2024-02-20 23:30:36 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
2024-02-20 23:30:36 +01:00
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 21:19:31 +02:00
|
|
|
name = "strsim"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.11.1"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2023-08-17 21:59:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "syn"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.0.89"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
2023-08-17 21:59:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "sync_wrapper"
|
|
|
|
version = "0.1.2"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-08-18 17:04:12 +02:00
|
|
|
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
|
2023-08-17 21:59:56 +02:00
|
|
|
|
2024-05-18 15:10:04 +02:00
|
|
|
[[package]]
|
|
|
|
name = "sync_wrapper"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.2"
|
2024-05-18 15:10:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2024-05-18 15:10:04 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
|
|
|
version = "6.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-expr",
|
|
|
|
"heck",
|
|
|
|
"pkg-config",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
|
|
|
version = "0.12.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "termcolor"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.4.1"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
2023-08-17 21:59:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "thiserror"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.69"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
2023-08-18 17:04:12 +02:00
|
|
|
"thiserror-impl",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "thiserror-impl"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.69"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "tiff"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
|
|
|
|
dependencies = [
|
|
|
|
"flate2",
|
|
|
|
"jpeg-decoder",
|
|
|
|
"weezl",
|
|
|
|
]
|
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2024-03-02 20:53:44 +01:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2024-03-02 20:53:44 +01:00
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "tokio"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.41.1"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "22cfb5bee7a6a52939ca9224d6ac897bb669134078daa8735560897f69de4d33"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
2023-08-18 17:04:12 +02:00
|
|
|
"backtrace",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"mio",
|
2023-08-18 21:19:31 +02:00
|
|
|
"parking_lot",
|
2023-08-18 17:04:12 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
"signal-hook-registry",
|
2024-02-18 14:18:15 +01:00
|
|
|
"socket2",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio-macros",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-sys 0.52.0",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "tokio-macros"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.4.0"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
2023-08-17 21:59:56 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.8.19"
|
2024-11-23 20:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
2024-11-23 20:43:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2024-11-23 21:46:48 +01:00
|
|
|
"toml_edit 0.22.22",
|
2024-11-23 20:43:26 +01:00
|
|
|
]
|
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.6.8"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2023-08-20 12:15:48 +02:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
2023-08-19 22:39:02 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.19.15"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
2023-08-20 12:15:48 +02:00
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
2023-08-19 22:39:02 +02:00
|
|
|
"toml_datetime",
|
2024-11-23 20:43:26 +01:00
|
|
|
"winnow 0.5.40",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.22.22"
|
2024-11-23 20:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
2024-11-23 20:43:26 +01:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow 0.6.20",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "tower"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.5.1"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2873938d487c3cfb9aed7546dc9f2711d867c9f90c46b889989a2cb84eba6b4f"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
2023-08-18 17:04:12 +02:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"pin-project-lite",
|
2024-11-23 21:46:48 +01:00
|
|
|
"sync_wrapper 0.1.2",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
|
|
|
"tower-layer",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 13:25:20 +02:00
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "tower-layer"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.3"
|
2023-08-18 13:25:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 17:04:12 +02:00
|
|
|
name = "tower-service"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.3.3"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.40"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
|
2023-08-17 21:59:56 +02:00
|
|
|
dependencies = [
|
2023-08-18 17:04:12 +02:00
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "0.1.32"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
2023-08-18 13:39:08 +02:00
|
|
|
name = "treehouse"
|
2023-08-17 21:59:56 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2023-08-18 17:04:12 +02:00
|
|
|
"anyhow",
|
|
|
|
"axum",
|
2024-03-02 20:53:44 +01:00
|
|
|
"base64",
|
2024-07-19 18:04:11 +02:00
|
|
|
"blake3",
|
2024-03-08 22:40:19 +01:00
|
|
|
"chrono",
|
2023-08-18 21:19:31 +02:00
|
|
|
"clap",
|
2023-08-18 13:39:08 +02:00
|
|
|
"codespan-reporting",
|
2023-08-18 17:04:12 +02:00
|
|
|
"copy_dir",
|
2024-11-23 18:29:03 +01:00
|
|
|
"dashmap",
|
2023-08-19 17:52:13 +02:00
|
|
|
"env_logger",
|
2024-09-28 23:43:05 +02:00
|
|
|
"git2",
|
2023-08-18 13:39:08 +02:00
|
|
|
"handlebars",
|
2024-02-18 14:18:15 +01:00
|
|
|
"http-body",
|
2024-02-20 23:30:36 +01:00
|
|
|
"image",
|
2024-07-21 10:21:00 +02:00
|
|
|
"indexmap",
|
2024-07-22 20:34:42 +02:00
|
|
|
"jotdown",
|
2023-08-19 17:52:13 +02:00
|
|
|
"log",
|
2023-08-19 22:39:02 +02:00
|
|
|
"rand",
|
2024-11-23 21:42:25 +01:00
|
|
|
"rayon",
|
2024-03-10 23:23:50 +01:00
|
|
|
"regex",
|
2023-08-18 17:04:12 +02:00
|
|
|
"serde",
|
2023-08-27 14:50:46 +02:00
|
|
|
"serde_json",
|
2023-08-18 17:04:12 +02:00
|
|
|
"tokio",
|
2024-11-23 20:43:26 +01:00
|
|
|
"toml_edit 0.19.15",
|
2023-08-18 13:39:08 +02:00
|
|
|
"treehouse-format",
|
2023-08-19 22:39:02 +02:00
|
|
|
"ulid",
|
2024-03-02 20:53:44 +01:00
|
|
|
"url",
|
2023-08-19 17:52:13 +02:00
|
|
|
"walkdir",
|
2023-08-17 21:59:56 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2023-08-18 13:39:08 +02:00
|
|
|
name = "treehouse-format"
|
2023-08-17 21:59:56 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "1.17.0"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-08-17 21:59:56 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ucd-trie"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.7"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
2023-08-17 21:59:56 +02:00
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
|
|
|
name = "ulid"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.1.3"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "04f903f293d11f31c0c29e4148f6dc0d033a7f80cebc0282bea147611667d289"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
2024-05-18 15:10:04 +02:00
|
|
|
"getrandom",
|
2023-08-19 22:39:02 +02:00
|
|
|
"rand",
|
2024-05-18 15:10:04 +02:00
|
|
|
"web-time",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "1.0.14"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 13:25:20 +02:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.14"
|
2023-08-18 13:25:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2023-08-18 13:25:20 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "2.5.4"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2024-03-02 20:53:44 +01:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2024-11-23 21:46:48 +01: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-08-18 21:19:31 +02:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.2"
|
2023-08-18 21:19:31 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2023-08-18 21:19:31 +02:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "v_frame"
|
|
|
|
version = "0.3.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d6f32aaa24bacd11e488aa9ba66369c7cd514885742c9fe08cfe85884db3e92b"
|
|
|
|
dependencies = [
|
|
|
|
"aligned-vec",
|
|
|
|
"num-traits",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-09-28 23:43:05 +02:00
|
|
|
[[package]]
|
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
|
|
|
|
|
2023-08-17 21:59:56 +02:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.9.5"
|
2023-08-17 21:59:56 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2023-08-18 13:25:20 +02:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-05-18 15:10:04 +02:00
|
|
|
version = "2.5.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.95"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
2024-11-23 21:46:48 +01:00
|
|
|
"once_cell",
|
2024-03-08 22:40:19 +01:00
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.95"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"once_cell",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.95"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.95"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
2024-03-08 22:40:19 +01:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.2.95"
|
2024-03-08 22:40:19 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
2024-03-08 22:40:19 +01:00
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
2024-05-18 15:10:04 +02:00
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
2023-08-18 13:25:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2023-08-18 13:25:20 +02:00
|
|
|
dependencies = [
|
2024-05-18 15:10:04 +02:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2023-08-18 13:25:20 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-05-18 15:10:04 +02:00
|
|
|
name = "weezl"
|
|
|
|
version = "0.1.8"
|
2023-08-18 13:25:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-05-18 15:10:04 +02:00
|
|
|
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
|
2023-08-18 13:25:20 +02:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.1.9"
|
2023-08-18 13:25:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2023-08-18 13:25:20 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-sys 0.59.0",
|
2023-08-18 13:25:20 +02:00
|
|
|
]
|
|
|
|
|
2024-03-08 22:40:19 +01:00
|
|
|
[[package]]
|
|
|
|
name = "windows-core"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2024-03-02 20:53:44 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.52.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2023-08-18 17:04:12 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows-targets",
|
2024-03-02 20:53:44 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.52.6"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-03-02 20:53:44 +01:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
2024-05-18 15:10:04 +02:00
|
|
|
"windows_i686_gnullvm",
|
2024-11-23 21:46:48 +01:00
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
2023-08-18 17:04:12 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-11-23 21:46:48 +01:00
|
|
|
version = "0.52.6"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
2024-05-18 15:10:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-05-18 15:10:04 +02:00
|
|
|
|
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "winnow"
|
|
|
|
version = "0.5.40"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "winnow"
|
|
|
|
version = "0.6.20"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "write16"
|
|
|
|
version = "1.0.0"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
2023-08-18 17:04:12 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-18 17:04:12 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
2023-08-18 17:04:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
2023-08-19 22:39:02 +02:00
|
|
|
|
2024-03-02 20:53:44 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
2024-03-02 20:53:44 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
2024-03-02 20:53:44 +01:00
|
|
|
|
2023-08-19 22:39:02 +02:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
2023-08-19 22:39:02 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
2023-08-19 22:39:02 +02:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2023-08-19 22:39:02 +02:00
|
|
|
]
|
2024-02-20 23:30:36 +01:00
|
|
|
|
2024-11-23 20:43:26 +01:00
|
|
|
[[package]]
|
2024-11-23 21:46:48 +01:00
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
2024-11-23 20:43:26 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-23 21:46:48 +01:00
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
2024-11-23 20:43:26 +01:00
|
|
|
dependencies = [
|
2024-11-23 21:46:48 +01:00
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"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",
|
|
|
|
"syn",
|
2024-11-23 20:43:26 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-core"
|
|
|
|
version = "0.4.12"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
|
|
|
2024-02-20 23:30:36 +01:00
|
|
|
[[package]]
|
|
|
|
name = "zune-inflate"
|
|
|
|
version = "0.2.54"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
dependencies = [
|
|
|
|
"simd-adler32",
|
|
|
|
]
|
2024-11-23 20:43:26 +01:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zune-jpeg"
|
|
|
|
version = "0.4.13"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "16099418600b4d8f028622f73ff6e3deaabdff330fb9a2a131dea781ee8b0768"
|
|
|
|
dependencies = [
|
|
|
|
"zune-core",
|
|
|
|
]
|