2024-09-13 18:35:02 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
2025-10-05 13:27:16 +02:00
|
|
|
version = 4
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "aho-corasick"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.1.4"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "android_system_properties"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstream"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.6.21"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"anstyle-parse",
|
|
|
|
|
"anstyle-query",
|
|
|
|
|
"anstyle-wincon",
|
|
|
|
|
"colorchoice",
|
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.13"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
2024-10-22 13:52:33 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-parse"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.7"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-query"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.1.4"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.60.2",
|
2024-10-22 13:52:33 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-wincon"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.0.10"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
2025-10-05 13:27:16 +02:00
|
|
|
"once_cell_polyfill",
|
|
|
|
|
"windows-sys 0.60.2",
|
2024-12-24 13:18:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "approx"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"num-traits",
|
2024-10-22 13:52:33 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "async-broadcast"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "0.7.2"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"event-listener-strategy",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-channel"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.5.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"event-listener-strategy",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-executor"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.13.3"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"async-task",
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"fastrand",
|
|
|
|
|
"futures-lite",
|
2025-10-05 13:27:16 +02:00
|
|
|
"pin-project-lite",
|
2024-10-22 19:34:28 -07:00
|
|
|
"slab",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-io"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.6.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"autocfg",
|
2024-10-22 19:34:28 -07:00
|
|
|
"cfg-if",
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-lite",
|
|
|
|
|
"parking",
|
|
|
|
|
"polling",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
"slab",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-lock"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.4.1"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"event-listener-strategy",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-process"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.5.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"async-channel",
|
|
|
|
|
"async-io",
|
|
|
|
|
"async-lock",
|
|
|
|
|
"async-signal",
|
|
|
|
|
"async-task",
|
|
|
|
|
"blocking",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"event-listener",
|
|
|
|
|
"futures-lite",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-recursion"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-signal"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.13"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"async-io",
|
|
|
|
|
"async-lock",
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
"signal-hook-registry",
|
|
|
|
|
"slab",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-task"
|
|
|
|
|
version = "4.7.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "async-trait"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.89"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "atomic-waker"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "atomicwrites"
|
|
|
|
|
version = "0.4.2"
|
|
|
|
|
source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768"
|
|
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 0.38.44",
|
2024-10-15 09:46:03 -07:00
|
|
|
"tempfile",
|
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "autocfg"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.5.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "base64"
|
|
|
|
|
version = "0.22.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bitflags"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.10.0"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"serde_core",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "block"
|
|
|
|
|
version = "0.1.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "blocking"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.6.2"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"async-channel",
|
|
|
|
|
"async-task",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"futures-lite",
|
|
|
|
|
"piper",
|
|
|
|
|
]
|
|
|
|
|
|
2026-05-24 11:11:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "borsh"
|
|
|
|
|
version = "1.6.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"cfg_aliases",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "bumpalo"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.19.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "by_address"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytes"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.10.1"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
2024-12-24 13:18:44 -08:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "calloop"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.14.4"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "4dbf9978365bac10f54d1d4b04f7ce4427e51f71d61f2fe15e3fed5166474df7"
|
2024-10-17 18:51:29 -07:00
|
|
|
dependencies = [
|
2024-10-22 19:34:28 -07:00
|
|
|
"async-task",
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-17 18:51:29 -07:00
|
|
|
"polling",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-17 18:51:29 -07:00
|
|
|
"slab",
|
|
|
|
|
"tracing",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "calloop-wayland-source"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.1"
|
2024-10-17 18:51:29 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
|
2024-10-17 18:51:29 -07:00
|
|
|
dependencies = [
|
2026-05-24 11:11:12 +02:00
|
|
|
"calloop",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-client",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cc"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.2.45"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "35900b6c8d709fb1d854671ae27aeaa9eec2f8b01b364e1619a40da3e6fe2afe"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"find-msvc-tools",
|
2024-10-15 09:46:03 -07:00
|
|
|
"shlex",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cfg-if"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.4"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cfg_aliases"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "chrono"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.42"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"iana-time-zone",
|
|
|
|
|
"num-traits",
|
|
|
|
|
"serde",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-link",
|
2024-10-27 21:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "clipboard-win"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "5.4.1"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"error-code",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clipboard_macos"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"objc",
|
|
|
|
|
"objc-foundation",
|
|
|
|
|
"objc_id",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clipboard_wayland"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dnd",
|
|
|
|
|
"mime",
|
|
|
|
|
"smithay-clipboard",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "colorchoice"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.4"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
2024-10-22 13:52:33 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "concurrent-queue"
|
|
|
|
|
version = "2.5.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"crossbeam-utils",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "core-foundation-sys"
|
|
|
|
|
version = "0.8.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-config"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "1.0.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"atomicwrites",
|
2026-05-24 11:11:12 +02:00
|
|
|
"calloop",
|
2024-10-15 09:46:03 -07:00
|
|
|
"cosmic-config-derive",
|
|
|
|
|
"dirs",
|
|
|
|
|
"iced_futures",
|
|
|
|
|
"known-folders",
|
|
|
|
|
"notify",
|
2026-05-24 11:11:12 +02:00
|
|
|
"ron 0.12.1",
|
2024-10-15 09:46:03 -07:00
|
|
|
"serde",
|
|
|
|
|
"tracing",
|
|
|
|
|
"xdg",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-config-derive"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "1.0.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-idle"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2026-05-24 11:11:12 +02:00
|
|
|
"calloop",
|
|
|
|
|
"calloop-wayland-source",
|
2024-10-15 09:46:03 -07:00
|
|
|
"cosmic-config",
|
|
|
|
|
"cosmic-idle-config",
|
2024-10-27 21:21:10 -07:00
|
|
|
"cosmic-settings-config",
|
2024-10-22 13:52:33 -07:00
|
|
|
"env_logger",
|
2024-10-22 19:34:28 -07:00
|
|
|
"futures-lite",
|
2024-10-15 09:46:03 -07:00
|
|
|
"keyframe",
|
2024-10-22 13:52:33 -07:00
|
|
|
"log",
|
2024-10-22 19:34:28 -07:00
|
|
|
"upower_dbus",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-client",
|
|
|
|
|
"wayland-protocols",
|
|
|
|
|
"wayland-protocols-wlr",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zbus",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-idle-config"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cosmic-config",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "cosmic-settings-config"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cosmic-config",
|
2026-05-24 11:11:12 +02:00
|
|
|
"ron 0.11.0",
|
2024-10-27 21:21:10 -07:00
|
|
|
"serde",
|
|
|
|
|
"serde_with",
|
|
|
|
|
"tracing",
|
|
|
|
|
"xkbcommon",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "crossbeam-utils"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "0.8.21"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "cursor-icon"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.2.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "darling"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.21.3"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"darling_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_core"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.21.3"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"fnv",
|
|
|
|
|
"ident_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"strsim",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-27 21:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.21.3"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-27 21:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "deranged"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.5.5"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"powerfmt",
|
2025-10-05 13:27:16 +02:00
|
|
|
"serde_core",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "dirs"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "6.0.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"dirs-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dirs-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.5.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"option-ext",
|
|
|
|
|
"redox_users",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dlib"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libloading",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "dnd"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"mime",
|
|
|
|
|
"raw-window-handle",
|
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
|
"smithay-clipboard",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "downcast-rs"
|
|
|
|
|
version = "1.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "dyn-clone"
|
|
|
|
|
version = "1.0.20"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "endi"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.7.12"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"enumflags2_derive",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "enumflags2_derive"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.7.12"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "env_filter"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.4"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"regex",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.8"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
|
|
|
|
"env_filter",
|
2025-10-05 13:27:16 +02:00
|
|
|
"jiff",
|
2024-10-22 13:52:33 -07:00
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "equivalent"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.2"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2024-10-22 19:34:28 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.14"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "error-code"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.3.2"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "event-listener"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "5.4.1"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"parking",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "event-listener-strategy"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.5.4"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"event-listener",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "fast-srgb8"
|
|
|
|
|
version = "1.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fastrand"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "2.3.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "find-msvc-tools"
|
|
|
|
|
version = "0.1.4"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fnv"
|
|
|
|
|
version = "1.0.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "fsevent-sys"
|
|
|
|
|
version = "4.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-lite"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.6.1"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-io",
|
|
|
|
|
"parking",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[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-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-15 09:46:03 -07: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]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.2.16"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"cfg-if",
|
2024-10-15 09:46:03 -07:00
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"wasi",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "getrandom"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.4"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"r-efi",
|
|
|
|
|
"wasip2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "glam"
|
|
|
|
|
version = "0.25.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.12.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hashbrown"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.16.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
|
2024-10-22 19:34:28 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hermit-abi"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.5.2"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "hex"
|
|
|
|
|
version = "0.4.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.64"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"android_system_properties",
|
|
|
|
|
"core-foundation-sys",
|
|
|
|
|
"iana-time-zone-haiku",
|
|
|
|
|
"js-sys",
|
2025-10-05 13:27:16 +02:00
|
|
|
"log",
|
2024-10-27 21:21:10 -07:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
"windows-core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iana-time-zone-haiku"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "iced_core"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.14.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-12-24 13:18:44 -08:00
|
|
|
"bytes",
|
2024-10-15 09:46:03 -07:00
|
|
|
"dnd",
|
2024-12-24 13:18:44 -08:00
|
|
|
"glam",
|
2026-05-24 11:11:12 +02:00
|
|
|
"lilt",
|
2024-10-15 09:46:03 -07:00
|
|
|
"log",
|
|
|
|
|
"mime",
|
|
|
|
|
"num-traits",
|
2024-12-24 13:18:44 -08:00
|
|
|
"palette",
|
2024-10-15 09:46:03 -07:00
|
|
|
"raw-window-handle",
|
2024-12-24 13:18:44 -08:00
|
|
|
"rustc-hash",
|
2024-10-15 09:46:03 -07:00
|
|
|
"smol_str",
|
2026-05-24 11:11:12 +02:00
|
|
|
"thiserror 2.0.17",
|
2024-10-15 09:46:03 -07:00
|
|
|
"web-time",
|
|
|
|
|
"window_clipboard",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "iced_futures"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.14.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"iced_core",
|
|
|
|
|
"log",
|
2024-12-24 13:18:44 -08:00
|
|
|
"rustc-hash",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen-futures",
|
2026-05-24 11:11:12 +02:00
|
|
|
"wasmtimer",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ident_case"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
|
|
|
|
|
|
|
|
[[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",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "indexmap"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.12.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"equivalent",
|
2025-10-05 13:27:16 +02:00
|
|
|
"hashbrown 0.16.0",
|
2024-10-27 21:21:10 -07:00
|
|
|
"serde",
|
2025-10-05 13:27:16 +02:00
|
|
|
"serde_core",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "inotify"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"inotify-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "inotify-sys"
|
|
|
|
|
version = "0.1.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "is_terminal_polyfill"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.70.2"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
2024-10-22 13:52:33 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "itoa"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jiff"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "49cce2b81f2098e7e3efc35bc2e0a6b7abec9d34128283d7a26fa8f32a6dbb35"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"jiff-static",
|
|
|
|
|
"log",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
"portable-atomic-util",
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "jiff-static"
|
|
|
|
|
version = "0.2.16"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "980af8b43c3ad5d8d349ace167ec8170839f753a42d233ba19e08afe1850fa69"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
2024-10-27 21:21:10 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "js-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.82"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2024-12-24 13:18:44 -08:00
|
|
|
"once_cell",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "keyframe"
|
|
|
|
|
version = "1.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"mint",
|
|
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "known-folders"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "1.4.2"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "7a1886916523694cd6ea3d175f03a1e5010699a2a4cc13696d83d7bea1d80638"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "kqueue"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.1.1"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"kqueue-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "kqueue-sys"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libc"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.177"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libloading"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.8.9"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-link",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libm"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.15"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "libredox"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.10"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2026-05-24 11:11:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lilt"
|
|
|
|
|
version = "0.8.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f67562e5eff6b20553fa9be1c503356768420994e28f67e3eafe6f41910e57ad"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"web-time",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.15"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.11.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "lock_api"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.14"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"scopeguard",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "log"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.28"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "malloc_buf"
|
|
|
|
|
version = "0.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memchr"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.7.6"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
2024-10-27 21:21:10 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "memmap2"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.9.9"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "mime"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"smithay-clipboard",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mint"
|
|
|
|
|
version = "0.5.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "mio"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.1.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"wasi",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "notify"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "8.2.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "4d3d07927151ff8575b7087f245456e549fea62edf0ec4e565a5ee50c8402bc3"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"fsevent-sys",
|
|
|
|
|
"inotify",
|
|
|
|
|
"kqueue",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
|
|
|
|
"mio",
|
2025-10-05 13:27:16 +02:00
|
|
|
"notify-types",
|
2024-10-15 09:46:03 -07:00
|
|
|
"walkdir",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.60.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "notify-types"
|
|
|
|
|
version = "2.0.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-conv"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.19"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
"libm",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc"
|
|
|
|
|
version = "0.2.7"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"malloc_buf",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc-foundation"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"block",
|
|
|
|
|
"objc",
|
|
|
|
|
"objc_id",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "objc_id"
|
|
|
|
|
version = "0.1.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"objc",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.21.3"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell_polyfill"
|
|
|
|
|
version = "1.70.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "option-ext"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ordered-stream"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"pin-project-lite",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "palette"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"approx",
|
|
|
|
|
"fast-srgb8",
|
|
|
|
|
"palette_derive",
|
|
|
|
|
"phf",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "palette_derive"
|
|
|
|
|
version = "0.7.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"by_address",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-12-24 13:18:44 -08:00
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking"
|
|
|
|
|
version = "2.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.12.5"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "parking_lot_core"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.9.12"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"redox_syscall",
|
2024-10-15 09:46:03 -07:00
|
|
|
"smallvec",
|
2026-05-24 11:11:12 +02:00
|
|
|
"windows-link",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "phf"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.3"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
2024-12-24 13:18:44 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"phf_macros",
|
|
|
|
|
"phf_shared",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_generator"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.3"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
2024-12-24 13:18:44 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"phf_shared",
|
|
|
|
|
"rand",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_macros"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.3"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
2024-12-24 13:18:44 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"phf_generator",
|
|
|
|
|
"phf_shared",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-12-24 13:18:44 -08:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "phf_shared"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.3"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
2024-12-24 13:18:44 -08:00
|
|
|
dependencies = [
|
|
|
|
|
"siphasher",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pin-project-lite"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.16"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pin-utils"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "piper"
|
|
|
|
|
version = "0.2.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"atomic-waker",
|
|
|
|
|
"fastrand",
|
|
|
|
|
"futures-io",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "pkg-config"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.32"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "polling"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.11.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"concurrent-queue",
|
|
|
|
|
"hermit-abi",
|
|
|
|
|
"pin-project-lite",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
|
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "portable-atomic"
|
|
|
|
|
version = "1.11.1"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
|
2024-10-27 21:21:10 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "portable-atomic-util"
|
|
|
|
|
version = "0.2.4"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"portable-atomic",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "powerfmt"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro-crate"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.4.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"toml_edit",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "proc-macro2"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.103"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quick-xml"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.37.5"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.42"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "r-efi"
|
|
|
|
|
version = "5.3.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
2024-10-22 19:34:28 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "rand"
|
|
|
|
|
version = "0.8.5"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"rand_core",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.6.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "raw-window-handle"
|
|
|
|
|
version = "0.6.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.5.18"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2026-05-24 11:11:12 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "redox_users"
|
|
|
|
|
version = "0.5.2"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"getrandom 0.2.16",
|
|
|
|
|
"libredox",
|
|
|
|
|
"thiserror 2.0.17",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "ref-cast"
|
|
|
|
|
version = "1.0.25"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"ref-cast-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "ref-cast-impl"
|
|
|
|
|
version = "1.0.25"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.12.2"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-automata"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.13"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
|
2024-10-22 13:52:33 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex-syntax"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.8.8"
|
2024-10-22 13:52:33 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
|
2024-10-22 13:52:33 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ron"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "db09040cc89e461f1a265139777a2bde7f8d8c67c4936f700c63ce3e2904d468"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"base64",
|
|
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
2025-10-05 13:27:16 +02:00
|
|
|
"unicode-ident",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2026-05-24 11:11:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "ron"
|
|
|
|
|
version = "0.12.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4147b952f3f819eca0e99527022f7d6a8d05f111aeb0a62960c74eb283bec8fc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
"typeid",
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustc-hash"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.1.1"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
2024-12-24 13:18:44 -08:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.38.44"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"errno",
|
|
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"linux-raw-sys 0.4.15",
|
2024-12-24 13:18:44 -08:00
|
|
|
"windows-sys 0.59.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys 0.11.0",
|
|
|
|
|
"windows-sys 0.61.2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.22"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.20"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
2024-10-27 21:21:10 -07:00
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "same-file"
|
|
|
|
|
version = "1.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"winapi-util",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "schemars"
|
|
|
|
|
version = "0.9.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dyn-clone",
|
|
|
|
|
"ref-cast",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "schemars"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"dyn-clone",
|
|
|
|
|
"ref-cast",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "scoped-tls"
|
|
|
|
|
version = "1.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.228"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_core"
|
|
|
|
|
version = "1.0.228"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.228"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.145"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"memchr",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
2025-10-05 13:27:16 +02:00
|
|
|
"serde_core",
|
2024-10-27 21:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_repr"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.20"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_with"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.15.1"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "aa66c845eee442168b2c8134fec70ac50dc20e760769c8ba0ad1319ca1959b04"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"base64",
|
2024-10-27 21:21:10 -07:00
|
|
|
"chrono",
|
|
|
|
|
"hex",
|
|
|
|
|
"indexmap 1.9.3",
|
2025-10-05 13:27:16 +02:00
|
|
|
"indexmap 2.12.0",
|
|
|
|
|
"schemars 0.9.0",
|
|
|
|
|
"schemars 1.1.0",
|
|
|
|
|
"serde_core",
|
2024-10-27 21:21:10 -07:00
|
|
|
"serde_json",
|
|
|
|
|
"serde_with_macros",
|
|
|
|
|
"time",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_with_macros"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.15.1"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b91a903660542fced4e99881aa481bdbaec1634568ee02e0b8bd57c64cb38955"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"darling",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "shlex"
|
|
|
|
|
version = "1.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "signal-hook-registry"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.4.6"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2024-12-24 13:18:44 -08:00
|
|
|
[[package]]
|
|
|
|
|
name = "siphasher"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.1"
|
2024-12-24 13:18:44 -08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
2024-12-24 13:18:44 -08:00
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "slab"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.11"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "smallvec"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.15.1"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "smithay-client-toolkit"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.20.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "0512da38f5e2b31201a93524adb8d3136276fa4fe4aafab4e1f727a82b534cc0"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2026-05-24 11:11:12 +02:00
|
|
|
"calloop",
|
|
|
|
|
"calloop-wayland-source",
|
2024-10-15 09:46:03 -07:00
|
|
|
"cursor-icon",
|
|
|
|
|
"libc",
|
|
|
|
|
"log",
|
2025-10-05 13:27:16 +02:00
|
|
|
"memmap2",
|
2026-05-24 11:11:12 +02:00
|
|
|
"rustix 1.1.2",
|
|
|
|
|
"thiserror 2.0.17",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-backend",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-client",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-csd-frame",
|
|
|
|
|
"wayland-cursor",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-protocols",
|
2026-05-24 11:11:12 +02:00
|
|
|
"wayland-protocols-experimental",
|
|
|
|
|
"wayland-protocols-misc",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-protocols-wlr",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-scanner",
|
|
|
|
|
"xkeysym",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "smithay-clipboard"
|
|
|
|
|
version = "0.8.0"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"libc",
|
|
|
|
|
"raw-window-handle",
|
|
|
|
|
"smithay-client-toolkit",
|
|
|
|
|
"wayland-backend",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "smol_str"
|
2026-05-24 11:11:12 +02:00
|
|
|
version = "0.3.6"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2026-05-24 11:11:12 +02:00
|
|
|
"borsh",
|
|
|
|
|
"serde_core",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "strsim"
|
|
|
|
|
version = "0.11.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "syn"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "2.0.110"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "tempfile"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.23.0"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"fastrand",
|
2025-10-05 13:27:16 +02:00
|
|
|
"getrandom 0.3.4",
|
2024-10-15 09:46:03 -07:00
|
|
|
"once_cell",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
|
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "thiserror"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "1.0.69"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"thiserror-impl 1.0.69",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror"
|
|
|
|
|
version = "2.0.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl 2.0.17",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "thiserror-impl"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "1.0.69"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
|
|
|
|
version = "2.0.17"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "time"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.44"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"deranged",
|
|
|
|
|
"itoa",
|
|
|
|
|
"num-conv",
|
|
|
|
|
"powerfmt",
|
|
|
|
|
"serde",
|
|
|
|
|
"time-core",
|
|
|
|
|
"time-macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-core"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.6"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
|
2024-10-27 21:21:10 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "time-macros"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.24"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"num-conv",
|
|
|
|
|
"time-core",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.7.3"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde_core",
|
|
|
|
|
]
|
2024-10-22 19:34:28 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.23.7"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"indexmap 2.12.0",
|
2024-10-22 19:34:28 -07:00
|
|
|
"toml_datetime",
|
2025-10-05 13:27:16 +02:00
|
|
|
"toml_parser",
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 0.7.13",
|
2025-10-05 13:27:16 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_parser"
|
|
|
|
|
version = "1.0.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
|
|
|
|
|
dependencies = [
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 0.7.13",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "tracing"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "0.1.41"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2024-10-17 18:51:29 -07:00
|
|
|
"log",
|
2024-10-15 09:46:03 -07:00
|
|
|
"pin-project-lite",
|
|
|
|
|
"tracing-attributes",
|
|
|
|
|
"tracing-core",
|
|
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "tracing-attributes"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.30"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "tracing-core"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.34"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2026-05-24 11:11:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "typeid"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "uds_windows"
|
|
|
|
|
version = "1.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memoffset",
|
|
|
|
|
"tempfile",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "unicode-ident"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "1.0.22"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "upower_dbus"
|
|
|
|
|
version = "0.3.2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_repr",
|
|
|
|
|
"zbus",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-22 13:52:33 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8parse"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "uuid"
|
|
|
|
|
version = "1.18.1"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"serde",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2024-10-22 19:34:28 -07:00
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "walkdir"
|
|
|
|
|
version = "2.5.0"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-15 09:46:03 -07:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"same-file",
|
|
|
|
|
"winapi-util",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "wasi"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.11.1+wasi-snapshot-preview1"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "wasip2"
|
|
|
|
|
version = "1.0.1+wasi-0.2.4"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"wit-bindgen",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2025-10-05 13:27:16 +02:00
|
|
|
name = "wasm-bindgen"
|
|
|
|
|
version = "0.2.105"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"cfg-if",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"wasm-bindgen-macro",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen-shared",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "wasm-bindgen-futures"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.4.55"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"cfg-if",
|
|
|
|
|
"js-sys",
|
2024-12-24 13:18:44 -08:00
|
|
|
"once_cell",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
"web-sys",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "wasm-bindgen-macro"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.105"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"quote",
|
|
|
|
|
"wasm-bindgen-macro-support",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "wasm-bindgen-macro-support"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.105"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bumpalo",
|
2024-10-15 09:46:03 -07:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen-shared",
|
|
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-15 09:46:03 -07:00
|
|
|
name = "wasm-bindgen-shared"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.2.105"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
2026-05-24 11:11:12 +02:00
|
|
|
name = "wasmtimer"
|
|
|
|
|
version = "0.4.3"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-24 11:11:12 +02:00
|
|
|
checksum = "1c598d6b99ea013e35844697fc4670d08339d5cda15588f193c6beedd12f644b"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"futures",
|
|
|
|
|
"js-sys",
|
|
|
|
|
"parking_lot",
|
|
|
|
|
"pin-utils",
|
2026-05-24 11:11:12 +02:00
|
|
|
"slab",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
2024-09-13 18:35:02 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-backend"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.11"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"downcast-rs",
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-09-13 18:35:02 -07:00
|
|
|
"scoped-tls",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"wayland-sys",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-client"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.31.11"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"rustix 1.1.2",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-scanner",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-csd-frame"
|
|
|
|
|
version = "0.3.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
|
|
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-10-15 09:46:03 -07:00
|
|
|
"cursor-icon",
|
|
|
|
|
"wayland-backend",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-cursor"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.31.11"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
"wayland-client",
|
|
|
|
|
"xcursor",
|
|
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.32.9"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-client",
|
|
|
|
|
"wayland-scanner",
|
|
|
|
|
]
|
|
|
|
|
|
2026-05-24 11:11:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-experimental"
|
|
|
|
|
version = "20250721.0.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "40a1f863128dcaaec790d7b4b396cc9b9a7a079e878e18c47e6c2d2c5a8dcbb1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-client",
|
|
|
|
|
"wayland-protocols",
|
|
|
|
|
"wayland-scanner",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-misc"
|
|
|
|
|
version = "0.3.9"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2dfe33d551eb8bffd03ff067a8b44bb963919157841a99957151299a6307d19c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags 2.10.0",
|
|
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-client",
|
|
|
|
|
"wayland-protocols",
|
|
|
|
|
"wayland-scanner",
|
|
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-protocols-wlr"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.9"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"bitflags 2.10.0",
|
2024-09-13 18:35:02 -07:00
|
|
|
"wayland-backend",
|
|
|
|
|
"wayland-client",
|
|
|
|
|
"wayland-protocols",
|
|
|
|
|
"wayland-scanner",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-scanner"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.31.7"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quick-xml",
|
|
|
|
|
"quote",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "wayland-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.31.7"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"dlib",
|
|
|
|
|
"log",
|
2024-10-15 09:46:03 -07:00
|
|
|
"once_cell",
|
2024-09-13 18:35:02 -07:00
|
|
|
"pkg-config",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "web-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.82"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "web-time"
|
2024-12-24 13:18:44 -08:00
|
|
|
version = "1.1.0"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-12-24 13:18:44 -08:00
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"js-sys",
|
|
|
|
|
"wasm-bindgen",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-util"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.1.11"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-sys 0.61.2",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "window_clipboard"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"clipboard-win",
|
|
|
|
|
"clipboard_macos",
|
|
|
|
|
"clipboard_wayland",
|
|
|
|
|
"dnd",
|
|
|
|
|
"mime",
|
|
|
|
|
"raw-window-handle",
|
2025-10-05 13:27:16 +02:00
|
|
|
"thiserror 1.0.69",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-core"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.62.2"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows-implement",
|
|
|
|
|
"windows-interface",
|
|
|
|
|
"windows-link",
|
|
|
|
|
"windows-result",
|
|
|
|
|
"windows-strings",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-implement"
|
|
|
|
|
version = "0.60.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-interface"
|
|
|
|
|
version = "0.59.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-link"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-result"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-strings"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link",
|
2024-10-27 21:21:10 -07:00
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
|
]
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.59.0"
|
2024-09-13 18:35:02 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-09-13 18:35:02 -07:00
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"windows-targets 0.52.6",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.60.2"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
2024-10-15 09:46:03 -07:00
|
|
|
dependencies = [
|
2025-10-05 13:27:16 +02: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",
|
2024-10-15 09:46:03 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
|
dependencies = [
|
2024-10-15 09:46:03 -07:00
|
|
|
"windows_aarch64_gnullvm 0.52.6",
|
|
|
|
|
"windows_aarch64_msvc 0.52.6",
|
|
|
|
|
"windows_i686_gnu 0.52.6",
|
2025-10-05 13:27:16 +02:00
|
|
|
"windows_i686_gnullvm 0.52.6",
|
2024-10-15 09:46:03 -07:00
|
|
|
"windows_i686_msvc 0.52.6",
|
|
|
|
|
"windows_x86_64_gnu 0.52.6",
|
|
|
|
|
"windows_x86_64_gnullvm 0.52.6",
|
|
|
|
|
"windows_x86_64_msvc 0.52.6",
|
2024-09-13 18:35:02 -07:00
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.53.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-link",
|
|
|
|
|
"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",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
2024-09-13 18:35:02 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.53.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.7.13"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2026-05-25 09:55:11 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "winnow"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
2025-10-05 13:27:16 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "wit-bindgen"
|
|
|
|
|
version = "0.46.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "xcursor"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.3.10"
|
2024-10-15 09:46:03 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
|
2024-10-15 09:46:03 -07:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "xdg"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "3.0.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "2fb433233f2df9344722454bc7e96465c9d03bff9d77c248f9e7523fe79585b5"
|
2024-10-22 19:34:28 -07:00
|
|
|
|
2024-10-27 21:21:10 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "xkbcommon"
|
2025-10-05 13:27:16 +02:00
|
|
|
version = "0.9.0"
|
2024-10-27 21:21:10 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-10-05 13:27:16 +02:00
|
|
|
checksum = "a7a974f48060a14e95705c01f24ad9c3345022f4d97441b8a36beb7ed5c4a02d"
|
2024-10-27 21:21:10 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2025-10-05 13:27:16 +02:00
|
|
|
"memmap2",
|
2024-10-27 21:21:10 -07:00
|
|
|
"xkeysym",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-15 09:46:03 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "xkeysym"
|
|
|
|
|
version = "0.2.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
|
|
|
|
|
|
2024-10-22 19:34:28 -07:00
|
|
|
[[package]]
|
|
|
|
|
name = "zbus"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "5.15.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "c3bcbf15c8708d7fc1be0c993622e0a5cbd5e8b52bfa40afa4c3e0cd8d724ac1"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"async-broadcast",
|
|
|
|
|
"async-executor",
|
|
|
|
|
"async-io",
|
|
|
|
|
"async-lock",
|
|
|
|
|
"async-process",
|
|
|
|
|
"async-recursion",
|
|
|
|
|
"async-task",
|
|
|
|
|
"async-trait",
|
|
|
|
|
"blocking",
|
|
|
|
|
"enumflags2",
|
|
|
|
|
"event-listener",
|
|
|
|
|
"futures-core",
|
2025-10-05 13:27:16 +02:00
|
|
|
"futures-lite",
|
2024-10-22 19:34:28 -07:00
|
|
|
"hex",
|
2026-05-25 09:55:11 +02:00
|
|
|
"libc",
|
2024-10-22 19:34:28 -07:00
|
|
|
"ordered-stream",
|
2026-05-25 09:55:11 +02:00
|
|
|
"rustix 1.1.2",
|
2024-10-22 19:34:28 -07:00
|
|
|
"serde",
|
|
|
|
|
"serde_repr",
|
|
|
|
|
"tracing",
|
|
|
|
|
"uds_windows",
|
2025-10-05 13:27:16 +02:00
|
|
|
"uuid",
|
|
|
|
|
"windows-sys 0.61.2",
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 1.0.3",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zbus_macros",
|
|
|
|
|
"zbus_names",
|
|
|
|
|
"zvariant",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zbus_macros"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "5.15.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "51fa5406ad9175a8c825a931f8cf347116b531b3634fcb0b627c290f1f2516ff"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
|
|
|
|
"zbus_names",
|
|
|
|
|
"zvariant",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zvariant_utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zbus_names"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "4.3.2"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "7074f3e50b894eac91750142016d30d0a89be8e67dbfd9704fb875825760e52d"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 1.0.3",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zvariant",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "5.11.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "1c1567a6ec68df868cbbfde844cfc6d81649fe5109a62b116b19fabd53e618ee"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"endi",
|
|
|
|
|
"enumflags2",
|
|
|
|
|
"serde",
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 1.0.3",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zvariant_derive",
|
2025-10-05 13:27:16 +02:00
|
|
|
"zvariant_utils",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant_derive"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "5.11.0"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "c7d5b780599bbde114e39d9a0799577fad1ced5105d38515745f7b3099d8ceda"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"syn",
|
2024-10-22 19:34:28 -07:00
|
|
|
"zvariant_utils",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "zvariant_utils"
|
2026-05-25 09:55:11 +02:00
|
|
|
version = "3.3.1"
|
2024-10-22 19:34:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2026-05-25 09:55:11 +02:00
|
|
|
checksum = "6d464f5733ffa07a3164d656f18533caace9d0638596721355d73256a410d691"
|
2024-10-22 19:34:28 -07:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2025-10-05 13:27:16 +02:00
|
|
|
"serde",
|
|
|
|
|
"syn",
|
2026-05-25 09:55:11 +02:00
|
|
|
"winnow 1.0.3",
|
2024-10-22 19:34:28 -07:00
|
|
|
]
|
2026-05-25 19:37:09 +02:00
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "dpi"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-android"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-appkit"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-common"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-core"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-orbital"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-uikit"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-wayland"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-web"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-win32"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "winit-x11"
|
|
|
|
|
version = "0.31.0-beta.2"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "cosmic-freedesktop-icons"
|
|
|
|
|
version = "0.4.0"
|
|
|
|
|
|
|
|
|
|
[[patch.unused]]
|
|
|
|
|
name = "softbuffer"
|
|
|
|
|
version = "0.4.1"
|