2025-09-16 21:07:44 +02:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 4
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "PMOMusic"
|
|
|
|
|
version = "0.1.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
|
|
|
|
"console-subscriber",
|
2025-10-06 07:31:03 +02:00
|
|
|
"pmoapp",
|
2025-11-03 06:55:45 +01:00
|
|
|
"pmoaudio-ext",
|
2025-10-17 13:12:28 +02:00
|
|
|
"pmoaudiocache",
|
2025-09-23 20:54:50 +02:00
|
|
|
"pmoconfig",
|
2025-10-07 08:33:06 +02:00
|
|
|
"pmocovers",
|
2025-10-16 21:43:08 +02:00
|
|
|
"pmomediarenderer",
|
2025-10-17 09:01:24 +02:00
|
|
|
"pmomediaserver",
|
2025-10-06 06:01:41 +02:00
|
|
|
"pmoserver",
|
2025-10-17 12:45:18 +02:00
|
|
|
"pmosource",
|
2025-09-23 20:54:50 +02:00
|
|
|
"pmoupnp",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
2025-10-17 12:16:39 +02:00
|
|
|
"utoipa",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "adler2"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.1.4"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "aligned-vec"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"equator",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "alsa"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alsa-sys",
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "alsa-sys"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "anyhow"
|
|
|
|
|
version = "1.0.100"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "arbitrary"
|
|
|
|
|
version = "1.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_arbitrary",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[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",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "arrayvec"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "assert-json-diff"
|
|
|
|
|
version = "2.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "assert_type_match"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f548ad2c4031f2902e3edc1f29c29e835829437de49562d8eb5dc5584d3a1043"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "async-lock"
|
|
|
|
|
version = "3.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"event-listener-strategy",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "async-stream"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-stream-impl",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-stream-impl"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-trait"
|
|
|
|
|
version = "0.1.89"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atomic-waker"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
|
2025-10-27 19:25:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "audiopus_sys"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62314a1546a2064e033665d658e88c620a62904be945f8147e6b16c3db9f8651"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cmake",
|
|
|
|
|
"log",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "av1-grain"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.5"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "8cfddb07216410377231960af4fcab838eaa12e013417781b78bd95ee22077f8"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"log",
|
2025-11-03 06:55:45 +01:00
|
|
|
"nom 8.0.0",
|
2025-10-07 08:33:06 +02:00
|
|
|
"num-rational",
|
|
|
|
|
"v_frame",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "avif-serialize"
|
|
|
|
|
version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "axum"
|
|
|
|
|
version = "0.7.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "edca88bc138befd0323b20752846e6587272d3b03b0343c8ea28a6f819e6e71f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"axum-core 0.4.5",
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"itoa",
|
|
|
|
|
"matchit 0.7.3",
|
|
|
|
|
"memchr",
|
|
|
|
|
"mime",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"serde",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tower 0.5.2",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "axum"
|
|
|
|
|
version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"axum-core 0.5.5",
|
|
|
|
|
"bytes",
|
|
|
|
|
"form_urlencoded",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"itoa",
|
2025-10-26 21:35:02 +01:00
|
|
|
"matchit 0.8.4",
|
2025-09-23 20:54:50 +02:00
|
|
|
"memchr",
|
|
|
|
|
"mime",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_path_to_error",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tokio",
|
2025-10-26 21:35:02 +01:00
|
|
|
"tower 0.5.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-core"
|
|
|
|
|
version = "0.4.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09f2bd6146b97ae3359fa0cc6d6b376d9539582c7b4220f041a33ec24c226199"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"mime",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-core"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"mime",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-embed"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "077959a7f8cf438676af90b483304528eb7e16eadadb7f44e9ada4f9dceb9e62"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"axum-core 0.4.5",
|
|
|
|
|
"chrono",
|
|
|
|
|
"http",
|
|
|
|
|
"mime_guess",
|
|
|
|
|
"rust-embed",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "axum-server"
|
|
|
|
|
version = "0.7.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "495c05f60d6df0093e8fb6e74aa5846a0ad06abaf96d76166283720bf740f8ab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"fs-err",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.21.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.22.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_macro_utils"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "17dbc3f8948da58b3c17767d20fd3cd35fe4721ed19a9a3204a6f1d6c9951bdd"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"parking_lot",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
|
|
|
|
"toml_edit 0.23.7",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_platform"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "10cf8cda162688c95250e74cffaa1c3a04597f105d4ca35554106f107308ea57"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"critical-section",
|
2025-10-17 14:36:39 +02:00
|
|
|
"foldhash 0.2.0",
|
2025-10-01 20:49:50 +02:00
|
|
|
"futures-channel",
|
2025-10-07 08:33:06 +02:00
|
|
|
"hashbrown 0.16.0",
|
2025-10-01 20:49:50 +02:00
|
|
|
"js-sys",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
"portable-atomic-util",
|
|
|
|
|
"serde",
|
|
|
|
|
"spin",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_ptr"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "28ab4074e7b781bab84e9b0a41ede245d673d1f75646ce0db27643aedcfb3a85"
|
2025-10-01 20:49:50 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_reflect"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "333df3f5947b7e62728eb5c0b51d679716b16c7c5283118fed4563f13230954e"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"assert_type_match",
|
|
|
|
|
"bevy_platform",
|
|
|
|
|
"bevy_ptr",
|
|
|
|
|
"bevy_reflect_derive",
|
|
|
|
|
"bevy_utils",
|
|
|
|
|
"derive_more",
|
|
|
|
|
"disqualified",
|
|
|
|
|
"downcast-rs",
|
|
|
|
|
"erased-serde",
|
2025-10-17 14:36:39 +02:00
|
|
|
"foldhash 0.2.0",
|
2025-10-01 20:49:50 +02:00
|
|
|
"glam",
|
|
|
|
|
"inventory",
|
|
|
|
|
"serde",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"smol_str",
|
2025-10-07 08:33:06 +02:00
|
|
|
"thiserror 2.0.17",
|
2025-10-01 20:49:50 +02:00
|
|
|
"uuid",
|
|
|
|
|
"variadics_please",
|
|
|
|
|
"wgpu-types",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_reflect_derive"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "0205dce9c5a4d8d041b263bcfd96e9d9d6f3d49416e12db347ab5778b3071fe1"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bevy_macro_utils",
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-10-01 20:49:50 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 20:49:50 +02:00
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bevy_utils"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.17.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "080254083c74d5f6eb0649d7cd6181bda277e8fe3c509ec68990a5d56ec23f24"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bevy_platform",
|
|
|
|
|
"disqualified",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 23:00:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "bindgen"
|
|
|
|
|
version = "0.72.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-26 23:00:31 +01:00
|
|
|
"cexpr",
|
|
|
|
|
"clang-sys",
|
2025-11-03 06:55:45 +01:00
|
|
|
"itertools 0.13.0",
|
2025-11-04 22:14:40 +00:00
|
|
|
"log",
|
|
|
|
|
"prettyplease",
|
2025-10-26 23:00:31 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"regex",
|
|
|
|
|
"rustc-hash",
|
|
|
|
|
"shlex",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-26 23:00:31 +01:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bit_field"
|
|
|
|
|
version = "0.10.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.10.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"serde_core",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitstream-io"
|
|
|
|
|
version = "2.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
|
|
|
|
|
|
2025-09-23 20:54:50 +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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "built"
|
2025-10-26 15:16:40 +01:00
|
|
|
version = "0.7.1"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-26 15:16:40 +01:00
|
|
|
checksum = "38d17f4d6e4dc36d1a02fbedc2753a096848e7c1b0772f7654eab8e2c927dd53"
|
2025-10-07 08:33:06 +02:00
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
|
|
|
|
version = "3.19.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytemuck"
|
2025-10-28 18:41:34 +01:00
|
|
|
version = "1.24.0"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-28 18:41:34 +01:00
|
|
|
checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytemuck_derive"
|
2025-10-28 18:41:34 +01:00
|
|
|
version = "1.10.2"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-28 18:41:34 +01:00
|
|
|
checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "byteorder-lite"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
|
|
|
|
version = "1.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "c_linked_list"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4964518bd3b4a8190e832886cdc0da9794f12e8e6c1613a9e90ff331c4c8724b"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.2.44"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "37521ac7aabe3d13122dc382493e20c9416f299d2ccd5b3a5340a2570cdeb0f3"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"find-msvc-tools",
|
2025-10-07 08:33:06 +02:00
|
|
|
"jobserver",
|
|
|
|
|
"libc",
|
2025-09-16 21:07:44 +02:00
|
|
|
"shlex",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "cesu8"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
|
|
|
|
2025-10-26 23:00:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cexpr"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"nom 7.1.3",
|
2025-10-26 23:00:31 +01:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.0.4"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
|
|
|
|
version = "0.4.42"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"iana-time-zone",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"num-traits",
|
2025-09-23 20:54:50 +02:00
|
|
|
"serde",
|
2025-09-16 21:07:44 +02:00
|
|
|
"wasm-bindgen",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-26 23:00:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "clang-sys"
|
|
|
|
|
version = "1.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"glob",
|
|
|
|
|
"libc",
|
|
|
|
|
"libloading",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "claxon"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4bfbf56724aa9eca8afa4fcfadeb479e722935bb2a0900c2d37e0cc477af0688"
|
|
|
|
|
|
2025-10-27 17:30:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "cmake"
|
|
|
|
|
version = "0.1.54"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "color_quant"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "colored"
|
|
|
|
|
version = "3.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "combine"
|
|
|
|
|
version = "4.6.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "concurrent-queue"
|
|
|
|
|
version = "2.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "console-api"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8030735ecb0d128428b64cd379809817e620a40e5001c54465b99ec5feec2857"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"prost",
|
|
|
|
|
"prost-types",
|
|
|
|
|
"tonic",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "console-subscriber"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6539aa9c6a4cd31f4b1c040f860a1eac9aa80e7df6b05d506a6e7179936d6a01"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"console-api",
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"hdrhistogram",
|
|
|
|
|
"humantime",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"prost",
|
|
|
|
|
"prost-types",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"thread_local",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-stream",
|
|
|
|
|
"tonic",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cookie"
|
|
|
|
|
version = "0.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"time",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cookie_store"
|
|
|
|
|
version = "0.21.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2eac901828f88a5241ee0600950ab981148a18f2f756900ffba1b125ca6a3ef9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cookie",
|
|
|
|
|
"document-features",
|
|
|
|
|
"idna",
|
|
|
|
|
"log",
|
|
|
|
|
"publicsuffix",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"time",
|
|
|
|
|
"url",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation"
|
|
|
|
|
version = "0.9.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "coreaudio-rs"
|
|
|
|
|
version = "0.11.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"coreaudio-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "coreaudio-sys"
|
|
|
|
|
version = "0.2.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cpal"
|
|
|
|
|
version = "0.15.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"alsa",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"coreaudio-rs",
|
|
|
|
|
"dasp_sample",
|
|
|
|
|
"jni",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"mach2",
|
|
|
|
|
"ndk",
|
|
|
|
|
"ndk-context",
|
|
|
|
|
"oboe",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
"windows 0.54.0",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.2.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 15:16:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc"
|
|
|
|
|
version = "3.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
|
|
|
|
|
dependencies = [
|
2025-10-27 23:48:30 +01:00
|
|
|
"crc-catalog",
|
2025-10-19 01:31:22 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-26 15:16:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc-catalog"
|
|
|
|
|
version = "2.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crc32fast"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "critical-section"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
|
version = "0.5.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-deque"
|
|
|
|
|
version = "0.8.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-epoch"
|
|
|
|
|
version = "0.9.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
|
|
|
|
version = "0.8.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "crunchy"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
|
|
|
|
2025-09-23 20:54:50 +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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "dasp_sample"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "data-encoding"
|
|
|
|
|
version = "2.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "deadpool"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0be2b1d1d6ec8d846f05e137292d0b89133caf95ef33695424c09568bdd39b1b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"deadpool-runtime",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"num_cpus",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "deadpool-runtime"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "092966b41edc516079bdf31ec78a2e0588d1d0c08f78b91d8307215928642b2b"
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "deranged"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.5.5"
|
2025-10-06 20:24:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
2025-10-06 20:24:04 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"powerfmt",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "derive_arbitrary"
|
|
|
|
|
version = "1.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 07:42:16 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "derive_more"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"derive_more-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "derive_more-impl"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +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",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dirs"
|
|
|
|
|
version = "6.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dirs-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"option-ext",
|
|
|
|
|
"redox_users",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "displaydoc"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "disqualified"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c9c272297e804878a2a4b707cfcfc6d2328b5bb936944613b4fdf2b9269afdfd"
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "document-features"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.12"
|
2025-10-11 15:59:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
|
2025-10-11 15:59:43 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"litrs",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "downcast-rs"
|
|
|
|
|
version = "2.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "117240f60069e65410b3ae1bb213295bd828f707b5bec6596a1afc8793ce0cbc"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "either"
|
|
|
|
|
version = "1.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "encoding_rs"
|
|
|
|
|
version = "0.8.35"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "equator"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"equator-macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "equator-macro"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "erased-serde"
|
|
|
|
|
version = "0.4.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "259d404d09818dec19332e31d94558aeb442fea04c817006456c24b5460bbd4b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
|
|
|
|
"typeid",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
|
|
|
|
version = "0.3.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "event-listener"
|
|
|
|
|
version = "5.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"parking",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "event-listener-strategy"
|
|
|
|
|
version = "0.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "exr"
|
|
|
|
|
version = "1.73.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bit_field",
|
|
|
|
|
"half",
|
|
|
|
|
"lebe",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"zune-inflate",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "extended"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-iterator"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fallible-streaming-iterator"
|
|
|
|
|
version = "0.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fax"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fax_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fax_derive"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "fdeflate"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "find-msvc-tools"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.1.4"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-26 15:16:40 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "flacenc"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "22846e369206f5c3caa4c59071041fe70c1c2863ebdd2341e6ad17490d53772b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"built",
|
2025-10-27 23:48:30 +01:00
|
|
|
"crc",
|
2025-10-19 01:31:22 +02:00
|
|
|
"crossbeam-channel",
|
|
|
|
|
"heapless",
|
|
|
|
|
"log",
|
|
|
|
|
"md-5",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"seq-macro",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "flate2"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.1.5"
|
2025-10-01 07:42:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
|
2025-10-01 07:42:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"libz-rs-sys",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.7"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-17 14:36:39 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "foldhash"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "foldhash"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"foreign-types-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "foreign-types-shared"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "form_urlencoded"
|
|
|
|
|
version = "1.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "fs-err"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "3.1.3"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6ad492b2cf1d89d568a43508ab24f98501fe03f2f31c01e1d0fe7366a71745d2"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-executor",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-channel"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
|
|
|
|
version = "0.3.31"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-macro",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"memchr",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gcc"
|
|
|
|
|
version = "0.3.55"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f5f3913fa0bfe7ee1fd8248b6b9f42a5af4b9d65ec2dd2c3c26132b950ecfc2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "generic-array"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.14.9"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "get_if_addrs"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "abddb55a898d32925f3148bd281174a68eeb68bbfd9a5938a57b18f506ee4ef7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"c_linked_list",
|
|
|
|
|
"get_if_addrs-sys",
|
|
|
|
|
"libc",
|
2025-10-19 12:45:59 +02:00
|
|
|
"winapi 0.2.8",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "get_if_addrs-sys"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0d04f9fb746cf36b191c00f3ede8bde9c8e64f9f4b05ae2694a9ccf5e3f5ab48"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"gcc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-11-03 06:55:45 +01:00
|
|
|
"wasi",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.3.4"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"r-efi",
|
2025-11-03 06:55:45 +01:00
|
|
|
"wasip2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "gif"
|
|
|
|
|
version = "0.13.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"color_quant",
|
|
|
|
|
"weezl",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "glam"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.30.9"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "bd47b05dddf0005d850e5644cae7f2b14ac3df487979dbfff3b56f20b1a6ae46"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "glob"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "h2"
|
|
|
|
|
version = "0.4.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
"bytes",
|
|
|
|
|
"fnv",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"http",
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-09-23 20:54:50 +02:00
|
|
|
"slab",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "half"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.7.1"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"crunchy",
|
2025-11-03 06:55:45 +01:00
|
|
|
"zerocopy",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-19 01:31:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hash32"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-10-17 14:36:39 +02:00
|
|
|
version = "0.15.5"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-17 14:36:39 +02:00
|
|
|
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
2025-10-17 14:36:39 +02:00
|
|
|
"foldhash 0.1.5",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.16.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashlink"
|
2025-10-17 14:36:39 +02:00
|
|
|
version = "0.10.0"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-17 14:36:39 +02:00
|
|
|
checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
2025-10-17 14:36:39 +02:00
|
|
|
"hashbrown 0.15.5",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hdrhistogram"
|
|
|
|
|
version = "7.5.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"base64 0.21.7",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"flate2",
|
2025-11-03 06:55:45 +01:00
|
|
|
"nom 7.1.3",
|
2025-10-26 21:35:02 +01:00
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 01:31:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heapless"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hash32",
|
|
|
|
|
"serde",
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "heck"
|
|
|
|
|
version = "0.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
2025-10-25 22:24:18 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "htmlescape"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "http"
|
|
|
|
|
version = "1.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"fnv",
|
|
|
|
|
"itoa",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"http",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "http-body-util"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httparse"
|
|
|
|
|
version = "1.10.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "httpdate"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "humantime"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-channel",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"h2",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"httparse",
|
|
|
|
|
"httpdate",
|
|
|
|
|
"itoa",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"pin-utils",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"tokio",
|
2025-10-05 14:35:44 +02:00
|
|
|
"want",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-rustls"
|
|
|
|
|
version = "0.27.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"http",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"rustls",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-rustls",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-timeout"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-tls"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"native-tls",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-native-tls",
|
|
|
|
|
"tower-service",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "hyper-util"
|
|
|
|
|
version = "0.1.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
|
|
|
|
|
dependencies = [
|
2025-10-26 21:35:02 +01:00
|
|
|
"base64 0.22.1",
|
2025-09-23 20:54:50 +02:00
|
|
|
"bytes",
|
2025-10-05 14:35:44 +02:00
|
|
|
"futures-channel",
|
2025-09-23 20:54:50 +02:00
|
|
|
"futures-core",
|
2025-10-05 14:35:44 +02:00
|
|
|
"futures-util",
|
2025-09-23 20:54:50 +02:00
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"hyper",
|
2025-10-05 14:35:44 +02:00
|
|
|
"ipnet",
|
|
|
|
|
"libc",
|
|
|
|
|
"percent-encoding",
|
2025-09-23 20:54:50 +02:00
|
|
|
"pin-project-lite",
|
2025-11-03 06:55:45 +01:00
|
|
|
"socket2 0.6.1",
|
2025-10-05 14:35:44 +02:00
|
|
|
"system-configuration",
|
2025-09-23 20:54:50 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tower-service",
|
2025-10-05 14:35:44 +02:00
|
|
|
"tracing",
|
|
|
|
|
"windows-registry",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone"
|
|
|
|
|
version = "0.1.64"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"wasm-bindgen",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-core 0.62.2",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_collections"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"potential_utf",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_locale_core"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"litemap",
|
|
|
|
|
"tinystr",
|
|
|
|
|
"writeable",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_normalizer"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_normalizer_data",
|
|
|
|
|
"icu_properties",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_normalizer_data"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_properties"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"icu_collections",
|
|
|
|
|
"icu_locale_core",
|
|
|
|
|
"icu_properties_data",
|
|
|
|
|
"icu_provider",
|
|
|
|
|
"zerotrie",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_properties_data"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "icu_provider"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.1.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"icu_locale_core",
|
|
|
|
|
"writeable",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerotrie",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "idna"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"idna_adapter",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"utf8_iter",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "idna_adapter"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"icu_normalizer",
|
|
|
|
|
"icu_properties",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "image"
|
|
|
|
|
version = "0.25.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"byteorder-lite",
|
|
|
|
|
"color_quant",
|
|
|
|
|
"exr",
|
|
|
|
|
"gif",
|
|
|
|
|
"image-webp",
|
|
|
|
|
"moxcms",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"png",
|
|
|
|
|
"qoi",
|
|
|
|
|
"ravif",
|
|
|
|
|
"rayon",
|
|
|
|
|
"rgb",
|
|
|
|
|
"tiff",
|
|
|
|
|
"zune-core",
|
|
|
|
|
"zune-jpeg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "image-webp"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder-lite",
|
|
|
|
|
"quick-error",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "imgref"
|
|
|
|
|
version = "1.12.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
|
|
|
|
version = "1.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"hashbrown 0.12.3",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.12.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
2025-10-07 08:33:06 +02:00
|
|
|
"hashbrown 0.16.0",
|
2025-10-01 07:42:16 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "inventory"
|
|
|
|
|
version = "0.3.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustversion",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ipnet"
|
|
|
|
|
version = "2.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iri-string"
|
2025-11-05 19:34:31 +00:00
|
|
|
version = "0.7.9"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-05 19:34:31 +00:00
|
|
|
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.14.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "jni"
|
|
|
|
|
version = "0.21.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cesu8",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"combine",
|
|
|
|
|
"jni-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
"walkdir",
|
|
|
|
|
"windows-sys 0.45.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jni-sys"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "jobserver"
|
|
|
|
|
version = "0.1.34"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"getrandom 0.3.4",
|
2025-10-07 08:33:06 +02:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.3.82"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lazy_static"
|
|
|
|
|
version = "1.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lebe"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
|
|
|
|
|
|
2025-10-27 18:48:13 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "lewton"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"ogg",
|
|
|
|
|
"tinyvec",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.177"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-27 17:30:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libflac-sys"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6fc5cbb957a914952ee9b8667e82b984c6dc280087df01497fc5b4776d303582"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cmake",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libfuzzer-sys"
|
|
|
|
|
version = "0.4.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 23:00:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libloading"
|
|
|
|
|
version = "0.8.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
2025-10-26 23:00:31 +01:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libredox"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-09-23 20:54:50 +02:00
|
|
|
"libc",
|
|
|
|
|
]
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-28 18:41:34 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "libsoxr-sys"
|
|
|
|
|
version = "0.1.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7cffdc8b3b64759d2e95e3236fa6bf85fef226bf57023fa9273ec60edea8fbce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libsqlite3-sys"
|
2025-10-17 14:36:39 +02:00
|
|
|
version = "0.35.0"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-17 14:36:39 +02:00
|
|
|
checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libwebp-sys"
|
|
|
|
|
version = "0.9.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "54cd30df7c7165ce74a456e4ca9732c603e8dc5e60784558c1c6dc047f876733"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"glob",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "libz-rs-sys"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "840db8cf39d9ec4dd794376f38acc40d0fc65eec2a8f484f7fd375b84602becd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zlib-rs",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "litemap"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "litrs"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.0.0"
|
2025-10-11 15:59:43 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
|
2025-10-11 15:59:43 +02:00
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.4.14"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lofty"
|
|
|
|
|
version = "0.22.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ca260c51a9c71f823fbfd2e6fbc8eb2ee09834b98c00763d877ca8bfa85cde3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
"data-encoding",
|
|
|
|
|
"flate2",
|
|
|
|
|
"lofty_attr",
|
|
|
|
|
"log",
|
|
|
|
|
"ogg_pager",
|
|
|
|
|
"paste",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lofty_attr"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed9983e64b2358522f745c1251924e3ab7252d55637e80f6a0a3de642d6a9efc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-12 21:39:20 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
|
|
|
|
version = "0.4.28"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "loop9"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"imgref",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-27 18:13:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "mach2"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchers"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"regex-automata",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchit"
|
|
|
|
|
version = "0.7.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "matchit"
|
|
|
|
|
version = "0.8.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 01:31:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "md-5"
|
|
|
|
|
version = "0.10.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"digest",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
|
|
|
|
version = "0.3.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mime_guess"
|
|
|
|
|
version = "2.0.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mime",
|
|
|
|
|
"unicase",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "minimal-lexical"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
2025-10-27 18:13:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "minimp3"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a3ed9d34ed1a9190336a2b165bf09ac447693dfd9a61684597aaae2ee12df53"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"minimp3-sys",
|
|
|
|
|
"slice-ring-buffer",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "minimp3-sys"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e21c73734c69dc95696c9ed8926a2b393171d98b3f5f5935686a26a487ab9b90"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "miniz_oxide"
|
|
|
|
|
version = "0.8.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"adler2",
|
2025-10-07 08:33:06 +02:00
|
|
|
"simd-adler32",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.1.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-11-03 06:55:45 +01:00
|
|
|
"wasi",
|
|
|
|
|
"windows-sys 0.61.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "mockito"
|
|
|
|
|
version = "1.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7760e0e418d9b7e5777c0374009ca4c93861b9066f18cb334a20ce50ab63aa48"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"assert-json-diff",
|
|
|
|
|
"bytes",
|
|
|
|
|
"colored",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"log",
|
|
|
|
|
"rand 0.9.2",
|
|
|
|
|
"regex",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"similar",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "moka"
|
|
|
|
|
version = "0.12.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-lock",
|
|
|
|
|
"crossbeam-channel",
|
|
|
|
|
"crossbeam-epoch",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
"equivalent",
|
|
|
|
|
"event-listener",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"parking_lot",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
"rustc_version",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"tagptr",
|
|
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "moxcms"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.7.9"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "0fbdd3d7436f8b5e892b8b7ea114271ff0fa00bc5acae845d53b07d498616ef6"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
"pxfm",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "native-tls"
|
|
|
|
|
version = "0.2.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"openssl",
|
|
|
|
|
"openssl-probe",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
"schannel",
|
|
|
|
|
"security-framework",
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
"tempfile",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "ndk"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"jni-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"ndk-sys",
|
|
|
|
|
"num_enum",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-context"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ndk-sys"
|
|
|
|
|
version = "0.5.0+25.2.9519653"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jni-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
2025-11-04 22:14:40 +00:00
|
|
|
name = "netlink-packet-core"
|
|
|
|
|
version = "0.7.0"
|
2025-10-19 12:45:59 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-04 22:14:40 +00:00
|
|
|
checksum = "72724faf704479d67b388da142b186f916188505e7e0b26719019c525882eda4"
|
2025-10-19 12:45:59 +02:00
|
|
|
dependencies = [
|
2025-11-04 22:14:40 +00:00
|
|
|
"anyhow",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"netlink-packet-utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "netlink-packet-sock-diag"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a495cb1de50560a7cd12fdcf023db70eec00e340df81be31cedbbfd4aadd6b76"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-19 12:45:59 +02:00
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"libc",
|
2025-11-04 22:14:40 +00:00
|
|
|
"netlink-packet-core",
|
|
|
|
|
"netlink-packet-utils",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "netlink-packet-utils"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0ede8a08c71ad5a95cdd0e4e52facd37190977039a4704eb82a283f713747d34"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"paste",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "netlink-sys"
|
|
|
|
|
version = "0.8.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "16c903aa70590cb93691bf97a767c8d1d6122d2cc9070433deb3bbf36ce8bd23"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "netstat2"
|
|
|
|
|
version = "0.11.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "496f264d3ead4870d6b366deb9d20597592d64aac2a907f3e7d07c2325ba4663"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bindgen",
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"byteorder",
|
|
|
|
|
"netlink-packet-core",
|
|
|
|
|
"netlink-packet-sock-diag",
|
|
|
|
|
"netlink-packet-utils",
|
|
|
|
|
"netlink-sys",
|
2025-10-19 12:45:59 +02:00
|
|
|
"num-derive 0.3.3",
|
|
|
|
|
"num-traits",
|
2025-11-04 22:14:40 +00:00
|
|
|
"thiserror 2.0.17",
|
2025-10-19 12:45:59 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom"
|
|
|
|
|
version = "8.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "noop_proc_macro"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ntapi"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nu-ansi-term"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.50.3"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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-conv"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-derive"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-derive"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num-integer"
|
|
|
|
|
version = "0.1.46"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
2025-10-07 08:33:06 +02:00
|
|
|
"num-traits",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
2025-10-07 08:33:06 +02:00
|
|
|
name = "num-rational"
|
|
|
|
|
version = "0.4.2"
|
2025-10-06 20:24:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-07 08:33:06 +02:00
|
|
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-bigint",
|
|
|
|
|
"num-integer",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
2025-10-06 20:24:04 +02:00
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_cpus"
|
|
|
|
|
version = "1.17.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"hermit-abi",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num_enum_derive",
|
|
|
|
|
"rustversion",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "num_enum_derive"
|
|
|
|
|
version = "0.7.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.108",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "oboe"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jni",
|
|
|
|
|
"ndk",
|
|
|
|
|
"ndk-context",
|
|
|
|
|
"num-derive 0.4.2",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"oboe-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "oboe-sys"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-27 18:48:13 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "ogg"
|
|
|
|
|
version = "0.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ogg_pager"
|
|
|
|
|
version = "0.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e034c10fb5c1c012c1b327b85df89fb0ef98ae66ec28af30f0d1eed804a40c19"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"byteorder",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.21.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "openssl"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.10.74"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-05 14:35:44 +02:00
|
|
|
"cfg-if",
|
|
|
|
|
"foreign-types",
|
|
|
|
|
"libc",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"openssl-macros",
|
|
|
|
|
"openssl-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-macros"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-probe"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "openssl-sys"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.9.110"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
"pkg-config",
|
|
|
|
|
"vcpkg",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "option-ext"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
|
2025-10-27 19:25:51 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "opus"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6526409b274a7e98e55ff59d96aafd38e6cd34d46b7dbbc32ce126dffcd75e8e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"audiopus_sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "os_info"
|
|
|
|
|
version = "3.12.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d0e1ac5fde8d43c34139135df8ea9ee9465394b2d8d20f032d38998f64afffc3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"plist",
|
|
|
|
|
"serde",
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking"
|
|
|
|
|
version = "2.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.12.5"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.9.12"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "paste"
|
|
|
|
|
version = "1.0.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "percent-encoding"
|
|
|
|
|
version = "2.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project"
|
|
|
|
|
version = "1.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pin-project-internal",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-internal"
|
|
|
|
|
version = "1.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-26 21:35:02 +01:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
|
|
|
|
version = "0.3.32"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "plist"
|
|
|
|
|
version = "1.8.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
|
|
|
|
|
dependencies = [
|
2025-10-26 21:35:02 +01:00
|
|
|
"base64 0.22.1",
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-10-11 10:08:28 +02:00
|
|
|
"quick-xml 0.38.3",
|
2025-10-06 20:24:04 +02:00
|
|
|
"serde",
|
|
|
|
|
"time",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-06 07:31:03 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoapp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-06 20:24:04 +02:00
|
|
|
"pmoserver",
|
2025-10-06 07:31:03 +02:00
|
|
|
"rust-embed",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 00:33:13 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoaudio"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
2025-10-28 18:41:34 +01:00
|
|
|
"bytemuck",
|
2025-11-05 18:25:08 +00:00
|
|
|
"cpal",
|
2025-11-02 15:06:27 +01:00
|
|
|
"futures-util",
|
2025-10-28 18:41:34 +01:00
|
|
|
"paste",
|
|
|
|
|
"pmoflac",
|
2025-10-30 07:06:19 +01:00
|
|
|
"pmometadata",
|
2025-11-02 15:06:27 +01:00
|
|
|
"reqwest",
|
2025-10-28 18:41:34 +01:00
|
|
|
"soxr",
|
|
|
|
|
"tempfile",
|
2025-10-11 00:33:13 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tokio-test",
|
2025-11-02 15:06:27 +01:00
|
|
|
"tokio-util",
|
2025-11-03 06:55:45 +01:00
|
|
|
"tracing",
|
2025-11-04 20:34:44 +01:00
|
|
|
"tracing-subscriber",
|
2025-11-02 15:06:27 +01:00
|
|
|
"wiremock",
|
2025-10-11 00:33:13 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoaudio-ext"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"pmoaudio",
|
|
|
|
|
"pmoaudiocache",
|
2025-11-05 13:44:24 +00:00
|
|
|
"pmocache",
|
2025-11-03 14:52:04 +01:00
|
|
|
"pmocovers",
|
2025-11-03 06:55:45 +01:00
|
|
|
"pmoflac",
|
|
|
|
|
"pmometadata",
|
|
|
|
|
"pmoplaylist",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoaudiocache"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-11-01 21:10:57 +01:00
|
|
|
"async-trait",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-27 17:30:54 +01:00
|
|
|
"bytes",
|
2025-10-12 21:39:20 +02:00
|
|
|
"chrono",
|
2025-10-19 01:31:22 +02:00
|
|
|
"futures-util",
|
2025-10-12 21:39:20 +02:00
|
|
|
"lofty",
|
2025-11-05 20:48:52 +00:00
|
|
|
"once_cell",
|
2025-10-27 12:32:31 +01:00
|
|
|
"paste",
|
2025-10-12 21:39:20 +02:00
|
|
|
"pmocache",
|
|
|
|
|
"pmoconfig",
|
|
|
|
|
"pmodidl",
|
2025-10-27 17:30:54 +01:00
|
|
|
"pmoflac",
|
2025-11-01 21:10:57 +01:00
|
|
|
"pmometadata",
|
2025-10-12 21:39:20 +02:00
|
|
|
"pmoserver",
|
|
|
|
|
"quick-xml 0.37.5",
|
|
|
|
|
"rusqlite",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-11-01 21:10:57 +01:00
|
|
|
"tempfile",
|
2025-10-12 21:39:20 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
2025-10-19 01:31:22 +02:00
|
|
|
"tracing-subscriber",
|
2025-10-12 21:39:20 +02:00
|
|
|
"utoipa",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pmocache"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-19 17:26:06 +02:00
|
|
|
"bytes",
|
2025-10-12 21:39:20 +02:00
|
|
|
"chrono",
|
2025-10-17 19:48:53 +02:00
|
|
|
"futures-util",
|
2025-10-12 21:39:20 +02:00
|
|
|
"hex",
|
2025-10-27 12:32:31 +01:00
|
|
|
"paste",
|
2025-10-25 17:14:24 +02:00
|
|
|
"pmoconfig",
|
2025-10-12 21:39:20 +02:00
|
|
|
"reqwest",
|
|
|
|
|
"rusqlite",
|
|
|
|
|
"serde",
|
2025-10-26 09:18:48 +01:00
|
|
|
"serde_json",
|
2025-10-25 17:14:24 +02:00
|
|
|
"serde_yaml",
|
2025-10-12 21:39:20 +02:00
|
|
|
"sha1",
|
2025-10-25 17:14:24 +02:00
|
|
|
"sha2",
|
Revue de code complète et amélioration des trois crates de cache
## Corrections de bugs
- **CRITIQUE**: Correction du bug SQL dans `pmocache/src/db.rs:get_oldest()`
- La requête référençait des colonnes inexistantes (`source_url`, `metadata_json`)
- Corrigé pour utiliser les bonnes colonnes de la table `asset` (`id`)
## Refactoring et simplifications
- **Factorisation majeure** dans `pmocache/src/cache.rs`:
- Extraction de 3 méthodes helpers pour éliminer ~90 lignes de code dupliqué
entre `add_from_url()` et `add_from_reader()`:
- `check_cached_and_complete()`: vérification cache et intégrité
- `check_ongoing_download()`: gestion des téléchargements en cours
- `finalize_download()`: finalisation avec prébuffering et nettoyage
- Les deux méthodes sont maintenant beaucoup plus lisibles et maintenables
- **Simplification** de `enforce_limit()`:
- Utilisation de `get_file_paths()` au lieu d'itérations manuelles complexes
- Suppression des boucles imbriquées pour une logique plus claire
- **Correction** d'import manquant: ajout de `AsyncReadExt` dans `cache.rs`
## Tests complets ajoutés
### pmocache (27 tests)
- `tests/test_db.rs`: 24 tests couvrant toutes les opérations DB
- CRUD de base (add, get, delete, purge)
- Gestion des métadonnées (tous types JSON)
- Collections (get_by_collection, delete_collection)
- LRU et éviction (get_oldest, count)
- URLs d'origine (set_origin_url, get_origin_url)
- Indexation par (collection, id)
- `tests/test_cache.rs`: 16 tests d'intégration du cache
- Ajout depuis fichier, reader, URL
- Déduplication basée sur contenu
- Collections et gestion
- Éviction LRU automatique
- Purge et consolidation
- Métadonnées et touch
- Prébuffering et téléchargements
### pmoaudiocache (4 tests)
- `tests/test_cache.rs`: Tests spécifiques audio
- Création et configuration
- Collections d'albums
- Éviction LRU avec limite
### pmocovers (6 tests)
- `tests/test_cache.rs`: Tests de cache d'images
- Conversion WebP automatique
- Déduplication d'images identiques
- Gestion de collections
- Éviction LRU
- `tests/test_webp.rs`: Tests du module WebP
- Encodage WebP depuis différents formats
- Redimensionnement carré avec préservation du ratio
- Génération et mise en cache de variantes
- Tests avec différentes tailles (portrait, landscape, carré)
## Améliorations de la couverture
- Passage de **0 test** à **37 tests** au total
- Ajout de `tempfile = "3"` comme dev-dependency dans `pmocache/Cargo.toml`
- Couverture des cas nominaux et des cas limites
- Tests d'intégration et unitaires
## Préservation des APIs
- ✅ Aucune API publique n'a été modifiée ou cassée
- ✅ Toutes les fonctions helpers sont privées (non exposées)
- ✅ Les signatures publiques restent identiques
- ✅ Rétrocompatibilité totale garantie
2025-11-06 08:43:11 +00:00
|
|
|
"tempfile",
|
2025-10-12 21:39:20 +02:00
|
|
|
"tokio",
|
2025-10-17 19:48:53 +02:00
|
|
|
"tokio-util",
|
2025-10-17 14:36:39 +02:00
|
|
|
"tracing",
|
2025-10-12 21:39:20 +02:00
|
|
|
"utoipa",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoconfig"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-09-23 20:54:50 +02:00
|
|
|
"dirs",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"pmoutils",
|
|
|
|
|
"serde",
|
2025-10-21 18:37:56 +02:00
|
|
|
"serde_json",
|
2025-09-23 20:54:50 +02:00
|
|
|
"serde_yaml",
|
2025-10-21 18:37:56 +02:00
|
|
|
"tokio",
|
2025-09-23 20:54:50 +02:00
|
|
|
"tracing",
|
2025-10-21 18:37:56 +02:00
|
|
|
"utoipa",
|
2025-09-23 20:54:50 +02:00
|
|
|
"uuid",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmocovers"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-07 08:33:06 +02:00
|
|
|
"image",
|
2025-11-05 20:48:52 +00:00
|
|
|
"once_cell",
|
2025-10-12 21:39:20 +02:00
|
|
|
"pmocache",
|
2025-10-07 08:33:06 +02:00
|
|
|
"pmoconfig",
|
|
|
|
|
"pmoserver",
|
|
|
|
|
"reqwest",
|
|
|
|
|
"serde",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
|
|
|
|
"utoipa",
|
|
|
|
|
"webp",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmodidl"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bevy_reflect",
|
|
|
|
|
"bevy_reflect_derive",
|
2025-10-11 10:08:28 +02:00
|
|
|
"quick-xml 0.38.3",
|
2025-10-01 20:49:50 +02:00
|
|
|
"serde",
|
|
|
|
|
"utoipa",
|
|
|
|
|
"utoipa-swagger-ui",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-27 17:30:54 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoflac"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"claxon",
|
2025-10-27 18:48:13 +01:00
|
|
|
"lewton",
|
2025-10-27 17:30:54 +01:00
|
|
|
"libc",
|
|
|
|
|
"libflac-sys",
|
2025-11-02 08:18:50 +01:00
|
|
|
"lofty",
|
2025-10-27 18:13:50 +01:00
|
|
|
"minimp3",
|
2025-10-27 19:25:51 +01:00
|
|
|
"opus",
|
2025-11-02 08:18:50 +01:00
|
|
|
"pmometadata",
|
2025-10-27 17:30:54 +01:00
|
|
|
"tempfile",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
"tokio",
|
2025-11-02 08:18:50 +01:00
|
|
|
"tracing",
|
2025-10-27 17:30:54 +01:00
|
|
|
]
|
|
|
|
|
|
2025-10-16 21:43:08 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmomediarenderer"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bevy_reflect",
|
2025-10-25 22:24:18 +02:00
|
|
|
"htmlescape",
|
2025-10-16 21:43:08 +02:00
|
|
|
"once_cell",
|
|
|
|
|
"pmodidl",
|
|
|
|
|
"pmoupnp",
|
2025-10-25 22:24:18 +02:00
|
|
|
"quick-xml 0.38.3",
|
2025-10-16 21:43:08 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-17 08:55:29 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmomediaserver"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-17 09:01:24 +02:00
|
|
|
"async-trait",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-17 08:55:29 +02:00
|
|
|
"bevy_reflect",
|
|
|
|
|
"once_cell",
|
2025-10-17 09:20:12 +02:00
|
|
|
"pmoconfig",
|
2025-10-17 08:55:29 +02:00
|
|
|
"pmodidl",
|
2025-10-17 12:01:36 +02:00
|
|
|
"pmoparadise",
|
2025-10-17 09:20:12 +02:00
|
|
|
"pmoqobuz",
|
2025-10-17 09:01:24 +02:00
|
|
|
"pmoserver",
|
|
|
|
|
"pmosource",
|
2025-10-17 08:55:29 +02:00
|
|
|
"pmoupnp",
|
2025-10-17 09:01:24 +02:00
|
|
|
"quick-xml 0.38.3",
|
2025-10-17 09:20:12 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"thiserror 1.0.69",
|
2025-10-17 09:01:24 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
2025-10-17 09:20:12 +02:00
|
|
|
"utoipa",
|
2025-10-17 08:55:29 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-30 07:06:19 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmometadata"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-trait",
|
|
|
|
|
"paste",
|
|
|
|
|
"thiserror 2.0.17",
|
|
|
|
|
"tokio",
|
2025-11-01 21:00:26 +01:00
|
|
|
"tokio-test",
|
2025-10-30 07:06:19 +01:00
|
|
|
]
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoparadise"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-21 14:21:17 +02:00
|
|
|
"async-stream",
|
|
|
|
|
"async-trait",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-12 19:52:41 +02:00
|
|
|
"bytes",
|
2025-10-21 14:21:17 +02:00
|
|
|
"chrono",
|
2025-10-12 19:52:41 +02:00
|
|
|
"claxon",
|
2025-10-27 23:48:30 +01:00
|
|
|
"flacenc",
|
2025-10-12 19:52:41 +02:00
|
|
|
"futures",
|
2025-11-04 23:28:13 +00:00
|
|
|
"futures-util",
|
2025-10-21 14:21:17 +02:00
|
|
|
"hex",
|
2025-11-04 23:28:13 +00:00
|
|
|
"pmoaudio",
|
2025-11-05 15:49:23 +00:00
|
|
|
"pmoaudio-ext",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmoaudiocache",
|
2025-10-21 14:21:17 +02:00
|
|
|
"pmoconfig",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmocovers",
|
2025-11-04 23:28:13 +00:00
|
|
|
"pmoflac",
|
|
|
|
|
"pmometadata",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmoplaylist",
|
2025-10-12 19:52:41 +02:00
|
|
|
"pmoserver",
|
2025-10-16 22:00:35 +02:00
|
|
|
"pmosource",
|
2025-10-12 19:52:41 +02:00
|
|
|
"reqwest",
|
2025-10-21 14:21:17 +02:00
|
|
|
"rusqlite",
|
2025-10-12 19:52:41 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-10-21 14:21:17 +02:00
|
|
|
"serde_yaml",
|
|
|
|
|
"sha2",
|
2025-10-19 18:14:28 +02:00
|
|
|
"symphonia",
|
2025-10-26 15:16:40 +01:00
|
|
|
"thiserror 2.0.17",
|
2025-10-12 19:52:41 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tokio-test",
|
2025-10-21 14:21:17 +02:00
|
|
|
"tokio-util",
|
2025-10-12 19:52:41 +02:00
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
"url",
|
2025-10-19 01:01:33 +02:00
|
|
|
"utoipa",
|
2025-10-12 19:52:41 +02:00
|
|
|
"wiremock",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-16 22:13:00 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoplaylist"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-27 08:00:57 +01:00
|
|
|
"anyhow",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"pmoaudiocache",
|
|
|
|
|
"pmocache",
|
|
|
|
|
"pmoconfig",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmodidl",
|
2025-11-03 06:55:45 +01:00
|
|
|
"pmometadata",
|
2025-10-27 08:00:57 +01:00
|
|
|
"pmoupnp",
|
|
|
|
|
"rusqlite",
|
2025-10-16 22:13:00 +02:00
|
|
|
"serde",
|
2025-10-27 08:00:57 +01:00
|
|
|
"serde_json",
|
|
|
|
|
"thiserror 1.0.69",
|
2025-10-16 22:13:00 +02:00
|
|
|
"tokio",
|
2025-10-27 08:00:57 +01:00
|
|
|
"tracing",
|
2025-10-16 22:13:00 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoqobuz"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-11 15:59:43 +02:00
|
|
|
"chrono",
|
|
|
|
|
"hex",
|
|
|
|
|
"mockito",
|
|
|
|
|
"moka",
|
2025-10-17 07:56:21 +02:00
|
|
|
"pmoaudiocache",
|
2025-10-11 15:59:43 +02:00
|
|
|
"pmoconfig",
|
|
|
|
|
"pmocovers",
|
|
|
|
|
"pmodidl",
|
|
|
|
|
"pmoserver",
|
2025-10-16 22:00:35 +02:00
|
|
|
"pmosource",
|
2025-10-11 15:59:43 +02:00
|
|
|
"reqwest",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"sha1",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-test",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
"utoipa",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
2025-10-06 06:01:41 +02:00
|
|
|
name = "pmoserver"
|
2025-09-23 20:54:50 +02:00
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-21 18:37:56 +02:00
|
|
|
"anyhow",
|
2025-09-23 20:54:50 +02:00
|
|
|
"async-stream",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-09-23 20:54:50 +02:00
|
|
|
"axum-embed",
|
|
|
|
|
"axum-server",
|
2025-10-06 06:01:41 +02:00
|
|
|
"futures",
|
|
|
|
|
"futures-util",
|
2025-10-26 13:44:41 +01:00
|
|
|
"once_cell",
|
2025-10-06 06:01:41 +02:00
|
|
|
"pmoconfig",
|
|
|
|
|
"rust-embed",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-stream",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
"utoipa",
|
|
|
|
|
"utoipa-swagger-ui",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-16 22:00:35 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmosource"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-16 22:13:00 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"async-trait",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
2025-10-17 12:45:18 +02:00
|
|
|
"lazy_static",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmoaudiocache",
|
2025-10-17 12:45:18 +02:00
|
|
|
"pmoconfig",
|
2025-10-16 22:13:00 +02:00
|
|
|
"pmocovers",
|
|
|
|
|
"pmodidl",
|
|
|
|
|
"pmoplaylist",
|
2025-10-17 12:45:18 +02:00
|
|
|
"pmoserver",
|
2025-10-18 09:58:39 +02:00
|
|
|
"pmoupnp",
|
2025-10-17 12:45:18 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-10-16 22:00:35 +02:00
|
|
|
"thiserror 1.0.69",
|
2025-10-16 22:13:00 +02:00
|
|
|
"tokio",
|
2025-10-17 12:45:18 +02:00
|
|
|
"tracing",
|
|
|
|
|
"utoipa",
|
2025-10-16 22:00:35 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-06 06:01:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pmoupnp"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-17 23:45:01 +02:00
|
|
|
"anyhow",
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
|
|
|
|
"base64 0.22.1",
|
2025-10-01 20:49:50 +02:00
|
|
|
"bevy_reflect",
|
|
|
|
|
"bevy_reflect_derive",
|
2025-09-23 20:54:50 +02:00
|
|
|
"chrono",
|
|
|
|
|
"hex",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"parking_lot",
|
2025-10-17 23:45:01 +02:00
|
|
|
"pmoaudiocache",
|
|
|
|
|
"pmocache",
|
2025-09-23 20:54:50 +02:00
|
|
|
"pmoconfig",
|
2025-10-17 23:45:01 +02:00
|
|
|
"pmocovers",
|
2025-10-01 20:49:50 +02:00
|
|
|
"pmodidl",
|
2025-10-06 20:24:04 +02:00
|
|
|
"pmoserver",
|
2025-10-06 12:15:33 +02:00
|
|
|
"pmoutils",
|
2025-10-11 10:08:28 +02:00
|
|
|
"quick-xml 0.37.5",
|
2025-10-05 14:35:44 +02:00
|
|
|
"reqwest",
|
2025-09-23 20:54:50 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2025-10-07 08:33:06 +02:00
|
|
|
"thiserror 2.0.17",
|
2025-09-23 20:54:50 +02:00
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
2025-10-18 20:25:56 +02:00
|
|
|
"tracing-subscriber",
|
2025-09-23 20:54:50 +02:00
|
|
|
"url",
|
2025-10-17 23:45:01 +02:00
|
|
|
"utoipa",
|
2025-09-23 20:54:50 +02:00
|
|
|
"uuid",
|
|
|
|
|
"xmltree",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pmoutils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"get_if_addrs",
|
2025-10-19 12:45:59 +02:00
|
|
|
"netstat2",
|
2025-10-06 20:24:04 +02:00
|
|
|
"os_info",
|
2025-10-19 12:45:59 +02:00
|
|
|
"sysinfo",
|
|
|
|
|
"users",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "png"
|
|
|
|
|
version = "0.18.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-07 08:33:06 +02:00
|
|
|
"crc32fast",
|
|
|
|
|
"fdeflate",
|
|
|
|
|
"flate2",
|
|
|
|
|
"miniz_oxide",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "portable-atomic"
|
|
|
|
|
version = "1.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "portable-atomic-util"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "potential_utf"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.1.4"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "powerfmt"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ppv-lite86"
|
|
|
|
|
version = "0.2.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 19:34:31 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "prettyplease"
|
|
|
|
|
version = "0.2.37"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"syn 2.0.108",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
|
version = "3.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"toml_edit 0.23.7",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.0.103"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "profiling"
|
|
|
|
|
version = "1.0.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"profiling-procmacros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "profiling-procmacros"
|
|
|
|
|
version = "1.0.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "prost"
|
|
|
|
|
version = "0.13.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2796faa41db3ec313a31f7624d9286acf277b52de526150b7e69f3debf891ee5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"prost-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-derive"
|
|
|
|
|
version = "0.13.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a56d757972c98b346a9b766e3f02746cde6dd1cd1d1d563472929fdd74bec4d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2025-11-03 06:55:45 +01:00
|
|
|
"itertools 0.14.0",
|
2025-10-26 21:35:02 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-26 21:35:02 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "prost-types"
|
|
|
|
|
version = "0.13.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "52c2c1bf36ddb1a1c396b3601a3cec27c2462e45f07c386894ec3ccf5332bd16"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"prost",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "psl-types"
|
|
|
|
|
version = "2.0.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "publicsuffix"
|
|
|
|
|
version = "2.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6f42ea446cab60335f76979ec15e12619a2165b5ae2c12166bef27d283a9fadf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"idna",
|
|
|
|
|
"psl-types",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "pxfm"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.1.25"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "qoi"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quick-error"
|
|
|
|
|
version = "2.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
|
|
|
|
2025-10-11 10:08:28 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "quick-xml"
|
|
|
|
|
version = "0.37.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "quick-xml"
|
|
|
|
|
version = "0.38.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.41"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "r-efi"
|
|
|
|
|
version = "5.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.8.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-10-11 15:59:43 +02:00
|
|
|
"rand_chacha 0.3.1",
|
|
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand"
|
|
|
|
|
version = "0.9.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rand_chacha 0.9.0",
|
|
|
|
|
"rand_core 0.9.3",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
2025-10-11 15:59:43 +02:00
|
|
|
"rand_core 0.6.4",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core 0.9.3",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.2.16",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.9.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"getrandom 0.3.4",
|
2025-10-11 15:59:43 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
2025-11-03 06:55:45 +01:00
|
|
|
"itertools 0.12.1",
|
2025-10-07 08:33:06 +02:00
|
|
|
"libc",
|
|
|
|
|
"libfuzzer-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"maybe-rayon",
|
|
|
|
|
"new_debug_unreachable",
|
|
|
|
|
"noop_proc_macro",
|
2025-10-19 12:45:59 +02:00
|
|
|
"num-derive 0.4.2",
|
2025-10-07 08:33:06 +02:00
|
|
|
"num-traits",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"paste",
|
|
|
|
|
"profiling",
|
2025-10-11 15:59:43 +02:00
|
|
|
"rand 0.8.5",
|
|
|
|
|
"rand_chacha 0.3.1",
|
2025-10-07 08:33:06 +02:00
|
|
|
"simd_helpers",
|
|
|
|
|
"system-deps",
|
|
|
|
|
"thiserror 1.0.69",
|
|
|
|
|
"v_frame",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ravif"
|
|
|
|
|
version = "0.11.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"avif-serialize",
|
|
|
|
|
"imgref",
|
|
|
|
|
"loop9",
|
|
|
|
|
"quick-error",
|
|
|
|
|
"rav1e",
|
|
|
|
|
"rayon",
|
|
|
|
|
"rgb",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon"
|
|
|
|
|
version = "1.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"either",
|
|
|
|
|
"rayon-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rayon-core"
|
|
|
|
|
version = "1.13.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-deque",
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.5.18"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_users"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"getrandom 0.2.16",
|
|
|
|
|
"libredox",
|
2025-10-07 08:33:06 +02:00
|
|
|
"thiserror 2.0.17",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.12.2"
|
2025-10-01 07:42:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
2025-10-01 07:42:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.4.13"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.8"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "reqwest"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.12.24"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
2025-10-26 21:35:02 +01:00
|
|
|
"base64 0.22.1",
|
2025-10-05 14:35:44 +02:00
|
|
|
"bytes",
|
2025-10-11 15:59:43 +02:00
|
|
|
"cookie",
|
|
|
|
|
"cookie_store",
|
2025-10-05 14:35:44 +02:00
|
|
|
"encoding_rs",
|
2025-10-07 08:33:06 +02:00
|
|
|
"futures-channel",
|
2025-10-05 14:35:44 +02:00
|
|
|
"futures-core",
|
2025-10-07 08:33:06 +02:00
|
|
|
"futures-util",
|
2025-10-05 14:35:44 +02:00
|
|
|
"h2",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-rustls",
|
|
|
|
|
"hyper-tls",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"native-tls",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"serde_urlencoded",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-native-tls",
|
2025-10-12 19:52:41 +02:00
|
|
|
"tokio-util",
|
2025-10-26 21:35:02 +01:00
|
|
|
"tower 0.5.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
"tower-http",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"url",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
2025-10-12 19:52:41 +02:00
|
|
|
"wasm-streams",
|
2025-10-05 14:35:44 +02:00
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rgb"
|
|
|
|
|
version = "0.8.52"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ring"
|
|
|
|
|
version = "0.17.14"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"getrandom 0.2.16",
|
|
|
|
|
"libc",
|
|
|
|
|
"untrusted",
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rusqlite"
|
2025-10-17 14:36:39 +02:00
|
|
|
version = "0.37.0"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-17 14:36:39 +02:00
|
|
|
checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
|
2025-10-07 08:33:06 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-07 08:33:06 +02:00
|
|
|
"fallible-iterator",
|
|
|
|
|
"fallible-streaming-iterator",
|
|
|
|
|
"hashlink",
|
|
|
|
|
"libsqlite3-sys",
|
|
|
|
|
"smallvec",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rust-embed"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "8.9.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"rust-embed-impl",
|
|
|
|
|
"rust-embed-utils",
|
|
|
|
|
"walkdir",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-embed-impl"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "8.9.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"rust-embed-utils",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
"walkdir",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rust-embed-utils"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "8.9.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"sha2",
|
|
|
|
|
"walkdir",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 23:00:31 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-hash"
|
|
|
|
|
version = "2.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-05 14:35:44 +02:00
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustls"
|
2025-11-05 19:34:31 +00:00
|
|
|
version = "0.23.35"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-05 19:34:31 +00:00
|
|
|
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"rustls-webpki",
|
|
|
|
|
"subtle",
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-pki-types"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.13.0"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"zeroize",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustls-webpki"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.103.8"
|
2025-10-05 14:35:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"ring",
|
|
|
|
|
"rustls-pki-types",
|
|
|
|
|
"untrusted",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.22"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "ryu"
|
|
|
|
|
version = "1.0.20"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "same-file"
|
|
|
|
|
version = "1.0.6"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"winapi-util",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "schannel"
|
|
|
|
|
version = "0.1.28"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework"
|
|
|
|
|
version = "2.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-05 14:35:44 +02:00
|
|
|
"core-foundation",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"security-framework-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "security-framework-sys"
|
|
|
|
|
version = "2.15.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "semver"
|
|
|
|
|
version = "1.0.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
|
|
|
|
2025-10-19 01:31:22 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "seq-macro"
|
|
|
|
|
version = "0.3.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.228"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"serde_derive",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.228"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_json"
|
|
|
|
|
version = "1.0.145"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"itoa",
|
|
|
|
|
"memchr",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_path_to_error"
|
|
|
|
|
version = "0.1.20"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"itoa",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_core",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_spanned"
|
|
|
|
|
version = "0.6.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_urlencoded"
|
|
|
|
|
version = "0.7.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"form_urlencoded",
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "serde_yaml"
|
|
|
|
|
version = "0.9.34+deprecated"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-09-23 20:54:50 +02:00
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
"unsafe-libyaml",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sha1"
|
|
|
|
|
version = "0.10.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"digest",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "sha2"
|
|
|
|
|
version = "0.10.9"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"cfg-if",
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"digest",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-09-23 20:54:50 +02:00
|
|
|
name = "sharded-slab"
|
|
|
|
|
version = "0.1.7"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-09-23 20:54:50 +02:00
|
|
|
"lazy_static",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
|
|
|
|
version = "1.4.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "simd-adler32"
|
|
|
|
|
version = "0.3.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "simd_helpers"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "similar"
|
|
|
|
|
version = "2.7.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "slab"
|
|
|
|
|
version = "0.4.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
|
|
|
|
|
2025-10-27 18:13:50 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "slice-ring-buffer"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "84ae312bda09b2368f79f985fdb4df4a0b5cbc75546b511303972d195f8c27d6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"mach2",
|
|
|
|
|
"winapi 0.3.9",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "smallvec"
|
|
|
|
|
version = "1.15.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "smol_str"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
|
|
|
|
version = "0.5.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"windows-sys 0.52.0",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "socket2"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.6.1"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.60.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-28 18:41:34 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "soxr"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d3ca6bc65602daad89c3217255ff89c4abbe489b9dd3e56c66aa16d1addac979"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-28 18:41:34 +01:00
|
|
|
"bytemuck",
|
|
|
|
|
"libsoxr-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "spin"
|
|
|
|
|
version = "0.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "stable_deref_trait"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.2.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "subtle"
|
|
|
|
|
version = "2.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
|
|
|
2025-10-12 21:39:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"symphonia-bundle-flac",
|
|
|
|
|
"symphonia-bundle-mp3",
|
|
|
|
|
"symphonia-codec-aac",
|
|
|
|
|
"symphonia-codec-adpcm",
|
|
|
|
|
"symphonia-codec-alac",
|
|
|
|
|
"symphonia-codec-pcm",
|
|
|
|
|
"symphonia-codec-vorbis",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-format-caf",
|
|
|
|
|
"symphonia-format-isomp4",
|
|
|
|
|
"symphonia-format-mkv",
|
|
|
|
|
"symphonia-format-ogg",
|
|
|
|
|
"symphonia-format-riff",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-bundle-flac"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
"symphonia-utils-xiph",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-bundle-mp3"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-codec-aac"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-codec-adpcm"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2dddc50e2bbea4cfe027441eece77c46b9f319748605ab8f3443350129ddd07f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-codec-alac"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8413fa754942ac16a73634c9dfd1500ed5c61430956b33728567f667fdd393ab"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-codec-pcm"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-codec-vorbis"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-utils-xiph",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-core"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arrayvec",
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"bytemuck",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-format-caf"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8faf379316b6b6e6bbc274d00e7a592e0d63ff1a7e182ce8ba25e24edd3d096"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-format-isomp4"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_rs",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
"symphonia-utils-xiph",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-format-mkv"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "122d786d2c43a49beb6f397551b4a050d8229eaa54c7ddf9ee4b98899b8742d0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
"symphonia-utils-xiph",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-format-ogg"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
"symphonia-utils-xiph",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-format-riff"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"extended",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-metadata"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"encoding_rs",
|
|
|
|
|
"lazy_static",
|
|
|
|
|
"log",
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "symphonia-utils-xiph"
|
|
|
|
|
version = "0.5.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"symphonia-core",
|
|
|
|
|
"symphonia-metadata",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
|
|
|
|
version = "1.0.109"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "syn"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "2.0.108"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "sync_wrapper"
|
|
|
|
|
version = "1.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
2025-10-05 14:35:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
]
|
2025-09-23 20:54:50 +02:00
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "synstructure"
|
|
|
|
|
version = "0.13.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-19 12:45:59 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "sysinfo"
|
|
|
|
|
version = "0.30.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0a5b4ddaee55fb2bea2bf0e5000747e5f5c0de765e5a5ff87f4cd106439f4bb3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"ntapi",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rayon",
|
2025-11-05 18:25:08 +00:00
|
|
|
"windows 0.52.0",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "system-configuration"
|
|
|
|
|
version = "0.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-05 14:35:44 +02:00
|
|
|
"core-foundation",
|
|
|
|
|
"system-configuration-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "system-configuration-sys"
|
|
|
|
|
version = "0.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 15:59:43 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tagptr"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "target-lexicon"
|
|
|
|
|
version = "0.12.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tempfile"
|
|
|
|
|
version = "3.23.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
2025-11-03 06:55:45 +01:00
|
|
|
"getrandom 0.3.4",
|
2025-10-05 14:35:44 +02:00
|
|
|
"once_cell",
|
|
|
|
|
"rustix",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
version = "1.0.69"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
2025-09-23 20:54:50 +02:00
|
|
|
version = "2.0.17"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-10-07 08:33:06 +02:00
|
|
|
"thiserror-impl 2.0.17",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
|
|
|
|
version = "1.0.69"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2025-09-23 20:54:50 +02:00
|
|
|
version = "2.0.17"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-09-23 20:54:50 +02:00
|
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "thread_local"
|
|
|
|
|
version = "1.1.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tiff"
|
|
|
|
|
version = "0.10.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fax",
|
|
|
|
|
"flate2",
|
|
|
|
|
"half",
|
|
|
|
|
"quick-error",
|
|
|
|
|
"weezl",
|
|
|
|
|
"zune-jpeg",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-06 20:24:04 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
|
|
|
|
version = "0.3.44"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"deranged",
|
|
|
|
|
"itoa",
|
|
|
|
|
"num-conv",
|
|
|
|
|
"powerfmt",
|
|
|
|
|
"serde",
|
|
|
|
|
"time-core",
|
|
|
|
|
"time-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
|
|
|
|
version = "0.2.24"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-conv",
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tinystr"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.2"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"zerovec",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-27 18:48:13 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec"
|
|
|
|
|
version = "1.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"tinyvec_macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tinyvec_macros"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio"
|
2025-10-30 07:06:19 +01:00
|
|
|
version = "1.48.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-30 07:06:19 +01:00
|
|
|
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"libc",
|
|
|
|
|
"mio",
|
2025-10-07 08:33:06 +02:00
|
|
|
"parking_lot",
|
2025-09-23 20:54:50 +02:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"signal-hook-registry",
|
2025-11-03 06:55:45 +01:00
|
|
|
"socket2 0.6.1",
|
2025-09-23 20:54:50 +02:00
|
|
|
"tokio-macros",
|
2025-10-26 21:35:02 +01:00
|
|
|
"tracing",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-macros"
|
2025-10-30 07:06:19 +01:00
|
|
|
version = "2.6.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-30 07:06:19 +01:00
|
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-native-tls"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"native-tls",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-rustls"
|
|
|
|
|
version = "0.26.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"rustls",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-stream"
|
|
|
|
|
version = "0.1.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-11 00:33:13 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-test"
|
|
|
|
|
version = "0.4.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-stream",
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-stream",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tokio-util"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.7.17"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-sink",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tokio",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
|
|
|
|
version = "0.8.23"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_spanned",
|
|
|
|
|
"toml_datetime 0.6.11",
|
|
|
|
|
"toml_edit 0.22.27",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
|
|
|
|
version = "0.6.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.7.3"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
|
|
|
|
version = "0.22.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-10-07 08:33:06 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_spanned",
|
|
|
|
|
"toml_datetime 0.6.11",
|
|
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.23.7"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
|
|
|
|
"toml_datetime 0.7.3",
|
2025-10-01 20:49:50 +02:00
|
|
|
"toml_parser",
|
|
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_parser"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.0.4"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"winnow",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-26 21:35:02 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "tonic"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "877c5b330756d856ffcc4553ab34a5684481ade925ecc54bcd1bf02b1d0d4d52"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"async-stream",
|
|
|
|
|
"async-trait",
|
|
|
|
|
"axum 0.7.9",
|
|
|
|
|
"base64 0.22.1",
|
|
|
|
|
"bytes",
|
|
|
|
|
"h2",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-timeout",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"prost",
|
|
|
|
|
"socket2 0.5.10",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-stream",
|
|
|
|
|
"tower 0.4.13",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower"
|
|
|
|
|
version = "0.4.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"indexmap 1.9.3",
|
|
|
|
|
"pin-project",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"rand 0.8.5",
|
|
|
|
|
"slab",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tokio-util",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tower"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"sync_wrapper",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tower-http"
|
|
|
|
|
version = "0.6.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-05 14:35:44 +02:00
|
|
|
"bytes",
|
|
|
|
|
"futures-util",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body",
|
|
|
|
|
"iri-string",
|
|
|
|
|
"pin-project-lite",
|
2025-10-26 21:35:02 +01:00
|
|
|
"tower 0.5.2",
|
2025-10-05 14:35:44 +02:00
|
|
|
"tower-layer",
|
|
|
|
|
"tower-service",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "tower-layer"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tower-service"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing"
|
|
|
|
|
version = "0.1.41"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
"tracing-attributes",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-attributes"
|
|
|
|
|
version = "0.1.30"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-core"
|
|
|
|
|
version = "0.1.34"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"valuable",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-log"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "tracing-subscriber"
|
|
|
|
|
version = "0.3.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"matchers",
|
|
|
|
|
"nu-ansi-term",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"sharded-slab",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"thread_local",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
"tracing-log",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "try-lock"
|
|
|
|
|
version = "0.2.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "typeid"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "typenum"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.19.0"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
2025-09-23 20:54:50 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicase"
|
|
|
|
|
version = "2.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "1.0.22"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "unsafe-libyaml"
|
|
|
|
|
version = "0.2.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "untrusted"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "url"
|
|
|
|
|
version = "2.5.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"form_urlencoded",
|
|
|
|
|
"idna",
|
|
|
|
|
"percent-encoding",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "users"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8_iter"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
|
2025-10-01 07:42:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "utoipa"
|
|
|
|
|
version = "5.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2fcc29c80c21c31608227e0912b2d7fddba57ad76b606890627ba8ee7964e993"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-10-01 07:42:16 +02:00
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"utoipa-gen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utoipa-gen"
|
|
|
|
|
version = "5.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "6d79d08d92ab8af4c5e8a6da20c47ae3f61a0f1dabc1997cdf2d082b757ca08b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"regex",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 07:42:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "utoipa-swagger-ui"
|
|
|
|
|
version = "9.0.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d047458f1b5b65237c2f6dc6db136945667f40a7668627b3490b9513a3d43a55"
|
|
|
|
|
dependencies = [
|
2025-10-26 21:35:02 +01:00
|
|
|
"axum 0.8.6",
|
|
|
|
|
"base64 0.22.1",
|
2025-10-01 07:42:16 +02:00
|
|
|
"mime_guess",
|
|
|
|
|
"regex",
|
|
|
|
|
"rust-embed",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"url",
|
|
|
|
|
"utoipa",
|
2025-10-21 14:21:17 +02:00
|
|
|
"utoipa-swagger-ui-vendored",
|
2025-10-01 07:42:16 +02:00
|
|
|
"zip",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-21 14:21:17 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "utoipa-swagger-ui-vendored"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "uuid"
|
|
|
|
|
version = "1.18.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"getrandom 0.3.4",
|
2025-09-16 21:07:44 +02:00
|
|
|
"js-sys",
|
2025-10-01 20:49:50 +02:00
|
|
|
"serde",
|
2025-09-16 21:07:44 +02:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "v_frame"
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aligned-vec",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "valuable"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "variadics_please"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "41b6d82be61465f97d42bd1d15bf20f3b0a3a0905018f38f9d6f6962055b0b5c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-01 20:49:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "vcpkg"
|
|
|
|
|
version = "0.2.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version-compare"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.1"
|
2025-10-07 08:33:06 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "03c2856837ef78f57382f06b2b8563a2f512f7185d732608fd9176cb3b8edf0e"
|
2025-10-07 08:33:06 +02:00
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "walkdir"
|
|
|
|
|
version = "2.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"same-file",
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "want"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"try-lock",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasip2"
|
|
|
|
|
version = "1.0.1+wasi-0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"wit-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.105"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-futures"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.4.55"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.105"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.105"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bumpalo",
|
2025-09-16 21:07:44 +02:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-bindgen-shared"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.105"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wasm-streams"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-util",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
"wasm-bindgen-futures",
|
|
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.3.82"
|
2025-10-01 20:49:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
2025-10-01 20:49:50 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "webp"
|
|
|
|
|
version = "0.3.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c071456adef4aca59bf6a583c46b90ff5eb0b4f758fc347cea81290288f37ce1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"image",
|
|
|
|
|
"libwebp-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "weezl"
|
|
|
|
|
version = "0.1.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wgpu-types"
|
|
|
|
|
version = "26.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "eca7a8d8af57c18f57d393601a1fb159ace8b2328f1b6b5f80893f7d672c9ae2"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"bitflags 2.10.0",
|
2025-10-01 20:49:50 +02:00
|
|
|
"bytemuck",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"log",
|
|
|
|
|
"serde",
|
2025-10-07 08:33:06 +02:00
|
|
|
"thiserror 2.0.17",
|
2025-10-01 20:49:50 +02:00
|
|
|
"web-sys",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.11"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-sys 0.61.2",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-core 0.52.0",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-targets 0.52.6",
|
2025-10-19 12:45:59 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows"
|
|
|
|
|
version = "0.54.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-core 0.54.0",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-19 12:45:59 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-core"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-targets 0.52.6",
|
2025-10-19 12:45:59 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-core"
|
|
|
|
|
version = "0.54.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-result 0.1.2",
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-core"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.62.2"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"windows-implement",
|
|
|
|
|
"windows-interface",
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
|
|
|
|
"windows-result 0.4.1",
|
|
|
|
|
"windows-strings 0.5.1",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-implement"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.60.2"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-interface"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.59.3"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-link"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-link"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-registry"
|
|
|
|
|
version = "0.5.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
"windows-result 0.3.4",
|
|
|
|
|
"windows-strings 0.4.2",
|
|
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-result"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-result"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link 0.1.3",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-result"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.4.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
2025-10-05 14:35:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-strings"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link 0.1.3",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-strings"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.5.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-link 0.2.1",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.45.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.42.2",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.52.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-targets 0.52.6",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.59.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-targets 0.52.6",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.60.2"
|
2025-09-23 20:54:50 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
2025-09-23 20:54:50 +02:00
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows-targets 0.53.5",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.61.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link 0.2.1",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.42.2",
|
|
|
|
|
"windows_aarch64_msvc 0.42.2",
|
|
|
|
|
"windows_i686_gnu 0.42.2",
|
|
|
|
|
"windows_i686_msvc 0.42.2",
|
|
|
|
|
"windows_x86_64_gnu 0.42.2",
|
|
|
|
|
"windows_x86_64_gnullvm 0.42.2",
|
|
|
|
|
"windows_x86_64_msvc 0.42.2",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
|
dependencies = [
|
2025-11-03 06:55:45 +01:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
|
"windows_i686_gnu 0.52.6",
|
|
|
|
|
"windows_i686_gnullvm 0.52.6",
|
|
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.53.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link 0.2.1",
|
|
|
|
|
"windows_aarch64_gnullvm 0.53.1",
|
|
|
|
|
"windows_aarch64_msvc 0.53.1",
|
|
|
|
|
"windows_i686_gnu 0.53.1",
|
|
|
|
|
"windows_i686_gnullvm 0.53.1",
|
|
|
|
|
"windows_i686_msvc 0.53.1",
|
|
|
|
|
"windows_x86_64_gnu 0.53.1",
|
|
|
|
|
"windows_x86_64_gnullvm 0.53.1",
|
|
|
|
|
"windows_x86_64_msvc 0.53.1",
|
2025-09-23 20:54:50 +02:00
|
|
|
]
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
|
|
|
2025-11-05 18:25:08 +00:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.42.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
2025-11-03 06:55:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
|
|
2025-10-01 20:49:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
|
|
|
|
version = "0.7.13"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-12 19:52:41 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wiremock"
|
|
|
|
|
version = "0.6.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "08db1edfb05d9b3c1542e521aea074442088292f00b5f28e435c714a98f85031"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"assert-json-diff",
|
2025-10-26 21:35:02 +01:00
|
|
|
"base64 0.22.1",
|
2025-10-12 19:52:41 +02:00
|
|
|
"deadpool",
|
|
|
|
|
"futures",
|
|
|
|
|
"http",
|
|
|
|
|
"http-body-util",
|
|
|
|
|
"hyper",
|
|
|
|
|
"hyper-util",
|
|
|
|
|
"log",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"regex",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
"tokio",
|
|
|
|
|
"url",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-23 20:54:50 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.46.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "writeable"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.6.2"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "xml-rs"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.28"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
|
2025-09-16 21:07:44 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xmltree"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b619f8c85654798007fb10afa5125590b43b088c225a25fc2fec100a9fad0fc6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"xml-rs",
|
|
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "yoke"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"stable_deref_trait",
|
|
|
|
|
"yoke-derive",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "yoke-derive"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.1"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
"synstructure",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-07 08:33:06 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy"
|
|
|
|
|
version = "0.8.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerocopy-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
|
version = "0.8.27"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-10-07 08:33:06 +02:00
|
|
|
]
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zerofrom-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
"synstructure",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 14:35:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
|
|
|
|
version = "1.8.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
|
|
|
|
2025-09-16 21:07:44 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zerotrie"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.2.3"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"displaydoc",
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerovec"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.11.5"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"yoke",
|
|
|
|
|
"zerofrom",
|
|
|
|
|
"zerovec-derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zerovec-derive"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.11.2"
|
2025-09-16 21:07:44 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
2025-09-16 21:07:44 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-11-03 06:55:45 +01:00
|
|
|
"syn 2.0.108",
|
2025-09-16 21:07:44 +02:00
|
|
|
]
|
2025-10-01 07:42:16 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zip"
|
|
|
|
|
version = "3.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "12598812502ed0105f607f941c386f43d441e00148fce9dec3ca5ffb0bde9308"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"arbitrary",
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"flate2",
|
2025-11-03 06:55:45 +01:00
|
|
|
"indexmap 2.12.0",
|
2025-10-01 07:42:16 +02:00
|
|
|
"memchr",
|
|
|
|
|
"zopfli",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zlib-rs"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2f06ae92f42f5e5c42443fd094f245eb656abf56dd7cce9b8b263236565e00f2"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zopfli"
|
2025-11-03 06:55:45 +01:00
|
|
|
version = "0.8.3"
|
2025-10-01 07:42:16 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-11-03 06:55:45 +01:00
|
|
|
checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249"
|
2025-10-01 07:42:16 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bumpalo",
|
|
|
|
|
"crc32fast",
|
|
|
|
|
"log",
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|
2025-10-07 08:33:06 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zune-core"
|
|
|
|
|
version = "0.4.12"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zune-inflate"
|
|
|
|
|
version = "0.2.54"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"simd-adler32",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zune-jpeg"
|
|
|
|
|
version = "0.4.21"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"zune-core",
|
|
|
|
|
]
|