cosmic-edit/Cargo.lock

9148 lines
219 KiB
Text
Raw Normal View History

2023-02-07 13:00:49 -07:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "ab_glyph"
2025-07-21 19:56:48 -06:00
version = "0.2.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "e074464580a518d16a7126262fffaaa47af89d4099d4cb403f8ed938ba12ee7d"
dependencies = [
"ab_glyph_rasterizer",
2024-03-04 12:34:02 -07:00
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
2025-07-01 09:31:41 -06:00
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-01 09:31:41 -06:00
checksum = "b2187590a23ab1e3df8681afdf0987c48504d80291f002fcdb651f0ef5e25169"
2023-02-07 13:00:49 -07:00
[[package]]
name = "accesskit"
2024-10-22 11:55:58 -06:00
version = "0.16.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
[[package]]
name = "accesskit_atspi_common"
version = "0.9.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
dependencies = [
"accesskit",
"accesskit_consumer",
"atspi-common",
"serde",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-10-22 11:55:58 -06:00
"zvariant 3.15.2",
]
[[package]]
name = "accesskit_consumer"
2024-10-22 11:55:58 -06:00
version = "0.24.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
2023-02-07 13:00:49 -07:00
dependencies = [
"accesskit",
2024-10-22 11:55:58 -06:00
"immutable-chunkmap",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "accesskit_macos"
2024-10-22 11:55:58 -06:00
version = "0.17.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
dependencies = [
"accesskit",
"accesskit_consumer",
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
"objc2-app-kit 0.2.2",
"objc2-foundation 0.2.2",
"once_cell",
]
[[package]]
name = "accesskit_unix"
2024-10-22 11:55:58 -06:00
version = "0.12.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
dependencies = [
"accesskit",
2024-10-22 11:55:58 -06:00
"accesskit_atspi_common",
"atspi",
"futures-lite 1.13.0",
"serde",
"tokio",
"tokio-stream",
2024-05-28 19:12:09 -06:00
"zbus 3.15.2",
]
[[package]]
name = "accesskit_windows"
2024-10-22 11:55:58 -06:00
version = "0.22.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
dependencies = [
"accesskit",
"accesskit_consumer",
"paste",
2024-02-08 16:08:21 -07:00
"static_assertions",
2024-10-22 11:55:58 -06:00
"windows 0.54.0",
]
[[package]]
name = "accesskit_winit"
2024-10-22 11:55:58 -06:00
version = "0.22.0"
source = "git+https://github.com/wash2/accesskit?tag=iced-xdg-surface-0.13#956955342dadab7e588e21be726817fca39510f3"
dependencies = [
"accesskit",
"accesskit_macos",
"accesskit_unix",
"accesskit_windows",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-03-04 12:34:02 -07:00
"winit",
]
[[package]]
name = "addr2line"
2024-10-05 07:45:05 -06:00
version = "0.24.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
dependencies = [
"gimli",
]
2023-02-07 13:00:49 -07:00
2024-08-26 13:34:13 -06:00
[[package]]
name = "adler2"
2025-06-18 14:38:52 -04:00
version = "2.0.1"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
2024-08-26 13:34:13 -06:00
[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
"cfg-if",
"cipher",
"cpufeatures",
]
[[package]]
name = "ahash"
2025-06-18 14:38:52 -04:00
version = "0.8.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
"once_cell",
"version_check",
2025-06-18 14:38:52 -04:00
"zerocopy",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "aho-corasick"
2024-04-30 08:43:55 -06:00
version = "1.1.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-02-07 13:00:49 -07:00
dependencies = [
"memchr",
]
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2025-04-16 13:07:03 -04:00
[[package]]
name = "aligned-array"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c92d086290f52938013f6242ac62bf7d401fab8ad36798a609faa65c3fd2c"
dependencies = [
"generic-array",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "aligned-vec"
2025-06-18 14:38:52 -04:00
version = "0.6.4"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
dependencies = [
"equator",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "almost"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14"
[[package]]
name = "android-activity"
2024-10-22 11:55:58 -06:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
dependencies = [
"android-properties",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"cc",
2024-02-05 16:18:36 -05:00
"cesu8",
"jni",
"jni-sys",
"libc",
"log",
2024-03-04 12:34:02 -07:00
"ndk",
"ndk-context",
2024-10-22 11:55:58 -06:00
"ndk-sys 0.6.0+11769913",
2024-03-04 12:34:02 -07:00
"num_enum",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2023-12-01 13:19:56 -07:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-02-07 13:00:49 -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-02-13 13:05:49 -07:00
[[package]]
name = "anstream"
2025-06-18 14:38:52 -04:00
version = "0.6.19"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "301af1932e46185686725e0fad2f8f2aa7da69dd70bf6ecc44d6b703844a3933"
2024-02-13 13:05:49 -07:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2024-05-03 12:13:21 -04:00
"is_terminal_polyfill",
2024-02-13 13:05:49 -07:00
"utf8parse",
]
[[package]]
name = "anstyle"
2025-06-18 14:38:52 -04:00
version = "1.0.11"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "862ed96ca487e809f1c8e5a8447f6ee2cf102f846893800b20cebdf541fc6bbd"
2024-02-13 13:05:49 -07:00
[[package]]
name = "anstyle-parse"
2025-06-18 14:38:52 -04:00
version = "0.2.7"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
2024-02-13 13:05:49 -07:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
2025-06-18 14:38:52 -04:00
version = "1.1.3"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "6c8bdeb6047d8983be085bab0ba1472e6dc604e7041dbf6fcd5e71523014fae9"
2024-02-13 13:05:49 -07:00
dependencies = [
2024-10-29 14:33:29 -06:00
"windows-sys 0.59.0",
2024-02-13 13:05:49 -07:00
]
[[package]]
name = "anstyle-wincon"
2025-06-18 14:38:52 -04:00
version = "3.0.9"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "403f75924867bb1033c59fbf0797484329750cfbe3c4325cd33127941fabc882"
2024-02-13 13:05:49 -07:00
dependencies = [
"anstyle",
2025-06-18 14:38:52 -04:00
"once_cell_polyfill",
2024-10-29 14:33:29 -06:00
"windows-sys 0.59.0",
2024-02-13 13:05:49 -07:00
]
2024-02-28 08:57:24 -07:00
[[package]]
name = "anyhow"
2025-04-16 13:07:03 -04:00
version = "1.0.98"
2024-02-28 08:57:24 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
2024-02-28 08:57:24 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "apply"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9"
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "arbitrary"
2024-11-05 15:39:48 -07:00
version = "1.4.1"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 15:39:48 -07:00
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
2024-08-26 13:34:13 -06:00
dependencies = [
"derive_arbitrary",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "arc-swap"
2024-04-30 08:43:55 -06:00
version = "1.7.1"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-10-30 09:34:36 -06:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "arg_enum_proc_macro"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-12-02 23:36:27 +01:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "arrayref"
2024-09-20 19:44:54 -06:00
version = "0.3.9"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
2023-02-07 13:00:49 -07:00
[[package]]
name = "arrayvec"
version = "0.7.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
2023-02-07 13:00:49 -07:00
2023-11-16 08:02:53 -07:00
[[package]]
name = "as-raw-xcb-connection"
2023-12-19 12:07:45 -07:00
version = "1.0.1"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-19 12:07:45 -07:00
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
2023-11-16 08:02:53 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "ash"
2024-10-22 11:55:58 -06:00
version = "0.38.0+1.3.281"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"libloading",
]
2023-11-21 11:57:11 -07:00
[[package]]
name = "ashpd"
2025-06-18 14:38:52 -04:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "6cbdf310d77fd3aaee6ea2093db7011dc2d35d2eb3481e5607f1f8d942ed99df"
dependencies = [
"enumflags2",
"futures-channel",
"futures-util",
2025-07-21 19:56:48 -06:00
"rand 0.9.2",
2025-06-18 14:38:52 -04:00
"raw-window-handle",
"serde",
"serde_repr",
"tokio",
"url",
2025-06-18 14:38:52 -04:00
"wayland-backend",
"wayland-client",
"wayland-protocols",
2025-07-21 19:56:48 -06:00
"zbus 5.9.0",
]
2024-03-04 12:34:02 -07:00
[[package]]
2024-05-17 09:00:08 -06:00
name = "async-broadcast"
version = "0.5.1"
2024-03-04 12:34:02 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-17 09:00:08 -06:00
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
2024-03-04 12:34:02 -07:00
dependencies = [
2024-05-17 09:00:08 -06:00
"event-listener 2.5.3",
"futures-core",
2024-03-04 12:34:02 -07:00
]
[[package]]
name = "async-broadcast"
2025-01-10 09:55:16 -07:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
dependencies = [
2025-01-10 09:55:16 -07:00
"event-listener 5.4.0",
2024-06-05 07:16:12 -06:00
"event-listener-strategy",
"futures-core",
2024-05-17 09:00:08 -06:00
"pin-project-lite",
]
2023-11-12 19:02:06 -07:00
[[package]]
name = "async-channel"
2025-07-10 15:29:54 -06:00
version = "2.5.0"
2023-11-12 19:02:06 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
2023-11-12 19:02:06 -07:00
dependencies = [
"concurrent-queue",
2024-06-05 07:16:12 -06:00
"event-listener-strategy",
2023-11-12 19:02:06 -07:00
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-io"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock 2.8.0",
"autocfg",
2024-03-04 12:34:02 -07:00
"cfg-if",
"concurrent-queue",
"futures-lite 1.13.0",
"log",
"parking",
2023-10-31 14:36:16 -06:00
"polling 2.8.0",
2025-01-10 09:55:16 -07:00
"rustix 0.37.28",
"slab",
2023-11-21 11:57:11 -07:00
"socket2 0.4.10",
"waker-fn",
]
2023-10-31 14:36:16 -06:00
[[package]]
name = "async-io"
2025-07-21 19:56:48 -06:00
version = "2.5.0"
2023-10-31 14:36:16 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "19634d6336019ef220f09fd31168ce5c184b295cbf80345437cc36094ef223ca"
2023-10-31 14:36:16 -06:00
dependencies = [
2024-06-05 07:16:12 -06:00
"async-lock 3.4.0",
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-10-31 14:36:16 -06:00
"concurrent-queue",
"futures-io",
2025-01-13 09:06:02 -07:00
"futures-lite 2.6.0",
2023-10-31 14:36:16 -06:00
"parking",
2024-12-02 23:36:27 +01:00
"polling 3.7.4",
2025-07-21 19:56:48 -06:00
"rustix 1.0.8",
2023-10-31 14:36:16 -06:00
"slab",
2025-07-21 19:56:48 -06:00
"windows-sys 0.60.2",
2023-10-31 14:36:16 -06:00
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener 2.5.3",
]
[[package]]
name = "async-lock"
2024-06-05 07:16:12 -06:00
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-05 07:16:12 -06:00
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18"
dependencies = [
2025-01-10 09:55:16 -07:00
"event-listener 5.4.0",
2024-06-05 07:16:12 -06:00
"event-listener-strategy",
"pin-project-lite",
]
[[package]]
name = "async-process"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
dependencies = [
2023-10-31 14:36:16 -06:00
"async-io 1.13.0",
"async-lock 2.8.0",
"async-signal",
"blocking",
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-11-12 19:02:06 -07:00
"event-listener 3.1.0",
"futures-lite 1.13.0",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
"windows-sys 0.48.0",
]
[[package]]
name = "async-recursion"
2024-04-30 08:43:55 -06:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
[[package]]
name = "async-signal"
2025-07-21 19:56:48 -06:00
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "f567af260ef69e1d52c2b560ce0ea230763e6fbb9214a85d768760a920e3e3c1"
dependencies = [
2025-07-21 19:56:48 -06:00
"async-io 2.5.0",
2024-06-05 07:16:12 -06:00
"async-lock 3.4.0",
"atomic-waker",
2024-03-04 12:34:02 -07:00
"cfg-if",
"futures-core",
"futures-io",
2025-07-21 19:56:48 -06:00
"rustix 1.0.8",
"signal-hook-registry",
"slab",
2025-07-21 19:56:48 -06:00
"windows-sys 0.60.2",
]
[[package]]
name = "async-task"
2024-04-30 08:43:55 -06:00
version = "4.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
[[package]]
name = "async-trait"
2025-03-31 09:16:20 -06:00
version = "0.1.88"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
[[package]]
name = "atomicwrites"
version = "0.4.2"
2023-11-15 09:10:45 -07:00
source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768"
dependencies = [
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
"tempfile",
"windows-sys 0.48.0",
]
[[package]]
name = "atspi"
2024-02-08 16:08:21 -07:00
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6059f350ab6f593ea00727b334265c4dfc7fd442ee32d264794bd9bdc68e87ca"
dependencies = [
"atspi-common",
"atspi-connection",
"atspi-proxies",
]
[[package]]
name = "atspi-common"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 16:08:21 -07:00
checksum = "92af95f966d2431f962bc632c2e68eda7777330158bf640c4af4249349b2cdf5"
dependencies = [
"enumflags2",
"serde",
2024-02-08 16:08:21 -07:00
"static_assertions",
2024-05-28 19:12:09 -06:00
"zbus 3.15.2",
2024-05-17 09:00:08 -06:00
"zbus_names 2.6.1",
2024-05-28 19:12:09 -06:00
"zvariant 3.15.2",
]
[[package]]
2024-02-08 16:08:21 -07:00
name = "atspi-connection"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 16:08:21 -07:00
checksum = "a0c65e7d70f86d4c0e3b2d585d9bf3f979f0b19d635a336725a88d279f76b939"
dependencies = [
2024-02-08 16:08:21 -07:00
"atspi-common",
"atspi-proxies",
"futures-lite 1.13.0",
2024-05-28 19:12:09 -06:00
"zbus 3.15.2",
2024-02-08 16:08:21 -07:00
]
[[package]]
name = "atspi-proxies"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6495661273703e7a229356dcbe8c8f38223d697aacfaf0e13590a9ac9977bb52"
dependencies = [
"atspi-common",
"serde",
2024-05-28 19:12:09 -06:00
"zbus 3.15.2",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "auto_enums"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c170965892137a3a9aeb000b4524aa3cc022a310e709d848b6e1cdce4ab4781"
dependencies = [
"derive_utils",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-04-16 13:07:03 -04:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "autocfg"
2025-06-18 14:38:52 -04:00
version = "1.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "av1-grain"
2025-06-18 14:38:52 -04:00
version = "0.2.4"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
2024-12-02 23:36:27 +01:00
dependencies = [
"anyhow",
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-12-02 23:36:27 +01:00
"log",
2025-03-31 09:16:20 -06:00
"nom",
2024-12-02 23:36:27 +01:00
"num-rational",
"v_frame",
]
[[package]]
name = "avif-serialize"
2025-07-10 15:29:54 -06:00
version = "0.8.5"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "2ea8ef51aced2b9191c08197f55450d830876d9933f8f48a429b354f1d496b42"
2024-12-02 23:36:27 +01:00
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-12-02 23:36:27 +01:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "backtrace"
2025-06-18 14:38:52 -04:00
version = "0.3.75"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
dependencies = [
"addr2line",
2024-03-04 12:34:02 -07:00
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2024-09-11 14:33:25 -06:00
"windows-targets 0.52.6",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "basic-toml"
2025-03-31 09:16:20 -06:00
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
dependencies = [
"serde",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bit-set"
2024-10-22 11:55:58 -06:00
version = "0.6.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "f0481a0e032742109b1133a095184ee93d88f3dc9e0d28a5d033dc77a073f44f"
2023-02-07 13:00:49 -07:00
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
2024-10-22 11:55:58 -06:00
version = "0.7.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "d2c54ff287cfc0a34f38a6b832ea1bd8e448a330b3e40a50859e6488bee07f22"
2023-02-07 13:00:49 -07:00
[[package]]
name = "bit_field"
2023-03-14 13:41:49 -06:00
version = "0.10.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2023-02-07 13:00:49 -07:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
2025-06-18 14:38:52 -04:00
version = "2.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
dependencies = [
"serde",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "bitstream-io"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
2023-02-07 13:00:49 -07:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2024-06-20 09:18:37 -06:00
[[package]]
name = "block2"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
dependencies = [
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
]
[[package]]
name = "block2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "340d2f0bdb2a43c1d3cd40513185b2bd7def0aa1052f956455114bc98f82dcf2"
dependencies = [
"objc2 0.6.1",
2024-06-20 09:18:37 -06:00
]
[[package]]
name = "blocking"
2025-07-10 15:29:54 -06:00
version = "1.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
dependencies = [
2024-02-08 16:08:21 -07:00
"async-channel",
"async-task",
"futures-io",
2025-01-13 09:06:02 -07:00
"futures-lite 2.6.0",
"piper",
]
[[package]]
name = "bstr"
2025-04-16 13:07:03 -04:00
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
dependencies = [
"memchr",
2025-04-16 13:07:03 -04:00
"regex-automata 0.4.9",
"serde",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "built"
2025-02-19 17:38:18 +01:00
version = "0.7.7"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
2024-12-02 23:36:27 +01:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "bumpalo"
2025-06-27 11:40:59 -06:00
version = "3.19.0"
2024-04-30 08:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2024-04-30 08:43:55 -06:00
[[package]]
name = "by_address"
version = "1.2.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2023-02-07 13:00:49 -07:00
2023-12-01 13:19:56 -07:00
[[package]]
name = "bytecount"
2025-06-18 14:38:52 -04:00
version = "0.6.9"
2023-12-01 13:19:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
2023-12-01 13:19:56 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "bytemuck"
2025-06-18 14:38:52 -04:00
version = "1.23.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5c76a5792e44e4abe34d3abf15636779261d45a7450612059293d1d2cfc63422"
2023-02-07 13:00:49 -07:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2025-07-21 19:56:48 -06:00
version = "1.10.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "441473f2b4b0459a68628c744bc61d23e730fb00128b841d30fa4bb3972257e4"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "byteorder"
version = "1.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "byteorder-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
2023-11-21 11:57:11 -07:00
[[package]]
name = "bytes"
2025-03-31 09:16:20 -06:00
version = "1.10.1"
2023-11-21 11:57:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
2023-11-21 11:57:11 -07:00
2024-08-26 13:34:13 -06:00
[[package]]
name = "bzip2"
2025-03-31 09:16:20 -06:00
version = "0.5.2"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "49ecfb22d906f800d4fe833b6282cf4dc1c298f5057ca0b5445e5c209735ca47"
2024-08-26 13:34:13 -06:00
dependencies = [
"bzip2-sys",
]
[[package]]
name = "bzip2-sys"
2025-03-31 09:16:20 -06:00
version = "0.1.13+1.0.8"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
2024-08-26 13:34:13 -06:00
dependencies = [
"cc",
"pkg-config",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "calendrical_calculations"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e97f73e95d668625c9b28a3072e6326773785a0cf807de9f3d632778438f3d38"
dependencies = [
"core_maths",
"displaydoc",
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "calloop"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"log",
2024-12-02 23:36:27 +01:00
"polling 3.7.4",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
"slab",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "calloop-wayland-source"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
dependencies = [
2024-10-22 11:55:58 -06:00
"calloop",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-client",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "cc"
2025-07-21 19:56:48 -06:00
version = "1.2.30"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
dependencies = [
2024-03-04 12:34:02 -07:00
"jobserver",
"libc",
"shlex",
]
2023-02-07 13:00:49 -07:00
2024-02-05 16:18:36 -05:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2024-09-11 14:33:25 -06:00
[[package]]
name = "cfb"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
dependencies = [
"byteorder",
"fnv",
"uuid",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "cfg-expr"
version = "0.15.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
dependencies = [
"smallvec",
2025-06-18 14:38:52 -04:00
"target-lexicon 0.12.16",
2024-12-02 23:36:27 +01:00
]
[[package]]
name = "cfg-expr"
2025-07-10 15:29:54 -06:00
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "0d0390889d58f934f01cd49736275b4c2da15bcfc328c78ff2349907e6cabf22"
dependencies = [
"smallvec",
2025-06-18 14:38:52 -04:00
"target-lexicon 0.13.2",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "cfg-if"
2025-06-18 14:38:52 -04:00
version = "1.0.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
2023-02-07 13:00:49 -07:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2024-02-05 16:18:36 -05:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-05 16:18:36 -05:00
2023-12-01 13:19:56 -07:00
[[package]]
name = "chrono"
2025-06-18 14:38:52 -04:00
version = "0.4.41"
2023-12-01 13:19:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "c469d952047f47f91b68d1cba3f10d63c11d73e4636f24f08daf0278abf01c4d"
2023-12-01 13:19:56 -07:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
2024-02-13 13:05:49 -07:00
"pure-rust-locales",
2023-12-01 13:19:56 -07:00
"wasm-bindgen",
2025-03-31 09:16:20 -06:00
"windows-link",
2023-12-01 13:19:56 -07:00
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "cipher"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
[[package]]
name = "clipboard-win"
2025-07-21 19:56:48 -06:00
version = "5.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "bde03770d3df201d4fb868f2c9c59e66a3e4e2bd06692a0fe701e7103c7e84d4"
dependencies = [
"error-code",
]
[[package]]
name = "clipboard_macos"
version = "0.1.0"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
dependencies = [
"objc",
"objc-foundation",
"objc_id",
]
[[package]]
name = "clipboard_wayland"
2024-02-13 13:05:49 -07:00
version = "0.2.2"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
dependencies = [
2024-04-30 08:43:55 -06:00
"dnd",
"mime 0.1.0",
"smithay-clipboard",
]
[[package]]
name = "clipboard_x11"
2024-02-13 13:05:49 -07:00
version = "0.4.2"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
dependencies = [
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-02-05 16:18:36 -05:00
"x11rb",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "cocoa"
2023-11-16 08:02:53 -07:00
version = "0.25.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-16 08:02:53 -07:00
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2023-02-07 13:00:49 -07:00
dependencies = [
"bitflags 1.3.2",
2023-02-07 13:00:49 -07:00
"block",
"cocoa-foundation",
2024-03-04 12:34:02 -07:00
"core-foundation",
"core-graphics",
"foreign-types",
2023-02-07 13:00:49 -07:00
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
version = "0.1.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2023-02-07 13:00:49 -07:00
dependencies = [
"bitflags 1.3.2",
2023-02-07 13:00:49 -07:00
"block",
2024-03-04 12:34:02 -07:00
"core-foundation",
2023-02-07 13:00:49 -07:00
"core-graphics-types",
"libc",
"objc",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2024-02-13 13:05:49 -07:00
[[package]]
name = "colorchoice"
2025-06-18 14:38:52 -04:00
version = "1.0.4"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2024-02-13 13:05:49 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
2024-02-05 16:18:36 -05:00
name = "com"
version = "0.6.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "7e17887fd17353b65b1b2ef1c526c83e26cd72e74f598a8dc1bee13a48f3d9f6"
dependencies = [
"com_macros",
]
[[package]]
name = "com_macros"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d375883580a668c7481ea6631fc1a8863e33cc335bf56bfad8d7e6d4b04b13a5"
dependencies = [
"com_macros_support",
"proc-macro2",
"syn 1.0.109",
]
[[package]]
name = "com_macros_support"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad899a1087a9296d5644792d7cb72b8e34c1bec8e7d4fbc002230169a6e8710c"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
[[package]]
name = "combine"
2024-04-30 08:43:55 -06:00
version = "4.6.7"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2024-02-05 16:18:36 -05:00
dependencies = [
"bytes",
"memchr",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "compio"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c52183b7eefcaa6441fe810885a34fcdec7378e2883673fc3d74ca6e9ff738b"
dependencies = [
"compio-buf",
"compio-dispatcher",
"compio-driver",
"compio-fs",
"compio-io",
"compio-log",
"compio-macros",
"compio-net",
"compio-process",
"compio-quic",
"compio-runtime",
"compio-signal",
]
[[package]]
name = "compio-buf"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d14413106aad7dd931df3c4724110dabd731c81d52ba18edb4f2d57e7beb611b"
dependencies = [
"arrayvec",
"bytes",
"libc",
]
[[package]]
name = "compio-dispatcher"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ae8fab55190537c8634232f395302011ce39c18facbd4b85363df41114677ac"
dependencies = [
"compio-driver",
"compio-runtime",
"flume",
"futures-channel",
]
[[package]]
name = "compio-driver"
2025-06-18 14:38:52 -04:00
version = "0.7.1"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "469f8e58596d82e2a0e17cb8216094cc75e8285fc7048907767cdb0337286f19"
2025-04-16 13:07:03 -04:00
dependencies = [
"aligned-array",
"cfg-if",
"cfg_aliases 0.2.1",
"compio-buf",
"compio-log",
"crossbeam-channel",
"crossbeam-queue",
"futures-util",
"libc",
"once_cell",
"paste",
"polling 3.7.4",
2025-06-18 14:38:52 -04:00
"socket2 0.5.10",
2025-04-16 13:07:03 -04:00
"windows-sys 0.52.0",
]
[[package]]
name = "compio-fs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dee2c5ba7c96f0caf3d62ed745278b26eebd4e9296817c4ef2ad6c359629f8ab"
dependencies = [
"cfg-if",
"cfg_aliases 0.2.1",
"compio-buf",
"compio-driver",
"compio-io",
"compio-runtime",
"libc",
"os_pipe",
"widestring",
"windows-sys 0.52.0",
]
[[package]]
name = "compio-io"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c18b1d7d4c058e3e92e9265d59f74981fda2693809b1e45f8ed7717d892c8ac"
dependencies = [
"compio-buf",
"futures-util",
"paste",
]
[[package]]
name = "compio-log"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc4e560213c1996b618da369b7c9109564b41af9033802ae534465c4ee4e132f"
dependencies = [
"tracing",
]
[[package]]
name = "compio-macros"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f05ed201484967dc70de77a8f7a02b29aaa8e6c81cbea2e75492ee0c8d97766b"
dependencies = [
"proc-macro-crate 3.3.0",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "compio-net"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0882a85c535c7b5d6ea3b9b37cc7421ec3f8ae8b83a09eb53f4295fb87b54995"
dependencies = [
"cfg-if",
"compio-buf",
"compio-driver",
"compio-io",
"compio-runtime",
"either",
"libc",
"once_cell",
2025-06-18 14:38:52 -04:00
"socket2 0.5.10",
2025-04-16 13:07:03 -04:00
"widestring",
"windows-sys 0.52.0",
]
[[package]]
name = "compio-process"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dc299e4c0a2cdc4455bb4df86c554845d1abe611a1922e4b12a8af2a0fadc35"
dependencies = [
"cfg-if",
"compio-buf",
"compio-driver",
"compio-io",
"compio-runtime",
"futures-util",
"windows-sys 0.52.0",
]
[[package]]
name = "compio-quic"
2025-06-18 14:38:52 -04:00
version = "0.3.1"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "e8ab46b819ec5d08936218e9afc64f51ae660d128cd408458b08b457223a0541"
2025-04-16 13:07:03 -04:00
dependencies = [
"cfg_aliases 0.2.1",
"compio-buf",
"compio-io",
"compio-log",
"compio-net",
"compio-runtime",
"flume",
"futures-util",
"libc",
"quinn-proto",
"rustc-hash 2.1.1",
"rustls",
"thiserror 2.0.12",
"windows-sys 0.52.0",
]
[[package]]
name = "compio-runtime"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a95ef126945a166879ef37d494015be13a1e4e452419bc4e5c4c5799f441756a"
dependencies = [
"async-task",
"cfg-if",
"compio-buf",
"compio-driver",
"compio-log",
"crossbeam-queue",
"futures-util",
"libc",
"once_cell",
"scoped-tls",
"slab",
2025-06-18 14:38:52 -04:00
"socket2 0.5.10",
2025-04-16 13:07:03 -04:00
"windows-sys 0.52.0",
]
[[package]]
name = "compio-signal"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd30ba3a28cd73fa49a6e4f1c31c1ad4742fb33802662aadf9ed188ae8a8f0e4"
dependencies = [
"compio-buf",
"compio-driver",
"compio-runtime",
"libc",
"once_cell",
"os_pipe",
"slab",
"windows-sys 0.52.0",
]
[[package]]
name = "concurrent-queue"
2024-04-30 08:43:55 -06:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
dependencies = [
"crossbeam-utils",
]
2023-02-07 13:00:49 -07:00
2024-08-26 13:34:13 -06:00
[[package]]
name = "constant_time_eq"
2024-08-27 08:12:18 -06:00
version = "0.3.1"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-27 08:12:18 -06:00
checksum = "7c74b8349d32d297c9134b8c88677813a227df8f779daa29bfc29c183fe3dca6"
2024-08-26 13:34:13 -06:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "core-foundation"
2023-11-30 14:24:58 -07:00
version = "0.9.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-30 14:24:58 -07:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"core-foundation-sys",
2023-02-07 13:00:49 -07:00
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2023-02-07 13:00:49 -07:00
2023-11-16 08:02:53 -07:00
[[package]]
name = "core-graphics"
2024-04-30 08:43:55 -06:00
version = "0.23.2"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2023-11-16 08:02:53 -07:00
dependencies = [
"bitflags 1.3.2",
2024-03-04 12:34:02 -07:00
"core-foundation",
2023-11-16 08:02:53 -07:00
"core-graphics-types",
2024-03-04 12:34:02 -07:00
"foreign-types",
2023-02-07 13:00:49 -07:00
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2023-02-07 13:00:49 -07:00
dependencies = [
"bitflags 1.3.2",
2024-03-04 12:34:02 -07:00
"core-foundation",
2023-11-17 13:28:39 -07:00
"libc",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "core_maths"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
dependencies = [
"libm",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "cosmic-client-toolkit"
version = "0.1.0"
2025-02-19 17:38:18 +01:00
source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51"
2024-12-02 23:36:27 +01:00
dependencies = [
"cosmic-protocols",
"libc",
"smithay-client-toolkit",
"wayland-client",
"wayland-protocols",
]
[[package]]
name = "cosmic-config"
version = "0.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
dependencies = [
"atomicwrites",
"cosmic-config-derive",
2025-03-31 09:16:20 -06:00
"dirs 6.0.0",
"iced_futures",
"known-folders",
2025-07-10 15:29:54 -06:00
"notify 8.1.0",
2024-01-03 09:35:11 -07:00
"once_cell",
"ron",
"serde",
"tokio",
"tracing",
"xdg",
]
[[package]]
name = "cosmic-config-derive"
version = "0.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
dependencies = [
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2023-10-23 09:36:38 -06:00
[[package]]
name = "cosmic-edit"
version = "0.1.0"
dependencies = [
2024-02-13 13:05:49 -07:00
"cosmic-files",
"cosmic-syntax-theme",
2024-02-07 11:52:32 -05:00
"cosmic-text",
2025-02-19 17:38:18 +01:00
"dirs 6.0.0",
"env_logger",
2025-03-31 09:16:20 -06:00
"fork",
"grep",
2025-03-31 09:16:20 -06:00
"i18n-embed",
"i18n-embed-fl",
"icu_collator",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
"ignore",
2023-10-23 09:36:38 -06:00
"libcosmic",
"log",
2025-03-31 09:16:20 -06:00
"notify 6.1.1",
"open",
"paste",
2023-12-01 13:19:56 -07:00
"patch",
"regex",
2023-10-30 09:34:36 -06:00
"rust-embed",
2023-11-03 16:16:24 -06:00
"serde",
"syntect",
2023-11-21 11:57:11 -07:00
"tokio",
"two-face",
2024-02-28 08:57:24 -07:00
"vergen",
2023-10-23 09:36:38 -06:00
]
2024-02-13 13:05:49 -07:00
[[package]]
name = "cosmic-files"
version = "0.1.0"
2025-07-22 09:17:38 -06:00
source = "git+https://github.com/pop-os/cosmic-files.git#3390ef7ea81c6d4ea22906581d5251384cd0c27d"
2024-02-13 13:05:49 -07:00
dependencies = [
2025-07-21 19:56:48 -06:00
"anyhow",
2024-02-13 13:05:49 -07:00
"chrono",
2025-04-16 13:07:03 -04:00
"compio",
2025-03-31 09:16:20 -06:00
"dirs 6.0.0",
2025-02-19 17:38:18 +01:00
"env_logger",
2024-09-11 14:33:25 -06:00
"flate2",
2025-03-31 09:16:20 -06:00
"fork",
2024-09-11 14:39:04 -06:00
"freedesktop_entry_parser",
2025-04-16 13:07:03 -04:00
"futures",
"gio",
"glib",
"glob",
2025-03-31 09:16:20 -06:00
"i18n-embed",
"i18n-embed-fl",
2025-04-16 13:07:03 -04:00
"icu",
"icu_collator",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
2024-06-05 07:16:12 -06:00
"ignore",
2025-02-19 17:38:18 +01:00
"image",
2024-03-04 12:34:02 -07:00
"libc",
2024-02-13 13:05:49 -07:00
"libcosmic",
"log",
2025-07-10 15:29:54 -06:00
"md-5",
2024-02-26 15:21:27 -07:00
"mime_guess",
2024-04-30 08:43:55 -06:00
"notify-debouncer-full",
2024-02-13 13:05:49 -07:00
"once_cell",
2024-03-01 09:25:57 -07:00
"open",
2025-07-10 15:29:54 -06:00
"ordermap",
2024-02-13 13:05:49 -07:00
"paste",
2025-07-10 15:29:54 -06:00
"png",
2025-06-18 14:38:52 -04:00
"procfs",
2024-09-11 14:33:25 -06:00
"recently-used-xbel",
2024-06-05 07:16:12 -06:00
"regex",
2024-02-13 13:05:49 -07:00
"rust-embed",
"serde",
2024-03-04 12:34:02 -07:00
"shlex",
2024-04-30 08:43:55 -06:00
"slotmap",
2024-08-26 13:34:13 -06:00
"tar",
2024-09-27 09:35:27 -06:00
"tempfile",
2024-02-13 13:05:49 -07:00
"tokio",
"trash",
2024-04-30 08:43:55 -06:00
"url",
2024-08-27 08:12:18 -06:00
"uzers",
2024-03-01 09:25:57 -07:00
"vergen",
2024-09-06 07:29:28 -06:00
"walkdir",
2025-06-18 14:38:52 -04:00
"wayland-client",
2024-03-04 12:34:02 -07:00
"xdg-mime",
2024-08-26 13:34:13 -06:00
"zip",
2024-02-13 13:05:49 -07:00
]
2025-01-10 09:55:16 -07:00
[[package]]
name = "cosmic-freedesktop-icons"
2025-02-19 17:38:18 +01:00
version = "0.3.0"
2025-04-16 13:07:03 -04:00
source = "git+https://github.com/pop-os/freedesktop-icons#8a05c322c482ff3c69cf34bacfee98907ac45307"
2025-01-10 09:55:16 -07:00
dependencies = [
2025-02-19 17:38:18 +01:00
"dirs 5.0.1",
2025-01-13 09:06:02 -07:00
"ini_core",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2025-04-16 13:07:03 -04:00
"thiserror 2.0.12",
2025-01-10 09:55:16 -07:00
"tracing",
"xdg",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
2025-02-19 17:38:18 +01:00
source = "git+https://github.com/pop-os/cosmic-protocols?rev=178eb0b#178eb0b14a0e5c192f64f6dee6c40341a8e5ee51"
2024-12-02 23:36:27 +01:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-12-02 23:36:27 +01:00
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "cosmic-syntax-theme"
version = "0.1.0"
2024-02-28 08:57:24 -07:00
source = "git+https://github.com/pop-os/cosmic-syntax-theme.git#b1e1eb0234568911e59888f092dfc779c609b499"
dependencies = [
"handlebars",
"serde",
2025-06-18 14:38:52 -04:00
"toml 0.8.23",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "cosmic-text"
2025-04-16 13:07:03 -04:00
version = "0.14.2"
2025-07-16 20:21:17 -04:00
source = "git+https://github.com/pop-os/cosmic-text.git#7646989d6f5b0d2bfe32a123e10fe13693d7c89c"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-11-15 09:10:45 -07:00
"cosmic_undo_2",
"fontdb 0.23.0",
"log",
"modit",
"rangemap",
2024-10-22 11:55:58 -06:00
"rustc-hash 1.1.0",
"rustybuzz",
2025-04-16 13:07:03 -04:00
"self_cell 1.2.0",
2024-09-06 07:29:28 -06:00
"smol_str",
"swash",
2023-02-07 13:00:49 -07:00
"syntect",
"sys-locale",
2024-06-20 09:18:37 -06:00
"ttf-parser 0.21.1",
2023-02-07 13:00:49 -07:00
"unicode-bidi",
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
]
[[package]]
name = "cosmic-theme"
version = "0.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"almost",
"cosmic-config",
2023-02-07 13:00:49 -07:00
"csscolorparser",
2025-03-31 09:16:20 -06:00
"dirs 6.0.0",
2023-02-07 13:00:49 -07:00
"lazy_static",
"palette",
"ron",
"serde",
"serde_json",
2025-03-31 09:16:20 -06:00
"thiserror 2.0.12",
2023-02-07 13:00:49 -07:00
]
2023-11-15 09:10:45 -07:00
[[package]]
name = "cosmic_undo_2"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afd123aba915d4643617882bd494db7aaa4be4f4ed84e7b8cee2fd45efe41afe"
dependencies = [
"derivative",
"rustc_version",
"serde",
]
[[package]]
name = "cpufeatures"
2025-02-19 17:38:18 +01:00
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "crc"
2025-06-18 14:38:52 -04:00
version = "3.3.0"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
2024-08-26 13:34:13 -06:00
dependencies = [
"crc-catalog",
]
[[package]]
name = "crc-catalog"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
2023-02-07 13:00:49 -07:00
[[package]]
name = "crc32fast"
2025-07-21 19:56:48 -06:00
version = "1.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "crossbeam-channel"
2025-04-16 13:07:03 -04:00
version = "0.5.15"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
2023-02-07 13:00:49 -07:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
2025-01-10 09:55:16 -07:00
version = "0.8.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
2023-02-07 13:00:49 -07:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2024-01-09 10:14:38 -07:00
version = "0.9.18"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-09 10:14:38 -07:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-02-07 13:00:49 -07:00
dependencies = [
"crossbeam-utils",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "crossbeam-queue"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
dependencies = [
"crossbeam-utils",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "crossbeam-utils"
2025-01-10 09:55:16 -07:00
version = "0.8.21"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2023-02-07 13:00:49 -07:00
[[package]]
name = "crunchy"
2025-06-27 11:40:59 -06:00
version = "0.2.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
2023-02-07 13:00:49 -07:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "css-color"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a"
2023-02-07 13:00:49 -07:00
[[package]]
name = "csscolorparser"
2025-06-18 14:38:52 -04:00
version = "0.7.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5fda6aace1fbef3aa217b27f4c8d7d071ef2a70a5ca51050b1f17d40299d3f16"
2023-02-07 13:00:49 -07:00
dependencies = [
"phf",
"serde",
]
2023-11-16 08:02:53 -07:00
[[package]]
2024-05-28 19:12:09 -06:00
name = "ctor-lite"
version = "0.1.0"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
2023-11-16 08:02:53 -07:00
[[package]]
name = "cursor-icon"
2025-06-18 14:38:52 -04:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
2023-02-07 13:00:49 -07:00
[[package]]
name = "d3d12"
2024-10-22 11:55:58 -06:00
version = "22.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdbd1f579714e3c809ebd822c81ef148b1ceaeb3d535352afc73fd0c4c6a0017"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-10-22 11:55:58 -06:00
"libloading",
2023-02-07 13:00:49 -07:00
"winapi",
]
[[package]]
name = "darling"
2025-03-31 09:16:20 -06:00
version = "0.20.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"darling_core",
"darling_macro",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "darling_core"
2025-03-31 09:16:20 -06:00
version = "0.20.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
2023-02-07 13:00:49 -07:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2025-03-31 09:16:20 -06:00
"strsim",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "darling_macro"
2025-03-31 09:16:20 -06:00
version = "0.20.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"darling_core",
2023-02-07 13:00:49 -07:00
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-30 09:34:36 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "data-url"
version = "0.3.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
2024-08-26 13:34:13 -06:00
[[package]]
name = "deflate64"
version = "0.1.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da692b8d1080ea3045efaab14434d40468c3d8657e42abddfffca87b428f4c1b"
[[package]]
name = "deranged"
2025-04-16 13:07:03 -04:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
2023-10-19 10:33:42 -06:00
dependencies = [
"powerfmt",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
2023-02-07 13:00:49 -07:00
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "derive_arbitrary"
2024-11-05 15:39:48 -07:00
version = "1.4.1"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-11-05 15:39:48 -07:00
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
2024-08-26 13:34:13 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-08-26 13:34:13 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "derive_setters"
2025-07-10 15:29:54 -06:00
version = "0.1.8"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "ae5c625eda104c228c06ecaf988d1c60e542176bd7a490e60eeda3493244c0c9"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"darling",
2023-02-07 13:00:49 -07:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "derive_utils"
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccfae181bab5ab6c5478b2ccb69e4c68a02f8c3ec72f6616bfec9dbc599d2ee0"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-04-16 13:07:03 -04:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2023-02-07 13:00:49 -07:00
dependencies = [
"block-buffer",
"crypto-common",
2024-08-26 13:34:13 -06:00
"subtle",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
2025-02-19 17:38:18 +01:00
"dirs-sys 0.4.1",
]
[[package]]
name = "dirs"
version = "6.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
dependencies = [
"dirs-sys 0.5.0",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "dirs-next"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
"dirs-sys-next",
]
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
2025-02-19 17:38:18 +01:00
"redox_users 0.4.6",
"windows-sys 0.48.0",
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "dirs-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
dependencies = [
"libc",
"option-ext",
"redox_users 0.5.0",
2025-06-18 14:38:52 -04:00
"windows-sys 0.60.2",
2025-02-19 17:38:18 +01:00
]
[[package]]
name = "dirs-sys-next"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
dependencies = [
"libc",
2025-02-19 17:38:18 +01:00
"redox_users 0.4.6",
"winapi",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2025-06-18 14:38:52 -04:00
[[package]]
name = "dispatch2"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
dependencies = [
"bitflags 2.9.1",
2025-07-21 19:56:48 -06:00
"block2 0.6.1",
"libc",
2025-06-18 14:38:52 -04:00
"objc2 0.6.1",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "displaydoc"
version = "0.2.5"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
2023-10-30 09:34:36 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-30 09:34:36 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "dlib"
version = "0.5.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"libloading",
2023-02-07 13:00:49 -07:00
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "dnd"
version = "0.1.0"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
2024-04-30 08:43:55 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-04-30 08:43:55 -06:00
"mime 0.1.0",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-10-22 11:55:58 -06:00
"smithay-client-toolkit",
2024-04-30 08:43:55 -06:00
"smithay-clipboard",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "document-features"
2025-02-19 17:38:18 +01:00
version = "0.2.11"
2024-10-22 11:55:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d"
2024-10-22 11:55:58 -06:00
dependencies = [
"litrs",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "downcast-rs"
2024-04-30 08:43:55 -06:00
version = "1.2.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2023-02-07 13:00:49 -07:00
2024-10-22 11:55:58 -06:00
[[package]]
name = "dpi"
version = "0.1.1"
2024-10-29 14:33:29 -06:00
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
2024-10-22 11:55:58 -06:00
2023-11-16 08:02:53 -07:00
[[package]]
name = "drm"
2024-02-05 16:18:36 -05:00
version = "0.11.1"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
2023-11-16 08:02:53 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-11-16 08:02:53 -07:00
"bytemuck",
"drm-ffi",
"drm-fourcc",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-11-16 08:02:53 -07:00
]
[[package]]
name = "drm-ffi"
2024-02-05 16:18:36 -05:00
version = "0.7.1"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
2023-11-16 08:02:53 -07:00
dependencies = [
"drm-sys",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-11-16 08:02:53 -07:00
]
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
[[package]]
name = "drm-sys"
2024-02-05 16:18:36 -05:00
version = "0.6.1"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
dependencies = [
"libc",
"linux-raw-sys 0.6.5",
2024-02-05 16:18:36 -05:00
]
2023-11-16 08:02:53 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "either"
2025-03-31 09:16:20 -06:00
version = "1.15.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
2023-02-07 13:00:49 -07:00
[[package]]
name = "encoding_rs"
2024-10-29 14:33:29 -06:00
version = "0.8.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 14:33:29 -06:00
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
]
[[package]]
name = "encoding_rs_io"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
dependencies = [
"encoding_rs",
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "endi"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
2023-02-07 13:00:49 -07:00
[[package]]
name = "enumflags2"
2025-06-18 14:38:52 -04:00
version = "0.7.12"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
2023-02-07 13:00:49 -07:00
dependencies = [
"enumflags2_derive",
"serde",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "enumflags2_derive"
2025-06-18 14:38:52 -04:00
version = "0.7.12"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
2024-02-13 13:05:49 -07:00
[[package]]
name = "env_filter"
2025-01-10 09:55:16 -07:00
version = "0.1.3"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
2024-02-13 13:05:49 -07:00
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
2025-04-16 13:07:03 -04:00
version = "0.11.8"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
2024-02-13 13:05:49 -07:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
2025-03-31 09:16:20 -06:00
"jiff",
2024-02-13 13:05:49 -07:00
"log",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "equator"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
dependencies = [
"equator-macro",
]
[[package]]
name = "equator-macro"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-06-18 14:38:52 -04:00
]
[[package]]
name = "equivalent"
2025-02-19 17:38:18 +01:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "errno"
2025-06-27 11:40:59 -06:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
dependencies = [
"libc",
2025-06-27 11:40:59 -06:00
"windows-sys 0.60.2",
]
[[package]]
name = "error-code"
2025-06-18 14:38:52 -04:00
version = "3.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "dea2df4cf52843e0452895c455a1a2cfbb842a1e7329671acf418fdc53ed4c59"
[[package]]
name = "etagere"
2025-02-19 17:38:18 +01:00
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
dependencies = [
"euclid",
"svg_fmt",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "euclid"
2024-09-06 07:29:28 -06:00
version = "0.22.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-06 07:29:28 -06:00
checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
2023-02-07 13:00:49 -07:00
dependencies = [
"num-traits",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
2023-11-12 19:02:06 -07:00
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:02:06 -07:00
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
2024-02-08 15:16:00 -07:00
[[package]]
name = "event-listener"
2025-01-10 09:55:16 -07:00
version = "5.4.0"
2024-02-08 15:16:00 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "3492acde4c3fc54c845eaab3eed8bd00c7a7d881f78bfc801e43a93dec1331ae"
2024-02-08 15:16:00 -07:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2025-03-31 09:16:20 -06:00
version = "0.5.4"
2024-02-08 15:16:00 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
2024-02-08 15:16:00 -07:00
dependencies = [
2025-01-10 09:55:16 -07:00
"event-listener 5.4.0",
2024-02-08 15:16:00 -07:00
"pin-project-lite",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "exr"
version = "1.73.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
2023-02-07 13:00:49 -07:00
dependencies = [
"bit_field",
"half",
"lebe",
"miniz_oxide",
2023-03-14 13:41:49 -06:00
"rayon-core",
2023-02-07 13:00:49 -07:00
"smallvec",
"zune-inflate",
]
[[package]]
name = "fast-srgb8"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
2023-02-07 13:00:49 -07:00
[[package]]
name = "fastrand"
2023-03-14 13:41:49 -06:00
version = "1.9.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2023-02-07 13:00:49 -07:00
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
2025-01-10 09:55:16 -07:00
version = "2.3.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "fdeflate"
2025-01-10 09:55:16 -07:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
2023-02-07 13:00:49 -07:00
dependencies = [
"simd-adler32",
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "file-id"
2024-10-29 14:33:29 -06:00
version = "0.2.2"
2024-04-30 08:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 14:33:29 -06:00
checksum = "6bc904b9bbefcadbd8e3a9fb0d464a9b979de6324c03b3c663e8994f46a5be36"
2024-04-30 08:43:55 -06:00
dependencies = [
2024-10-29 14:33:29 -06:00
"windows-sys 0.52.0",
2024-04-30 08:43:55 -06:00
]
[[package]]
name = "filetime"
2024-10-22 11:55:58 -06:00
version = "0.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
"libc",
2024-10-22 11:55:58 -06:00
"libredox",
2024-08-27 08:12:18 -06:00
"windows-sys 0.59.0",
2023-02-07 13:00:49 -07:00
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "find-crate"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59a98bbaacea1c0eb6a0876280051b892eb73594fd90cf3b20e9c817029c57d2"
dependencies = [
"toml 0.5.11",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "fixed_decimal"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8"
dependencies = [
"displaydoc",
"smallvec",
2025-06-18 14:38:52 -04:00
"writeable 0.5.5",
2025-04-16 13:07:03 -04:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "flate2"
2025-06-18 14:38:52 -04:00
version = "1.1.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
2023-02-07 13:00:49 -07:00
dependencies = [
"crc32fast",
"miniz_oxide",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
[[package]]
name = "float_next_after"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
2023-10-30 09:34:36 -06:00
[[package]]
name = "fluent"
version = "0.16.1"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a"
2023-10-30 09:34:36 -06:00
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.3"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
2023-10-30 09:34:36 -06:00
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
2024-10-22 11:55:58 -06:00
"rustc-hash 1.1.0",
2023-11-12 19:02:06 -07:00
"self_cell 0.10.3",
2023-10-30 09:34:36 -06:00
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.1"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
2023-10-30 09:34:36 -06:00
dependencies = [
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-10-30 09:34:36 -06:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "flume"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"spin",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2025-01-10 09:55:16 -07:00
[[package]]
name = "foldhash"
2025-03-31 09:16:20 -06:00
version = "0.1.5"
2025-01-10 09:55:16 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2025-01-10 09:55:16 -07:00
2024-01-31 14:06:48 -07:00
[[package]]
name = "font-types"
2025-06-18 14:38:52 -04:00
version = "0.9.0"
2024-01-31 14:06:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "02a596f5713680923a2080d86de50fe472fb290693cf0f701187a1c8b36996b7"
2024-04-30 08:43:55 -06:00
dependencies = [
"bytemuck",
]
2024-01-31 14:06:48 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "fontconfig-parser"
2025-06-18 14:38:52 -04:00
version = "0.5.8"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"roxmltree",
2023-02-07 13:00:49 -07:00
]
2023-11-15 12:43:40 -07:00
[[package]]
name = "fontdb"
version = "0.18.0"
2023-11-15 12:43:40 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e32eac81c1135c1df01d4e6d4233c47ba11f6a6d07f33e0bba09d18797077770"
2023-11-15 12:43:40 -07:00
dependencies = [
"fontconfig-parser",
"log",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2023-11-15 12:43:40 -07:00
"slotmap",
"tinyvec",
"ttf-parser 0.21.1",
2023-11-16 08:02:53 -07:00
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "fontdb"
version = "0.23.0"
2024-10-22 11:55:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
2024-10-22 11:55:58 -06:00
dependencies = [
"fontconfig-parser",
"log",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2024-10-22 11:55:58 -06:00
"slotmap",
"tinyvec",
"ttf-parser 0.25.1",
2024-10-22 11:55:58 -06:00
]
2023-11-16 08:02:53 -07:00
[[package]]
name = "foreign-types"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
dependencies = [
"foreign-types-macros",
2024-03-04 12:34:02 -07:00
"foreign-types-shared",
2023-11-16 08:02:53 -07:00
]
[[package]]
name = "foreign-types-macros"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
2023-11-16 08:02:53 -07:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2025-02-19 17:38:18 +01:00
[[package]]
name = "fork"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05dc8b302e04a1c27f4fe694439ef0f29779ca4edc205b7b58f00db04e29656d"
dependencies = [
"libc",
]
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
"percent-encoding",
]
2024-09-11 14:39:04 -06:00
[[package]]
name = "freedesktop_entry_parser"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db9c27b72f19a99a895f8ca89e2d26e4ef31013376e56fdafef697627306c3e4"
dependencies = [
2025-03-31 09:16:20 -06:00
"nom",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-09-11 14:39:04 -06:00
]
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2023-02-07 13:00:49 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2023-02-07 13:00:49 -07:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures-executor"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2023-02-07 13:00:49 -07:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
[[package]]
name = "futures-lite"
version = "1.13.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures-lite"
2025-01-13 09:06:02 -07:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "f5edaec856126859abb19ed65f39e90fea3a9574b9707f13539acf4abf7eb532"
dependencies = [
2025-01-10 09:55:16 -07:00
"fastrand 2.3.0",
"futures-core",
2023-11-20 11:26:26 -07:00
"futures-io",
"parking",
"pin-project-lite",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures-macro"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "futures-sink"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures-task"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2023-02-07 13:00:49 -07:00
[[package]]
name = "futures-util"
2024-10-05 07:45:05 -06:00
version = "0.3.31"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2023-02-07 13:00:49 -07:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2023-11-16 08:02:53 -07:00
[[package]]
name = "gethostname"
version = "0.4.3"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
2023-11-16 08:02:53 -07:00
dependencies = [
"libc",
"windows-targets 0.48.5",
2023-11-16 08:02:53 -07:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "getrandom"
version = "0.2.16"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2025-04-16 13:07:03 -04:00
"js-sys",
2023-02-07 13:00:49 -07:00
"libc",
2025-06-18 14:38:52 -04:00
"wasi 0.11.1+wasi-snapshot-preview1",
2025-04-16 13:07:03 -04:00
"wasm-bindgen",
2025-02-19 17:38:18 +01:00
]
[[package]]
name = "getrandom"
2025-06-18 14:38:52 -04:00
version = "0.3.3"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
2025-02-19 17:38:18 +01:00
dependencies = [
"cfg-if",
2025-03-31 09:16:20 -06:00
"js-sys",
2025-02-19 17:38:18 +01:00
"libc",
2025-03-31 09:16:20 -06:00
"r-efi",
"wasi 0.14.2+wasi-0.2.4",
"wasm-bindgen",
2023-02-07 13:00:49 -07:00
]
2024-02-26 15:21:27 -07:00
[[package]]
name = "gif"
2025-06-27 11:40:59 -06:00
version = "0.13.3"
2024-02-26 15:21:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
2024-02-26 15:21:27 -07:00
dependencies = [
"color_quant",
"weezl",
]
[[package]]
name = "gimli"
2024-10-05 07:45:05 -06:00
version = "0.31.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
[[package]]
name = "gio"
2025-06-27 11:40:59 -06:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "8e27e276e7b6b8d50f6376ee7769a71133e80d093bdc363bd0af71664228b831"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys",
"glib",
"libc",
"pin-project-lite",
"smallvec",
]
[[package]]
name = "gio-sys"
2025-06-18 14:38:52 -04:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "521e93a7e56fc89e84aea9a52cfc9436816a4b363b030260b699950ff1336c83"
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
2025-06-18 14:38:52 -04:00
"system-deps 7.0.5",
2025-06-27 11:40:59 -06:00
"windows-sys 0.59.0",
]
[[package]]
name = "gl_generator"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
dependencies = [
"khronos_api",
"log",
"xml-rs",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "glam"
2024-10-22 11:55:58 -06:00
version = "0.25.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "151665d9be52f9bb40fc7966565d39666f2d1e69233571b71b87791c7e0528b3"
2023-02-07 13:00:49 -07:00
[[package]]
name = "glib"
2025-06-27 11:40:59 -06:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "ffc4b6e352d4716d84d7dde562dd9aee2a7d48beb872dd9ece7f2d1515b2d683"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
"memchr",
"smallvec",
]
[[package]]
name = "glib-macros"
2025-06-27 11:40:59 -06:00
version = "0.20.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "e8084af62f09475a3f529b1629c10c429d7600ee1398ae12dd3bf175d74e7145"
dependencies = [
"heck 0.5.0",
"proc-macro-crate 3.3.0",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
[[package]]
name = "glib-sys"
2025-06-18 14:38:52 -04:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "8ab79e1ed126803a8fb827e3de0e2ff95191912b8db65cee467edb56fc4cc215"
dependencies = [
"libc",
2025-06-18 14:38:52 -04:00
"system-deps 7.0.5",
]
[[package]]
name = "glob"
2025-01-10 09:55:16 -07:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
[[package]]
name = "globset"
2025-03-31 09:16:20 -06:00
version = "0.4.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "54a1028dfc5f5df5da8a56a73e6c153c9a9708ec57232470703592a3f18e49f5"
dependencies = [
"aho-corasick",
"bstr",
"log",
2025-04-16 13:07:03 -04:00
"regex-automata 0.4.9",
2024-02-08 15:16:00 -07:00
"regex-syntax",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "glow"
2024-01-17 13:39:44 -07:00
version = "0.13.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 13:39:44 -07:00
checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
2023-02-07 13:00:49 -07:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glutin_wgl_sys"
2025-01-13 09:06:02 -07:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
dependencies = [
"gl_generator",
]
[[package]]
name = "gobject-sys"
2025-06-18 14:38:52 -04:00
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "ec9aca94bb73989e3cfdbf8f2e0f1f6da04db4d291c431f444838925c4c63eda"
dependencies = [
"glib-sys",
"libc",
2025-06-18 14:38:52 -04:00
"system-deps 7.0.5",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "gpu-alloc"
version = "0.6.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.3.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
]
[[package]]
name = "gpu-allocator"
2024-10-22 11:55:58 -06:00
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "fdd4240fc91d3433d5e5b0fc5b67672d771850dc19bbee03c1381e19322803d7"
dependencies = [
"log",
"presser",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"winapi",
2024-02-08 15:16:00 -07:00
"windows 0.52.0",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "gpu-descriptor"
2025-06-18 14:38:52 -04:00
version = "0.3.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"gpu-descriptor-types",
2025-04-16 13:07:03 -04:00
"hashbrown",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "gpu-descriptor-types"
2024-10-22 11:55:58 -06:00
version = "0.2.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "grep"
2024-09-11 14:33:25 -06:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "308ae749734e28d749a86f33212c7b756748568ce332f970ac1d9cd8531f32e6"
dependencies = [
"grep-cli",
"grep-matcher",
"grep-printer",
"grep-regex",
"grep-searcher",
]
[[package]]
name = "grep-cli"
2024-09-11 14:33:25 -06:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "47f1288f0e06f279f84926fa4c17e3fcd2a22b357927a82f2777f7be26e4cec0"
dependencies = [
"bstr",
"globset",
"libc",
"log",
"termcolor",
"winapi-util",
]
[[package]]
name = "grep-matcher"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47a3141a10a43acfedc7c98a60a834d7ba00dfe7bec9071cbfc19b55b292ac02"
dependencies = [
"memchr",
]
[[package]]
name = "grep-printer"
2024-09-11 14:33:25 -06:00
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "c112110ae4a891aa4d83ab82ecf734b307497d066f437686175e83fbd4e013fe"
dependencies = [
"bstr",
"grep-matcher",
"grep-searcher",
"log",
"serde",
"serde_json",
"termcolor",
]
[[package]]
name = "grep-regex"
2024-09-11 14:33:25 -06:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "9edd147c7e3296e7a26bd3a81345ce849557d5a8e48ed88f736074e760f91f7e"
dependencies = [
"bstr",
"grep-matcher",
"log",
2025-04-16 13:07:03 -04:00
"regex-automata 0.4.9",
2024-02-08 15:16:00 -07:00
"regex-syntax",
]
[[package]]
name = "grep-searcher"
2024-09-11 14:33:25 -06:00
version = "0.1.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "b9b6c14b3fc2e0a107d6604d3231dec0509e691e62447104bc385a46a7892cda"
dependencies = [
"bstr",
"encoding_rs",
"encoding_rs_io",
"grep-matcher",
"log",
"memchr",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
]
[[package]]
name = "grid"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
2023-02-07 13:00:49 -07:00
[[package]]
name = "guillotiere"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62d5865c036cb1393e23c50693df631d3f5d7bcca4c04fe4cc0fd592e74a782"
dependencies = [
"euclid",
"svg_fmt",
]
[[package]]
name = "half"
2025-04-16 13:07:03 -04:00
version = "2.6.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
"crunchy",
]
[[package]]
name = "handlebars"
version = "4.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
dependencies = [
"log",
"pest",
"pest_derive",
"serde",
"serde_json",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
]
2024-10-02 16:10:25 -06:00
[[package]]
name = "hashbrown"
2025-06-18 14:38:52 -04:00
version = "0.15.4"
2024-10-02 16:10:25 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
2025-01-10 09:55:16 -07:00
dependencies = [
"foldhash",
]
2024-10-02 16:10:25 -06:00
[[package]]
name = "hassle-rs"
2024-02-05 16:18:36 -05:00
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-02-05 16:18:36 -05:00
"com",
"libc",
2024-10-22 11:55:58 -06:00
"libloading",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"widestring",
"winapi",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-12-02 23:36:27 +01:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-02-07 13:00:49 -07:00
[[package]]
name = "hermit-abi"
2024-03-01 09:25:57 -07:00
version = "0.3.9"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-01 09:25:57 -07:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-02-07 13:00:49 -07:00
2024-06-20 09:18:37 -06:00
[[package]]
name = "hermit-abi"
2025-06-18 14:38:52 -04:00
version = "0.5.2"
2024-06-20 09:18:37 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
2024-06-20 09:18:37 -06:00
2023-03-17 18:48:56 -06:00
[[package]]
name = "hex"
version = "0.4.3"
2023-03-17 18:48:56 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-03-17 18:48:56 -06:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2024-08-26 13:34:13 -06:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "i18n-config"
2025-07-10 15:29:54 -06:00
version = "0.4.8"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "3e06b90c8a0d252e203c94344b21e35a30f3a3a85dc7db5af8f8df9f3e0c63ef"
2023-10-30 09:34:36 -06:00
dependencies = [
"basic-toml",
2023-10-30 09:34:36 -06:00
"log",
"serde",
"serde_derive",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-10-30 09:34:36 -06:00
"unic-langid",
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "i18n-embed"
2025-04-16 13:07:03 -04:00
version = "0.15.4"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "669ffc2c93f97e6ddf06ddbe999fcd6782e3342978bb85f7d3c087c7978404c4"
2025-02-19 17:38:18 +01:00
dependencies = [
"arc-swap",
"fluent",
"fluent-langneg",
"fluent-syntax",
"i18n-embed-impl",
"intl-memoizer",
"locale_config",
"log",
2025-06-18 14:38:52 -04:00
"parking_lot 0.12.4",
2025-02-19 17:38:18 +01:00
"rust-embed",
"thiserror 1.0.69",
"unic-langid",
"walkdir",
]
[[package]]
name = "i18n-embed-fl"
2025-04-16 13:07:03 -04:00
version = "0.9.4"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "04b2969d0b3fc6143776c535184c19722032b43e6a642d710fa3f88faec53c2d"
2025-02-19 17:38:18 +01:00
dependencies = [
"find-crate",
"fluent",
"fluent-syntax",
"i18n-config",
2025-03-31 09:16:20 -06:00
"i18n-embed",
2025-02-19 17:38:18 +01:00
"proc-macro-error2",
"proc-macro2",
"quote",
2025-03-31 09:16:20 -06:00
"strsim",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-30 09:34:36 -06:00
"unic-langid",
]
[[package]]
name = "i18n-embed-impl"
2024-10-29 14:33:29 -06:00
version = "0.8.4"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 14:33:29 -06:00
checksum = "0f2cc0e0523d1fe6fc2c6f66e5038624ea8091b3e7748b5e8e0c84b1698db6c2"
2023-10-30 09:34:36 -06:00
dependencies = [
"find-crate",
"i18n-config",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-30 09:34:36 -06:00
]
2023-12-01 13:19:56 -07:00
[[package]]
name = "iana-time-zone"
2025-04-16 13:07:03 -04:00
version = "0.1.63"
2023-12-01 13:19:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "b0c919e5debc312ad217002b8048a17b7d83f80703865bbfcfebb0458b0b27d8"
2023-12-01 13:19:56 -07:00
dependencies = [
"android_system_properties",
2024-03-04 12:34:02 -07:00
"core-foundation-sys",
2023-12-01 13:19:56 -07:00
"iana-time-zone-haiku",
"js-sys",
2025-03-31 09:16:20 -06:00
"log",
2023-12-01 13:19:56 -07:00
"wasm-bindgen",
2025-07-21 19:56:48 -06:00
"windows-core 0.61.2",
2023-12-01 13:19:56 -07:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "iced"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-04-30 08:43:55 -06:00
"dnd",
"iced_accessibility",
2023-02-07 13:00:49 -07:00
"iced_core",
"iced_futures",
"iced_renderer",
"iced_widget",
"iced_winit",
2025-02-19 17:38:18 +01:00
"image",
2024-04-30 08:43:55 -06:00
"mime 0.1.0",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"window_clipboard",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_accessibility"
version = "0.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"accesskit",
"accesskit_winit",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_core"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-10-22 11:55:58 -06:00
"bytes",
2025-06-18 14:38:52 -04:00
"cosmic-client-toolkit",
2024-04-30 08:43:55 -06:00
"dnd",
2024-10-22 11:55:58 -06:00
"glam",
2023-02-07 13:00:49 -07:00
"log",
2024-04-30 08:43:55 -06:00
"mime 0.1.0",
"num-traits",
2024-10-22 11:55:58 -06:00
"once_cell",
"palette",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
2023-11-03 15:58:26 -06:00
"serde",
2024-02-05 16:18:36 -05:00
"smol_str",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-02-05 16:18:36 -05:00
"web-time",
"window_clipboard",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_futures"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"futures",
"iced_core",
2023-02-07 13:00:49 -07:00
"log",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
2023-11-21 11:57:11 -07:00
"tokio",
2023-02-07 13:00:49 -07:00
"wasm-bindgen-futures",
"wasm-timer",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "iced_glyphon"
version = "0.6.0"
source = "git+https://github.com/pop-os/glyphon.git?tag=iced-0.14-dev#6ef9d12a20cfd0f7bdf38136a26ded9f7459ec8b"
dependencies = [
"cosmic-text",
"etagere",
"lru",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
2024-10-22 11:55:58 -06:00
"wgpu",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "iced_graphics"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"bytemuck",
2024-02-07 11:52:32 -05:00
"cosmic-text",
"half",
"iced_core",
2024-02-05 16:18:36 -05:00
"iced_futures",
2025-02-19 17:38:18 +01:00
"image",
2023-02-07 13:00:49 -07:00
"kamadak-exif",
"log",
"lyon_path",
"once_cell",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"unicode-segmentation",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_renderer"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"iced_graphics",
"iced_tiny_skia",
"iced_wgpu",
"log",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_runtime"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"bytes",
2025-06-18 14:38:52 -04:00
"cosmic-client-toolkit",
2024-04-30 08:43:55 -06:00
"dnd",
2023-02-07 13:00:49 -07:00
"iced_core",
"iced_futures",
2024-06-20 09:18:37 -06:00
"raw-window-handle",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-06-20 09:18:37 -06:00
"window_clipboard",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_tiny_skia"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
dependencies = [
"bytemuck",
2024-02-07 11:52:32 -05:00
"cosmic-text",
"iced_graphics",
2024-10-22 11:55:58 -06:00
"kurbo 0.10.4",
"log",
2023-11-17 13:58:55 -07:00
"resvg",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
"softbuffer",
2024-02-05 16:18:36 -05:00
"tiny-skia",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "iced_wgpu"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"as-raw-xcb-connection",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"bytemuck",
2024-12-02 23:36:27 +01:00
"cosmic-client-toolkit",
2023-02-07 13:00:49 -07:00
"futures",
"glam",
"guillotiere",
2024-10-22 11:55:58 -06:00
"iced_glyphon",
2023-02-07 13:00:49 -07:00
"iced_graphics",
"log",
"lyon",
"once_cell",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2023-11-17 13:58:55 -07:00
"resvg",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
"rustix 0.38.44",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"tiny-xlib",
2024-05-17 09:00:08 -06:00
"wayland-backend",
"wayland-client",
2024-10-22 11:55:58 -06:00
"wayland-protocols",
2024-05-17 09:00:08 -06:00
"wayland-sys",
2023-02-07 13:00:49 -07:00
"wgpu",
"x11rb",
]
[[package]]
name = "iced_widget"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
dependencies = [
2025-06-18 14:38:52 -04:00
"cosmic-client-toolkit",
2024-04-30 08:43:55 -06:00
"dnd",
"iced_renderer",
"iced_runtime",
2025-06-18 14:38:52 -04:00
"log",
"num-traits",
2024-10-22 11:55:58 -06:00
"once_cell",
"ouroboros",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"unicode-segmentation",
2024-04-30 08:43:55 -06:00
"window_clipboard",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "iced_winit"
2024-10-22 11:55:58 -06:00
version = "0.14.0-dev"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
dependencies = [
2025-06-18 14:38:52 -04:00
"cosmic-client-toolkit",
2024-04-30 08:43:55 -06:00
"dnd",
2024-10-22 11:55:58 -06:00
"iced_futures",
"iced_graphics",
"iced_runtime",
"log",
2025-06-18 14:38:52 -04:00
"raw-window-handle",
2025-02-19 17:38:18 +01:00
"rustc-hash 2.1.1",
"rustix 0.38.44",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"tracing",
2024-10-22 11:55:58 -06:00
"wasm-bindgen-futures",
2025-06-18 14:38:52 -04:00
"wayland-backend",
2025-01-14 08:58:48 -07:00
"wayland-client",
2025-06-18 14:38:52 -04:00
"wayland-protocols",
"web-sys",
"winapi",
"window_clipboard",
2024-03-04 12:34:02 -07:00
"winit",
2025-06-18 14:38:52 -04:00
"xkbcommon",
"xkbcommon-dl",
"xkeysym",
2024-02-05 16:18:36 -05:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "icu"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff5e3018d703f168b00dcefa540a65f1bbc50754ae32f3f5f0e43fe5ee51502"
dependencies = [
"icu_calendar",
"icu_casemap",
"icu_collator",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_datetime",
"icu_decimal",
"icu_experimental",
"icu_list",
"icu_locid",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_normalizer 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_plurals",
2025-06-18 14:38:52 -04:00
"icu_properties 1.5.1",
"icu_provider 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_segmenter",
"icu_timezone",
]
[[package]]
name = "icu_calendar"
version = "1.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff"
dependencies = [
"calendrical_calculations",
"displaydoc",
"icu_calendar_data",
"icu_locid",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
"tinystr 0.7.6",
"writeable 0.5.5",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_calendar_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "820499e77e852162190608b4f444e7b4552619150eafc39a9e39333d9efae9e1"
[[package]]
name = "icu_casemap"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f"
dependencies = [
"displaydoc",
"icu_casemap_data",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_locid",
2025-06-18 14:38:52 -04:00
"icu_properties 1.5.1",
"icu_provider 1.5.0",
"writeable 0.5.5",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_casemap_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02bd9f6276270c85a5cd54611adbbf94e993ec464a2a86a452a6c565b7ded5d9"
[[package]]
name = "icu_collator"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2"
dependencies = [
"displaydoc",
"icu_collator_data",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_normalizer 1.5.0",
"icu_properties 1.5.1",
"icu_provider 1.5.0",
"smallvec",
"utf16_iter",
"utf8_iter",
2025-06-18 14:38:52 -04:00
"zerovec 0.10.4",
]
[[package]]
2025-04-16 13:07:03 -04:00
name = "icu_collator_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7b353986d77d28991eca4dea5ef2b8982f639342ae19ca81edc44f048bc38ebb"
[[package]]
name = "icu_collections"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"yoke 0.7.5",
"zerofrom",
"zerovec 0.10.4",
]
[[package]]
name = "icu_collections"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
dependencies = [
"displaydoc",
"potential_utf",
"yoke 0.8.0",
2025-04-16 13:07:03 -04:00
"zerofrom",
2025-06-18 14:38:52 -04:00
"zerovec 0.11.2",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_datetime"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780"
dependencies = [
"displaydoc",
"either",
"fixed_decimal",
"icu_calendar",
"icu_datetime_data",
"icu_decimal",
"icu_locid",
"icu_locid_transform",
"icu_plurals",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_timezone",
2025-06-18 14:38:52 -04:00
"litemap 0.7.5",
2025-04-16 13:07:03 -04:00
"smallvec",
2025-06-18 14:38:52 -04:00
"tinystr 0.7.6",
"writeable 0.5.5",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_datetime_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef5f04076123cab1b7a926a7083db27fe0d7a0e575adb984854aae3f3a6507d"
[[package]]
name = "icu_decimal"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_decimal_data",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
"writeable 0.5.5",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_decimal_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67c95dd97f5ccf6d837a9c115496ec7d36646fa86ca18e7f1412115b4c820ae2"
[[package]]
name = "icu_experimental"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7"
dependencies = [
"displaydoc",
"fixed_decimal",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_decimal",
"icu_experimental_data",
"icu_locid",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_normalizer 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_pattern",
"icu_plurals",
2025-06-18 14:38:52 -04:00
"icu_properties 1.5.1",
"icu_provider 1.5.0",
"litemap 0.7.5",
2025-04-16 13:07:03 -04:00
"num-bigint",
"num-rational",
"num-traits",
"smallvec",
2025-06-18 14:38:52 -04:00
"tinystr 0.7.6",
"writeable 0.5.5",
2025-04-16 13:07:03 -04:00
"zerofrom",
2025-06-18 14:38:52 -04:00
"zerotrie 0.1.3",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_experimental_data"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "121df92eafb8f5286d4e8ff401c1e7db8384377f806db3f8db77b91e5b7bd4dd"
[[package]]
2025-04-16 13:07:03 -04:00
name = "icu_list"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365"
dependencies = [
"displaydoc",
2025-04-16 13:07:03 -04:00
"icu_list_data",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
2025-04-16 13:07:03 -04:00
"regex-automata 0.2.0",
2025-06-18 14:38:52 -04:00
"writeable 0.5.5",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "icu_list_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52b1a7fbdbf3958f1be8354cb59ac73f165b7b7082d447ff2090355c9a069120"
2025-06-18 14:38:52 -04:00
[[package]]
name = "icu_locale_core"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
dependencies = [
"displaydoc",
"litemap 0.8.0",
"tinystr 0.8.1",
"writeable 0.6.1",
"zerovec 0.11.2",
]
[[package]]
name = "icu_locid"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"litemap 0.7.5",
"tinystr 0.7.6",
"writeable 0.5.5",
"zerovec 0.10.4",
]
[[package]]
name = "icu_locid_transform"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
dependencies = [
"displaydoc",
"icu_locid",
"icu_locid_transform_data",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
"tinystr 0.7.6",
"zerovec 0.10.4",
]
[[package]]
name = "icu_locid_transform_data"
2025-03-31 09:16:20 -06:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
[[package]]
name = "icu_normalizer"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
"icu_normalizer_data 1.5.1",
"icu_properties 1.5.1",
"icu_provider 1.5.0",
"smallvec",
"utf16_iter",
"utf8_iter",
"write16",
2025-06-18 14:38:52 -04:00
"zerovec 0.10.4",
]
[[package]]
name = "icu_normalizer"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
dependencies = [
"displaydoc",
"icu_collections 2.0.0",
"icu_normalizer_data 2.0.0",
"icu_properties 2.0.1",
"icu_provider 2.0.0",
"smallvec",
"zerovec 0.11.2",
]
[[package]]
name = "icu_normalizer_data"
2025-03-31 09:16:20 -06:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
2025-06-18 14:38:52 -04:00
[[package]]
name = "icu_normalizer_data"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
2025-04-16 13:07:03 -04:00
[[package]]
name = "icu_pattern"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4"
dependencies = [
"displaydoc",
"either",
2025-06-18 14:38:52 -04:00
"writeable 0.5.5",
"yoke 0.7.5",
2025-04-16 13:07:03 -04:00
"zerofrom",
]
[[package]]
name = "icu_plurals"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114"
dependencies = [
"displaydoc",
"fixed_decimal",
"icu_locid_transform",
"icu_plurals_data",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_plurals_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a483403238cb7d6a876a77a5f8191780336d80fe7b8b00bfdeb20be6abbfd112"
[[package]]
name = "icu_properties"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
"icu_locid_transform",
2025-06-18 14:38:52 -04:00
"icu_properties_data 1.5.1",
"icu_provider 1.5.0",
"tinystr 0.7.6",
"zerovec 0.10.4",
]
[[package]]
name = "icu_properties"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
dependencies = [
"displaydoc",
"icu_collections 2.0.0",
"icu_locale_core",
"icu_properties_data 2.0.1",
"icu_provider 2.0.0",
"potential_utf",
"zerotrie 0.2.2",
"zerovec 0.11.2",
]
[[package]]
name = "icu_properties_data"
2025-03-31 09:16:20 -06:00
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
2025-06-18 14:38:52 -04:00
[[package]]
name = "icu_properties_data"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
[[package]]
name = "icu_provider"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
dependencies = [
"displaydoc",
"icu_locid",
"icu_provider_macros",
"stable_deref_trait",
2025-06-18 14:38:52 -04:00
"tinystr 0.7.6",
"writeable 0.5.5",
"yoke 0.7.5",
"zerofrom",
"zerovec 0.10.4",
]
[[package]]
name = "icu_provider"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
dependencies = [
"displaydoc",
"icu_locale_core",
"stable_deref_trait",
"tinystr 0.8.1",
"writeable 0.6.1",
"yoke 0.8.0",
"zerofrom",
2025-06-18 14:38:52 -04:00
"zerotrie 0.2.2",
"zerovec 0.11.2",
]
[[package]]
name = "icu_provider_macros"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "icu_segmenter"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de"
dependencies = [
"core_maths",
"displaydoc",
2025-06-18 14:38:52 -04:00
"icu_collections 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_locid",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_segmenter_data",
"utf8_iter",
2025-06-18 14:38:52 -04:00
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_segmenter_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1e52775179941363cc594e49ce99284d13d6948928d8e72c755f55e98caa1eb"
[[package]]
name = "icu_timezone"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96"
dependencies = [
"displaydoc",
"icu_calendar",
2025-06-18 14:38:52 -04:00
"icu_provider 1.5.0",
2025-04-16 13:07:03 -04:00
"icu_timezone_data",
2025-06-18 14:38:52 -04:00
"tinystr 0.7.6",
"zerotrie 0.1.3",
"zerovec 0.10.4",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "icu_timezone_data"
version = "1.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1adcf7b613a268af025bc2a2532b4b9ee294e6051c5c0832d8bff20ac0232e68"
2023-02-07 13:00:49 -07:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
dependencies = [
"idna_adapter",
"smallvec",
"utf8_iter",
]
[[package]]
name = "idna_adapter"
2025-06-18 14:38:52 -04:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
dependencies = [
2025-06-18 14:38:52 -04:00
"icu_normalizer 2.0.0",
"icu_properties 2.0.1",
]
[[package]]
name = "ignore"
2024-09-11 14:33:25 -06:00
version = "0.4.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "6d89fd380afde86567dfba715db065673989d6253f42b88179abd3eae47bda4b"
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
2025-04-16 13:07:03 -04:00
"regex-automata 0.4.9",
"same-file",
"walkdir",
"winapi-util",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "image"
2025-03-31 09:16:20 -06:00
version = "0.25.6"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "db35664ce6b9810857a38a906215e75a9c879f0696556a39f59c62829710251a"
2024-12-02 23:36:27 +01:00
dependencies = [
"bytemuck",
"byteorder-lite",
"color_quant",
"exr",
"gif",
"image-webp",
"num-traits",
"png",
"qoi",
"ravif",
"rayon",
"rgb",
"tiff",
"zune-core",
"zune-jpeg",
]
[[package]]
name = "image-webp"
2025-06-19 11:02:56 -04:00
version = "0.2.3"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-19 11:02:56 -04:00
checksum = "f6970fe7a5300b4b42e62c52efa0187540a5bef546c60edaf554ef595d2e6f0b"
2024-12-02 23:36:27 +01:00
dependencies = [
"byteorder-lite",
"quick-error",
]
[[package]]
name = "imagesize"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2024-12-02 23:36:27 +01:00
[[package]]
name = "imgref"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0263a3d970d5c054ed9312c0057b4f3bde9c0b33836d3637361d4a9e6e7a408"
2024-10-22 11:55:58 -06:00
[[package]]
name = "immutable-chunkmap"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12f97096f508d54f8f8ab8957862eee2ccd628847b6217af1a335e1c44dee578"
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "indexmap"
2025-06-27 11:40:59 -06:00
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
dependencies = [
"equivalent",
2025-04-16 13:07:03 -04:00
"hashbrown",
2025-07-10 15:29:54 -06:00
"serde",
]
2024-09-11 14:33:25 -06:00
[[package]]
name = "infer"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc150e5ce2330295b8616ce0e3f53250e53af31759a9dbedad1621ba29151847"
dependencies = [
"cfb",
]
2025-01-13 09:06:02 -07:00
[[package]]
name = "ini_core"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a467a31a9f439b5262fa99c17084537bff57f24703d5a09a2b5c9657ec73a61"
dependencies = [
"cfg-if",
]
[[package]]
name = "inotify"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
dependencies = [
"bitflags 1.3.2",
"inotify-sys",
"libc",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "inotify"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2025-03-31 09:16:20 -06: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",
2023-02-07 13:00:49 -07:00
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "inout"
2025-03-31 09:16:20 -06:00
version = "0.1.4"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
2024-08-26 13:34:13 -06:00
dependencies = [
"generic-array",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "instant"
2024-05-28 19:12:09 -06:00
version = "0.1.13"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "interpolate_name"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-12-02 23:36:27 +01:00
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "intl-memoizer"
2025-06-18 14:38:52 -04:00
version = "0.5.3"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f"
2023-10-30 09:34:36 -06:00
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "io-lifetimes"
version = "1.0.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-06-20 09:18:37 -06:00
"hermit-abi 0.3.9",
2023-02-07 13:00:49 -07:00
"libc",
"windows-sys 0.48.0",
2023-02-07 13:00:49 -07:00
]
2025-07-10 15:29:54 -06:00
[[package]]
name = "io-uring"
2025-07-22 09:17:38 -06:00
version = "0.7.9"
2025-07-10 15:29:54 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-22 09:17:38 -06:00
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
2025-07-10 15:29:54 -06:00
dependencies = [
"bitflags 2.9.1",
"cfg-if",
"libc",
]
[[package]]
name = "is-docker"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
dependencies = [
"once_cell",
]
[[package]]
name = "is-wsl"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
dependencies = [
"is-docker",
"once_cell",
]
2024-05-03 12:13:21 -04:00
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
2024-05-03 12:13:21 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
2024-05-03 12:13:21 -04:00
2024-06-20 09:18:37 -06:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2023-02-07 13:00:49 -07:00
[[package]]
2023-10-11 19:32:04 -06:00
name = "itoa"
2025-03-31 09:16:20 -06:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
2025-06-18 14:38:52 -04:00
version = "0.2.15"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
2025-03-31 09:16:20 -06:00
dependencies = [
"jiff-static",
"log",
"portable-atomic",
"portable-atomic-util",
"serde",
]
[[package]]
name = "jiff-static"
2025-06-18 14:38:52 -04:00
version = "0.2.15"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
2025-03-31 09:16:20 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-03-31 09:16:20 -06:00
]
2023-02-07 13:00:49 -07:00
2024-02-05 16:18:36 -05:00
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
2024-03-04 12:34:02 -07:00
"cfg-if",
2024-02-05 16:18:36 -05:00
"combine",
"jni-sys",
"log",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-02-05 16:18:36 -05:00
"walkdir",
"windows-sys 0.45.0",
]
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2023-11-17 13:28:39 -07:00
[[package]]
2024-03-04 12:34:02 -07:00
name = "jobserver"
2025-04-16 13:07:03 -04:00
version = "0.1.33"
2023-11-17 13:28:39 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
2023-11-17 13:28:39 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
2024-03-04 12:34:02 -07:00
"libc",
2023-11-17 13:28:39 -07:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "jpeg-decoder"
2025-06-27 11:40:59 -06:00
version = "0.3.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "00810f1d8b74be64b13dbf3db89ac67740615d6c891f0e7b6179326533011a07"
2023-02-07 13:00:49 -07:00
[[package]]
name = "js-sys"
2025-01-13 09:06:02 -07:00
version = "0.3.77"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-12-02 23:36:27 +01:00
"once_cell",
2023-02-07 13:00:49 -07:00
"wasm-bindgen",
]
[[package]]
name = "kamadak-exif"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef4fc70d0ab7e5b6bafa30216a6b48705ea964cdfc29c050f2412295eba58077"
dependencies = [
"mutate_once",
]
[[package]]
name = "khronos-egl"
version = "6.0.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2023-02-07 13:00:49 -07:00
dependencies = [
"libc",
2024-10-22 11:55:58 -06:00
"libloading",
2023-02-07 13:00:49 -07:00
"pkg-config",
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
[[package]]
name = "known-folders"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7d9a1740cc8b46e259a0eb787d79d855e79ff10b9855a5eba58868d5da7927c"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "kqueue"
2025-06-18 14:38:52 -04:00
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
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",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "kurbo"
2024-10-22 11:55:58 -06:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1618d4ebd923e97d67e7cd363d80aef35fe961005cbbbb3d2dad8bdd1bc63440"
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-10-22 11:55:58 -06:00
"smallvec",
]
[[package]]
name = "kurbo"
2025-07-21 19:56:48 -06:00
version = "0.11.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2025-07-21 19:56:48 -06:00
"euclid",
2024-10-22 11:55:58 -06:00
"smallvec",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "lazy_static"
version = "1.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2023-02-07 13:00:49 -07:00
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
[[package]]
name = "libc"
2025-06-18 14:38:52 -04:00
version = "0.2.174"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
2023-02-07 13:00:49 -07:00
[[package]]
name = "libcosmic"
version = "0.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/libcosmic.git#8c4cb2e54f73c6654bc4a8834b6cdddf8a6dd154"
2023-02-07 13:00:49 -07:00
dependencies = [
"apply",
2025-06-18 14:38:52 -04:00
"ashpd",
2025-04-16 13:07:03 -04:00
"auto_enums",
"chrono",
2025-06-18 14:38:52 -04:00
"cosmic-client-toolkit",
"cosmic-config",
2025-01-10 09:55:16 -07:00
"cosmic-freedesktop-icons",
2023-02-07 13:00:49 -07:00
"cosmic-theme",
"css-color",
2023-02-07 13:00:49 -07:00
"derive_setters",
2025-03-31 09:16:20 -06:00
"futures",
2023-02-07 13:00:49 -07:00
"iced",
"iced_core",
"iced_futures",
"iced_renderer",
"iced_runtime",
"iced_tiny_skia",
2023-12-15 15:24:42 -07:00
"iced_wgpu",
"iced_widget",
"iced_winit",
2025-02-19 17:38:18 +01:00
"image",
2023-02-07 13:00:49 -07:00
"lazy_static",
"palette",
2025-06-18 14:38:52 -04:00
"raw-window-handle",
"rfd",
2024-05-30 15:01:29 -04:00
"serde",
2023-02-07 13:00:49 -07:00
"slotmap",
"taffy",
2025-03-31 09:16:20 -06:00
"thiserror 2.0.12",
2023-11-21 11:57:11 -07:00
"tokio",
"tracing",
"unicode-segmentation",
"url",
2025-07-21 19:56:48 -06:00
"zbus 5.9.0",
2023-02-07 13:00:49 -07:00
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "libfuzzer-sys"
2025-07-10 15:29:54 -06:00
version = "0.4.10"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
2024-12-02 23:36:27 +01:00
dependencies = [
"arbitrary",
"cc",
]
[[package]]
name = "libloading"
2025-06-18 14:38:52 -04:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2025-06-18 14:38:52 -04:00
"windows-targets 0.53.2",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "libm"
2025-06-18 14:38:52 -04:00
version = "0.2.15"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2023-02-07 13:00:49 -07:00
[[package]]
name = "libredox"
2025-07-21 19:56:48 -06:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "4488594b9328dee448adb906d8b126d9b7deb7cf5c22161ee591610bb1be83c0"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"libc",
2025-07-21 19:56:48 -06:00
"redox_syscall 0.5.15",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
[[package]]
name = "linux-raw-sys"
2025-01-10 09:55:16 -07:00
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
2024-02-05 16:18:36 -05:00
[[package]]
name = "linux-raw-sys"
version = "0.6.5"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a385b1be4e5c3e362ad2ffa73c392e53f031eaa5b7d648e64cd87f27f6063d7"
2024-02-05 16:18:36 -05:00
2025-03-31 09:16:20 -06:00
[[package]]
name = "linux-raw-sys"
2025-04-16 13:07:03 -04:00
version = "0.9.4"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
2025-03-31 09:16:20 -06:00
[[package]]
name = "litemap"
2025-03-31 09:16:20 -06:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
2025-06-18 14:38:52 -04:00
[[package]]
name = "litemap"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
2024-10-22 11:55:58 -06:00
[[package]]
name = "litrs"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
2023-10-30 09:34:36 -06:00
[[package]]
name = "locale_config"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d2c35b16f4483f6c26f0e4e9550717a2f6575bcd6f12a53ff0c490a94a6934"
dependencies = [
"lazy_static",
"objc",
"objc-foundation",
"regex",
"winapi",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "lock_api"
2025-06-18 14:38:52 -04:00
version = "0.4.13"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
2023-02-07 13:00:49 -07:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
2025-03-31 09:16:20 -06:00
version = "0.4.27"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "loop9"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
dependencies = [
"imgref",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "lru"
2024-10-10 11:22:41 -06:00
version = "0.12.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-10 11:22:41 -06:00
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
2025-06-18 14:38:52 -04:00
[[package]]
name = "lru-slab"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
[[package]]
name = "lyon"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7f9cda98b5430809e63ca5197b06c7d191bf7e26dfc467d5a3f0290e2a74f"
dependencies = [
"lyon_algorithms",
"lyon_tessellation",
]
[[package]]
name = "lyon_algorithms"
2025-01-10 09:55:16 -07:00
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "f13c9be19d257c7d37e70608ed858e8eab4b2afcea2e3c9a622e892acbf43c08"
dependencies = [
"lyon_path",
"num-traits",
]
[[package]]
name = "lyon_geom"
2024-10-29 14:33:29 -06:00
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 14:33:29 -06:00
checksum = "8af69edc087272df438b3ee436c4bb6d7c04aa8af665cfd398feae627dbd8570"
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
"euclid",
"num-traits",
]
[[package]]
name = "lyon_path"
2025-03-31 09:16:20 -06:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "0047f508cd7a85ad6bad9518f68cce7b1bf6b943fb71f6da0ee3bc1e8cb75f25"
dependencies = [
"lyon_geom",
"num-traits",
]
[[package]]
name = "lyon_tessellation"
2024-05-28 19:12:09 -06:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
dependencies = [
"float_next_after",
"lyon_path",
2023-12-19 12:07:45 -07:00
"num-traits",
2023-02-07 13:00:49 -07:00
]
[[package]]
2024-08-26 13:34:13 -06:00
name = "lzma-rs"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-26 13:34:13 -06:00
checksum = "297e814c836ae64db86b36cf2a557ba54368d03f6afcd7d947c266692f71115e"
dependencies = [
2024-08-26 13:34:13 -06:00
"byteorder",
"crc",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "lzma-sys"
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
dependencies = [
"cc",
"libc",
"pkg-config",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "maybe-rayon"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
dependencies = [
"cfg-if",
"rayon",
]
2025-07-10 15:29:54 -06:00
[[package]]
name = "md-5"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
dependencies = [
"cfg-if",
"digest",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "memchr"
2025-06-18 14:38:52 -04:00
version = "2.7.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
2023-02-07 13:00:49 -07:00
2024-05-17 09:00:08 -06:00
[[package]]
name = "memmap2"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
dependencies = [
"libc",
]
2023-11-15 12:43:40 -07:00
[[package]]
name = "memmap2"
2025-07-21 19:56:48 -06:00
version = "0.9.7"
2023-11-15 12:43:40 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "483758ad303d734cec05e5c12b41d7e93e6a6390c5e9dae6bdeb7c1259012d28"
2023-11-15 12:43:40 -07:00
dependencies = [
"libc",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2023-03-14 13:41:49 -06:00
[[package]]
name = "memoffset"
2024-04-30 08:43:55 -06:00
version = "0.9.1"
2023-03-14 13:41:49 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-03-14 13:41:49 -06:00
dependencies = [
"autocfg",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "metal"
2024-10-22 11:55:58 -06:00
version = "0.29.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"block",
"core-graphics-types",
2024-03-04 12:34:02 -07:00
"foreign-types",
2023-02-07 13:00:49 -07:00
"log",
"objc",
"paste",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "mime"
version = "0.1.0"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
dependencies = [
"smithay-clipboard",
]
2023-11-13 10:33:26 -07:00
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2024-02-26 15:21:27 -07:00
[[package]]
name = "mime_guess"
version = "2.0.5"
2024-02-26 15:21:27 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
2024-02-26 15:21:27 -07:00
dependencies = [
"mime 0.3.17",
2024-02-26 15:21:27 -07:00
"unicase",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2024-08-26 13:34:13 -06:00
[[package]]
name = "miniz_oxide"
2025-06-18 14:38:52 -04:00
version = "0.8.9"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2024-08-26 13:34:13 -06:00
dependencies = [
"adler2",
2024-10-02 16:10:25 -06:00
"simd-adler32",
2024-08-26 13:34:13 -06:00
]
2023-11-17 13:28:39 -07:00
[[package]]
name = "mio"
2024-03-04 12:34:02 -07:00
version = "0.8.11"
2023-11-17 13:28:39 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 12:34:02 -07:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2023-02-07 13:00:49 -07:00
dependencies = [
"libc",
"log",
2025-06-18 14:38:52 -04:00
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.48.0",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "mio"
2025-06-18 14:38:52 -04:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
dependencies = [
"libc",
2025-03-31 09:16:20 -06:00
"log",
2025-06-18 14:38:52 -04:00
"wasi 0.11.1+wasi-snapshot-preview1",
"windows-sys 0.59.0",
]
[[package]]
name = "modit"
2024-10-22 11:55:58 -06:00
version = "0.1.5"
2023-11-17 08:31:43 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "7dfa19a1eabc3418aab2e905785d347386cb0f1ed3fbb34957460b2f685ef359"
dependencies = [
"log",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "mutate_once"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
[[package]]
name = "naga"
2024-10-22 11:55:58 -06:00
version = "22.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd5a652b6faf21496f2cfd88fc49989c8db0825d1f6746b1a71a6ede24a63ad"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2023-02-07 13:00:49 -07:00
"bit-set",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-10-22 11:55:58 -06:00
"cfg_aliases 0.1.1",
2023-02-07 13:00:49 -07:00
"codespan-reporting",
"hexf-parse",
"indexmap",
2023-02-07 13:00:49 -07:00
"log",
2024-10-22 11:55:58 -06:00
"rustc-hash 1.1.0",
2023-02-07 13:00:49 -07:00
"spirv",
"termcolor",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
"unicode-xid",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom 0.2.16",
2025-04-16 13:07:03 -04:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "ndk"
2024-10-22 11:55:58 -06:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"jni-sys",
2024-02-05 16:18:36 -05:00
"log",
2024-10-22 11:55:58 -06:00
"ndk-sys 0.6.0+11769913",
2024-03-04 12:34:02 -07:00
"num_enum",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
]
[[package]]
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
[[package]]
name = "ndk-sys"
2024-02-05 16:18:36 -05:00
version = "0.5.0+25.2.9519653"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
dependencies = [
"jni-sys",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "ndk-sys"
version = "0.6.0+11769913"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
dependencies = [
"jni-sys",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "new_debug_unreachable"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2023-02-07 13:00:49 -07:00
[[package]]
name = "nix"
version = "0.26.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-02-07 13:00:49 -07:00
dependencies = [
"bitflags 1.3.2",
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
"libc",
"memoffset 0.7.1",
2023-11-16 08:02:53 -07:00
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "nix"
2025-06-18 14:38:52 -04:00
version = "0.30.1"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
2024-05-17 09:00:08 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-05-17 09:00:08 -06:00
"cfg-if",
"cfg_aliases 0.2.1",
2024-05-17 09:00:08 -06:00
"libc",
"memoffset 0.9.1",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2023-12-01 13:19:56 -07:00
[[package]]
name = "nom_locate"
version = "4.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e3c83c053b0713da60c5b8de47fe8e494fe3ece5267b2f23090a07a053ba8f3"
dependencies = [
"bytecount",
"memchr",
2025-03-31 09:16:20 -06:00
"nom",
2023-12-01 13:19:56 -07:00
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "noop_proc_macro"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
[[package]]
name = "notify"
version = "6.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"crossbeam-channel",
"filetime",
"fsevent-sys",
2025-03-31 09:16:20 -06:00
"inotify 0.9.6",
"kqueue",
"libc",
"log",
"mio 0.8.11",
"walkdir",
"windows-sys 0.48.0",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "notify"
2025-07-10 15:29:54 -06:00
version = "8.1.0"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "3163f59cd3fa0e9ef8c32f242966a7b9994fd7378366099593e0e73077cd8c97"
2025-03-31 09:16:20 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2025-03-31 09:16:20 -06:00
"fsevent-sys",
"inotify 0.11.0",
"kqueue",
"libc",
"log",
2025-06-18 14:38:52 -04:00
"mio 1.0.4",
2025-03-31 09:16:20 -06:00
"notify-types",
"walkdir",
2025-07-10 15:29:54 -06:00
"windows-sys 0.60.2",
2025-03-31 09:16:20 -06:00
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "notify-debouncer-full"
2024-10-22 11:55:58 -06:00
version = "0.3.2"
2024-04-30 08:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "fb7fd166739789c9ff169e654dc1501373db9d80a4c3f972817c8a4d7cf8f34e"
2024-04-30 08:43:55 -06:00
dependencies = [
"crossbeam-channel",
"file-id",
"log",
2025-03-31 09:16:20 -06:00
"notify 6.1.1",
2025-06-18 14:38:52 -04:00
"parking_lot 0.12.4",
2024-04-30 08:43:55 -06:00
"walkdir",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "notify-types"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e0826a989adedc2a244799e823aece04662b66609d96af8dff7ac6df9a8925d"
2023-02-07 13:00:49 -07:00
[[package]]
name = "num-bigint"
version = "0.4.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
2023-02-07 13:00:49 -07:00
dependencies = [
"num-integer",
"num-traits",
]
2024-02-02 10:18:01 -07:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2023-02-07 13:00:49 -07:00
[[package]]
2024-12-02 23:36:27 +01:00
name = "num-derive"
version = "0.4.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-12-02 23:36:27 +01:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
2024-12-02 23:36:27 +01:00
name = "num-integer"
version = "0.1.46"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2023-02-07 13:00:49 -07:00
dependencies = [
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
2023-02-07 13:00:49 -07:00
dependencies = [
"num-bigint",
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2023-02-07 13:00:49 -07:00
dependencies = [
"autocfg",
"libm",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "num_cpus"
2025-06-18 14:38:52 -04:00
version = "1.17.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"hermit-abi 0.5.2",
2023-02-07 13:00:49 -07:00
"libc",
]
[[package]]
name = "num_enum"
2025-06-27 11:40:59 -06:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
dependencies = [
2024-03-04 12:34:02 -07:00
"num_enum_derive",
2025-06-27 11:40:59 -06:00
"rustversion",
]
[[package]]
name = "num_enum_derive"
2025-06-27 11:40:59 -06:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
dependencies = [
2025-03-31 09:16:20 -06:00
"proc-macro-crate 3.3.0",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2024-02-28 08:57:24 -07:00
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2023-02-07 13:00:49 -07:00
[[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",
]
2024-02-05 16:18:36 -05:00
[[package]]
name = "objc-sys"
2024-05-28 19:12:09 -06:00
version = "0.3.5"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2024-02-05 16:18:36 -05:00
[[package]]
name = "objc2"
2024-10-22 11:55:58 -06:00
version = "0.5.2"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2024-02-05 16:18:36 -05:00
dependencies = [
2024-02-08 16:08:21 -07:00
"objc-sys",
2024-10-22 11:55:58 -06:00
"objc2-encode",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "objc2"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88c6597e14493ab2e44ce58f2fdecf095a51f12ca57bec060a11c57332520551"
dependencies = [
"objc2-encode",
]
[[package]]
2024-10-22 11:55:58 -06:00
name = "objc2-app-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
2024-10-22 11:55:58 -06:00
"libc",
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
2024-10-22 11:55:58 -06:00
"objc2-core-data",
"objc2-core-image",
2025-06-18 14:38:52 -04:00
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
"objc2-quartz-core",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "objc2-app-kit"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
dependencies = [
"bitflags 2.9.1",
"block2 0.6.1",
"objc2 0.6.1",
"objc2-foundation 0.3.1",
]
2024-02-05 16:18:36 -05:00
[[package]]
2024-10-22 11:55:58 -06:00
name = "objc2-cloud-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
2024-10-22 11:55:58 -06:00
"objc2-core-location",
2025-06-18 14:38:52 -04:00
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-contacts"
version = "0.2.2"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
dependencies = [
2025-06-18 14:38:52 -04:00
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-core-data"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
]
[[package]]
name = "objc2-core-foundation"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166"
dependencies = [
"bitflags 2.9.1",
2025-07-21 19:56:48 -06:00
"dispatch2",
2025-06-18 14:38:52 -04:00
"objc2 0.6.1",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-core-image"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
dependencies = [
2025-06-18 14:38:52 -04:00
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
"objc2-metal",
]
[[package]]
name = "objc2-core-location"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
dependencies = [
2025-06-18 14:38:52 -04:00
"block2 0.5.1",
"objc2 0.5.2",
2024-10-22 11:55:58 -06:00
"objc2-contacts",
2025-06-18 14:38:52 -04:00
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
2024-02-05 16:18:36 -05:00
2024-02-08 16:08:21 -07:00
[[package]]
name = "objc2-encode"
2025-02-19 17:38:18 +01:00
version = "4.1.0"
2024-02-08 16:08:21 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
2024-02-08 16:08:21 -07:00
2024-06-20 09:18:37 -06:00
[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
2024-10-22 11:55:58 -06:00
"dispatch",
2024-06-20 09:18:37 -06:00
"libc",
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
2024-06-20 09:18:37 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
2025-06-18 14:38:52 -04:00
name = "objc2-foundation"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900831247d2fe1a09a683278e5384cfb8c80c79fe6b166f9d14bfdde0ea1b03c"
dependencies = [
"bitflags 2.9.1",
"objc2 0.6.1",
"objc2-core-foundation",
]
[[package]]
name = "objc2-link-presentation"
2024-10-22 11:55:58 -06:00
version = "0.2.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"block2 0.5.1",
"objc2 0.5.2",
"objc2-app-kit 0.2.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-metal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-quartz-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
"objc2-metal",
]
[[package]]
name = "objc2-symbols"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
dependencies = [
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-ui-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
2024-10-22 11:55:58 -06:00
"objc2-cloud-kit",
"objc2-core-data",
"objc2-core-image",
"objc2-core-location",
2025-06-18 14:38:52 -04:00
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
"objc2-link-presentation",
"objc2-quartz-core",
"objc2-symbols",
"objc2-uniform-type-identifiers",
"objc2-user-notifications",
]
[[package]]
name = "objc2-uniform-type-identifiers"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44fa5f9748dbfe1ca6c0b79ad20725a11eca7c2218bceb4b005cb1be26273bfe"
dependencies = [
2025-06-18 14:38:52 -04:00
"block2 0.5.1",
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
]
[[package]]
name = "objc2-user-notifications"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
"objc2 0.5.2",
2024-10-22 11:55:58 -06:00
"objc2-core-location",
2025-06-18 14:38:52 -04:00
"objc2-foundation 0.2.2",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
[[package]]
name = "object"
2025-01-10 09:55:16 -07:00
version = "0.36.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
dependencies = [
"memchr",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "once_cell"
2025-03-31 09:16:20 -06:00
version = "1.21.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2023-02-07 13:00:49 -07:00
2025-06-18 14:38:52 -04:00
[[package]]
name = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
2023-02-07 13:00:49 -07:00
[[package]]
name = "onig"
2025-06-18 14:38:52 -04:00
version = "6.5.1"
source = "git+https://github.com/rust-onig/rust-onig.git?branch=main#e093656b8dff5cff5312429412d0f3f17c83aa3e"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"libc",
"once_cell",
"onig_sys",
]
[[package]]
name = "onig_sys"
2025-06-18 14:38:52 -04:00
version = "69.9.1"
source = "git+https://github.com/rust-onig/rust-onig.git?branch=main#e093656b8dff5cff5312429412d0f3f17c83aa3e"
2023-02-07 13:00:49 -07:00
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "open"
2025-01-10 09:55:16 -07:00
version = "5.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
dependencies = [
"is-wsl",
"libc",
"pathdiff",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "option-ext"
version = "0.2.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-02-07 13:00:49 -07:00
[[package]]
name = "orbclient"
2024-10-22 11:55:58 -06:00
version = "0.3.48"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "ba0b26cec2e24f08ed8bb31519a9333140a6599b867dac464bb150bdb796fd43"
dependencies = [
2024-10-22 11:55:58 -06:00
"libredox",
]
[[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",
2023-02-07 13:00:49 -07:00
]
2025-07-10 15:29:54 -06:00
[[package]]
name = "ordermap"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d6bff06e4a5dc6416bead102d3e63c480dd852ffbb278bf8cfeb4966b329609"
dependencies = [
"indexmap",
"serde",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "os_pipe"
2025-06-18 14:38:52 -04:00
version = "1.2.2"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "db335f4760b14ead6290116f2427bf33a14d4f0617d49f78a246de10c1831224"
2025-04-16 13:07:03 -04:00
dependencies = [
"libc",
"windows-sys 0.59.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "ouroboros"
2025-01-13 09:06:02 -07:00
version = "0.18.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2023-02-07 13:00:49 -07:00
dependencies = [
"aliasable",
"ouroboros_macro",
"static_assertions",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "ouroboros_macro"
2025-01-13 09:06:02 -07:00
version = "0.18.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-12-02 23:36:27 +01:00
"heck 0.4.1",
2023-02-07 13:00:49 -07:00
"proc-macro2",
2024-10-22 11:55:58 -06:00
"proc-macro2-diagnostics",
2023-02-07 13:00:49 -07:00
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "owned_ttf_parser"
2024-10-05 07:45:05 -06:00
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-05 07:45:05 -06:00
checksum = "22ec719bbf3b2a81c109a4e20b1f129b5566b7dce654bc3872f6a05abf82b2c4"
dependencies = [
2024-12-02 23:36:27 +01:00
"ttf-parser 0.25.1",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "palette"
2024-04-30 08:43:55 -06:00
version = "0.7.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2023-02-07 13:00:49 -07:00
dependencies = [
"approx",
"fast-srgb8",
2023-02-07 13:00:49 -07:00
"palette_derive",
"phf",
"serde",
]
[[package]]
name = "palette_derive"
2024-04-30 08:43:55 -06:00
version = "0.7.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-04-30 08:43:55 -06:00
"by_address",
2023-02-07 13:00:49 -07:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "parking"
2024-09-11 14:33:25 -06:00
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-11 14:33:25 -06:00
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2023-02-07 13:00:49 -07:00
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
]
[[package]]
name = "parking_lot"
2025-06-18 14:38:52 -04:00
version = "0.12.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
2023-02-07 13:00:49 -07:00
dependencies = [
"lock_api",
2025-06-18 14:38:52 -04:00
"parking_lot_core 0.9.11",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
"instant",
"libc",
"redox_syscall 0.2.16",
"smallvec",
"winapi",
]
[[package]]
name = "parking_lot_core"
2025-06-18 14:38:52 -04:00
version = "0.9.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
"libc",
2025-07-21 19:56:48 -06:00
"redox_syscall 0.5.15",
2023-02-07 13:00:49 -07:00
"smallvec",
"windows-targets 0.52.6",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2023-12-01 13:19:56 -07:00
[[package]]
name = "patch"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c07fdcdd8b05bdcf2a25bc195b6c34cbd52762ada9dba88bf81e7686d14e7a"
dependencies = [
"chrono",
2025-03-31 09:16:20 -06:00
"nom",
2023-12-01 13:19:56 -07:00
"nom_locate",
]
[[package]]
name = "pathdiff"
2024-12-02 23:36:27 +01:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
2024-08-26 13:34:13 -06:00
[[package]]
name = "pbkdf2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
dependencies = [
"digest",
"hmac",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "percent-encoding"
version = "2.3.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2023-02-07 13:00:49 -07:00
[[package]]
name = "pest"
2025-06-18 14:38:52 -04:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1db05f56d34358a8b1066f67cbb203ee3e7ed2ba674a6263a1d5ec6db2204323"
dependencies = [
"memchr",
2025-03-31 09:16:20 -06:00
"thiserror 2.0.12",
"ucd-trie",
]
[[package]]
name = "pest_derive"
2025-06-18 14:38:52 -04:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "bb056d9e8ea77922845ec74a1c4e8fb17e7c218cc4fc11a15c5d25e189aa40bc"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
2025-06-18 14:38:52 -04:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "87e404e638f781eb3202dc82db6760c8ae8a1eeef7fb3fa8264b2ef280504966"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
[[package]]
name = "pest_meta"
2025-06-18 14:38:52 -04:00
version = "2.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "edd1101f170f5903fde0914f899bb503d9ff5271d7ba76bbb70bea63690cc0d5"
dependencies = [
"pest",
"sha2",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "phf"
2025-01-10 09:55:16 -07:00
version = "0.11.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2023-02-07 13:00:49 -07:00
dependencies = [
"phf_macros",
"phf_shared",
]
[[package]]
name = "phf_generator"
2025-01-10 09:55:16 -07:00
version = "0.11.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2023-02-07 13:00:49 -07:00
dependencies = [
"phf_shared",
2025-04-16 13:07:03 -04:00
"rand 0.8.5",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "phf_macros"
2025-01-10 09:55:16 -07:00
version = "0.11.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
2023-02-07 13:00:49 -07:00
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "phf_shared"
2025-01-10 09:55:16 -07:00
version = "0.11.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-01-10 09:55:16 -07:00
"siphasher",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "pico-args"
version = "0.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2023-02-07 13:00:49 -07:00
2024-10-22 11:55:58 -06:00
[[package]]
name = "pin-project"
2025-03-31 09:16:20 -06:00
version = "1.1.10"
2024-10-22 11:55:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2024-10-22 11:55:58 -06:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2025-03-31 09:16:20 -06:00
version = "1.1.10"
2024-10-22 11:55:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2024-10-22 11:55:58 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-10-22 11:55:58 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "pin-project-lite"
2025-01-10 09:55:16 -07:00
version = "0.2.16"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2023-02-07 13:00:49 -07:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "piper"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
dependencies = [
"atomic-waker",
2025-01-10 09:55:16 -07:00
"fastrand 2.3.0",
"futures-io",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "pkg-config"
2025-03-31 09:16:20 -06:00
version = "0.3.32"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
2023-02-07 13:00:49 -07:00
[[package]]
name = "plist"
2025-07-10 15:29:54 -06:00
version = "1.7.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "3af6b589e163c5a788fab00ce0c0366f6efbb9959c2f9874b224936af7fce7e1"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-02-19 17:38:18 +01:00
"base64",
"indexmap",
2025-07-10 15:29:54 -06:00
"quick-xml 0.38.0",
2023-02-07 13:00:49 -07:00
"serde",
"time",
]
[[package]]
name = "png"
2025-01-10 09:55:16 -07:00
version = "0.17.16"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
2023-02-07 13:00:49 -07:00
dependencies = [
"bitflags 1.3.2",
2023-02-07 13:00:49 -07:00
"crc32fast",
"fdeflate",
2023-02-07 13:00:49 -07:00
"flate2",
"miniz_oxide",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags 1.3.2",
2024-03-04 12:34:02 -07:00
"cfg-if",
"concurrent-queue",
"libc",
"log",
"pin-project-lite",
"windows-sys 0.48.0",
]
2023-10-31 14:36:16 -06:00
[[package]]
name = "polling"
2024-12-02 23:36:27 +01:00
version = "3.7.4"
source = "git+https://github.com/jackpot51/polling.git?branch=master#320a5ef6d369f4a6493f9779b0cff33dfc6e85ef"
2023-10-31 14:36:16 -06:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-10-31 14:36:16 -06:00
"concurrent-queue",
2025-06-18 14:38:52 -04:00
"hermit-abi 0.5.2",
2023-10-31 14:36:16 -06:00
"pin-project-lite",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-10-31 14:36:16 -06:00
"tracing",
"windows-sys 0.59.0",
2023-10-31 14:36:16 -06:00
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "pollster"
2025-06-18 14:38:52 -04:00
version = "0.4.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
2024-05-17 09:00:08 -06:00
2025-03-31 09:16:20 -06:00
[[package]]
name = "portable-atomic"
2025-06-18 14:38:52 -04:00
version = "1.11.1"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
2025-03-31 09:16:20 -06:00
[[package]]
name = "portable-atomic-util"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
"portable-atomic",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "potential_utf"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
dependencies = [
"zerovec 0.11.2",
]
2023-10-19 10:33:42 -06:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2023-02-07 13:00:49 -07:00
[[package]]
name = "ppv-lite86"
2025-03-31 09:16:20 -06:00
version = "0.2.21"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
2025-06-18 14:38:52 -04:00
"zerocopy",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "presser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2023-02-07 13:00:49 -07:00
[[package]]
name = "proc-macro-crate"
2023-03-14 13:41:49 -06:00
version = "1.3.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2023-02-07 13:00:49 -07:00
dependencies = [
"once_cell",
"toml_edit 0.19.15",
2023-02-07 13:00:49 -07:00
]
2024-02-08 15:16:00 -07:00
[[package]]
name = "proc-macro-crate"
2025-03-31 09:16:20 -06:00
version = "3.3.0"
2024-02-08 15:16:00 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "edce586971a4dfaa28950c6f18ed55e0406c1ab88bbce2c6f6293a7aaba73d35"
2024-02-08 15:16:00 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"toml_edit 0.22.27",
2024-02-08 15:16:00 -07:00
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-02-19 17:38:18 +01:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "proc-macro2"
2025-04-16 13:07:03 -04:00
version = "1.0.95"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
2023-02-07 13:00:49 -07:00
dependencies = [
"unicode-ident",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "proc-macro2-diagnostics"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-10-22 11:55:58 -06:00
"version_check",
"yansi",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "procfs"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f"
dependencies = [
"bitflags 2.9.1",
"chrono",
"flate2",
"hex",
"procfs-core",
"rustix 0.38.44",
]
[[package]]
name = "procfs-core"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
dependencies = [
"bitflags 2.9.1",
"chrono",
"hex",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "profiling"
2025-06-27 11:40:59 -06:00
version = "1.0.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
2024-12-02 23:36:27 +01:00
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
2025-06-27 11:40:59 -06:00
version = "1.0.17"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
2024-12-02 23:36:27 +01:00
dependencies = [
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-12-02 23:36:27 +01:00
]
2024-02-13 13:05:49 -07:00
[[package]]
name = "pure-rust-locales"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1190fd18ae6ce9e137184f207593877e70f39b015040156b1e05081cdfe3733a"
[[package]]
name = "qoi"
version = "0.4.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "quick-error"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
[[package]]
name = "quick-xml"
2024-09-20 19:44:54 -06:00
version = "0.36.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
dependencies = [
"memchr",
2024-09-11 14:33:25 -06:00
"serde",
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "quick-xml"
version = "0.37.5"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
2025-02-19 17:38:18 +01:00
dependencies = [
"memchr",
]
2025-07-10 15:29:54 -06:00
[[package]]
name = "quick-xml"
version = "0.38.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8927b0664f5c5a98265138b7e3f90aa19a6b21353182469ace36d4ac527b7b1b"
dependencies = [
"memchr",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "quinn-proto"
2025-06-18 14:38:52 -04:00
version = "0.11.12"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
2025-04-16 13:07:03 -04:00
dependencies = [
"bytes",
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
"lru-slab",
2025-07-21 19:56:48 -06:00
"rand 0.9.2",
2025-04-16 13:07:03 -04:00
"ring",
"rustc-hash 2.1.1",
"rustls-pki-types",
"slab",
"thiserror 2.0.12",
"tinyvec",
"tracing",
"web-time",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "quote"
2025-03-31 09:16:20 -06:00
version = "1.0.40"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "r-efi"
2025-06-18 14:38:52 -04:00
version = "5.3.0"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2025-03-31 09:16:20 -06:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
2025-04-16 13:07:03 -04:00
"rand_chacha 0.3.1",
"rand_core 0.6.4",
]
[[package]]
name = "rand"
2025-07-21 19:56:48 -06:00
version = "0.9.2"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2025-04-16 13:07:03 -04:00
dependencies = [
"rand_chacha 0.9.0",
"rand_core 0.9.3",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
2025-04-16 13:07:03 -04:00
"rand_core 0.6.4",
]
[[package]]
name = "rand_chacha"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
dependencies = [
"ppv-lite86",
"rand_core 0.9.3",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom 0.2.16",
2023-02-07 13:00:49 -07:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "rand_core"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
dependencies = [
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
2025-04-16 13:07:03 -04:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "range-alloc"
2025-02-19 17:38:18 +01:00
version = "0.1.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
2023-02-07 13:00:49 -07:00
[[package]]
2023-10-11 19:32:04 -06:00
name = "rangemap"
2024-02-27 10:02:01 -07:00
version = "1.5.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-27 10:02:01 -07:00
checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "rav1e"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
dependencies = [
"arbitrary",
"arg_enum_proc_macro",
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-12-02 23:36:27 +01:00
"av1-grain",
"bitstream-io",
"built",
"cfg-if",
"interpolate_name",
"itertools",
"libc",
"libfuzzer-sys",
"log",
"maybe-rayon",
"new_debug_unreachable",
"noop_proc_macro",
"num-derive",
"num-traits",
"once_cell",
"paste",
"profiling",
2025-04-16 13:07:03 -04:00
"rand 0.8.5",
"rand_chacha 0.3.1",
2024-12-02 23:36:27 +01:00
"simd_helpers",
"system-deps 6.2.2",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"v_frame",
"wasm-bindgen",
]
[[package]]
name = "ravif"
2025-06-27 11:40:59 -06:00
version = "0.11.20"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
2024-12-02 23:36:27 +01:00
dependencies = [
"avif-serialize",
"imgref",
"loop9",
"quick-error",
"rav1e",
"rayon",
"rgb",
]
2024-02-05 16:18:36 -05:00
[[package]]
name = "raw-window-handle"
2024-05-28 19:12:09 -06:00
version = "0.6.2"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2024-02-05 16:18:36 -05:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "rayon"
2024-04-30 08:43:55 -06:00
version = "1.10.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-30 08:43:55 -06:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-02-07 13:00:49 -07:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2024-01-17 13:39:44 -07:00
version = "1.12.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 13:39:44 -07:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-02-07 13:00:49 -07:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2024-01-31 14:06:48 -07:00
[[package]]
name = "read-fonts"
2025-06-18 14:38:52 -04:00
version = "0.29.3"
2024-01-31 14:06:48 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "04ca636dac446b5664bd16c069c00a9621806895b8bb02c2dc68542b23b8f25d"
2024-01-31 14:06:48 -07:00
dependencies = [
2024-04-30 08:43:55 -06:00
"bytemuck",
2024-01-31 14:06:48 -07:00
"font-types",
]
2024-09-11 14:33:25 -06:00
[[package]]
name = "recently-used-xbel"
version = "1.1.0"
2025-07-21 19:56:48 -06:00
source = "git+https://github.com/pop-os/recently-used-xbel.git#eeba9e08b0446175d7dd4f526d21ea867ed37e87"
2024-09-11 14:33:25 -06:00
dependencies = [
"chrono",
2025-02-19 17:38:18 +01:00
"dirs 5.0.1",
2024-09-11 14:33:25 -06:00
"infer",
"mime_guess",
2024-09-20 19:44:54 -06:00
"quick-xml 0.36.2",
2024-09-11 14:33:25 -06:00
"serde",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2024-09-11 14:33:25 -06:00
"url",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
2023-02-07 13:00:49 -07:00
]
2023-10-19 10:33:42 -06:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
2024-04-30 08:43:55 -06:00
[[package]]
name = "redox_syscall"
2025-07-21 19:56:48 -06:00
version = "0.5.15"
2024-04-30 08:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec"
2024-04-30 08:43:55 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-04-30 08:43:55 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "redox_users"
version = "0.4.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
2023-02-07 13:00:49 -07:00
dependencies = [
"getrandom 0.2.16",
2024-10-22 11:55:58 -06:00
"libredox",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "redox_users"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd6f9d3d47bdd2ad6945c5015a226ec6155d0bcdfd8f7cd29f86b71f8de99d2b"
dependencies = [
"getrandom 0.2.16",
2025-02-19 17:38:18 +01:00
"libredox",
2025-03-31 09:16:20 -06:00
"thiserror 2.0.12",
2025-02-19 17:38:18 +01:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "regex"
2024-10-29 14:33:29 -06:00
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-29 14:33:29 -06:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
dependencies = [
"aho-corasick",
"memchr",
2025-04-16 13:07:03 -04:00
"regex-automata 0.4.9",
2024-02-08 15:16:00 -07:00
"regex-syntax",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "regex-automata"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782"
dependencies = [
"memchr",
]
[[package]]
name = "regex-automata"
2024-12-02 23:36:27 +01:00
version = "0.4.9"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2023-02-07 13:00:49 -07:00
dependencies = [
"aho-corasick",
"memchr",
2024-02-08 15:16:00 -07:00
"regex-syntax",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "regex-syntax"
2024-10-02 16:10:25 -06:00
version = "0.8.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-02 16:10:25 -06:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2023-02-07 13:00:49 -07:00
[[package]]
name = "renderdoc-sys"
2024-03-04 12:34:02 -07:00
version = "1.1.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 12:34:02 -07:00
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2023-02-07 13:00:49 -07:00
[[package]]
name = "resvg"
2024-10-22 11:55:58 -06:00
version = "0.42.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "944d052815156ac8fa77eaac055220e95ba0b01fa8887108ca710c03805d9051"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"gif",
2024-03-04 12:34:02 -07:00
"jpeg-decoder",
2023-02-07 13:00:49 -07:00
"log",
"pico-args",
"rgb",
2023-11-17 13:58:55 -07:00
"svgtypes",
2024-02-05 16:18:36 -05:00
"tiny-skia",
2023-11-17 13:58:55 -07:00
"usvg",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "rfd"
2025-07-21 19:56:48 -06:00
version = "0.15.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "ef2bee61e6cffa4635c72d7d81a84294e28f0930db0ddcb0f66d10244674ebed"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"ashpd",
"block2 0.6.1",
2025-07-21 19:56:48 -06:00
"dispatch2",
2023-02-07 13:00:49 -07:00
"js-sys",
"log",
2025-06-18 14:38:52 -04:00
"objc2 0.6.1",
"objc2-app-kit 0.3.1",
"objc2-core-foundation",
"objc2-foundation 0.3.1",
2024-05-17 09:00:08 -06:00
"pollster",
"raw-window-handle",
"urlencoding",
2023-02-07 13:00:49 -07:00
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2025-06-18 14:38:52 -04:00
"windows-sys 0.59.0",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "rgb"
2025-07-21 19:56:48 -06:00
version = "0.8.52"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
2023-02-07 13:00:49 -07:00
dependencies = [
"bytemuck",
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "ring"
version = "0.17.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
dependencies = [
"cc",
"cfg-if",
"getrandom 0.2.16",
2025-04-16 13:07:03 -04:00
"libc",
"untrusted",
"windows-sys 0.52.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "ron"
2025-03-31 09:16:20 -06:00
version = "0.9.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "63f3aa105dea217ef30d89581b65a4d527a19afc95ef5750be3890e8d3c5b837"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-02-19 17:38:18 +01:00
"base64",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"serde",
"serde_derive",
2025-02-19 17:38:18 +01:00
"unicode-ident",
]
[[package]]
name = "roxmltree"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
2023-10-30 09:34:36 -06:00
[[package]]
name = "rust-embed"
2025-06-18 14:38:52 -04:00
version = "8.7.2"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "025908b8682a26ba8d12f6f2d66b987584a4a87bc024abc5bbc12553a8cd178a"
2023-10-30 09:34:36 -06:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2025-06-18 14:38:52 -04:00
version = "8.7.2"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "6065f1a4392b71819ec1ea1df1120673418bf386f50de1d6f54204d836d4349c"
2023-10-30 09:34:36 -06:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-30 09:34:36 -06:00
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2025-06-18 14:38:52 -04:00
version = "8.7.2"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "f6cc0c81648b20b70c491ff8cce00c1c3b223bb8ed2b5d41f0e54c6c4c0a3594"
2023-10-30 09:34:36 -06:00
dependencies = [
"sha2",
"walkdir",
]
[[package]]
name = "rustc-demangle"
2025-06-18 14:38:52 -04:00
version = "0.1.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
2023-02-07 13:00:49 -07:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-10-22 11:55:58 -06:00
[[package]]
name = "rustc-hash"
2025-02-19 17:38:18 +01:00
version = "2.1.1"
2024-10-22 11:55:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2024-10-22 11:55:58 -06:00
2023-11-13 13:31:46 -07:00
[[package]]
name = "rustc_version"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
dependencies = [
"semver",
]
[[package]]
name = "rustix"
2025-01-10 09:55:16 -07:00
version = "0.37.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "519165d378b97752ca44bbe15047d5d3409e875f39327546b42ac81d7e18c1b6"
dependencies = [
"bitflags 1.3.2",
"errno",
2025-02-19 17:38:18 +01:00
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
2025-02-19 17:38:18 +01:00
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"errno",
"libc",
2025-01-10 09:55:16 -07:00
"linux-raw-sys 0.4.15",
2025-06-27 11:40:59 -06:00
"windows-sys 0.59.0",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "rustix"
2025-07-21 19:56:48 -06:00
version = "1.0.8"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
2025-03-31 09:16:20 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2025-03-31 09:16:20 -06:00
"errno",
"libc",
2025-04-16 13:07:03 -04:00
"linux-raw-sys 0.9.4",
2025-07-21 19:56:48 -06:00
"windows-sys 0.60.2",
2025-03-31 09:16:20 -06:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "rustls"
2025-07-10 15:29:54 -06:00
version = "0.23.29"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
2025-04-16 13:07:03 -04:00
dependencies = [
"once_cell",
"rustls-pki-types",
"rustls-webpki",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-pki-types"
2025-06-18 14:38:52 -04:00
version = "1.12.0"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2025-04-16 13:07:03 -04:00
dependencies = [
"web-time",
2025-06-18 14:38:52 -04:00
"zeroize",
2025-04-16 13:07:03 -04:00
]
[[package]]
name = "rustls-webpki"
2025-07-10 15:29:54 -06:00
version = "0.103.4"
2025-04-16 13:07:03 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
2025-04-16 13:07:03 -04:00
dependencies = [
"ring",
"rustls-pki-types",
"untrusted",
]
2024-02-28 08:57:24 -07:00
[[package]]
name = "rustversion"
2025-06-18 14:38:52 -04:00
version = "1.0.21"
2024-02-28 08:57:24 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
2024-06-20 09:18:37 -06:00
[[package]]
name = "rustybuzz"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-06-20 09:18:37 -06:00
"bytemuck",
"libm",
"smallvec",
"ttf-parser 0.21.1",
2024-10-22 11:55:58 -06:00
"unicode-bidi-mirroring",
"unicode-ccc",
"unicode-properties",
"unicode-script",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "ryu"
2025-03-31 09:16:20 -06:00
version = "1.0.20"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2023-02-07 13:00:49 -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",
]
[[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"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2023-02-07 13:00:49 -07:00
[[package]]
name = "sctk-adwaita"
2024-10-22 11:55:58 -06:00
version = "0.10.1"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "b6277f0217056f77f1d8f49f2950ac6c278c0d607c45f5ee99328d792ede24ec"
dependencies = [
"ab_glyph",
"log",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2024-10-22 11:55:58 -06:00
"smithay-client-toolkit",
2024-02-05 16:18:36 -05:00
"tiny-skia",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "self_cell"
2023-11-12 19:02:06 -07:00
version = "0.10.3"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-12 19:02:06 -07:00
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
2025-04-16 13:07:03 -04:00
"self_cell 1.2.0",
2023-11-12 19:02:06 -07:00
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "self_cell"
2025-04-16 13:07:03 -04:00
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-16 13:07:03 -04:00
checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
2023-11-13 13:31:46 -07:00
[[package]]
name = "semver"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
dependencies = [
"semver-parser",
]
[[package]]
name = "semver-parser"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
2023-02-07 13:00:49 -07:00
[[package]]
name = "serde"
2025-03-31 09:16:20 -06:00
version = "1.0.219"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
2023-02-07 13:00:49 -07:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-03-31 09:16:20 -06:00
version = "1.0.219"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "serde_json"
2025-07-21 19:56:48 -06:00
version = "1.0.141"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
2023-02-07 13:00:49 -07:00
dependencies = [
"indexmap",
2023-02-07 13:00:49 -07:00
"itoa",
"memchr",
2023-02-07 13:00:49 -07:00
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2025-03-31 09:16:20 -06:00
version = "0.1.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2023-03-24 10:00:28 -06:00
[[package]]
name = "serde_spanned"
2025-06-18 14:38:52 -04:00
version = "0.6.9"
2023-03-24 10:00:28 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
2023-03-24 10:00:28 -06:00
dependencies = [
"serde",
]
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
"cpufeatures",
"digest",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "sha2"
2025-06-18 14:38:52 -04:00
version = "0.10.9"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2023-10-30 09:34:36 -06:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-10-30 09:34:36 -06:00
"cpufeatures",
"digest",
]
2024-03-04 12:34:02 -07:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "signal-hook-registry"
version = "1.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
dependencies = [
"libc",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "simd-adler32"
version = "0.3.7"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
2023-02-07 13:00:49 -07:00
2024-12-02 23:36:27 +01:00
[[package]]
name = "simd_helpers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
dependencies = [
"quote",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "simplecss"
2025-01-10 09:55:16 -07:00
version = "0.2.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
2023-02-07 13:00:49 -07:00
dependencies = [
"log",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "siphasher"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2024-06-20 09:18:37 -06:00
[[package]]
name = "skrifa"
2025-06-18 14:38:52 -04:00
version = "0.31.3"
2024-06-20 09:18:37 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "dbeb4ca4399663735553a09dd17ce7e49a0a0203f03b706b39628c4d913a8607"
2024-06-20 09:18:37 -06:00
dependencies = [
"bytemuck",
"read-fonts",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "slab"
2025-06-18 14:38:52 -04:00
version = "0.4.10"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
2023-02-07 13:00:49 -07:00
[[package]]
name = "slotmap"
version = "1.0.7"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
2023-02-07 13:00:49 -07:00
dependencies = [
"version_check",
]
[[package]]
name = "smallvec"
2025-06-18 14:38:52 -04:00
version = "1.15.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2024-04-30 08:43:55 -06:00
[[package]]
name = "smithay-client-toolkit"
version = "0.19.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3457dea1f0eb631b4034d61d4d8c32074caa6cd1ab2d59f2327bd8461e2c0016"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-06-12 10:35:59 -06:00
"bytemuck",
2024-10-22 11:55:58 -06:00
"calloop",
"calloop-wayland-source",
"cursor-icon",
"libc",
"log",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2024-06-12 10:35:59 -06:00
"pkg-config",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-client",
"wayland-csd-frame",
2024-03-04 12:34:02 -07:00
"wayland-cursor",
2024-10-22 11:55:58 -06:00
"wayland-protocols",
"wayland-protocols-wlr",
2024-03-04 12:34:02 -07:00
"wayland-scanner",
2024-06-12 10:35:59 -06:00
"xkbcommon",
"xkeysym",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "smithay-clipboard"
version = "0.8.0"
source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5#5a3007def49eb678d1144850c9ee04b80707c56a"
2023-02-07 13:00:49 -07:00
dependencies = [
"libc",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-10-22 11:55:58 -06:00
"smithay-client-toolkit",
"wayland-backend",
2023-02-07 13:00:49 -07:00
]
2024-02-05 16:18:36 -05:00
[[package]]
name = "smol_str"
version = "0.2.2"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2024-02-05 16:18:36 -05:00
dependencies = [
"serde",
]
[[package]]
name = "socket2"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
2023-11-21 11:57:11 -07:00
[[package]]
name = "socket2"
2025-06-18 14:38:52 -04:00
version = "0.5.10"
2023-11-21 11:57:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
2023-11-21 11:57:11 -07:00
dependencies = [
"libc",
2024-02-26 15:21:27 -07:00
"windows-sys 0.52.0",
2023-11-21 11:57:11 -07:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "softbuffer"
2024-02-05 16:18:36 -05:00
version = "0.4.1"
2024-02-09 21:12:05 -07:00
source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad7e98397d37cb187886d05969bc480995"
2023-02-07 13:00:49 -07:00
dependencies = [
2023-11-16 08:02:53 -07:00
"as-raw-xcb-connection",
2023-02-07 13:00:49 -07:00
"bytemuck",
"cfg_aliases 0.2.1",
2024-03-04 12:34:02 -07:00
"cocoa",
"core-graphics",
2023-11-16 08:02:53 -07:00
"drm",
2025-01-10 09:55:16 -07:00
"fastrand 2.3.0",
2024-03-04 12:34:02 -07:00
"foreign-types",
2023-11-16 08:02:53 -07:00
"js-sys",
2023-02-07 13:00:49 -07:00
"log",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2023-02-07 13:00:49 -07:00
"objc",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2023-11-15 13:20:53 -07:00
"redox_syscall 0.4.1",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-11-16 08:02:53 -07:00
"tiny-xlib",
2023-02-07 13:00:49 -07:00
"wasm-bindgen",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-client",
"wayland-sys",
2023-02-07 13:00:49 -07:00
"web-sys",
2024-02-05 16:18:36 -05:00
"windows-sys 0.52.0",
"x11rb",
2023-02-07 13:00:49 -07:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
"lock_api",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "spirv"
2024-02-05 16:18:36 -05:00
version = "0.3.0+sdk-1.3.268.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-05 16:18:36 -05:00
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2023-02-07 13:00:49 -07:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strict-num"
version = "0.1.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
dependencies = [
"float-cmp",
]
2023-02-07 13:00:49 -07:00
2024-05-17 09:00:08 -06:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-08-26 13:34:13 -06:00
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2023-02-07 13:00:49 -07:00
[[package]]
name = "svg_fmt"
version = "0.4.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
2023-02-07 13:00:49 -07:00
[[package]]
name = "svgtypes"
2025-02-19 17:38:18 +01:00
version = "0.15.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-07-21 19:56:48 -06:00
"kurbo 0.11.3",
2025-01-10 09:55:16 -07:00
"siphasher",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "swash"
2025-06-18 14:38:52 -04:00
version = "0.2.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "f745de914febc7c9ab4388dfaf94bbc87e69f57bb41133a9b0c84d4be49856f3"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-06-20 09:18:37 -06:00
"skrifa",
2023-02-07 13:00:49 -07:00
"yazi",
"zeno",
]
[[package]]
name = "syn"
2023-03-14 13:41:49 -06:00
version = "1.0.109"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-03-17 18:48:56 -06:00
[[package]]
name = "syn"
2025-06-27 11:40:59 -06:00
version = "2.0.104"
2023-03-17 18:48:56 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
2023-03-17 18:48:56 -06:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "synstructure"
2025-06-18 14:38:52 -04:00
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "syntect"
2024-02-08 15:16:00 -07:00
version = "5.2.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 15:16:00 -07:00
checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1"
2023-02-07 13:00:49 -07:00
dependencies = [
"bincode",
"bitflags 1.3.2",
2023-02-07 13:00:49 -07:00
"flate2",
"fnv",
"once_cell",
"onig",
"plist",
2024-02-08 15:16:00 -07:00
"regex-syntax",
2023-02-07 13:00:49 -07:00
"serde",
2024-02-08 15:16:00 -07:00
"serde_derive",
2023-02-07 13:00:49 -07:00
"serde_json",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
"walkdir",
"yaml-rust",
]
[[package]]
name = "sys-locale"
version = "0.3.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
2023-02-07 13:00:49 -07:00
dependencies = [
"libc",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "system-deps"
version = "6.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
dependencies = [
"cfg-expr 0.15.8",
"heck 0.5.0",
"pkg-config",
2025-06-18 14:38:52 -04:00
"toml 0.8.23",
"version-compare",
]
[[package]]
name = "system-deps"
2025-06-18 14:38:52 -04:00
version = "7.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "e4be53aa0cba896d2dc615bd42bbc130acdcffa239e0a2d965ea5b3b2a86ffdb"
dependencies = [
2025-07-10 15:29:54 -06:00
"cfg-expr 0.20.1",
2024-12-02 23:36:27 +01:00
"heck 0.5.0",
"pkg-config",
2025-06-18 14:38:52 -04:00
"toml 0.8.23",
2024-12-02 23:36:27 +01:00
"version-compare",
]
[[package]]
name = "taffy"
version = "0.3.11"
2023-11-27 09:02:35 -07:00
source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885"
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
"grid",
"num-traits",
"slotmap",
]
[[package]]
2024-08-26 13:34:13 -06:00
name = "tar"
2025-03-31 09:16:20 -06:00
version = "0.4.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "1d863878d212c87a19c1a610eb53bb01fe12951c0501cf5a0d65f724914a667a"
dependencies = [
2024-08-26 13:34:13 -06:00
"filetime",
"libc",
"xattr",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
2025-06-18 14:38:52 -04:00
[[package]]
name = "target-lexicon"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
[[package]]
name = "tempfile"
2025-06-18 14:38:52 -04:00
version = "3.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
dependencies = [
2025-01-10 09:55:16 -07:00
"fastrand 2.3.0",
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
"once_cell",
2025-07-21 19:56:48 -06:00
"rustix 1.0.8",
2025-06-27 11:40:59 -06:00
"windows-sys 0.59.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "termcolor"
2024-01-10 09:25:39 -07:00
version = "1.4.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-10 09:25:39 -07:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-02-07 13:00:49 -07:00
dependencies = [
"winapi-util",
]
[[package]]
name = "thiserror"
2024-12-02 23:36:27 +01:00
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl 1.0.69",
]
[[package]]
name = "thiserror"
2025-03-31 09:16:20 -06:00
version = "2.0.12"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
2024-12-02 23:36:27 +01:00
dependencies = [
2025-03-31 09:16:20 -06:00
"thiserror-impl 2.0.12",
2024-12-02 23:36:27 +01:00
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-12-02 23:36:27 +01:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "thiserror-impl"
2025-03-31 09:16:20 -06:00
version = "2.0.12"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "tiff"
2024-01-17 13:39:44 -07:00
version = "0.9.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-17 13:39:44 -07:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2023-02-07 13:00:49 -07:00
dependencies = [
"flate2",
2024-03-04 12:34:02 -07:00
"jpeg-decoder",
2023-02-07 13:00:49 -07:00
"weezl",
]
[[package]]
name = "time"
2025-03-31 09:16:20 -06:00
version = "0.3.41"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
2023-02-07 13:00:49 -07:00
dependencies = [
"deranged",
2023-02-07 13:00:49 -07:00
"itoa",
2024-02-28 08:57:24 -07:00
"libc",
2024-02-02 10:18:01 -07:00
"num-conv",
2024-02-28 08:57:24 -07:00
"num_threads",
2023-10-19 10:33:42 -06:00
"powerfmt",
2023-02-07 13:00:49 -07:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2025-03-31 09:16:20 -06:00
version = "0.1.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
2023-02-07 13:00:49 -07:00
[[package]]
name = "time-macros"
2025-03-31 09:16:20 -06:00
version = "0.2.22"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-02-02 10:18:01 -07:00
"num-conv",
2023-02-07 13:00:49 -07:00
"time-core",
]
[[package]]
name = "tiny-skia"
2024-02-08 15:16:00 -07:00
version = "0.11.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 15:16:00 -07:00
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
2023-02-07 13:00:49 -07:00
dependencies = [
"arrayref",
2025-03-31 09:16:20 -06:00
"arrayvec",
2023-02-07 13:00:49 -07:00
"bytemuck",
2024-03-04 12:34:02 -07:00
"cfg-if",
"log",
2024-03-04 12:34:02 -07:00
"png",
2024-02-05 16:18:36 -05:00
"tiny-skia-path",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "tiny-skia-path"
2024-02-08 15:16:00 -07:00
version = "0.11.4"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-08 15:16:00 -07:00
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
2023-02-07 13:00:49 -07:00
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
2023-02-07 13:00:49 -07:00
]
2023-11-16 08:02:53 -07:00
[[package]]
name = "tiny-xlib"
2024-12-02 23:36:27 +01:00
version = "0.2.4"
2023-11-16 08:02:53 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "0324504befd01cab6e0c994f34b2ffa257849ee019d3fb3b64fb2c858887d89e"
2023-11-16 08:02:53 -07:00
dependencies = [
"as-raw-xcb-connection",
2024-05-28 19:12:09 -06:00
"ctor-lite",
2024-10-22 11:55:58 -06:00
"libloading",
2024-05-28 19:12:09 -06:00
"pkg-config",
2023-11-16 08:02:53 -07:00
"tracing",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "tinystr"
2024-05-28 19:12:09 -06:00
version = "0.7.6"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2023-10-30 09:34:36 -06:00
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"zerovec 0.10.4",
]
[[package]]
name = "tinystr"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
dependencies = [
"displaydoc",
"zerovec 0.11.2",
2023-10-30 09:34:36 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "tinyvec"
2025-03-31 09:16:20 -06:00
version = "1.9.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
2023-02-07 13:00:49 -07:00
dependencies = [
"tinyvec_macros",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-11-21 11:57:11 -07:00
[[package]]
name = "tokio"
2025-07-10 15:29:54 -06:00
version = "1.46.1"
2023-11-21 11:57:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
2023-11-21 11:57:11 -07:00
dependencies = [
"backtrace",
"bytes",
2025-07-10 15:29:54 -06:00
"io-uring",
2023-11-21 11:57:11 -07:00
"libc",
2025-06-18 14:38:52 -04:00
"mio 1.0.4",
2023-11-21 11:57:11 -07:00
"pin-project-lite",
"signal-hook-registry",
2025-07-10 15:29:54 -06:00
"slab",
2025-06-18 14:38:52 -04:00
"socket2 0.5.10",
"tokio-macros",
2023-11-21 11:57:11 -07:00
"tracing",
"windows-sys 0.52.0",
2023-11-21 11:57:11 -07:00
]
[[package]]
name = "tokio-macros"
2025-01-10 09:55:16 -07:00
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
[[package]]
name = "tokio-stream"
2025-01-10 09:55:16 -07:00
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
2023-03-24 10:00:28 -06:00
[[package]]
name = "toml"
2025-06-18 14:38:52 -04:00
version = "0.8.23"
2023-03-24 10:00:28 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
2023-03-24 10:00:28 -06:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2025-06-18 14:38:52 -04:00
"toml_edit 0.22.27",
2023-03-24 10:00:28 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "toml_datetime"
2025-06-18 14:38:52 -04:00
version = "0.6.11"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
2023-03-24 10:00:28 -06:00
dependencies = [
"serde",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap",
"toml_datetime",
2024-02-13 13:05:49 -07:00
"winnow 0.5.40",
]
2024-02-08 15:16:00 -07:00
[[package]]
name = "toml_edit"
2025-06-18 14:38:52 -04:00
version = "0.22.27"
2024-02-08 15:16:00 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
2023-02-07 13:00:49 -07:00
dependencies = [
"indexmap",
2023-03-24 10:00:28 -06:00
"serde",
"serde_spanned",
2023-02-07 13:00:49 -07:00
"toml_datetime",
"toml_write",
2025-07-21 19:56:48 -06:00
"winnow 0.7.12",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "toml_write"
2025-06-18 14:38:52 -04:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
2023-02-07 13:00:49 -07:00
[[package]]
name = "tracing"
2024-12-02 23:36:27 +01:00
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-06-18 14:38:52 -04:00
version = "0.1.30"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
[[package]]
name = "tracing-core"
2025-06-18 14:38:52 -04:00
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
dependencies = [
"once_cell",
]
2023-02-07 13:00:49 -07:00
2024-02-13 13:05:49 -07:00
[[package]]
name = "trash"
version = "5.2.2"
source = "git+https://github.com/jackpot51/trash-rs.git?branch=cosmic#a225f753a88e722aeeb27bb2fb00144739911035"
2024-02-13 13:05:49 -07:00
dependencies = [
"chrono",
"libc",
"log",
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
"objc2-foundation 0.2.2",
2024-02-13 13:05:49 -07:00
"once_cell",
"percent-encoding",
2024-02-13 13:05:49 -07:00
"scopeguard",
2024-06-20 09:18:37 -06:00
"urlencoding",
2024-05-01 12:13:58 -06:00
"windows 0.56.0",
2024-02-13 13:05:49 -07:00
]
[[package]]
name = "ttf-parser"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
[[package]]
name = "ttf-parser"
2024-12-02 23:36:27 +01:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
dependencies = [
"core_maths",
]
2023-11-02 13:39:33 -06:00
[[package]]
name = "two-face"
2025-02-19 17:38:18 +01:00
version = "0.4.3"
2023-11-02 13:39:33 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "384eda438ddf62e2c6f39a174452d952d9d9df5a8ad5ade22198609f8dcaf852"
2023-11-02 13:39:33 -06:00
dependencies = [
"once_cell",
"serde",
"syntect",
]
2023-10-30 09:34:36 -06:00
[[package]]
name = "type-map"
2025-06-18 14:38:52 -04:00
version = "0.5.1"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
2023-10-30 09:34:36 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"rustc-hash 2.1.1",
2023-10-30 09:34:36 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "typenum"
2025-02-19 17:38:18 +01:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
[[package]]
name = "ucd-trie"
2024-10-02 16:10:25 -06:00
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-02 16:10:25 -06:00
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
[[package]]
name = "uds_windows"
version = "1.1.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-04-30 08:43:55 -06:00
"memoffset 0.9.1",
"tempfile",
"winapi",
]
2023-02-07 13:00:49 -07:00
2023-10-30 09:34:36 -06:00
[[package]]
name = "unic-langid"
2025-06-18 14:38:52 -04:00
version = "0.9.6"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05"
2023-10-30 09:34:36 -06:00
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
2025-06-18 14:38:52 -04:00
version = "0.9.6"
2023-10-30 09:34:36 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658"
2023-10-30 09:34:36 -06:00
dependencies = [
"serde",
2025-06-18 14:38:52 -04:00
"tinystr 0.8.1",
2023-10-30 09:34:36 -06:00
]
2023-11-13 10:33:26 -07:00
[[package]]
name = "unicase"
2025-01-10 09:55:16 -07:00
version = "2.8.1"
2023-11-13 10:33:26 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
2023-11-13 10:33:26 -07:00
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-bidi"
2025-01-10 09:55:16 -07:00
version = "0.3.18"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
2023-02-07 13:00:49 -07:00
2024-06-20 09:18:37 -06:00
[[package]]
name = "unicode-bidi-mirroring"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23cb788ffebc92c5948d0e997106233eeb1d8b9512f93f41651f52b6c5f5af86"
[[package]]
name = "unicode-ccc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-ident"
2025-03-31 09:16:20 -06:00
version = "1.0.18"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-properties"
2024-10-02 16:10:25 -06:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-02 16:10:25 -06:00
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-script"
2024-09-20 19:44:54 -06:00
version = "0.5.7"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "9fb421b350c9aff471779e262955939f565ec18b86c15364e6bdf0d662ca7c1f"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-segmentation"
2024-09-20 19:44:54 -06:00
version = "1.12.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
[[package]]
name = "unicode-width"
2024-09-20 19:44:54 -06:00
version = "0.1.14"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2023-02-07 13:00:49 -07:00
[[package]]
name = "unicode-xid"
2024-09-20 19:44:54 -06:00
version = "0.2.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-20 19:44:54 -06:00
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2023-02-07 13:00:49 -07:00
2025-04-16 13:07:03 -04:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
2024-12-02 23:36:27 +01:00
version = "2.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
2023-11-21 11:57:11 -07:00
"serde",
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "urlencoding"
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2023-02-07 13:00:49 -07:00
[[package]]
name = "usvg"
2024-10-22 11:55:58 -06:00
version = "0.42.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "b84ea542ae85c715f07b082438a4231c3760539d902e11d093847a0b22963032"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-02-19 17:38:18 +01:00
"base64",
2023-11-17 13:58:55 -07:00
"data-url",
2023-11-17 13:28:39 -07:00
"flate2",
2024-10-22 11:55:58 -06:00
"fontdb 0.18.0",
2023-11-17 13:28:39 -07:00
"imagesize",
2025-07-21 19:56:48 -06:00
"kurbo 0.11.3",
2023-11-17 13:28:39 -07:00
"log",
2024-10-22 11:55:58 -06:00
"pico-args",
"roxmltree",
"rustybuzz",
2023-11-17 13:28:39 -07:00
"simplecss",
2025-01-10 09:55:16 -07:00
"siphasher",
2024-10-22 11:55:58 -06:00
"strict-num",
2023-11-17 13:58:55 -07:00
"svgtypes",
2024-10-22 11:55:58 -06:00
"tiny-skia-path",
2023-02-07 13:00:49 -07:00
"unicode-bidi",
"unicode-script",
"unicode-vo",
2024-10-22 11:55:58 -06:00
"xmlwriter",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "utf16_iter"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
[[package]]
name = "utf8_iter"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
2024-02-13 13:05:49 -07:00
[[package]]
name = "utf8parse"
2024-06-10 08:35:49 -06:00
version = "0.2.2"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:35:49 -06:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2024-02-13 13:05:49 -07:00
2024-09-11 14:33:25 -06:00
[[package]]
name = "uuid"
2025-06-18 14:38:52 -04:00
version = "1.17.0"
2024-09-11 14:33:25 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-09-11 14:33:25 -06:00
2024-08-27 08:12:18 -06:00
[[package]]
name = "uzers"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4df81ff504e7d82ad53e95ed1ad5b72103c11253f39238bcc0235b90768a97dd"
dependencies = [
"libc",
"log",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "v_frame"
2025-06-18 14:38:52 -04:00
version = "0.3.9"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
2024-12-02 23:36:27 +01:00
dependencies = [
"aligned-vec",
"num-traits",
"wasm-bindgen",
]
2024-02-28 08:57:24 -07:00
[[package]]
name = "vergen"
version = "8.3.2"
2024-02-28 08:57:24 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2990d9ea5967266ea0ccf413a4aa5c42a93dbcfda9cb49a97de6931726b12566"
2024-02-28 08:57:24 -07:00
dependencies = [
"anyhow",
2024-03-04 12:34:02 -07:00
"cfg-if",
2024-02-28 08:57:24 -07:00
"rustversion",
"time",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2023-02-07 13:00:49 -07:00
[[package]]
name = "version_check"
version = "0.9.5"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2023-02-07 13:00:49 -07:00
[[package]]
name = "waker-fn"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2023-02-07 13:00:49 -07:00
[[package]]
name = "walkdir"
2024-03-04 12:34:02 -07:00
version = "2.5.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-04 12:34:02 -07:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-02-07 13:00:49 -07:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
2025-06-18 14:38:52 -04:00
version = "0.11.1+wasi-snapshot-preview1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2023-02-07 13:00:49 -07:00
2025-02-19 17:38:18 +01:00
[[package]]
name = "wasi"
2025-03-31 09:16:20 -06:00
version = "0.14.2+wasi-0.2.4"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2025-02-19 17:38:18 +01:00
dependencies = [
"wit-bindgen-rt",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "wasm-bindgen"
2025-01-13 09:06:02 -07:00
version = "0.2.100"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
"once_cell",
2025-01-13 09:06:02 -07:00
"rustversion",
2023-02-07 13:00:49 -07:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2025-01-13 09:06:02 -07:00
version = "0.2.100"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2023-02-07 13:00:49 -07:00
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-futures"
2025-01-13 09:06:02 -07:00
version = "0.4.50"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"cfg-if",
2023-02-07 13:00:49 -07:00
"js-sys",
2024-12-02 23:36:27 +01:00
"once_cell",
2023-02-07 13:00:49 -07:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2025-01-13 09:06:02 -07:00
version = "0.2.100"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2023-02-07 13:00:49 -07:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2025-01-13 09:06:02 -07:00
version = "0.2.100"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-02-07 13:00:49 -07:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2025-01-13 09:06:02 -07:00
version = "0.2.100"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
dependencies = [
"unicode-ident",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "wasm-timer"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be0ecb0db480561e9a7642b5d3e4187c128914e58aa84330b9493e3eb68c5e7f"
dependencies = [
"futures",
"js-sys",
"parking_lot 0.11.2",
"pin-utils",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
]
[[package]]
name = "wayland-backend"
2025-06-18 14:38:52 -04:00
version = "0.3.10"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "fe770181423e5fc79d3e2a7f4410b7799d5aab1de4372853de3c6aa13ca24121"
2023-02-07 13:00:49 -07:00
dependencies = [
"cc",
"downcast-rs",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-02-07 13:00:49 -07:00
"scoped-tls",
"smallvec",
2024-03-04 12:34:02 -07:00
"wayland-sys",
2023-11-17 13:28:39 -07:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "wayland-client"
2025-06-18 14:38:52 -04:00
version = "0.31.10"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "978fa7c67b0847dbd6a9f350ca2569174974cd4082737054dbb7fbb79d7d9a61"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-scanner",
2023-11-17 13:28:39 -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-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"cursor-icon",
"wayland-backend",
]
[[package]]
name = "wayland-cursor"
2025-06-18 14:38:52 -04:00
version = "0.31.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "a65317158dec28d00416cb16705934070aef4f8393353d41126c54264ae0f182"
dependencies = [
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2024-03-04 12:34:02 -07:00
"wayland-client",
"xcursor",
]
2024-06-12 10:35:59 -06:00
[[package]]
name = "wayland-protocols"
2025-06-18 14:38:52 -04:00
version = "0.32.8"
2024-06-12 10:35:59 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "779075454e1e9a521794fed15886323ea0feda3f8b0fc1390f5398141310422a"
2024-06-12 10:35:59 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-06-12 10:35:59 -06:00
"wayland-backend",
"wayland-client",
"wayland-scanner",
2024-12-02 23:36:27 +01:00
"wayland-server",
2024-06-12 10:35:59 -06:00
]
[[package]]
2024-02-05 16:18:36 -05:00
name = "wayland-protocols-plasma"
2025-06-18 14:38:52 -04:00
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "4fd38cdad69b56ace413c6bcc1fbf5acc5e2ef4af9d5f8f1f9570c0c83eae175"
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-client",
2024-10-22 11:55:58 -06:00
"wayland-protocols",
2024-06-12 10:35:59 -06:00
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
2025-06-18 14:38:52 -04:00
version = "0.3.8"
2024-06-12 10:35:59 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1cb6cdc73399c0e06504c437fe3cf886f25568dd5454473d565085b36d6a8bbf"
2024-06-12 10:35:59 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-06-12 10:35:59 -06:00
"wayland-backend",
"wayland-client",
2024-10-22 11:55:58 -06:00
"wayland-protocols",
2024-03-04 12:34:02 -07:00
"wayland-scanner",
2024-12-02 23:36:27 +01:00
"wayland-server",
2023-11-17 13:28:39 -07:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "wayland-scanner"
2025-02-19 17:38:18 +01:00
version = "0.31.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "896fdafd5d28145fce7958917d69f2fd44469b1d4e861cb5961bcbeebc6d1484"
2023-02-07 13:00:49 -07:00
dependencies = [
"proc-macro2",
"quick-xml 0.37.5",
2023-02-07 13:00:49 -07:00
"quote",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "wayland-server"
2025-06-18 14:38:52 -04:00
version = "0.31.9"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "485dfb8ccf0daa0d34625d34e6ac15f99e550a7999b6fd88a0835ccd37655785"
2024-12-02 23:36:27 +01:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-12-02 23:36:27 +01:00
"downcast-rs",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2024-12-02 23:36:27 +01:00
"wayland-backend",
"wayland-scanner",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "wayland-sys"
2025-02-19 17:38:18 +01:00
version = "0.31.6"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-02-19 17:38:18 +01:00
checksum = "dbcebb399c77d5aa9fa5db874806ee7b4eba4e73650948e8f93963f128896615"
2023-02-07 13:00:49 -07:00
dependencies = [
2024-03-04 12:34:02 -07:00
"dlib",
2023-02-07 13:00:49 -07:00
"log",
2023-11-16 08:02:53 -07:00
"once_cell",
2023-02-07 13:00:49 -07:00
"pkg-config",
]
[[package]]
name = "web-sys"
2025-01-13 09:06:02 -07:00
version = "0.3.77"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-13 09:06:02 -07:00
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2024-02-05 16:18:36 -05:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
2024-10-22 11:55:58 -06:00
version = "1.1.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
2023-02-07 13:00:49 -07:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
2025-06-18 14:38:52 -04:00
version = "0.1.10"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
2023-02-07 13:00:49 -07:00
[[package]]
name = "wgpu"
2024-10-22 11:55:58 -06:00
version = "22.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d1c4ba43f80542cf63a0a6ed3134629ae73e8ab51e4b765a67f3aa062eb433"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2024-02-05 16:18:36 -05:00
"cfg_aliases 0.1.1",
2024-10-22 11:55:58 -06:00
"document-features",
2023-02-07 13:00:49 -07:00
"js-sys",
"log",
"naga",
2025-06-18 14:38:52 -04:00
"parking_lot 0.12.4",
"profiling",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2023-02-07 13:00:49 -07:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-core"
2024-10-22 11:55:58 -06:00
version = "22.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0348c840d1051b8e86c3bcd31206080c5e71e5933dabd79be1ce732b0b2f089a"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-03-31 09:16:20 -06:00
"arrayvec",
2023-02-07 13:00:49 -07:00
"bit-vec",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-02-05 16:18:36 -05:00
"cfg_aliases 0.1.1",
2024-10-22 11:55:58 -06:00
"document-features",
2024-02-05 16:18:36 -05:00
"indexmap",
2023-02-07 13:00:49 -07:00
"log",
"naga",
2024-02-05 16:18:36 -05:00
"once_cell",
2025-06-18 14:38:52 -04:00
"parking_lot 0.12.4",
2023-02-07 13:00:49 -07:00
"profiling",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-10-22 11:55:58 -06:00
"rustc-hash 1.1.0",
2023-02-07 13:00:49 -07:00
"smallvec",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
"wgpu-hal",
"wgpu-types",
]
[[package]]
name = "wgpu-hal"
2024-10-22 11:55:58 -06:00
version = "22.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6bbf4b4de8b2a83c0401d9e5ae0080a2792055f25859a02bf9be97952bbed4f"
2023-02-07 13:00:49 -07:00
dependencies = [
"android_system_properties",
2025-03-31 09:16:20 -06:00
"arrayvec",
2023-02-07 13:00:49 -07:00
"ash",
"bit-set",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2023-02-07 13:00:49 -07:00
"block",
2024-02-05 16:18:36 -05:00
"cfg_aliases 0.1.1",
2023-02-07 13:00:49 -07:00
"core-graphics-types",
"d3d12",
"glow",
"glutin_wgl_sys",
2023-02-07 13:00:49 -07:00
"gpu-alloc",
"gpu-allocator",
2023-02-07 13:00:49 -07:00
"gpu-descriptor",
"hassle-rs",
2023-02-07 13:00:49 -07:00
"js-sys",
"khronos-egl",
"libc",
2024-10-22 11:55:58 -06:00
"libloading",
2023-02-07 13:00:49 -07:00
"log",
"metal",
"naga",
2024-10-22 11:55:58 -06:00
"ndk-sys 0.5.0+25.2.9519653",
2023-02-07 13:00:49 -07:00
"objc",
"once_cell",
2025-06-18 14:38:52 -04:00
"parking_lot 0.12.4",
2023-02-07 13:00:49 -07:00
"profiling",
"range-alloc",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2023-02-07 13:00:49 -07:00
"renderdoc-sys",
2024-10-22 11:55:58 -06:00
"rustc-hash 1.1.0",
2023-02-07 13:00:49 -07:00
"smallvec",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
2023-02-07 13:00:49 -07:00
"wasm-bindgen",
"web-sys",
"wgpu-types",
"winapi",
]
[[package]]
name = "wgpu-types"
2024-10-22 11:55:58 -06:00
version = "22.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc9d91f0e2c4b51434dfa6db77846f2793149d8e73f800fa2e41f52b8eac3c5d"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"js-sys",
"web-sys",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "widestring"
2025-03-31 09:16:20 -06:00
version = "1.2.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
2023-02-07 13:00:49 -07:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.9"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2023-02-07 13:00:49 -07:00
dependencies = [
2025-06-27 11:40:59 -06:00
"windows-sys 0.59.0",
2023-02-07 13:00:49 -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"
2024-02-13 13:05:49 -07:00
version = "0.4.1"
2025-01-14 08:58:48 -07:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-0.13-2#6b9faab87bea9cebec6ae036906fd67fed254f5f"
dependencies = [
"clipboard-win",
"clipboard_macos",
"clipboard_wayland",
"clipboard_x11",
2024-04-30 08:43:55 -06:00
"dnd",
"mime 0.1.0",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-12-02 23:36:27 +01:00
"thiserror 1.0.69",
]
2024-02-13 13:05:49 -07:00
[[package]]
name = "windows"
2024-10-22 11:55:58 -06:00
version = "0.52.0"
2024-02-13 13:05:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2024-02-13 13:05:49 -07:00
dependencies = [
2024-10-22 11:55:58 -06:00
"windows-core 0.52.0",
"windows-targets 0.52.6",
2024-02-13 13:05:49 -07:00
]
[[package]]
name = "windows"
2024-10-22 11:55:58 -06:00
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
dependencies = [
2024-10-22 11:55:58 -06:00
"windows-core 0.54.0",
"windows-implement 0.53.0",
"windows-interface 0.53.0",
"windows-targets 0.52.6",
]
[[package]]
name = "windows"
2024-05-01 12:13:58 -06:00
version = "0.56.0"
2023-12-01 13:19:56 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-01 12:13:58 -06:00
checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
2023-12-01 13:19:56 -07:00
dependencies = [
2024-05-01 12:13:58 -06:00
"windows-core 0.56.0",
"windows-targets 0.52.6",
2023-12-01 13:19:56 -07:00
]
2024-01-03 09:35:11 -07:00
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
2024-01-03 09:35:11 -07:00
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "windows-core"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
dependencies = [
2025-07-21 19:56:48 -06:00
"windows-result 0.1.2",
2024-10-22 11:55:58 -06:00
"windows-targets 0.52.6",
]
2024-05-01 12:13:58 -06:00
[[package]]
name = "windows-core"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
dependencies = [
"windows-implement 0.56.0",
"windows-interface 0.56.0",
2025-07-21 19:56:48 -06:00
"windows-result 0.1.2",
"windows-targets 0.52.6",
2024-05-01 12:13:58 -06:00
]
2025-07-21 19:56:48 -06:00
[[package]]
name = "windows-core"
version = "0.61.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
dependencies = [
"windows-implement 0.60.0",
"windows-interface 0.59.1",
"windows-link",
"windows-result 0.3.4",
"windows-strings",
]
[[package]]
name = "windows-implement"
2024-10-22 11:55:58 -06:00
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "942ac266be9249c84ca862f0a164a39533dc2f6f33dc98ec89c8da99b82ea0bd"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2024-05-01 12:13:58 -06:00
[[package]]
name = "windows-implement"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-05-01 12:13:58 -06:00
]
2025-07-21 19:56:48 -06:00
[[package]]
name = "windows-implement"
version = "0.60.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.104",
]
[[package]]
name = "windows-interface"
2024-10-22 11:55:58 -06:00
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-10-22 11:55:58 -06:00
checksum = "da33557140a288fae4e1d5f8873aaf9eb6613a9cf82c3e070223ff177f598b60"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
]
2024-05-01 12:13:58 -06:00
[[package]]
name = "windows-interface"
version = "0.56.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-05-01 12:13:58 -06:00
]
2025-07-21 19:56:48 -06:00
[[package]]
name = "windows-interface"
version = "0.59.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.104",
]
2025-03-31 09:16:20 -06:00
[[package]]
name = "windows-link"
2025-06-18 14:38:52 -04:00
version = "0.1.3"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
2025-03-31 09:16:20 -06:00
2024-05-01 12:13:58 -06:00
[[package]]
name = "windows-result"
2024-06-10 08:35:49 -06:00
version = "0.1.2"
2024-05-01 12:13:58 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:35:49 -06:00
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
2024-05-01 12:13:58 -06:00
dependencies = [
"windows-targets 0.52.6",
2024-05-01 12:13:58 -06:00
]
2025-07-21 19:56:48 -06:00
[[package]]
name = "windows-result"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[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",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.2",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows-targets"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2023-02-07 13:00:49 -07:00
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
2023-03-14 13:41:49 -06:00
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
2023-03-14 13:41:49 -06:00
"windows_x86_64_msvc 0.42.2",
2023-02-07 13:00:49 -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",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
2025-06-18 14:38:52 -04:00
"windows_i686_gnullvm 0.52.6",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows-targets"
version = "0.53.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
dependencies = [
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_i686_gnu"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2024-04-30 08:43:55 -06:00
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_i686_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2024-04-30 08:43:55 -06:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
2024-04-30 08:43:55 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_i686_msvc"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-14 13:41:49 -06:00
version = "0.42.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-14 13:41:49 -06:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2023-02-07 13:00:49 -07:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2025-06-18 14:38:52 -04:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[package]]
name = "winit"
2024-10-22 11:55:58 -06:00
version = "0.30.5"
2024-10-29 14:33:29 -06:00
source = "git+https://github.com/pop-os/winit.git?tag=iced-xdg-surface-0.13#1cc02bdab141072eaabad639d74b032fd0fcc62e"
dependencies = [
2024-02-05 16:18:36 -05:00
"ahash",
"android-activity",
2024-02-05 16:18:36 -05:00
"atomic-waker",
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
"block2 0.5.1",
2024-02-05 16:18:36 -05:00
"bytemuck",
2024-10-22 11:55:58 -06:00
"calloop",
"cfg_aliases 0.2.1",
"concurrent-queue",
2024-03-04 12:34:02 -07:00
"core-foundation",
"core-graphics",
2024-02-05 16:18:36 -05:00
"cursor-icon",
2024-10-22 11:55:58 -06:00
"dpi",
2024-02-05 16:18:36 -05:00
"js-sys",
"libc",
2025-07-21 19:56:48 -06:00
"memmap2 0.9.7",
2024-03-04 12:34:02 -07:00
"ndk",
2025-06-18 14:38:52 -04:00
"objc2 0.5.2",
"objc2-app-kit 0.2.2",
"objc2-foundation 0.2.2",
2024-10-22 11:55:58 -06:00
"objc2-ui-kit",
"orbclient",
"percent-encoding",
2024-10-22 11:55:58 -06:00
"pin-project",
2024-05-17 09:00:08 -06:00
"raw-window-handle",
2024-10-22 11:55:58 -06:00
"redox_syscall 0.4.1",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2023-10-31 15:51:47 -06:00
"sctk-adwaita",
2024-10-22 11:55:58 -06:00
"smithay-client-toolkit",
2024-02-08 15:16:00 -07:00
"smol_str",
2024-10-22 11:55:58 -06:00
"tracing",
2024-02-08 15:16:00 -07:00
"unicode-segmentation",
"wasm-bindgen",
"wasm-bindgen-futures",
"wayland-backend",
2024-03-04 12:34:02 -07:00
"wayland-client",
2024-10-22 11:55:58 -06:00
"wayland-protocols",
2024-02-08 15:16:00 -07:00
"wayland-protocols-plasma",
"web-sys",
"web-time",
2024-10-22 11:55:58 -06:00
"windows-sys 0.52.0",
2024-02-08 15:16:00 -07:00
"x11-dl",
"x11rb",
"xkbcommon-dl",
]
2023-03-14 13:41:49 -06:00
[[package]]
name = "winnow"
2024-02-13 13:05:49 -07:00
version = "0.5.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
2025-07-21 19:56:48 -06:00
version = "0.7.12"
2023-03-14 13:41:49 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "f3edebf492c8125044983378ecb5766203ad3b4c2f7a922bd7dd207f6d443e95"
2023-03-14 13:41:49 -06:00
dependencies = [
"memchr",
]
2025-02-19 17:38:18 +01:00
[[package]]
name = "wit-bindgen-rt"
2025-03-31 09:16:20 -06:00
version = "0.39.0"
2025-02-19 17:38:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2025-02-19 17:38:18 +01:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2025-02-19 17:38:18 +01:00
]
[[package]]
name = "write16"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
[[package]]
name = "writeable"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
2025-04-16 13:07:03 -04:00
dependencies = [
"either",
]
2025-06-18 14:38:52 -04:00
[[package]]
name = "writeable"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
2023-02-07 13:00:49 -07:00
[[package]]
name = "x11-dl"
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
"once_cell",
"pkg-config",
]
[[package]]
name = "x11rb"
2024-05-01 12:13:58 -06:00
version = "0.13.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-01 12:13:58 -06:00
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
2023-02-07 13:00:49 -07:00
dependencies = [
2023-11-16 08:02:53 -07:00
"as-raw-xcb-connection",
2024-02-05 16:18:36 -05:00
"gethostname",
2023-02-07 13:00:49 -07:00
"libc",
2024-10-22 11:55:58 -06:00
"libloading",
2023-02-07 13:00:49 -07:00
"once_cell",
2025-02-19 17:38:18 +01:00
"rustix 0.38.44",
2024-02-05 16:18:36 -05:00
"x11rb-protocol",
2023-02-07 13:00:49 -07:00
]
[[package]]
name = "x11rb-protocol"
2024-05-01 12:13:58 -06:00
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-01 12:13:58 -06:00
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
2024-08-26 13:34:13 -06:00
[[package]]
name = "xattr"
2025-06-27 11:40:59 -06:00
version = "1.5.1"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "af3a19837351dc82ba89f8a125e22a3c475f05aba604acc023d62b2739ae2909"
2024-08-26 13:34:13 -06:00
dependencies = [
"libc",
2025-07-21 19:56:48 -06:00
"rustix 1.0.8",
2024-08-26 13:34:13 -06:00
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "xcursor"
2025-06-27 11:40:59 -06:00
version = "0.3.10"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-27 11:40:59 -06:00
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
2023-02-07 13:00:49 -07:00
[[package]]
name = "xdg"
version = "2.5.2"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2023-02-07 13:00:49 -07:00
[[package]]
name = "xdg-home"
version = "1.3.0"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec1cdab258fb55c0da61328dc52c8764709b249011b2cad0454c72f0bf10a1f6"
dependencies = [
2024-02-08 15:16:00 -07:00
"libc",
"windows-sys 0.59.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "xdg-mime"
2025-03-31 09:16:20 -06:00
version = "0.4.0"
source = "git+https://github.com/ellieplayswow/xdg-mime-rs?branch=feature/get-same-as#4f8d07ceedabbe58368a8e7f5547232490860790"
dependencies = [
"dirs-next",
"glob",
"mime 0.3.17",
2025-03-31 09:16:20 -06:00
"nom",
"unicase",
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "xkbcommon"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
dependencies = [
"libc",
"memmap2 0.8.0",
"xkeysym",
]
2024-02-05 16:18:36 -05:00
[[package]]
name = "xkbcommon-dl"
2024-02-12 10:01:51 -07:00
version = "0.4.2"
2024-02-05 16:18:36 -05:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-12 10:01:51 -07:00
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
2024-02-05 16:18:36 -05:00
dependencies = [
2025-06-18 14:38:52 -04:00
"bitflags 2.9.1",
2024-03-04 12:34:02 -07:00
"dlib",
2024-02-05 16:18:36 -05:00
"log",
"once_cell",
"xkeysym",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "xkeysym"
2024-06-10 08:35:49 -06:00
version = "0.2.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-10 08:35:49 -06:00
checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
2024-05-17 09:00:08 -06:00
dependencies = [
"bytemuck",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "xml-rs"
2025-07-10 15:29:54 -06:00
version = "0.8.27"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "6fd8403733700263c6eb89f192880191f1b83e332f7a20371ddcf421c4a337c7"
2023-02-07 13:00:49 -07:00
[[package]]
name = "xmlwriter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
2025-03-31 09:16:20 -06:00
[[package]]
name = "xz2"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "388c44dc09d76f1536602ead6d325eb532f5c122f17782bd57fb47baeeb767e2"
dependencies = [
"lzma-sys",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]
2024-10-22 11:55:58 -06:00
[[package]]
name = "yansi"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2023-02-07 13:00:49 -07:00
[[package]]
name = "yazi"
2025-01-10 09:55:16 -07:00
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-10 09:55:16 -07:00
checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
[[package]]
name = "yoke"
2024-12-02 23:36:27 +01:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
dependencies = [
"serde",
"stable_deref_trait",
2025-06-18 14:38:52 -04:00
"yoke-derive 0.7.5",
"zerofrom",
]
[[package]]
name = "yoke"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
dependencies = [
"serde",
"stable_deref_trait",
"yoke-derive 0.8.0",
"zerofrom",
]
[[package]]
name = "yoke-derive"
2024-12-02 23:36:27 +01:00
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-12-02 23:36:27 +01:00
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-06-18 14:38:52 -04:00
"synstructure",
]
[[package]]
name = "yoke-derive"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
"synstructure",
]
[[package]]
name = "zbus"
2024-05-28 19:12:09 -06:00
version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
dependencies = [
2024-05-17 09:00:08 -06:00
"async-broadcast 0.5.1",
2025-06-18 14:38:52 -04:00
"async-process",
"async-recursion",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
"event-listener 2.5.3",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2024-05-17 09:00:08 -06:00
"nix 0.26.4",
"once_cell",
"ordered-stream",
2025-04-16 13:07:03 -04:00
"rand 0.8.5",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tokio",
"tracing",
"uds_windows",
"winapi",
"xdg-home",
2024-05-28 19:12:09 -06:00
"zbus_macros 3.15.2",
2024-05-17 09:00:08 -06:00
"zbus_names 2.6.1",
2024-05-28 19:12:09 -06:00
"zvariant 3.15.2",
2024-05-17 09:00:08 -06:00
]
[[package]]
name = "zbus"
2025-07-21 19:56:48 -06:00
version = "5.9.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "4bb4f9a464286d42851d18a605f7193b8febaf5b0919d71c6399b7b26e5b0aad"
2024-05-17 09:00:08 -06:00
dependencies = [
2025-01-10 09:55:16 -07:00
"async-broadcast 0.7.2",
2024-05-17 09:00:08 -06:00
"async-recursion",
"async-trait",
"enumflags2",
2025-01-10 09:55:16 -07:00
"event-listener 5.4.0",
2024-05-17 09:00:08 -06:00
"futures-core",
2025-06-18 14:38:52 -04:00
"futures-lite 2.6.0",
2024-05-17 09:00:08 -06:00
"hex",
2025-06-18 14:38:52 -04:00
"nix 0.30.1",
2024-05-17 09:00:08 -06:00
"ordered-stream",
"serde",
"serde_repr",
"tokio",
"tracing",
"uds_windows",
2025-06-18 14:38:52 -04:00
"windows-sys 0.59.0",
2025-07-21 19:56:48 -06:00
"winnow 0.7.12",
"zbus_macros 5.9.0",
2025-06-18 14:38:52 -04:00
"zbus_names 4.2.0",
2025-07-10 15:29:54 -06:00
"zvariant 5.6.0",
]
[[package]]
name = "zbus_macros"
2024-05-28 19:12:09 -06:00
version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
dependencies = [
2023-11-17 13:28:39 -07:00
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"regex",
"syn 1.0.109",
2024-05-28 19:12:09 -06:00
"zvariant_utils 1.0.1",
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "zbus_macros"
2025-07-21 19:56:48 -06:00
version = "5.9.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-21 19:56:48 -06:00
checksum = "ef9859f68ee0c4ee2e8cde84737c78e3f4c54f946f2a38645d0d4c7a95327659"
2024-05-17 09:00:08 -06:00
dependencies = [
2025-03-31 09:16:20 -06:00
"proc-macro-crate 3.3.0",
2024-05-17 09:00:08 -06:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-06-18 14:38:52 -04:00
"zbus_names 4.2.0",
2025-07-10 15:29:54 -06:00
"zvariant 5.6.0",
2025-06-18 14:38:52 -04:00
"zvariant_utils 3.2.0",
2024-05-17 09:00:08 -06:00
]
[[package]]
name = "zbus_names"
2024-03-01 09:25:57 -07:00
version = "2.6.1"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-01 09:25:57 -07:00
checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
dependencies = [
"serde",
"static_assertions",
2024-05-28 19:12:09 -06:00
"zvariant 3.15.2",
2024-05-17 09:00:08 -06:00
]
[[package]]
name = "zbus_names"
2025-06-18 14:38:52 -04:00
version = "4.2.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "7be68e64bf6ce8db94f63e72f0c7eb9a60d733f7e0499e628dfab0f84d6bcb97"
2024-05-17 09:00:08 -06:00
dependencies = [
"serde",
"static_assertions",
2025-07-21 19:56:48 -06:00
"winnow 0.7.12",
2025-07-10 15:29:54 -06:00
"zvariant 5.6.0",
]
2023-02-07 13:00:49 -07:00
[[package]]
name = "zeno"
2025-06-18 14:38:52 -04:00
version = "0.3.3"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
2023-02-07 13:00:49 -07:00
2023-10-23 09:36:38 -06:00
[[package]]
name = "zerocopy"
2025-06-18 14:38:52 -04:00
version = "0.8.26"
2023-10-23 09:36:38 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2023-10-23 09:36:38 -06:00
dependencies = [
2025-06-18 14:38:52 -04:00
"zerocopy-derive",
2025-03-31 09:16:20 -06:00
]
[[package]]
name = "zerocopy-derive"
2025-06-18 14:38:52 -04:00
version = "0.8.26"
2025-03-31 09:16:20 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2025-03-31 09:16:20 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2023-10-23 09:36:38 -06:00
]
[[package]]
name = "zerofrom"
2025-03-31 09:16:20 -06:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
dependencies = [
"zerofrom-derive",
]
[[package]]
name = "zerofrom-derive"
2025-03-31 09:16:20 -06:00
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
"synstructure",
]
2024-08-26 13:34:13 -06:00
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
dependencies = [
"zeroize_derive",
]
[[package]]
name = "zeroize_derive"
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-08-26 13:34:13 -06:00
]
2025-04-16 13:07:03 -04:00
[[package]]
name = "zerotrie"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f"
dependencies = [
"displaydoc",
2025-06-18 14:38:52 -04:00
"yoke 0.7.5",
"zerofrom",
]
[[package]]
name = "zerotrie"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
dependencies = [
"displaydoc",
"yoke 0.8.0",
2025-04-16 13:07:03 -04:00
"zerofrom",
]
[[package]]
name = "zerovec"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
dependencies = [
2025-06-18 14:38:52 -04:00
"yoke 0.7.5",
"zerofrom",
"zerovec-derive 0.10.3",
]
[[package]]
name = "zerovec"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
dependencies = [
"yoke 0.8.0",
"zerofrom",
2025-06-18 14:38:52 -04:00
"zerovec-derive 0.11.1",
]
[[package]]
name = "zerovec-derive"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-06-18 14:38:52 -04:00
]
[[package]]
name = "zerovec-derive"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
dependencies = [
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2024-08-26 13:34:13 -06:00
]
[[package]]
name = "zip"
2025-06-18 14:38:52 -04:00
version = "2.4.2"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "fabe6324e908f85a1c52063ce7aa26b68dcb7eb6dbc83a2d148403c9bc3eba50"
2024-08-26 13:34:13 -06:00
dependencies = [
"aes",
"arbitrary",
"bzip2",
"constant_time_eq",
"crc32fast",
"crossbeam-utils",
"deflate64",
2025-06-18 14:38:52 -04:00
"displaydoc",
2024-08-26 13:34:13 -06:00
"flate2",
2025-06-18 14:38:52 -04:00
"getrandom 0.3.3",
2024-08-26 13:34:13 -06:00
"hmac",
"indexmap",
"lzma-rs",
"memchr",
"pbkdf2",
"sha1",
2025-06-18 14:38:52 -04:00
"thiserror 2.0.12",
2024-08-26 13:34:13 -06:00
"time",
2025-03-31 09:16:20 -06:00
"xz2",
2024-08-26 13:34:13 -06:00
"zeroize",
"zopfli",
"zstd",
]
[[package]]
name = "zopfli"
version = "0.8.2"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
2024-08-26 13:34:13 -06:00
dependencies = [
"bumpalo",
"crc32fast",
"log",
"simd-adler32",
]
[[package]]
name = "zstd"
2025-03-31 09:16:20 -06:00
version = "0.13.3"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2024-08-26 13:34:13 -06:00
dependencies = [
"zstd-safe",
]
[[package]]
name = "zstd-safe"
2025-03-31 09:16:20 -06:00
version = "7.2.4"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2024-08-26 13:34:13 -06:00
dependencies = [
"zstd-sys",
]
[[package]]
name = "zstd-sys"
2025-03-31 09:16:20 -06:00
version = "2.0.15+zstd.1.5.7"
2024-08-26 13:34:13 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-31 09:16:20 -06:00
checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
2024-08-26 13:34:13 -06:00
dependencies = [
"cc",
"pkg-config",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "zune-core"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
2023-02-07 13:00:49 -07:00
[[package]]
name = "zune-inflate"
version = "0.2.54"
2023-02-07 13:00:49 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
2023-02-07 13:00:49 -07:00
dependencies = [
"simd-adler32",
]
2024-12-02 23:36:27 +01:00
[[package]]
name = "zune-jpeg"
2025-07-10 15:29:54 -06:00
version = "0.4.19"
2024-12-02 23:36:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "2c9e525af0a6a658e031e95f14b7f889976b74a11ba0eca5a5fc9ac8a1c43a6a"
2024-12-02 23:36:27 +01:00
dependencies = [
"zune-core",
]
[[package]]
name = "zvariant"
2024-05-28 19:12:09 -06:00
version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
2024-05-28 19:12:09 -06:00
"zvariant_derive 3.15.2",
2024-05-17 09:00:08 -06:00
]
[[package]]
name = "zvariant"
2025-07-10 15:29:54 -06:00
version = "5.6.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "d91b3680bb339216abd84714172b5138a4edac677e641ef17e1d8cb1b3ca6e6f"
2024-05-17 09:00:08 -06:00
dependencies = [
"endi",
"enumflags2",
"serde",
2023-11-21 11:57:11 -07:00
"url",
2025-07-21 19:56:48 -06:00
"winnow 0.7.12",
2025-07-10 15:29:54 -06:00
"zvariant_derive 5.6.0",
2025-06-18 14:38:52 -04:00
"zvariant_utils 3.2.0",
]
[[package]]
name = "zvariant_derive"
2024-05-28 19:12:09 -06:00
version = "3.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
dependencies = [
2023-11-17 13:28:39 -07:00
"proc-macro-crate 1.3.1",
"proc-macro2",
"quote",
"syn 1.0.109",
2024-05-28 19:12:09 -06:00
"zvariant_utils 1.0.1",
]
2024-05-17 09:00:08 -06:00
[[package]]
name = "zvariant_derive"
2025-07-10 15:29:54 -06:00
version = "5.6.0"
2024-05-17 09:00:08 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-07-10 15:29:54 -06:00
checksum = "3a8c68501be459a8dbfffbe5d792acdd23b4959940fc87785fb013b32edbc208"
2024-05-17 09:00:08 -06:00
dependencies = [
2025-03-31 09:16:20 -06:00
"proc-macro-crate 3.3.0",
2024-05-17 09:00:08 -06:00
"proc-macro2",
"quote",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-06-18 14:38:52 -04:00
"zvariant_utils 3.2.0",
2024-05-17 09:00:08 -06:00
]
[[package]]
name = "zvariant_utils"
2024-05-28 19:12:09 -06:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-28 19:12:09 -06:00
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2024-05-28 19:12:09 -06:00
[[package]]
name = "zvariant_utils"
2025-06-18 14:38:52 -04:00
version = "3.2.0"
2024-05-28 19:12:09 -06:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-06-18 14:38:52 -04:00
checksum = "e16edfee43e5d7b553b77872d99bc36afdda75c223ca7ad5e3fbecd82ca5fc34"
2024-05-28 19:12:09 -06:00
dependencies = [
"proc-macro2",
"quote",
2025-06-18 14:38:52 -04:00
"serde",
"static_assertions",
2025-06-27 11:40:59 -06:00
"syn 2.0.104",
2025-07-21 19:56:48 -06:00
"winnow 0.7.12",
2024-05-28 19:12:09 -06:00
]