cosmic-comp/Cargo.lock

6841 lines
164 KiB
Text
Raw Normal View History

2021-12-15 17:25:15 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
2022-01-11 17:22:23 +01:00
[[package]]
name = "ab_glyph"
2024-05-30 15:46:25 -05:00
version = "0.2.26"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "2e53b0a3d5760cd2ba9b787ae0c6440ad18ee294ff71b05e3381c900a7d16cfd"
2022-01-11 17:22:23 +01:00
dependencies = [
"ab_glyph_rasterizer",
"owned_ttf_parser",
]
[[package]]
name = "ab_glyph_rasterizer"
version = "0.1.8"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c71b1793ee61086797f5c80b6efa2b8ffa6d5dd703f118545808a7f2e27f7046"
2022-01-11 17:22:23 +01:00
[[package]]
name = "accesskit"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76eb1adf08c5bcaa8490b9851fd53cca27fa9880076f178ea9d29f05196728a8"
dependencies = [
"enumn",
"serde",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "addr2line"
2024-05-30 15:46:25 -05:00
version = "0.22.0"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
2021-12-22 21:27:56 +01:00
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-01-11 17:22:23 +01:00
[[package]]
name = "ahash"
2024-05-30 15:46:25 -05:00
version = "0.8.11"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
2022-01-11 17:22:23 +01:00
dependencies = [
2022-11-17 20:32:54 +01:00
"cfg-if",
2023-10-24 10:43:11 -07:00
"getrandom",
2022-01-11 17:22:23 +01:00
"once_cell",
"serde",
2022-01-11 17:22:23 +01:00
"version_check",
2023-11-06 18:35:14 +01:00
"zerocopy",
2022-01-11 17:22:23 +01:00
]
[[package]]
name = "aho-corasick"
2024-05-30 15:46:25 -05:00
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "aliasable"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
2023-09-29 21:33:16 +02:00
[[package]]
name = "allocator-api2"
2024-05-30 15:46:25 -05:00
version = "0.2.18"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
2023-09-29 21:33:16 +02:00
[[package]]
name = "almost"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3aa2999eb46af81abb65c2d30d446778d7e613b60bbf4e174a027e80f90a3c14"
2023-05-25 00:15:00 +02:00
[[package]]
name = "android-activity"
2024-06-26 15:58:07 +02:00
version = "0.6.0"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "ef6978589202a00cd7e118380c448a08b6ed394c3a8df3a430d0898e3a42d046"
2023-05-25 00:15:00 +02:00
dependencies = [
"android-properties",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-25 00:15:00 +02:00
"cc",
2023-10-24 10:43:11 -07:00
"cesu8",
"jni",
2023-05-25 00:15:00 +02:00
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
2023-10-24 10:43:11 -07:00
"num_enum",
"thiserror",
2023-05-25 00:15:00 +02:00
]
[[package]]
name = "android-properties"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7eb209b1518d6bb87b283c20095f5228ecda460da70b44f0802523dea6da04"
2024-02-09 16:48:03 -08:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
2023-01-09 13:55:24 +01:00
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anyhow"
2024-05-30 15:46:25 -05:00
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
2021-12-22 21:27:56 +01:00
dependencies = [
"backtrace",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "appendlist"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2"
2023-01-09 13:55:24 +01:00
[[package]]
name = "apply"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f47b57fc4521e3cae26a4d45b5227f8fadee4c345be0fefd8d5d1711afb8aeb9"
2021-12-15 17:25:15 +01:00
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "arc-swap"
2024-05-30 15:46:25 -05:00
version = "1.7.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
2023-06-27 17:40:14 +02:00
[[package]]
name = "arrayref"
2023-03-23 14:01:22 +01:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
[[package]]
name = "arrayvec"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
2023-10-24 10:43:11 -07:00
[[package]]
name = "as-raw-xcb-connection"
2023-12-14 15:02:45 -08:00
version = "1.0.1"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
2023-10-24 10:43:11 -07:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "ash"
2023-05-31 20:02:39 +02:00
version = "0.37.3+1.3.251"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"libloading 0.7.4",
2023-01-09 13:55:24 +01:00
]
2024-06-26 15:58:07 +02:00
[[package]]
name = "ash"
version = "0.38.0+1.3.281"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
dependencies = [
"libloading 0.8.3",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "async-broadcast"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener 2.5.3",
"futures-core",
]
[[package]]
name = "async-channel"
2024-05-30 15:46:25 -05:00
version = "2.3.1"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
2024-02-07 12:33:32 +01:00
dependencies = [
"concurrent-queue",
2024-05-30 15:46:25 -05:00
"event-listener-strategy 0.5.2",
2024-02-07 12:33:32 +01:00
"futures-core",
"pin-project-lite",
]
[[package]]
name = "async-executor"
2024-05-30 15:46:25 -05:00
version = "1.12.0"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c8828ec6e544c02b0d6691d21ed9f9218d0384a82542855073c2a3f58304aaf0"
2024-02-07 12:33:32 +01:00
dependencies = [
"async-task",
"concurrent-queue",
2024-05-30 15:46:25 -05:00
"fastrand 2.1.0",
"futures-lite 2.3.0",
2024-02-07 12:33:32 +01:00
"slab",
]
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock 2.8.0",
"autocfg",
"blocking",
"futures-lite 1.13.0",
]
[[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",
"cfg-if",
"concurrent-queue",
"futures-lite 1.13.0",
"log",
"parking",
"polling 2.8.0",
"rustix 0.37.27",
"slab",
"socket2",
"waker-fn",
]
[[package]]
name = "async-io"
2024-05-30 15:46:25 -05:00
version = "2.3.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "dcccb0f599cfa2f8ace422d3555572f47424da5648a4382a9dd0310ff8210884"
2024-02-07 12:33:32 +01:00
dependencies = [
"async-lock 3.3.0",
"cfg-if",
"concurrent-queue",
"futures-io",
2024-05-30 15:46:25 -05:00
"futures-lite 2.3.0",
2024-02-07 12:33:32 +01:00
"parking",
2024-05-30 15:46:25 -05:00
"polling 3.7.0",
"rustix 0.38.34",
2024-02-07 12:33:32 +01:00
"slab",
"tracing",
"windows-sys 0.52.0",
]
[[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"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
dependencies = [
"event-listener 4.0.3",
"event-listener-strategy 0.4.0",
"pin-project-lite",
]
[[package]]
name = "async-process"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6438ba0a08d81529c69b36700fa2f95837bfe3e776ab39cde9c14d9149da88"
dependencies = [
"async-io 1.13.0",
"async-lock 2.8.0",
"async-signal",
"blocking",
"cfg-if",
"event-listener 3.1.0",
"futures-lite 1.13.0",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-02-07 12:33:32 +01:00
"windows-sys 0.48.0",
]
[[package]]
name = "async-recursion"
2024-05-30 15:46:25 -05:00
version = "1.1.1"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
2024-02-07 12:33:32 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2024-02-07 12:33:32 +01:00
]
[[package]]
name = "async-signal"
2024-05-30 15:46:25 -05:00
version = "0.2.6"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "afe66191c335039c7bb78f99dc7520b0cbb166b3a1cb33a03f53d8a1c6f2afda"
2024-02-07 12:33:32 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"async-io 2.3.2",
"async-lock 3.3.0",
2024-02-07 12:33:32 +01:00
"atomic-waker",
"cfg-if",
"futures-core",
"futures-io",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-02-07 12:33:32 +01:00
"signal-hook-registry",
"slab",
2024-05-30 15:46:25 -05:00
"windows-sys 0.52.0",
2024-02-07 12:33:32 +01:00
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "async-task"
2024-05-30 15:46:25 -05:00
version = "4.7.1"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
2023-09-29 21:33:16 +02:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "async-trait"
2024-05-30 15:46:25 -05:00
version = "0.1.80"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
2024-02-07 12:33:32 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2024-02-07 12:33:32 +01:00
]
2023-10-24 10:43:11 -07:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2023-05-31 20:02:39 +02:00
[[package]]
name = "atomicwrites"
2023-11-06 18:35:14 +01:00
version = "0.4.2"
source = "git+https://github.com/jackpot51/rust-atomicwrites#043ab4859d53ffd3d55334685303d8df39c9f768"
2023-05-31 20:02:39 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2023-05-31 20:02:39 +02:00
"tempfile",
"windows-sys 0.48.0",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "autocfg"
2024-05-30 15:46:25 -05:00
version = "1.3.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
2021-12-15 17:25:15 +01:00
2021-12-22 21:27:56 +01:00
[[package]]
name = "backtrace"
2024-05-30 15:46:25 -05:00
version = "0.3.72"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "17c6a35df3749d2e8bb1b7b21a976d82b15548788d2735b9d82f329268f71a11"
2021-12-22 21:27:56 +01:00
dependencies = [
"addr2line",
"cc",
"cfg-if",
2021-12-22 21:27:56 +01:00
"libc",
2023-07-31 19:15:26 +02:00
"miniz_oxide",
2021-12-22 21:27:56 +01:00
"object",
"rustc-demangle",
]
2022-03-28 23:45:30 +02:00
[[package]]
name = "base64"
2022-11-04 14:14:35 +01:00
version = "0.13.1"
2022-03-28 23:45:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2022-03-28 23:45:30 +02:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "base64"
2023-12-14 15:02:45 -08:00
version = "0.21.7"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
2023-05-31 20:02:39 +02:00
2024-04-03 16:02:27 +02:00
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-01-09 13:55:24 +01:00
[[package]]
name = "bit-set"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
[[package]]
name = "bit_field"
2023-03-06 18:50:37 +01:00
version = "0.10.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 18:50:37 +01:00
checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61"
2023-01-09 13:55:24 +01:00
2021-12-15 17:25:15 +01:00
[[package]]
name = "bitflags"
2021-12-28 16:23:12 +01:00
version = "1.3.2"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-12-28 16:23:12 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-12-15 17:25:15 +01:00
2023-05-25 00:15:00 +02:00
[[package]]
name = "bitflags"
2024-05-30 15:46:25 -05:00
version = "2.5.0"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-09-29 21:33:16 +02:00
dependencies = [
"serde",
]
2023-05-25 00:15:00 +02:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2022-04-27 21:33:46 +02:00
[[package]]
name = "block-buffer"
2023-03-23 14:01:22 +01:00
version = "0.10.4"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-04-27 21:33:46 +02:00
dependencies = [
"generic-array",
]
2023-05-25 00:15:00 +02:00
[[package]]
name = "block2"
2024-06-26 15:58:07 +02:00
version = "0.5.1"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "2c132eebf10f5cad5289222520a4a058514204aed6d791f1cf4fe8088b82d15f"
2023-05-25 00:15:00 +02:00
dependencies = [
2023-10-24 10:43:11 -07:00
"objc2",
2023-05-25 00:15:00 +02:00
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "blocking"
2024-05-30 15:46:25 -05:00
version = "1.6.1"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea"
2024-02-07 12:33:32 +01:00
dependencies = [
"async-channel",
"async-task",
"futures-io",
2024-05-30 15:46:25 -05:00
"futures-lite 2.3.0",
2024-02-07 12:33:32 +01:00
"piper",
]
[[package]]
name = "bumpalo"
2024-05-30 15:46:25 -05:00
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "by_address"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
2022-07-20 17:25:36 +02:00
[[package]]
name = "bytemuck"
2024-05-30 15:46:25 -05:00
version = "1.16.0"
2022-07-20 17:25:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "78834c15cb5d5efe3452d58b1e8ba890dd62d21907f867f383358198e56ebca5"
dependencies = [
"bytemuck_derive",
]
2022-07-20 17:25:36 +02:00
2021-12-15 17:25:15 +01:00
[[package]]
name = "bytemuck_derive"
2024-05-30 15:46:25 -05:00
version = "1.7.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "byteorder"
2023-11-06 18:35:14 +01:00
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
2023-10-24 10:43:11 -07:00
name = "bytes"
2024-05-30 15:46:25 -05:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
2023-09-29 21:33:16 +02:00
[[package]]
name = "calloop"
2023-12-14 15:02:45 -08:00
version = "0.12.4"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "fba7adb4dd5aa98e5553510223000e7148f621165ec5f9acd7113f6ca4995298"
2024-03-26 16:45:30 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-03-26 16:45:30 +01:00
"log",
2024-05-30 15:46:25 -05:00
"polling 3.7.0",
"rustix 0.38.34",
2024-03-26 16:45:30 +01:00
"slab",
"thiserror",
]
[[package]]
name = "calloop"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b99da2f8558ca23c71f4fd15dc57c906239752dd27ff3c00a1d56b685b7cbfec"
2023-09-29 21:33:16 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-09-29 21:33:16 +02:00
"log",
2024-05-30 15:46:25 -05:00
"polling 3.7.0",
"rustix 0.38.34",
2023-09-29 21:33:16 +02:00
"slab",
"thiserror",
]
2024-06-26 15:58:07 +02:00
[[package]]
name = "calloop"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c58a38167d6fba8c67cce63c4a91f2a73ca42cbdaf6fb9ba164f1e07b43ecc10"
dependencies = [
"async-task",
"bitflags 2.5.0",
"log",
"polling 3.7.0",
"rustix 0.38.34",
"slab",
]
2023-10-24 10:43:11 -07:00
[[package]]
name = "calloop-wayland-source"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f0ea9b9476c7fad82841a8dbb380e2eae480c21910feba80725b46931ed8f02"
dependencies = [
2024-03-26 16:45:30 +01:00
"calloop 0.12.4",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
"wayland-backend",
"wayland-client",
]
[[package]]
name = "calloop-wayland-source"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95a66a987056935f7efce4ab5668920b5d0dac4a7c99991a67395f13702ddd20"
dependencies = [
"calloop 0.13.0",
"rustix 0.38.34",
"wayland-backend",
"wayland-client",
2023-10-24 10:43:11 -07:00
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "cc"
2024-05-30 15:46:25 -05:00
version = "1.0.98"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "41c270e7540d725e65ac7f1b212ac8ce349719624d7bcff99f8e2e488e8cf03f"
dependencies = [
"jobserver",
2023-09-29 21:33:16 +02:00
"libc",
2024-05-30 15:46:25 -05:00
"once_cell",
]
2021-12-15 17:25:15 +01:00
2023-10-24 10:43:11 -07:00
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
2021-12-15 17:25:15 +01:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-01-09 13:55:24 +01:00
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
2024-02-09 16:48:03 -08:00
[[package]]
name = "cfg_aliases"
2024-05-30 15:46:25 -05:00
version = "0.2.1"
2024-02-09 16:48:03 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2024-02-09 16:48:03 -08:00
2021-12-15 17:25:15 +01:00
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
2023-01-09 13:55:24 +01:00
"approx 0.4.0",
2021-12-15 17:25:15 +01:00
"num-traits",
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "chrono"
2024-05-30 15:46:25 -05:00
version = "0.4.38"
2024-02-09 16:48:03 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2024-02-09 16:48:03 -08:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
2024-04-03 16:02:27 +02:00
"serde",
2024-02-09 16:48:03 -08:00
"wasm-bindgen",
2024-05-30 15:46:25 -05:00
"windows-targets 0.52.5",
2024-02-09 16:48:03 -08:00
]
[[package]]
name = "clipboard-win"
2024-05-30 15:46:25 -05:00
version = "5.3.1"
2024-02-09 16:48:03 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "79f4473f5144e20d9aceaf2972478f06ddf687831eafeeb434fbaf0acc4144ad"
2024-02-09 16:48:03 -08:00
dependencies = [
"error-code",
]
[[package]]
name = "clipboard_macos"
version = "0.1.0"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-02-09 16:48:03 -08:00
dependencies = [
"objc",
"objc-foundation",
"objc_id",
]
[[package]]
name = "clipboard_wayland"
version = "0.2.2"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-02-09 16:48:03 -08:00
dependencies = [
2024-05-30 15:46:25 -05:00
"dnd",
2024-02-09 16:48:03 -08:00
"mime 0.1.0",
"smithay-clipboard",
]
[[package]]
name = "clipboard_x11"
version = "0.4.2"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-02-09 16:48:03 -08:00
dependencies = [
"thiserror",
"x11rb",
]
[[package]]
name = "cocoa"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
2023-12-14 15:02:45 -08:00
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
2023-09-29 21:33:16 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"block",
"core-foundation",
"core-graphics-types",
"libc",
"objc",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
[[package]]
name = "color_quant"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2023-05-12 20:01:37 +02:00
[[package]]
2024-02-09 16:48:03 -08:00
name = "com"
version = "0.6.0"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08: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",
]
2023-05-12 20:01:37 +02:00
2023-10-24 10:43:11 -07:00
[[package]]
name = "combine"
2024-05-30 15:46:25 -05:00
version = "4.6.7"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
2023-10-24 10:43:11 -07:00
dependencies = [
"bytes",
"memchr",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "concurrent-queue"
2024-05-30 15:46:25 -05:00
version = "2.5.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2023-09-29 21:33:16 +02:00
dependencies = [
"crossbeam-utils",
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "const-random"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
dependencies = [
"const-random-macro",
]
[[package]]
name = "const-random-macro"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
dependencies = [
"getrandom",
"once_cell",
"tiny-keccak",
]
[[package]]
name = "core-foundation"
2023-12-14 15:02:45 -08:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
2023-12-14 15:02:45 -08:00
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2023-10-24 10:43:11 -07:00
[[package]]
name = "core-graphics"
2024-05-30 15:46:25 -05:00
version = "0.23.2"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
2023-10-24 10:43:11 -07:00
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
2023-12-14 15:02:45 -08:00
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
2023-12-14 15:02:45 -08:00
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"core-foundation",
"libc",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "cosmic-comp"
version = "0.1.0"
dependencies = [
"anyhow",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"bytemuck",
2024-06-26 15:58:07 +02:00
"calloop 0.14.0",
"cosmic-comp-config",
"cosmic-config",
2022-07-04 15:24:50 +02:00
"cosmic-protocols",
2024-04-03 16:02:27 +02:00
"cosmic-settings-config",
2022-01-20 19:51:46 +01:00
"edid-rs",
2023-05-03 19:47:48 +02:00
"egui",
"egui_plot",
2023-12-14 15:02:45 -08:00
"glow 0.12.3",
2023-06-27 17:40:14 +02:00
"i18n-embed",
"i18n-embed-fl",
2023-06-26 22:07:33 +02:00
"iced_tiny_skia",
2022-03-24 20:32:31 +01:00
"id_tree",
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
"keyframe",
2022-07-04 15:24:50 +02:00
"lazy_static",
2023-10-19 12:03:45 -07:00
"libc",
2023-06-26 22:07:33 +02:00
"libcosmic",
"libsystemd",
"log-panics",
2023-06-13 18:43:29 +02:00
"once_cell",
"ordered-float",
"png",
2023-10-07 19:15:44 -07:00
"profiling",
"regex",
"ron",
2023-06-27 17:40:14 +02:00
"rust-embed",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2023-12-07 19:53:41 +00:00
"sanitize-filename",
"sendfd",
2022-02-05 00:40:17 +01:00
"serde",
"serde_json",
"smallvec",
2021-12-15 17:25:15 +01:00
"smithay",
2022-01-11 17:22:23 +01:00
"smithay-egui",
2022-02-01 13:59:39 +01:00
"thiserror",
2023-12-07 19:53:41 +00:00
"time",
2024-05-30 15:46:25 -05:00
"tiny-skia 0.11.4",
"tracing",
"tracing-journald",
"tracing-subscriber",
"wayland-backend",
"wayland-scanner",
2022-02-01 13:59:39 +01:00
"xcursor",
2022-03-28 23:45:30 +02:00
"xdg",
2023-12-07 19:53:41 +00:00
"xdg-user",
2023-10-24 10:43:11 -07:00
"xkbcommon",
2024-02-07 12:33:32 +01:00
"zbus",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "cosmic-comp-config"
version = "0.1.0"
dependencies = [
"cosmic-config",
"input",
"serde",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "cosmic-config"
version = "0.1.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
dependencies = [
"atomicwrites",
2024-06-26 16:31:21 +02:00
"calloop 0.14.0",
2023-06-26 22:07:33 +02:00
"cosmic-config-derive",
2024-02-09 16:48:03 -08:00
"dirs",
2023-06-26 22:07:33 +02:00
"iced_futures",
2024-02-09 16:48:03 -08:00
"known-folders",
"notify",
2023-12-14 15:02:45 -08:00
"once_cell",
"ron",
"serde",
2024-05-30 15:46:25 -05:00
"tracing",
2024-02-09 16:48:03 -08:00
"xdg",
]
[[package]]
name = "cosmic-config-derive"
version = "0.1.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-31 20:02:39 +02:00
dependencies = [
"quote",
"syn 1.0.109",
]
2022-07-04 15:24:50 +02:00
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#f16efccaffdbe60b81d1a500be6e81851dc1dad4"
2022-07-04 15:24:50 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-protocols 0.32.1",
"wayland-protocols-wlr 0.3.1",
"wayland-scanner",
2022-07-04 15:24:50 +02:00
"wayland-server",
]
2024-04-03 16:02:27 +02:00
[[package]]
name = "cosmic-settings-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-settings-daemon#ad0e0703549f7b135746d0429c6408cc8a7cc037"
dependencies = [
"cosmic-config",
"heck 0.5.0",
"serde",
"serde_with",
"thiserror",
"tracing",
"xkbcommon",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "cosmic-text"
2024-06-26 16:31:21 +02:00
version = "0.12.0"
source = "git+https://github.com/pop-os/cosmic-text.git#a03ec6b75f0ea8fd6264d6cd05afcec3c2213f8f"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-31 20:02:39 +02:00
"fontdb",
2023-01-09 13:55:24 +01:00
"log",
"rangemap",
2024-06-26 16:31:21 +02:00
"rayon",
2023-12-14 15:02:45 -08:00
"rustc-hash",
2024-06-26 16:31:21 +02:00
"rustybuzz 0.14.1",
2024-05-30 15:46:25 -05:00
"self_cell 1.0.4",
2023-01-09 13:55:24 +01:00
"swash",
"sys-locale",
2024-06-26 16:31:21 +02:00
"ttf-parser 0.21.1",
2023-01-09 13:55:24 +01:00
"unicode-bidi",
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
]
[[package]]
name = "cosmic-theme"
version = "0.1.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
dependencies = [
2023-09-29 21:33:16 +02:00
"almost",
2023-06-26 22:07:33 +02:00
"cosmic-config",
2023-01-09 13:55:24 +01:00
"csscolorparser",
2024-02-09 16:48:03 -08:00
"dirs",
2023-01-09 13:55:24 +01:00
"lazy_static",
"palette",
"ron",
2023-01-09 13:55:24 +01:00
"serde",
2024-05-30 15:46:25 -05:00
"serde_json",
2024-02-09 16:48:03 -08:00
"thiserror",
2023-01-09 13:55:24 +01:00
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "cpufeatures"
2023-12-14 15:02:45 -08:00
version = "0.2.12"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
2022-04-27 21:33:46 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
2024-05-30 15:46:25 -05:00
version = "1.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
2024-05-30 15:46:25 -05:00
version = "0.5.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
dependencies = [
"crossbeam-utils",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "crossbeam-deque"
2023-12-14 15:02:45 -08:00
version = "0.8.5"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
2023-01-09 13:55:24 +01:00
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-12-14 15:02:45 -08:00
version = "0.9.18"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
2023-01-09 13:55:24 +01:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-05-30 15:46:25 -05:00
version = "0.8.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
2023-01-09 13:55:24 +01:00
[[package]]
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-04-27 21:33:46 +02:00
[[package]]
name = "crypto-common"
version = "0.1.6"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-04-27 21:33:46 +02:00
dependencies = [
"generic-array",
"typenum",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "css-color"
2024-05-30 15:46:25 -05:00
version = "0.2.8"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "42aaeae719fd78ce501d77c6cdf01f7e96f26bcd5617a4903a1c2b97e388543a"
2023-09-29 21:33:16 +02:00
[[package]]
name = "csscolorparser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
dependencies = [
"phf",
"serde",
]
[[package]]
2024-05-30 15:46:25 -05:00
name = "ctor-lite"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1f791803201ab277ace03903de1594460708d2d54df6053f2d9e82f592b19e3b"
[[package]]
name = "cursor-icon"
2023-11-06 18:35:14 +01:00
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2023-05-12 20:01:37 +02:00
[[package]]
name = "d3d12"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-05-12 20:01:37 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-07-16 22:52:44 +02:00
"libloading 0.8.3",
2023-05-12 20:01:37 +02:00
"winapi",
]
2023-01-09 13:55:24 +01:00
[[package]]
2023-05-31 20:02:39 +02:00
name = "darling"
2024-05-30 15:46:25 -05:00
version = "0.20.9"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
2023-01-09 13:55:24 +01:00
dependencies = [
"darling_core",
"darling_macro",
2023-01-09 13:55:24 +01:00
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "darling_core"
2024-05-30 15:46:25 -05:00
version = "0.20.9"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"fnv",
"ident_case",
"proc-macro2",
2023-01-09 13:55:24 +01:00
"quote",
2024-05-30 15:46:25 -05:00
"strsim 0.11.1",
"syn 2.0.66",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "darling_macro"
2024-05-30 15:46:25 -05:00
version = "0.20.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
dependencies = [
"darling_core",
2023-05-31 20:02:39 +02:00
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "dashmap"
2023-09-29 21:33:16 +02:00
version = "5.5.3"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2023-06-27 17:40:14 +02:00
dependencies = [
"cfg-if",
2024-04-03 16:02:27 +02:00
"hashbrown 0.14.5",
2023-06-27 17:40:14 +02:00
"lock_api",
"once_cell",
2024-05-30 15:46:25 -05:00
"parking_lot_core 0.9.10",
2023-06-27 17:40:14 +02:00
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "data-url"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
2023-12-14 15:02:45 -08:00
[[package]]
name = "data-url"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c297a1c74b71ae29df00c3e22dd9534821d60eb9af5a0192823fa2acea70c2a"
2023-07-31 19:15:26 +02:00
[[package]]
name = "deranged"
2023-12-14 15:02:45 -08:00
version = "0.3.11"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-11-06 18:35:14 +01:00
dependencies = [
"powerfmt",
2024-04-03 16:02:27 +02:00
"serde",
2023-11-06 18:35:14 +01:00
]
2023-07-31 19:15:26 +02:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "derive_setters"
2023-05-31 20:02:39 +02:00
version = "0.1.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "4e8ef033054e131169b8f0f9a7af8f5533a9436fadf3c500ed547f730f07090d"
2023-01-09 13:55:24 +01:00
dependencies = [
"darling",
2023-01-09 13:55:24 +01:00
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-01-09 13:55:24 +01:00
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "digest"
2023-05-25 00:15:00 +02:00
version = "0.10.7"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 00:15:00 +02:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2022-04-27 21:33:46 +02:00
dependencies = [
"block-buffer",
2022-04-27 21:33:46 +02:00
"crypto-common",
"subtle",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
2024-02-09 16:48:03 -08:00
"dirs-sys",
2022-03-28 23:45:30 +02:00
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "dirs-sys"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
dependencies = [
"libc",
"option-ext",
"redox_users",
"windows-sys 0.48.0",
]
[[package]]
name = "dispatch"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
2023-06-27 17:40:14 +02:00
[[package]]
name = "displaydoc"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-06-27 17:40:14 +02:00
]
2021-12-15 23:23:49 +01:00
[[package]]
name = "dlib"
2023-06-13 19:33:32 +02:00
version = "0.5.2"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
2021-12-15 23:23:49 +01:00
dependencies = [
2024-07-16 22:52:44 +02:00
"libloading 0.8.3",
2021-12-15 23:23:49 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "dlv-list"
2024-02-09 16:48:03 -08:00
version = "0.5.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "442039f5147480ba31067cb00ada1adae6892028e40e45fc5de7b7df6dcc1b5f"
dependencies = [
"const-random",
]
2023-01-09 13:55:24 +01:00
2024-05-30 15:46:25 -05:00
[[package]]
name = "dnd"
version = "0.1.0"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-05-30 15:46:25 -05:00
dependencies = [
"bitflags 2.5.0",
"mime 0.1.0",
"raw-window-handle",
2024-06-26 16:31:21 +02:00
"smithay-client-toolkit 0.19.1",
2024-05-30 15:46:25 -05:00
"smithay-clipboard",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "downcast-rs"
2024-05-30 15:46:25 -05:00
version = "1.2.1"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
2021-12-15 17:25:15 +01:00
2024-06-26 15:58:07 +02:00
[[package]]
name = "dpi"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
[[package]]
name = "drm"
2024-01-06 22:29:16 -08:00
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-06 22:29:16 -08:00
checksum = "a0f8a69e60d75ae7dab4ef26a59ca99f2a89d4c142089b537775ae0c198bdcde"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"bytemuck",
2024-04-24 09:34:46 -07:00
"drm-ffi 0.7.1",
"drm-fourcc",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-04-24 09:34:46 -07:00
]
[[package]]
name = "drm"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98888c4bbd601524c11a7ed63f814b8825f420514f78e96f752c437ae9cbb5d1"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-04-24 09:34:46 -07:00
"bytemuck",
"drm-ffi 0.8.0",
"drm-fourcc",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
]
[[package]]
name = "drm-ffi"
2024-01-06 22:29:16 -08:00
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-06 22:29:16 -08:00
checksum = "41334f8405792483e32ad05fbb9c5680ff4e84491883d2947a4757dc54cb2ac6"
dependencies = [
2024-04-24 09:34:46 -07:00
"drm-sys 0.6.1",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-04-24 09:34:46 -07:00
]
[[package]]
name = "drm-ffi"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97c98727e48b7ccb4f4aea8cfe881e5b07f702d17b7875991881b41af7278d53"
dependencies = [
"drm-sys 0.7.0",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
]
2021-12-15 17:25:15 +01: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-01-06 22:29:16 -08:00
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-06 22:29:16 -08:00
checksum = "2d09ff881f92f118b11105ba5e34ff8f4adf27b30dae8f12e28c193af1c83176"
dependencies = [
"libc",
2023-12-14 15:02:45 -08:00
"linux-raw-sys 0.6.4",
]
2024-04-24 09:34:46 -07:00
[[package]]
name = "drm-sys"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd39dde40b6e196c2e8763f23d119ddb1a8714534bf7d77fa97a65b0feda3986"
dependencies = [
"libc",
"linux-raw-sys 0.6.4",
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "ecolor"
version = "0.23.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfdf4e52dbbb615cfd30cf5a5265335c217b5fd8d669593cea74a517d9c605af"
dependencies = [
"bytemuck",
"serde",
]
2022-01-20 19:51:46 +01:00
[[package]]
name = "edid-rs"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ab5fa33485cd85ac354df485819a63360fefa312fe04cffe65e6f175be1522c"
2023-05-03 19:47:34 +02:00
[[package]]
name = "egui"
version = "0.23.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bd69fed5fcf4fbb8225b24e80ea6193b61e17a625db105ef0c4d71dde6eb8b7"
2023-05-03 19:47:34 +02:00
dependencies = [
"accesskit",
2024-02-09 16:48:03 -08:00
"ahash",
2023-05-03 19:47:48 +02:00
"epaint",
2022-01-11 17:22:23 +01:00
"nohash-hasher",
"serde",
2022-01-11 17:22:23 +01:00
]
[[package]]
name = "egui_extras"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68ffe3fe5c00295f91c2a61a74ee271c32f74049c94ba0b1cea8f26eb478bc07"
dependencies = [
2023-05-03 19:47:48 +02:00
"egui",
"enum-map",
"log",
"mime_guess",
2023-05-03 19:47:34 +02:00
"resvg 0.28.0",
"serde",
2023-05-03 19:47:34 +02:00
"tiny-skia 0.8.4",
"usvg 0.28.0",
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "egui_glow"
version = "0.23.0"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce6726c08798822280038bbad2e32f4fc3cbed800cd51c6e34e99cd2d60cc1bc"
2022-11-17 20:32:54 +01:00
dependencies = [
"bytemuck",
2023-05-03 19:47:48 +02:00
"egui",
2023-12-14 15:02:45 -08:00
"glow 0.12.3",
"log",
2022-12-27 18:27:29 +01:00
"memoffset 0.6.5",
2022-11-17 20:32:54 +01:00
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "egui_plot"
version = "0.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7f33a00fe8eb1ba56535b3dbacdecc7a1365a328908a97c5f3c81bb466be72b"
dependencies = [
"egui",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "either"
2024-05-30 15:46:25 -05:00
version = "1.12.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
2023-01-09 13:55:24 +01:00
2023-05-03 19:47:34 +02:00
[[package]]
name = "emath"
version = "0.23.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef2b29de53074e575c18b694167ccbe6e5191f7b25fe65175a0d905a32eeec0"
2022-11-17 20:32:54 +01:00
dependencies = [
"bytemuck",
"serde",
2022-11-17 20:32:54 +01:00
]
2022-06-20 15:50:52 +02:00
2023-01-03 19:17:51 +01:00
[[package]]
name = "encoding_rs"
2024-05-30 15:46:25 -05:00
version = "0.8.34"
2023-01-03 19:17:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2023-01-03 19:17:51 +01:00
dependencies = [
"cfg-if",
2023-01-03 19:17:51 +01:00
]
[[package]]
name = "enum-map"
2023-12-14 15:02:45 -08:00
version = "2.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
dependencies = [
"enum-map-derive",
"serde",
]
[[package]]
name = "enum-map-derive"
2023-12-14 15:02:45 -08:00
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "enumflags2"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2024-02-07 12:33:32 +01:00
]
[[package]]
name = "enumn"
2023-12-14 15:02:45 -08:00
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "6fd000fd6988e73bbe993ea3db9b1aa64906ab88766d654973924340c8cddb42"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "epaint"
version = "0.23.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58067b840d009143934d91d8dcb8ded054d8301d7c11a517ace0a99bb1e1595e"
2022-06-20 15:50:52 +02:00
dependencies = [
"ab_glyph",
2024-02-09 16:48:03 -08:00
"ahash",
2022-11-17 20:32:54 +01:00
"bytemuck",
2023-05-03 19:47:48 +02:00
"ecolor",
"emath",
2022-01-11 17:22:23 +01:00
"nohash-hasher",
2024-05-30 15:46:25 -05:00
"parking_lot 0.12.3",
"serde",
2022-01-11 17:22:23 +01:00
]
2023-06-26 22:07:33 +02:00
[[package]]
name = "equivalent"
2023-07-31 19:15:26 +02:00
version = "1.0.1"
2023-06-26 22:07:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-26 22:07:33 +02:00
[[package]]
name = "errno"
2024-05-30 15:46:25 -05:00
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
dependencies = [
"libc",
2023-12-14 15:02:45 -08:00
"windows-sys 0.52.0",
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "error-code"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0474425d51df81997e2f90a21591180b38eccf27292d755f3e30750225c175b"
2023-05-31 20:02:39 +02:00
[[package]]
name = "etagere"
version = "0.2.10"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "306960881d6c46bd0dd6b7f07442a441418c08d0d3e63d8d080b0f64c6343e4e"
2023-05-31 20:02:39 +02:00
dependencies = [
"euclid",
"svg_fmt",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "euclid"
2024-05-30 15:46:25 -05:00
version = "0.22.10"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e0f0eb73b934648cd7a4a61f1b15391cd95dab0b4da6e2e66c2a072c144b4a20"
2023-01-09 13:55:24 +01:00
dependencies = [
"num-traits",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "event-listener"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d93877bcde0eb80ca09131a08d23f0a5c18a620b01db137dba666d18cd9b30c2"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener"
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener"
2024-05-30 15:46:25 -05:00
version = "5.3.1"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
2024-02-07 12:33:32 +01:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
dependencies = [
"event-listener 4.0.3",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2024-05-30 15:46:25 -05:00
version = "0.5.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
2024-02-07 12:33:32 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"event-listener 5.3.1",
2024-02-07 12:33:32 +01:00
"pin-project-lite",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "exr"
2024-05-30 15:46:25 -05:00
version = "1.72.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "887d93f60543e9a9362ef8a21beedd0a833c5d9610e18c67abe15a5963dcb1a4"
2023-01-09 13:55:24 +01:00
dependencies = [
"bit_field",
2024-02-09 16:48:03 -08:00
"flume",
2023-01-09 13:55:24 +01:00
"half",
"lebe",
2023-07-31 19:15:26 +02:00
"miniz_oxide",
2023-03-23 14:01:22 +01:00
"rayon-core",
2023-01-09 13:55:24 +01:00
"smallvec",
"zune-inflate",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "fast-srgb8"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
2024-02-07 12:33:32 +01:00
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "fastrand"
2024-05-30 15:46:25 -05:00
version = "2.1.0"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-07-31 19:15:26 +02:00
[[package]]
name = "fdeflate"
2023-12-14 15:02:45 -08:00
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "4f9bfee30e4dedf0ab8b422f03af778d9612b63f502710fc500a334ebe2de645"
dependencies = [
"simd-adler32",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "filetime"
2023-12-14 15:02:45 -08:00
version = "0.2.23"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2023-05-31 20:02:39 +02:00
dependencies = [
"cfg-if",
"libc",
2023-12-14 15:02:45 -08:00
"redox_syscall 0.4.1",
"windows-sys 0.52.0",
2023-05-31 20:02:39 +02:00
]
2023-06-27 17:40:14 +02: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",
]
2022-09-28 15:18:04 +02:00
[[package]]
name = "flate2"
2024-05-30 15:46:25 -05:00
version = "1.0.30"
2022-09-28 15:18:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2022-09-28 15:18:04 +02:00
dependencies = [
"crc32fast",
2023-07-31 19:15:26 +02:00
"miniz_oxide",
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2022-09-28 15:18:04 +02:00
2023-09-29 21:33:16 +02:00
[[package]]
name = "float_next_after"
2023-11-06 18:35:14 +01:00
version = "1.0.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
2023-09-29 21:33:16 +02:00
2023-06-27 17:40:14 +02:00
[[package]]
name = "fluent"
2024-05-30 15:46:25 -05:00
version = "0.16.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "bb74634707bebd0ce645a981148e8fb8c7bccd4c33c652aeffd28bf2f96d555a"
2023-06-27 17:40:14 +02:00
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
2024-05-30 15:46:25 -05:00
version = "0.15.3"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7fe0a21ee80050c678013f82edf4b705fe2f26f1f9877593d13198612503f493"
2023-06-27 17:40:14 +02:00
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell 0.10.3",
2023-06-27 17:40:14 +02: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"
2024-05-30 15:46:25 -05:00
version = "0.11.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "2a530c4694a6a8d528794ee9bbd8ba0122e779629ac908d15ad5a7ae7763a33d"
2023-06-27 17:40:14 +02:00
dependencies = [
"thiserror",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "flume"
2024-05-30 15:46:25 -05:00
version = "0.11.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2023-01-09 13:55:24 +01:00
dependencies = [
"spin",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2024-02-09 16:48:03 -08:00
[[package]]
name = "font-types"
2024-05-30 15:46:25 -05:00
version = "0.5.5"
2024-02-09 16:48:03 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "34fd7136aca682873d859ef34494ab1a7d3f57ecd485ed40eb6437ee8c85aa29"
dependencies = [
"bytemuck",
]
2024-02-09 16:48:03 -08:00
2023-01-09 13:55:24 +01:00
[[package]]
2023-05-31 20:02:39 +02:00
name = "fontconfig-parser"
2024-05-30 15:46:25 -05:00
version = "0.5.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"roxmltree 0.19.0",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "fontdb"
2024-05-30 15:46:25 -05:00
version = "0.16.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"fontconfig-parser",
2023-01-09 13:55:24 +01:00
"log",
2024-05-30 15:46:25 -05:00
"memmap2 0.9.4",
2023-03-23 14:01:22 +01:00
"slotmap",
2023-09-29 21:33:16 +02:00
"tinyvec",
2024-05-30 15:46:25 -05:00
"ttf-parser 0.20.0",
2023-10-24 10:43:11 -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",
2023-12-14 15:02:45 -08:00
"foreign-types-shared",
2023-10-24 10:43:11 -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",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
]
2023-10-24 10:43:11 -07:00
[[package]]
name = "foreign-types-shared"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
2023-09-29 21:33:16 +02:00
[[package]]
name = "form_urlencoded"
2023-12-14 15:02:45 -08:00
version = "1.2.1"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2023-09-29 21:33:16 +02:00
dependencies = [
"percent-encoding",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "fraction"
2023-12-14 15:02:45 -08:00
version = "0.14.0"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "59a78dd758a47a7305478e0e054f9fde4e983b9f9eccda162bf7ca03b79e9d40"
2023-03-06 18:50:37 +01:00
dependencies = [
"lazy_static",
"num",
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "freedesktop-icons"
2024-02-09 16:48:03 -08:00
version = "0.2.6"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "a8ef34245e0540c9a3ce7a28340b98d2c12b75da0d446da4e8224923fcaa0c16"
2021-12-15 17:25:15 +01:00
dependencies = [
2024-02-09 16:48:03 -08:00
"dirs",
2023-01-09 13:55:24 +01:00
"once_cell",
"rust-ini",
"thiserror",
"xdg",
2021-12-15 17:25:15 +01:00
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "fsevent-sys"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
dependencies = [
"libc",
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "futures"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
2021-12-15 17:25:15 +01:00
]
2022-04-27 21:33:46 +02:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "futures-channel"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2022-04-27 21:33:46 +02:00
dependencies = [
2023-01-09 13:55:24 +01:00
"futures-core",
"futures-sink",
2022-04-27 21:33:46 +02:00
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "futures-core"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-executor"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2023-01-09 13:55:24 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2023-01-09 13:55:24 +01:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "futures-lite"
version = "1.13.0"
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",
]
[[package]]
name = "futures-lite"
2024-05-30 15:46:25 -05:00
version = "2.3.0"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "52527eb5074e35e9339c6b4e8d12600c7128b68fb25dcb9fa9dec18f7c25f3a5"
2024-02-07 12:33:32 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"fastrand 2.1.0",
2024-02-07 12:33:32 +01:00
"futures-core",
"futures-io",
"parking",
"pin-project-lite",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-macro"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2023-01-09 13:55:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "futures-sink"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-task"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-util"
2023-12-14 15:02:45 -08:00
version = "0.3.30"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2023-01-09 13:55:24 +01:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gbm"
2024-04-24 09:34:46 -07:00
version = "0.15.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-04-24 09:34:46 -07:00
checksum = "45bf55ba6dd53ad0ac115046ff999c5324c283444ee6e0be82454c4e8eb2f36a"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-04-24 09:34:46 -07:00
"drm 0.12.0",
2023-01-09 13:55:24 +01:00
"drm-fourcc",
"gbm-sys",
"libc",
]
[[package]]
name = "gbm-sys"
version = "0.3.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fd2d6bf7c0143b38beece05f9a5c4c851a49a8434f62bf58ff28da92b0ddc58"
2023-01-09 13:55:24 +01:00
dependencies = [
"libc",
]
2023-10-07 19:15:44 -07:00
[[package]]
name = "generator"
2024-05-30 15:46:25 -05:00
version = "0.8.1"
2023-10-07 19:15:44 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "186014d53bc231d0090ef8d6f03e0920c54d85a5ed22f4f2f74315ec56cf83fb"
2023-10-07 19:15:44 -07:00
dependencies = [
"cc",
2024-05-30 15:46:25 -05:00
"cfg-if",
2023-10-07 19:15:44 -07:00
"libc",
"log",
"rustversion",
2024-05-30 15:46:25 -05:00
"windows 0.54.0",
2023-10-07 19:15:44 -07:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "generic-array"
version = "0.14.7"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2023-01-09 13:55:24 +01:00
dependencies = [
"typenum",
"version_check",
]
2023-12-12 12:28:13 -08:00
[[package]]
name = "gethostname"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0176e0459c2e4a1fe232f984bca6890e681076abb9934f6cea7c326f3fc47818"
dependencies = [
"libc",
"windows-targets 0.48.5",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "getrandom"
2024-05-30 15:46:25 -05:00
version = "0.2.15"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
2021-12-15 17:25:15 +01:00
"libc",
2022-06-20 15:50:52 +02:00
"wasi",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "gif"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80792593675e051cf94a4b111980da2ba60d4a83e43e0048c5693baab3977045"
dependencies = [
"color_quant",
"weezl",
]
2024-05-30 15:46:25 -05:00
[[package]]
name = "gif"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fb2d69b19215e18bb912fa30f7ce15846e301408695e44e0ef719f1da9e19f2"
dependencies = [
"color_quant",
"weezl",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "gimli"
2024-05-30 15:46:25 -05:00
version = "0.29.0"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2021-12-22 21:27:56 +01:00
2021-12-15 17:25:15 +01:00
[[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-01-09 13:55:24 +01:00
[[package]]
name = "glam"
2023-09-29 21:33:16 +02:00
version = "0.24.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "b5418c17512bdf42730f9032c74e1ae39afc408745ebb2acf72fbc4691c17945"
2023-01-09 13:55:24 +01:00
2023-05-03 19:47:34 +02:00
[[package]]
name = "glow"
2023-07-31 19:15:26 +02:00
version = "0.12.3"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "ca0fe580e4b60a8ab24a868bc08e2f03cbcb20d3d676601fa909386713333728"
2023-05-03 19:47:34 +02:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "glow"
version = "0.13.1"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
2023-12-14 15:02:45 -08:00
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "glutin_wgl_sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8098adac955faa2d31079b65dc48841251f69efd3ac25477903fc424362ead"
dependencies = [
"gl_generator",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "glyphon"
2024-02-09 16:48:03 -08:00
version = "0.5.0"
source = "git+https://github.com/pop-os/glyphon.git?tag=v0.5.0#1b0646ff8f74da92d3be704dfc2257d7f4d7eed8"
2023-05-31 20:02:39 +02:00
dependencies = [
"cosmic-text",
"etagere",
"lru",
"wgpu",
2023-05-31 20:02:39 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "gpu-alloc"
2023-12-14 15:02:45 -08:00
version = "0.6.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
2023-12-14 15:02:45 -08:00
version = "0.3.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "gpu-allocator"
2024-02-09 16:48:03 -08:00
version = "0.25.0"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "6f56f6318968d03c18e1bcf4857ff88c61157e9da8e47c5f29055d60e1228884"
2023-05-12 20:01:37 +02:00
dependencies = [
"log",
2023-12-14 15:02:45 -08:00
"presser",
2023-05-12 20:01:37 +02:00
"thiserror",
"winapi",
2024-05-30 15:46:25 -05:00
"windows 0.52.0",
2023-05-12 20:01:37 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "gpu-descriptor"
2023-09-29 21:33:16 +02:00
version = "0.2.4"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "cc11df1ace8e7e564511f53af41f3e42ddc95b56fd07b3f4445d2a6048bc682c"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"gpu-descriptor-types",
2024-04-03 16:02:27 +02:00
"hashbrown 0.14.5",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "gpu-descriptor-types"
2023-09-29 21:33:16 +02:00
version = "0.1.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "6bf0b36e6f090b7e1d8a4b49c0cb81c1f8376f72198c65dd3ad9ff3556b8b78c"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
]
2023-10-02 19:37:23 +02:00
[[package]]
name = "grid"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
2023-01-09 13:55:24 +01: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"
2024-05-30 15:46:25 -05:00
version = "2.4.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-10-02 19:37:23 +02:00
"cfg-if",
2023-01-09 13:55:24 +01:00
"crunchy",
]
2024-04-03 16:02:27 +02:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-05-31 20:02:39 +02:00
[[package]]
name = "hashbrown"
2024-05-30 15:46:25 -05:00
version = "0.14.5"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2023-05-31 20:02:39 +02:00
dependencies = [
2024-02-09 16:48:03 -08:00
"ahash",
2023-09-29 21:33:16 +02:00
"allocator-api2",
2023-05-31 20:02:39 +02:00
]
[[package]]
name = "hassle-rs"
2024-02-09 16:48:03 -08:00
version = "0.11.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "af2a7e73e1f34c48da31fb668a907f250794837e08faa144fd24f0b8b741e890"
2023-05-31 20:02:39 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-02-09 16:48:03 -08:00
"com",
2023-05-31 20:02:39 +02:00
"libc",
2024-07-16 22:52:44 +02:00
"libloading 0.8.3",
2023-05-31 20:02:39 +02:00
"thiserror",
"widestring",
2023-05-12 20:01:37 +02:00
"winapi",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-04-03 16:02:27 +02:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2023-01-09 13:55:24 +01:00
[[package]]
name = "hermit-abi"
2024-05-30 15:46:25 -05:00
version = "0.3.9"
2023-03-23 14:01:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-03-23 14:01:22 +01:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-01-09 13:55:24 +01:00
[[package]]
name = "hexf-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
2022-04-27 21:33:46 +02:00
[[package]]
name = "hmac"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
2022-04-27 21:33:46 +02:00
]
2023-12-07 19:53:41 +00:00
[[package]]
name = "home"
2023-12-14 15:02:45 -08:00
version = "0.5.9"
2023-12-07 19:53:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-12-07 19:53:41 +00:00
dependencies = [
2023-12-14 15:02:45 -08:00
"windows-sys 0.52.0",
2023-12-07 19:53:41 +00:00
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "i18n-config"
2023-09-29 21:33:16 +02:00
version = "0.4.6"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "0c9ce3c48cbc21fd5b22b9331f32b5b51f6ad85d969b99e793427332e76e7640"
2023-06-27 17:40:14 +02:00
dependencies = [
"log",
"serde",
"serde_derive",
"thiserror",
2024-05-30 15:46:25 -05:00
"toml 0.8.13",
2023-06-27 17:40:14 +02:00
"unic-langid",
]
[[package]]
name = "i18n-embed"
version = "0.14.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94205d95764f5bb9db9ea98fa77f89653365ca748e27161f5bbea2ffd50e459c"
2023-06-27 17:40:14 +02:00
dependencies = [
"arc-swap",
"fluent",
"fluent-langneg",
"fluent-syntax",
"i18n-embed-impl",
"intl-memoizer",
"lazy_static",
"locale_config",
"log",
2024-05-30 15:46:25 -05:00
"parking_lot 0.12.3",
2023-06-27 17:40:14 +02:00
"rust-embed",
"thiserror",
"unic-langid",
"walkdir",
]
[[package]]
name = "i18n-embed-fl"
version = "0.7.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc1f8715195dffc4caddcf1cf3128da15fe5d8a137606ea8856c9300047d5a2"
2023-06-27 17:40:14 +02:00
dependencies = [
"dashmap",
"find-crate",
"fluent",
"fluent-syntax",
"i18n-config",
"i18n-embed",
"lazy_static",
"proc-macro-error",
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"strsim 0.10.0",
"syn 2.0.66",
2023-06-27 17:40:14 +02:00
"unic-langid",
]
[[package]]
name = "i18n-embed-impl"
2023-12-14 15:02:45 -08:00
version = "0.8.3"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "81093c4701672f59416582fe3145676126fd23ba5db910acad0793c1108aaa58"
2023-06-27 17:40:14 +02:00
dependencies = [
"find-crate",
"i18n-config",
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-06-27 17:40:14 +02:00
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "iana-time-zone"
version = "0.1.60"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2024-05-30 15:46:25 -05:00
"windows-core 0.52.0",
2024-02-09 16:48:03 -08: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-05-12 20:01:37 +02:00
[[package]]
name = "iced"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-12 20:01:37 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"dnd",
2023-06-26 22:07:33 +02:00
"iced_core",
"iced_futures",
"iced_renderer",
"iced_widget",
2023-05-31 20:02:39 +02:00
"image",
2024-05-30 15:46:25 -05:00
"mime 0.1.0",
2023-05-31 20:02:39 +02:00
"thiserror",
2024-02-09 16:48:03 -08:00
"window_clipboard",
2023-01-09 13:55:24 +01:00
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "iced_core"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-03-06 18:50:37 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"dnd",
2023-03-06 18:50:37 +01:00
"log",
2024-05-30 15:46:25 -05:00
"mime 0.1.0",
2023-12-14 15:02:45 -08:00
"num-traits",
2023-05-31 20:02:39 +02:00
"palette",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
"serde",
2024-02-09 16:48:03 -08:00
"smol_str",
2023-05-31 20:02:39 +02:00
"thiserror",
2024-06-26 15:58:07 +02:00
"web-time 0.2.4",
2024-02-09 16:48:03 -08:00
"window_clipboard",
2023-12-14 15:02:45 -08:00
"xxhash-rust",
2023-03-06 18:50:37 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "iced_futures"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-01-09 13:55:24 +01:00
dependencies = [
"futures",
2023-06-26 22:07:33 +02:00
"iced_core",
2023-01-09 13:55:24 +01:00
"log",
"wasm-bindgen-futures",
"wasm-timer",
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "iced_graphics"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-12 20:01:37 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-12 20:01:37 +02:00
"bytemuck",
2023-12-14 15:02:45 -08:00
"cosmic-text",
2023-05-12 20:01:37 +02:00
"glam",
2023-09-29 21:33:16 +02:00
"half",
2023-06-26 22:07:33 +02:00
"iced_core",
2024-02-09 16:48:03 -08:00
"iced_futures",
2023-05-31 20:02:39 +02:00
"image",
"kamadak-exif",
2023-05-12 20:01:37 +02:00
"log",
2023-09-29 21:33:16 +02:00
"lyon_path",
2023-12-14 15:02:45 -08:00
"once_cell",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
2023-12-14 15:02:45 -08:00
"rustc-hash",
2023-05-12 20:01:37 +02:00
"thiserror",
2023-12-14 15:02:45 -08:00
"unicode-segmentation",
"xxhash-rust",
2023-05-12 20:01:37 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
2023-05-31 20:02:39 +02:00
name = "iced_renderer"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-06-26 22:07:33 +02:00
"iced_graphics",
"iced_tiny_skia",
"iced_wgpu",
2023-09-29 21:33:16 +02:00
"log",
2023-05-31 20:02:39 +02:00
"thiserror",
]
[[package]]
name = "iced_runtime"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-31 20:02:39 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"dnd",
2023-06-26 22:07:33 +02:00
"iced_core",
"iced_futures",
2023-05-31 20:02:39 +02:00
"thiserror",
2024-02-09 16:48:03 -08:00
"window_clipboard",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "iced_style"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
dependencies = [
2023-06-26 22:07:33 +02:00
"iced_core",
"once_cell",
"palette",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "iced_tiny_skia"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-31 20:02:39 +02:00
dependencies = [
"bytemuck",
"cosmic-text",
2023-06-26 22:07:33 +02:00
"iced_graphics",
2023-05-31 20:02:39 +02:00
"kurbo 0.9.5",
"log",
2023-12-14 15:02:45 -08:00
"resvg 0.37.0",
2023-05-31 20:02:39 +02:00
"rustc-hash",
"softbuffer",
2024-05-30 15:46:25 -05:00
"tiny-skia 0.11.4",
2023-12-14 15:02:45 -08:00
"xxhash-rust",
2023-05-31 20:02:39 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "iced_wgpu"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-12 20:01:37 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-12 20:01:37 +02:00
"bytemuck",
"futures",
"glam",
2023-05-31 20:02:39 +02:00
"glyphon",
2023-05-12 20:01:37 +02:00
"guillotiere",
2023-06-26 22:07:33 +02:00
"iced_graphics",
2023-01-09 13:55:24 +01:00
"log",
2023-09-29 21:33:16 +02:00
"lyon",
2023-05-31 20:02:39 +02:00
"once_cell",
2024-05-30 15:46:25 -05:00
"raw-window-handle",
2023-12-14 15:02:45 -08:00
"resvg 0.37.0",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-06-26 16:31:21 +02:00
"smithay-client-toolkit 0.19.1",
2024-05-30 15:46:25 -05:00
"wayland-backend",
"wayland-client",
2024-06-26 16:31:21 +02:00
"wayland-protocols 0.32.1",
2024-05-30 15:46:25 -05:00
"wayland-sys",
"wgpu",
2023-05-31 20:02:39 +02:00
]
[[package]]
name = "iced_widget"
2023-12-14 15:02:45 -08:00
version = "0.12.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-05-31 20:02:39 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"dnd",
2023-06-26 22:07:33 +02:00
"iced_renderer",
"iced_runtime",
"iced_style",
2023-05-31 20:02:39 +02:00
"num-traits",
2023-09-29 21:33:16 +02:00
"ouroboros",
2023-05-31 20:02:39 +02:00
"thiserror",
"unicode-segmentation",
2024-05-30 15:46:25 -05:00
"window_clipboard",
2023-05-12 20:01:37 +02:00
]
2022-03-24 20:32:31 +01:00
[[package]]
name = "id_tree"
version = "1.8.0"
2023-05-31 20:02:39 +02:00
source = "git+https://github.com/Drakulix/id-tree.git?branch=feature/copy_clone#632a57d6d49160e18d7300fa7edae52281ec5482"
2022-03-24 20:32:31 +01:00
dependencies = [
"snowflake",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2023-09-29 21:33:16 +02:00
[[package]]
name = "idna"
2023-12-14 15:02:45 -08:00
version = "0.5.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2023-09-29 21:33:16 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
[[package]]
name = "image"
2024-05-30 15:46:25 -05:00
version = "0.24.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5690139d2f55868e080017335e4b94cb7414274c74f1669c84fb5feba2c9f69d"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2023-01-09 13:55:24 +01:00
"exr",
2024-05-30 15:46:25 -05:00
"gif 0.13.1",
2023-05-31 20:02:39 +02:00
"jpeg-decoder",
"num-traits",
2023-01-09 13:55:24 +01:00
"png",
"qoi",
2023-01-09 13:55:24 +01:00
"tiff",
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "imagesize"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df19da1e92fbfec043ca97d622955381b1f3ee72a180ec999912df31b1ccd951"
2023-05-31 20:02:39 +02:00
[[package]]
name = "imagesize"
2023-09-29 21:33:16 +02:00
version = "0.12.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
2023-05-31 20:02:39 +02:00
2024-04-03 16:02:27 +02:00
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
"serde",
]
2023-06-26 22:07:33 +02:00
[[package]]
name = "indexmap"
2024-05-30 15:46:25 -05:00
version = "2.2.6"
2023-06-26 22:07:33 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-06-26 22:07:33 +02:00
dependencies = [
"equivalent",
2024-04-03 16:02:27 +02:00
"hashbrown 0.14.5",
"serde",
2023-06-26 22:07:33 +02:00
]
2023-05-31 20:02:39 +02:00
[[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",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
2022-01-20 19:51:46 +01:00
[[package]]
name = "input"
2024-02-01 15:38:05 +01:00
version = "0.9.0"
2022-01-20 19:51:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-01 15:38:05 +01:00
checksum = "7911ce3db9c10c5ab4a35c49af778a5f9a827bd0f7371d9be56175d8dd2740d0"
2022-01-20 19:51:46 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2022-01-20 19:51:46 +01:00
"input-sys",
2023-09-29 21:33:16 +02:00
"io-lifetimes 1.0.11",
2022-01-20 19:51:46 +01:00
"libc",
"log",
2024-02-01 15:38:05 +01:00
"udev",
2022-01-20 19:51:46 +01:00
]
[[package]]
name = "input-sys"
version = "1.18.0"
2022-01-20 19:51:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd4f5b4d1c00331c5245163aacfe5f20be75b564c7112d45893d4ae038119eb0"
2022-01-20 19:51:46 +01:00
2021-12-15 23:23:49 +01:00
[[package]]
name = "instant"
2024-05-30 15:46:25 -05:00
version = "0.1.13"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2021-12-15 23:23:49 +01:00
dependencies = [
"cfg-if",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "intl-memoizer"
2024-05-30 15:46:25 -05:00
version = "0.5.2"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "fe22e020fce238ae18a6d5d8c502ee76a52a6e880d99477657e6acc30ec57bda"
2023-06-27 17:40:14 +02: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",
]
2022-09-28 15:18:04 +02:00
[[package]]
name = "io-lifetimes"
2023-05-31 20:02:39 +02:00
version = "1.0.11"
2022-09-28 15:18:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2022-09-28 15:18:04 +02:00
dependencies = [
2023-07-31 19:15:26 +02:00
"hermit-abi",
2022-09-28 15:18:04 +02:00
"libc",
"windows-sys 0.48.0",
2022-09-28 15:18:04 +02:00
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "io-lifetimes"
2023-12-14 15:02:45 -08:00
version = "2.0.3"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
2023-09-29 21:33:16 +02:00
2022-02-05 00:40:17 +01:00
[[package]]
name = "itoa"
2024-05-30 15:46:25 -05:00
version = "1.0.11"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2022-02-05 00:40:17 +01:00
2023-10-24 10:43:11 -07:00
[[package]]
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
"cesu8",
"cfg-if",
"combine",
"jni-sys",
"log",
"thiserror",
"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"
[[package]]
name = "jobserver"
2024-05-30 15:46:25 -05:00
version = "0.1.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
dependencies = [
"libc",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "jpeg-decoder"
2023-12-14 15:02:45 -08:00
version = "0.3.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "f5d4a7da358eff58addd2877a45865158f0d78c911d43a5784ceb7bbf52833b0"
2023-01-09 13:55:24 +01:00
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2024-05-30 15:46:25 -05:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
dependencies = [
"wasm-bindgen",
2021-12-15 23:23:49 +01:00
]
2023-01-09 13:55:24 +01:00
[[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 = "keyframe"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60708bf7981518d09095d6f5673ce5cf6a64f1e0d9708b554f670e6d9d2bd9a9"
dependencies = [
"mint",
"num-traits",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "khronos-egl"
2023-12-14 15:02:45 -08:00
version = "6.0.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
2023-01-09 13:55:24 +01:00
dependencies = [
"libc",
2024-05-30 15:46:25 -05:00
"libloading 0.8.3",
2023-01-09 13:55:24 +01:00
"pkg-config",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2024-02-09 16:48:03 -08:00
[[package]]
name = "known-folders"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4397c789f2709d23cfcb703b316e0766a8d4b17db2d47b0ab096ef6047cae1d8"
dependencies = [
"windows-sys 0.52.0",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "kqueue"
2023-09-29 21:33:16 +02:00
version = "1.0.8"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
2023-05-31 20:02:39 +02:00
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
2023-09-29 21:33:16 +02:00
version = "1.0.4"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2023-05-31 20:02:39 +02:00
dependencies = [
"bitflags 1.3.2",
"libc",
]
[[package]]
name = "kurbo"
2023-05-31 20:02:39 +02:00
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
dependencies = [
"arrayvec",
2023-05-31 20:02:39 +02:00
]
[[package]]
name = "kurbo"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd85a5776cd9500c2e2059c8c76c3b01528566b7fcbaf8098b55a33fc298849b"
dependencies = [
"arrayvec",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2023-01-09 13:55:24 +01:00
[[package]]
name = "lebe"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03087c2bad5e1034e8cace5926dec053fb3790248370865f5117a7d0213354c8"
2021-12-15 17:25:15 +01:00
[[package]]
name = "libc"
2024-05-30 15:46:25 -05:00
version = "0.2.155"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
2023-01-09 13:55:24 +01:00
[[package]]
name = "libcosmic"
version = "0.1.0"
2024-07-08 12:11:58 +02:00
source = "git+https://github.com/pop-os/libcosmic/#928b714d14c4973a8c9467370864f8adc1c69d7c"
2023-01-09 13:55:24 +01:00
dependencies = [
"apply",
2024-02-09 16:48:03 -08:00
"chrono",
2023-06-26 22:07:33 +02:00
"cosmic-config",
"cosmic-theme",
2023-09-29 21:33:16 +02:00
"css-color",
2023-01-09 13:55:24 +01:00
"derive_setters",
2023-03-06 18:50:37 +01:00
"fraction",
2023-01-09 13:55:24 +01:00
"freedesktop-icons",
2023-06-26 22:07:33 +02:00
"iced",
"iced_core",
"iced_futures",
"iced_renderer",
"iced_runtime",
"iced_style",
"iced_tiny_skia",
"iced_widget",
2023-01-09 13:55:24 +01:00
"lazy_static",
"palette",
2024-05-30 15:46:25 -05:00
"serde",
2023-01-09 13:55:24 +01:00
"slotmap",
2023-10-02 19:37:23 +02:00
"taffy",
"thiserror",
2023-06-13 19:33:32 +02:00
"tracing",
2023-09-29 21:33:16 +02:00
"unicode-segmentation",
"url",
2023-01-09 13:55:24 +01:00
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "libloading"
2022-11-17 20:32:54 +01:00
version = "0.7.4"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-17 20:32:54 +01:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
2021-12-15 17:25:15 +01:00
"winapi",
]
2023-05-25 00:15:00 +02:00
[[package]]
name = "libloading"
2024-05-30 15:46:25 -05:00
version = "0.8.3"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
2023-05-25 00:15:00 +02:00
dependencies = [
"cfg-if",
2024-07-08 13:31:59 +02:00
"windows-targets 0.48.5",
2023-05-25 00:15:00 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "libm"
2023-11-06 18:35:14 +01:00
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
[[package]]
name = "libredox"
2024-05-30 15:46:25 -05:00
version = "0.0.2"
2023-11-06 18:35:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "3af92c55d7d839293953fcd0fda5ecfe93297cfde6ffbdec13b41d99c0ba6607"
2023-11-06 18:35:14 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-11-06 18:35:14 +01:00
"libc",
"redox_syscall 0.4.1",
]
[[package]]
name = "libredox"
2024-05-30 15:46:25 -05:00
version = "0.1.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
2023-11-06 18:35:14 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-11-06 18:35:14 +01:00
"libc",
]
2023-01-09 13:55:24 +01:00
2022-02-09 14:26:35 +01:00
[[package]]
name = "libseat"
version = "0.2.1"
2022-02-09 14:26:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a0adf8d8607a73a5b74cbe4132f57cb349e4bf860103cd089461bbcbc9907e"
2022-02-09 14:26:35 +01:00
dependencies = [
"errno",
2022-02-09 14:26:35 +01:00
"libseat-sys",
"log",
2022-02-09 14:26:35 +01:00
]
[[package]]
name = "libseat-sys"
2022-09-28 15:18:04 +02:00
version = "0.1.7"
2022-02-09 14:26:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "3671cb5e03871f1d6bf0b3b5daa9275549e348fa6359e0f9adb910ca163d4c34"
dependencies = [
"pkg-config",
]
2022-02-09 14:26:35 +01:00
2022-04-27 21:33:46 +02:00
[[package]]
name = "libsystemd"
version = "0.7.0"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c592dc396b464005f78a5853555b9f240bc5378bf5221acc4e129910b2678869"
2022-04-27 21:33:46 +02:00
dependencies = [
"hmac",
2022-04-27 21:33:46 +02:00
"libc",
"log",
"nix 0.27.1",
2022-04-27 21:33:46 +02:00
"nom",
"once_cell",
"serde",
"sha2",
2022-04-27 21:33:46 +02:00
"thiserror",
"uuid",
]
2022-01-20 19:51:46 +01:00
[[package]]
name = "libudev-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c8469b4a23b962c1396b9b451dda50ef5b283e8dd309d69033475fa9b334324"
dependencies = [
"libc",
"pkg-config",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-06 18:50:37 +01:00
[[package]]
name = "linux-raw-sys"
2024-05-30 15:46:25 -05:00
version = "0.4.14"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "linux-raw-sys"
2023-12-14 15:02:45 -08:00
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "f0b5399f6804fbab912acbd8878ed3532d506b7c951b8f9f164ef90fef39e3f4"
2023-07-31 19:15:26 +02:00
2023-06-27 17:40:14 +02: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",
]
2021-12-15 23:23:49 +01:00
[[package]]
name = "lock_api"
2024-05-30 15:46:25 -05:00
version = "0.4.12"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
2021-12-15 23:23:49 +01:00
dependencies = [
2022-03-31 18:57:32 +02:00
"autocfg",
2021-12-15 23:23:49 +01:00
"scopeguard",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "log"
2024-05-30 15:46:25 -05:00
version = "0.4.21"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
[[package]]
name = "log-panics"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f"
dependencies = [
"backtrace",
"log",
]
2023-10-07 19:15:44 -07:00
[[package]]
name = "loom"
2024-05-30 15:46:25 -05:00
version = "0.7.2"
2023-10-07 19:15:44 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2023-10-07 19:15:44 -07:00
dependencies = [
"cfg-if",
"generator",
"scoped-tls",
"tracing",
"tracing-subscriber",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "lru"
2024-05-30 15:46:25 -05:00
version = "0.12.3"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
2023-09-29 21:33:16 +02:00
dependencies = [
2024-04-03 16:02:27 +02:00
"hashbrown 0.14.5",
2023-09-29 21:33:16 +02:00
]
[[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"
version = "1.0.4"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3bca95f9a4955b3e4a821fbbcd5edfbd9be2a9a50bb5758173e5358bfb4c623"
2023-09-29 21:33:16 +02:00
dependencies = [
"lyon_path",
"num-traits",
]
[[package]]
name = "lyon_geom"
2023-12-14 15:02:45 -08:00
version = "1.0.5"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "edecfb8d234a2b0be031ab02ebcdd9f3b9ee418fb35e265f7a540a48d197bff9"
2023-09-29 21:33:16 +02:00
dependencies = [
"arrayvec",
"euclid",
"num-traits",
]
[[package]]
name = "lyon_path"
2024-05-30 15:46:25 -05:00
version = "1.0.5"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9c08a606c7a59638d6c6aa18ac91a06aa9fb5f765a7efb27e6a4da58700740d7"
2023-09-29 21:33:16 +02:00
dependencies = [
"lyon_geom",
"num-traits",
]
[[package]]
name = "lyon_tessellation"
2024-05-30 15:46:25 -05:00
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "579d42360a4b09846eff2feef28f538696c7d6c7439bfa65874ff3cbe0951b2c"
dependencies = [
2023-09-29 21:33:16 +02:00
"float_next_after",
"lyon_path",
2023-12-14 15:02:45 -08:00
"num-traits",
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2023-07-31 19:15:26 +02:00
"regex-automata 0.1.10",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "memchr"
2024-05-30 15:46:25 -05:00
version = "2.7.2"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2023-09-29 21:33:16 +02:00
2023-07-31 19:15:26 +02:00
[[package]]
name = "memmap2"
2023-10-24 10:43:11 -07:00
version = "0.8.0"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 10:43:11 -07:00
checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
2023-07-31 19:15:26 +02:00
dependencies = [
"libc",
]
[[package]]
name = "memmap2"
2024-05-30 15:46:25 -05:00
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
dependencies = [
"libc",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
2022-12-27 18:27:29 +01:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
2023-06-13 19:33:32 +02:00
[[package]]
name = "memoffset"
2024-05-30 15:46:25 -05:00
version = "0.9.1"
2023-06-13 19:33:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
2023-06-13 19:33:32 +02:00
dependencies = [
"autocfg",
]
[[package]]
2023-01-09 13:55:24 +01:00
name = "metal"
2023-12-14 15:02:45 -08:00
version = "0.27.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "c43f73953f8cbe511f021b58f18c3ce1c3d1ae13fe953293e13345bf83217f25"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"block",
"core-graphics-types",
2023-12-14 15:02:45 -08:00
"foreign-types",
2023-01-09 13:55:24 +01:00
"log",
"objc",
2023-12-14 15:02:45 -08:00
"paste",
2023-01-09 13:55:24 +01:00
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "mime"
version = "0.1.0"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-02-09 16:48:03 -08:00
dependencies = [
"smithay-clipboard",
]
[[package]]
name = "mime"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
[[package]]
name = "mime_guess"
version = "2.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
dependencies = [
2024-02-09 16:48:03 -08:00
"mime 0.3.17",
"unicase",
]
2021-12-22 21:27:56 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "minimal-lexical"
version = "0.2.1"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2021-12-22 21:27:56 +01:00
[[package]]
name = "miniz_oxide"
2024-05-30 15:46:25 -05:00
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "87dfd01fe195c66b572b37921ad8803d010623c0aca821bea2302239d155cdae"
dependencies = [
"adler",
"simd-adler32",
]
[[package]]
name = "mint"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
[[package]]
name = "mio"
2024-05-30 15:46:25 -05:00
version = "0.8.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
dependencies = [
"libc",
"log",
2022-06-20 15:50:52 +02:00
"wasi",
2023-05-31 20:02:39 +02:00
"windows-sys 0.48.0",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "mutate_once"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16cf681a23b4d0a43fc35024c176437f9dcd818db34e0f42ab456a0ee5ad497b"
2023-05-12 20:01:37 +02:00
[[package]]
name = "naga"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-02-09 16:48:03 -08:00
"arrayvec",
2023-01-09 13:55:24 +01:00
"bit-set",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"codespan-reporting",
"hexf-parse",
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2023-01-09 13:55:24 +01:00
"log",
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
]
[[package]]
name = "ndk"
2024-06-26 15:58:07 +02:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"jni-sys",
2023-10-24 10:43:11 -07:00
"log",
"ndk-sys",
2023-10-24 10:43:11 -07:00
"num_enum",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
"thiserror",
]
2022-03-16 20:05:24 +01:00
[[package]]
name = "ndk-context"
2022-04-27 21:33:46 +02:00
version = "0.1.1"
2022-03-16 20:05:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-27 21:33:46 +02:00
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2022-03-16 20:05:24 +01:00
[[package]]
name = "ndk-sys"
2024-06-26 15:58:07 +02:00
version = "0.6.0+11769913"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
dependencies = [
"jni-sys",
2023-05-12 20:01:37 +02:00
]
2023-01-03 19:17:51 +01:00
[[package]]
name = "nix"
2023-09-29 21:33:16 +02:00
version = "0.26.4"
2023-01-03 19:17:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-01-03 19:17:51 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-03 19:17:51 +01:00
"cfg-if",
"libc",
"memoffset 0.7.1",
2023-09-29 21:33:16 +02:00
]
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-09-29 21:33:16 +02:00
"cfg-if",
"libc",
2024-05-30 15:46:25 -05:00
"memoffset 0.9.1",
2023-01-03 19:17:51 +01:00
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "nohash-hasher"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bf50223579dc7cdcfb3bfcacf7069ff68243f8c363f62ffa99cf000a6b9c451"
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "notify"
2023-09-29 21:33:16 +02:00
version = "6.1.1"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-31 20:02:39 +02:00
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
2023-09-29 21:33:16 +02:00
"log",
2023-05-31 20:02:39 +02:00
"mio",
"walkdir",
2023-09-29 21:33:16 +02:00
"windows-sys 0.48.0",
]
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "num"
2024-05-30 15:46:25 -05:00
version = "0.4.3"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
2023-03-06 18:50:37 +01:00
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits",
]
[[package]]
name = "num-bigint"
2024-05-30 15:46:25 -05:00
version = "0.4.5"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7"
2023-03-06 18:50:37 +01:00
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
2024-05-30 15:46:25 -05:00
version = "0.4.6"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
2023-03-06 18:50:37 +01:00
dependencies = [
"num-traits",
]
2024-05-30 15:46:25 -05:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
2024-05-30 15:46:25 -05:00
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "num-iter"
2024-05-30 15:46:25 -05:00
version = "0.1.45"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2023-03-06 18:50:37 +01:00
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
2024-05-30 15:46:25 -05:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
2023-03-06 18:50:37 +01:00
"num-bigint",
"num-integer",
"num-traits",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "num-traits"
2024-05-30 15:46:25 -05:00
version = "0.2.19"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2021-12-15 17:25:15 +01:00
dependencies = [
"autocfg",
"libm",
2021-12-15 17:25:15 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "num_cpus"
2023-07-31 19:15:26 +02:00
version = "1.16.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-07-31 19:15:26 +02:00
"hermit-abi",
2023-01-09 13:55:24 +01:00
"libc",
]
[[package]]
name = "num_enum"
2023-12-14 15:02:45 -08:00
version = "0.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "02339744ee7253741199f897151b38e72257d13802d4ee837285cc2990a90845"
dependencies = [
2023-10-24 10:43:11 -07:00
"num_enum_derive",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "num_enum_derive"
2023-12-14 15:02:45 -08:00
version = "0.7.2"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "681030a937600a36906c185595136d26abfebb4aa9c65701cefcaf8578bb982b"
2023-07-31 19:15:26 +02:00
dependencies = [
"proc-macro-crate",
2023-07-31 19:15:26 +02:00
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-07-31 19:15:26 +02:00
]
2023-12-07 19:53:41 +00:00
[[package]]
name = "num_threads"
2024-05-30 15:46:25 -05:00
version = "0.1.7"
2023-12-07 19:53:41 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
2023-12-07 19:53:41 +00:00
dependencies = [
"libc",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
"objc_exception",
]
2023-06-27 17:40:14 +02:00
[[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",
]
2023-05-25 00:15:00 +02:00
[[package]]
name = "objc-sys"
2024-05-30 15:46:25 -05:00
version = "0.3.5"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "cdb91bdd390c7ce1a8607f35f3ca7151b65afc0ff5ff3b34fa350f7d7c7e4310"
2023-05-25 00:15:00 +02:00
[[package]]
name = "objc2"
2024-06-26 15:58:07 +02:00
version = "0.5.2"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "46a785d4eeff09c14c487497c162e92766fbb3e4059a71840cecc03d9a50b804"
2023-05-25 00:15:00 +02:00
dependencies = [
"objc-sys",
"objc2-encode",
]
2024-06-26 15:58:07 +02:00
[[package]]
name = "objc2-app-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4e89ad9e3d7d297152b17d39ed92cd50ca8063a89a9fa569046d41568891eff"
dependencies = [
"bitflags 2.5.0",
"block2",
"libc",
"objc2",
"objc2-core-data",
"objc2-core-image",
"objc2-foundation",
"objc2-quartz-core",
]
[[package]]
name = "objc2-cloud-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "74dd3b56391c7a0596a295029734d3c1c5e7e510a4cb30245f8221ccea96b009"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-core-location",
"objc2-foundation",
]
[[package]]
name = "objc2-contacts"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5ff520e9c33812fd374d8deecef01d4a840e7b41862d849513de77e44aa4889"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-data"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "617fbf49e071c178c0b24c080767db52958f716d9eabdf0890523aeae54773ef"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-core-image"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "55260963a527c99f1819c4f8e3b47fe04f9650694ef348ffd2227e8196d34c80"
dependencies = [
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-core-location"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "000cfee34e683244f284252ee206a27953279d370e309649dc3ee317b37e5781"
dependencies = [
"block2",
"objc2",
"objc2-contacts",
"objc2-foundation",
]
2023-05-25 00:15:00 +02:00
[[package]]
name = "objc2-encode"
2024-06-26 15:58:07 +02:00
version = "4.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7891e71393cd1f227313c9379a26a584ff3d7e6e7159e988851f0934c993f0f8"
[[package]]
name = "objc2-foundation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee638a5da3799329310ad4cfa62fbf045d5f56e3ef5ba4149e7452dcf89d5a8"
dependencies = [
"bitflags 2.5.0",
"block2",
"dispatch",
"libc",
"objc2",
]
[[package]]
name = "objc2-link-presentation"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a1ae721c5e35be65f01a03b6d2ac13a54cb4fa70d8a5da293d7b0020261398"
dependencies = [
"block2",
"objc2",
"objc2-app-kit",
"objc2-foundation",
]
[[package]]
name = "objc2-metal"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0cba1276f6023976a406a14ffa85e1fdd19df6b0f737b063b95f6c8c7aadd6"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-quartz-core"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e42bee7bff906b14b167da2bac5efe6b6a07e6f7c0a21a7308d40c960242dc7a"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-foundation",
"objc2-metal",
]
[[package]]
name = "objc2-symbols"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a684efe3dec1b305badae1a28f6555f6ddd3bb2c2267896782858d5a78404dc"
dependencies = [
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-ui-kit"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8bb46798b20cd6b91cbd113524c490f1686f4c4e8f49502431415f3512e2b6f"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-cloud-kit",
"objc2-core-data",
"objc2-core-image",
"objc2-core-location",
"objc2-foundation",
"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 = [
"block2",
"objc2",
"objc2-foundation",
]
[[package]]
name = "objc2-user-notifications"
version = "0.2.2"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "76cfcbf642358e8689af64cee815d139339f3ed8ad05103ed5eaf73db8d84cb3"
dependencies = [
"bitflags 2.5.0",
"block2",
"objc2",
"objc2-core-location",
"objc2-foundation",
]
2023-05-25 00:15:00 +02:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "objc_exception"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
dependencies = [
"cc",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "object"
2024-05-30 15:46:25 -05:00
version = "0.35.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "b8ec7ab813848ba4522158d5517a6093db1ded27575b070f4177b8d12b41db5e"
2023-01-09 13:55:24 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-12-12 12:28:13 -08:00
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-12 12:28:13 -08:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2023-05-31 20:02:39 +02:00
[[package]]
name = "option-ext"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
2023-05-25 00:15:00 +02:00
[[package]]
name = "orbclient"
2023-11-06 18:35:14 +01:00
version = "0.3.47"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "52f0d54bde9774d3a51dcf281a5def240c71996bc6ca05d2c847ec8b2b216166"
2023-05-25 00:15:00 +02:00
dependencies = [
2023-11-06 18:35:14 +01:00
"libredox 0.0.2",
2023-05-25 00:15:00 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "ordered-float"
2023-12-14 15:02:45 -08:00
version = "4.2.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
2023-01-09 13:55:24 +01:00
dependencies = [
"num-traits",
]
[[package]]
name = "ordered-multimap"
2024-05-30 15:46:25 -05:00
version = "0.7.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "49203cdcae0030493bad186b28da2fa25645fa276a51b6fec8010d281e02ef79"
2023-01-09 13:55:24 +01:00
dependencies = [
"dlv-list",
2024-04-03 16:02:27 +02:00
"hashbrown 0.14.5",
2023-01-09 13:55:24 +01:00
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "ouroboros"
2023-09-29 21:33:16 +02:00
version = "0.17.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
2023-01-09 13:55:24 +01:00
dependencies = [
"aliasable",
2023-09-29 21:33:16 +02:00
"ouroboros_macro",
"static_assertions",
2023-01-09 13:55:24 +01:00
]
[[package]]
2023-09-29 21:33:16 +02:00
name = "ouroboros_macro"
version = "0.17.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-04-03 16:02:27 +02:00
"heck 0.4.1",
2023-09-29 21:33:16 +02:00
"proc-macro-error",
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2023-01-09 13:55:24 +01:00
[[package]]
name = "owned_ttf_parser"
2024-05-30 15:46:25 -05:00
version = "0.21.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6b41438d2fc63c46c74a2203bf5ccd82c41ba04347b2fcf5754f230b167067d5"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"ttf-parser 0.21.1",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "palette"
2024-05-30 15:46:25 -05:00
version = "0.7.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
2023-01-09 13:55:24 +01:00
dependencies = [
"approx 0.5.1",
"fast-srgb8",
2023-01-09 13:55:24 +01:00
"palette_derive",
"phf",
"serde",
]
[[package]]
name = "palette_derive"
2024-05-30 15:46:25 -05:00
version = "0.7.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"by_address",
2023-01-09 13:55:24 +01:00
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-01-09 13:55:24 +01:00
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2023-01-09 13:55:24 +01: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"
2024-05-30 15:46:25 -05:00
version = "0.12.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-03-16 20:05:24 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"lock_api",
2024-05-30 15:46:25 -05:00
"parking_lot_core 0.9.10",
2022-03-16 20:05:24 +01:00
]
[[package]]
2023-01-09 13:55:24 +01:00
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
2023-01-09 13:55:24 +01:00
"cfg-if",
"instant",
"libc",
"redox_syscall 0.2.16",
"smallvec",
"winapi",
]
2021-12-22 21:27:56 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "parking_lot_core"
2024-05-30 15:46:25 -05:00
version = "0.9.10"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2021-12-22 21:27:56 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"cfg-if",
"libc",
2024-05-30 15:46:25 -05:00
"redox_syscall 0.5.1",
2023-01-09 13:55:24 +01:00
"smallvec",
2024-05-30 15:46:25 -05:00
"windows-targets 0.52.5",
2021-12-22 21:27:56 +01:00
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "paste"
2024-05-30 15:46:25 -05:00
version = "1.0.15"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
2023-12-14 15:02:45 -08:00
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "percent-encoding"
2023-12-14 15:02:45 -08:00
version = "2.3.1"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "phf"
2023-06-26 22:07:33 +02:00
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
2023-01-09 13:55:24 +01:00
dependencies = [
"phf_macros",
"phf_shared",
]
2022-01-11 17:22:23 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "phf_generator"
2023-06-26 22:07:33 +02:00
version = "0.11.2"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
2022-01-11 17:22:23 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"phf_shared",
"rand",
2022-01-11 17:22:23 +01:00
]
2022-06-20 15:50:52 +02:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "phf_macros"
2023-06-26 22:07:33 +02:00
version = "0.11.2"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
2022-06-20 15:50:52 +02:00
dependencies = [
2023-01-09 13:55:24 +01:00
"phf_generator",
"phf_shared",
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2021-12-15 23:23:49 +01:00
]
2022-06-20 15:50:52 +02:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "phf_shared"
2023-06-26 22:07:33 +02:00
version = "0.11.2"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
2022-06-20 15:50:52 +02:00
dependencies = [
2023-01-09 13:55:24 +01:00
"siphasher",
2022-06-20 15:50:52 +02:00
]
[[package]]
name = "pico-args"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
2024-06-26 15:58:07 +02:00
[[package]]
name = "pin-project"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.66",
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "pin-project-lite"
2024-05-30 15:46:25 -05:00
version = "0.2.14"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
2022-11-17 20:32:54 +01:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2024-02-07 12:33:32 +01:00
[[package]]
name = "piper"
2024-05-30 15:46:25 -05:00
version = "0.2.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "464db0c665917b13ebb5d453ccdec4add5658ee1adc7affc7677615356a8afaf"
2024-02-07 12:33:32 +01:00
dependencies = [
"atomic-waker",
2024-05-30 15:46:25 -05:00
"fastrand 2.1.0",
2024-02-07 12:33:32 +01:00
"futures-io",
]
[[package]]
name = "pixman"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d24a24da0bec14f4e43a495c1837a3c358b87532e7fe66bd75c348b89f0451b6"
dependencies = [
"drm-fourcc",
"paste",
"pixman-sys",
"thiserror",
]
[[package]]
name = "pixman-sys"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1a0483e89e81d7915defe83c51f23f6800594d64f6f4a21253ce87fd8444ada"
2021-12-15 17:25:15 +01:00
[[package]]
name = "pkg-config"
2024-05-30 15:46:25 -05:00
version = "0.3.30"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2021-12-15 17:25:15 +01:00
[[package]]
name = "png"
2024-05-30 15:46:25 -05:00
version = "0.17.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"crc32fast",
"fdeflate",
2022-09-28 15:18:04 +02:00
"flate2",
2023-07-31 19:15:26 +02:00
"miniz_oxide",
]
2024-02-07 12:33:32 +01: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",
"cfg-if",
"concurrent-queue",
"libc",
"log",
"pin-project-lite",
"windows-sys 0.48.0",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "polling"
2024-05-30 15:46:25 -05:00
version = "3.7.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "645493cf344456ef24219d02a768cf1fb92ddf8c92161679ae3d91b91a637be3"
2023-09-29 21:33:16 +02:00
dependencies = [
"cfg-if",
"concurrent-queue",
2024-05-30 15:46:25 -05:00
"hermit-abi",
2023-09-29 21:33:16 +02:00
"pin-project-lite",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2023-09-29 21:33:16 +02:00
"tracing",
2023-12-14 15:02:45 -08:00
"windows-sys 0.52.0",
2023-09-29 21:33:16 +02:00
]
2023-11-06 18:35:14 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2021-12-15 17:25:15 +01:00
[[package]]
name = "ppv-lite86"
2022-11-17 20:32:54 +01:00
version = "0.2.17"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-17 20:32:54 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-12-15 17:25:15 +01:00
2023-12-14 15:02:45 -08:00
[[package]]
name = "presser"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
2024-02-07 12:33:32 +01:00
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
"once_cell",
"toml_edit 0.19.15",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-23 14:01:22 +01:00
"syn 1.0.109",
2023-01-09 13:55:24 +01:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "proc-macro2"
2024-05-30 15:46:25 -05:00
version = "1.0.84"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "ec96c6a92621310b51366f1e28d05ef11489516e93be030060e5fc12024a49d6"
2021-12-15 17:25:15 +01:00
dependencies = [
2022-06-20 15:50:52 +02:00
"unicode-ident",
2021-12-15 17:25:15 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "profiling"
2023-10-07 19:15:44 -07:00
version = "1.0.15"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 19:15:44 -07:00
checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
2023-07-12 18:54:53 +02:00
dependencies = [
"profiling-procmacros",
2023-10-07 19:15:44 -07:00
"tracy-client",
2023-07-12 18:54:53 +02:00
]
[[package]]
name = "profiling-procmacros"
2023-10-07 19:15:44 -07:00
version = "1.0.15"
2023-07-12 18:54:53 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-07 19:15:44 -07:00
checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
2023-07-12 18:54:53 +02:00
dependencies = [
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-07-12 18:54:53 +02:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "quick-xml"
2024-05-30 15:46:25 -05:00
version = "0.31.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
2023-09-29 21:33:16 +02:00
dependencies = [
"memchr",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "quote"
2024-05-30 15:46:25 -05:00
version = "1.0.36"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
2022-03-16 20:05:24 +01:00
version = "0.8.5"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-12-15 17:25:15 +01:00
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-09-28 15:18:04 +02:00
version = "0.6.4"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2021-12-15 17:25:15 +01:00
dependencies = [
"getrandom",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "range-alloc"
version = "0.1.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8a99fddc9f0ba0a85884b8d14e3592853e787d581ca1816c91349b10e4eeab"
2023-01-09 13:55:24 +01:00
[[package]]
name = "rangemap"
2024-05-30 15:46:25 -05:00
version = "1.5.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
2023-01-09 13:55:24 +01:00
2023-10-24 10:43:11 -07:00
[[package]]
name = "raw-window-handle"
2024-05-30 15:46:25 -05:00
version = "0.6.2"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
2023-10-24 10:43:11 -07:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "rayon"
2024-05-30 15:46:25 -05:00
version = "1.10.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
2023-01-09 13:55:24 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-12-14 15:02:45 -08:00
version = "1.12.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
2023-01-09 13:55:24 +01:00
dependencies = [
"crossbeam-deque",
"crossbeam-utils",
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "rctree"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b42e27ef78c35d3998403c1d26f3efd9e135d3e5121b0a4845cc5cc27547f4f"
2024-02-09 16:48:03 -08:00
[[package]]
name = "read-fonts"
2024-05-30 15:46:25 -05:00
version = "0.19.3"
2024-02-09 16:48:03 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e8b8af39d1f23869711ad4cea5e7835a20daa987f80232f7f2a2374d648ca64d"
2024-02-09 16:48:03 -08:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bytemuck",
2024-02-09 16:48:03 -08:00
"font-types",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "redox_syscall"
2022-08-04 12:49:19 +02:00
version = "0.2.16"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-08-04 12:49:19 +02:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2021-12-15 17:25:15 +01:00
]
2023-11-06 18:35:14 +01: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-05-30 15:46:25 -05:00
[[package]]
name = "redox_syscall"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "469052894dcb553421e483e4209ee581a45100d31b4018de03e5a7ad86374a7e"
dependencies = [
"bitflags 2.5.0",
]
[[package]]
name = "redox_users"
2024-05-30 15:46:25 -05:00
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
dependencies = [
"getrandom",
2024-05-30 15:46:25 -05:00
"libredox 0.1.3",
2022-03-22 12:31:19 +01:00
"thiserror",
]
[[package]]
name = "regex"
2024-05-30 15:46:25 -05:00
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
"aho-corasick",
"memchr",
2024-05-30 15:46:25 -05:00
"regex-automata 0.4.6",
"regex-syntax 0.8.3",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
2023-05-12 20:01:37 +02:00
"regex-syntax 0.6.29",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "regex-automata"
2024-05-30 15:46:25 -05:00
version = "0.4.6"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-07-31 19:15:26 +02:00
dependencies = [
"aho-corasick",
"memchr",
2024-05-30 15:46:25 -05:00
"regex-syntax 0.8.3",
2023-07-31 19:15:26 +02:00
]
[[package]]
name = "regex-syntax"
2023-03-23 14:01:22 +01:00
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2023-05-12 20:01:37 +02:00
[[package]]
name = "regex-syntax"
2024-05-30 15:46:25 -05:00
version = "0.8.3"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2023-05-12 20:01:37 +02:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "renderdoc-sys"
2024-05-30 15:46:25 -05:00
version = "1.1.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
2023-05-31 20:02:39 +02:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "resvg"
2023-05-31 20:02:39 +02:00
version = "0.28.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "c115863f2d3621999cf187e318bc92b16402dfeff6a48c74df700d77381394c1"
2023-01-09 13:55:24 +01:00
dependencies = [
"log",
2023-05-31 20:02:39 +02:00
"pico-args",
2023-01-09 13:55:24 +01:00
"rgb",
2023-05-31 20:02:39 +02:00
"svgtypes 0.8.2",
"tiny-skia 0.8.4",
"usvg 0.28.0",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "resvg"
2023-12-14 15:02:45 -08:00
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "cadccb3d99a9efb8e5e00c16fbb732cbe400db2ec7fc004697ee7d97d86cf1f4"
dependencies = [
2024-05-30 15:46:25 -05:00
"gif 0.12.0",
2023-05-31 20:02:39 +02:00
"jpeg-decoder",
"log",
2023-05-31 20:02:39 +02:00
"pico-args",
"png",
"rgb",
2023-12-14 15:02:45 -08:00
"svgtypes 0.13.0",
2024-05-30 15:46:25 -05:00
"tiny-skia 0.11.4",
2023-12-14 15:02:45 -08:00
"usvg 0.37.0",
]
[[package]]
name = "rgb"
2023-11-06 18:35:14 +01:00
version = "0.8.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "05aaa8004b64fd573fc9d002f4e632d51ad4f026c2b5ba95fcb6c2f32c2c47d8"
dependencies = [
"bytemuck",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "ron"
2023-09-29 21:33:16 +02:00
version = "0.8.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-12-14 15:02:45 -08:00
"base64 0.21.7",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-01-09 13:55:24 +01:00
"serde",
2023-09-29 21:33:16 +02:00
"serde_derive",
]
[[package]]
name = "roxmltree"
2023-05-03 19:47:34 +02:00
version = "0.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-03 19:47:34 +02:00
checksum = "6b9de9831a129b122e7e61f242db509fa9d0838008bf0b29bb0624669edfe48a"
dependencies = [
"xmlparser",
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "roxmltree"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
2023-06-27 17:40:14 +02:00
[[package]]
name = "rust-embed"
2024-05-30 15:46:25 -05:00
version = "8.4.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
2023-06-27 17:40:14 +02:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2024-05-30 15:46:25 -05:00
version = "8.4.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
2023-06-27 17:40:14 +02:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-06-27 17:40:14 +02:00
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2024-05-30 15:46:25 -05:00
version = "8.4.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
2023-06-27 17:40:14 +02:00
dependencies = [
"sha2",
"walkdir",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "rust-ini"
2024-02-09 16:48:03 -08:00
version = "0.20.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "3e0698206bcb8882bf2a9ecb4c1e7785db57ff052297085a6efd4fe42302068a"
2023-01-09 13:55:24 +01:00
dependencies = [
"cfg-if",
"ordered-multimap",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "rustc-demangle"
2024-05-30 15:46:25 -05:00
version = "0.1.24"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2021-12-22 21:27:56 +01:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2024-02-07 12:33:32 +01:00
[[package]]
name = "rustix"
version = "0.37.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fea8ca367a3a01fe35e6943c400addf443c0f57670e6ec51196f71a4b8762dd2"
dependencies = [
"bitflags 1.3.2",
"errno",
"io-lifetimes 1.0.11",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "rustix"
2024-05-30 15:46:25 -05:00
version = "0.38.34"
2023-07-31 19:15:26 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-07-31 19:15:26 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"errno",
2023-07-31 19:15:26 +02:00
"libc",
2024-05-30 15:46:25 -05:00
"linux-raw-sys 0.4.14",
2023-12-14 15:02:45 -08:00
"windows-sys 0.52.0",
]
2023-10-07 19:15:44 -07:00
[[package]]
name = "rustversion"
2024-05-30 15:46:25 -05:00
version = "1.0.17"
2023-10-07 19:15:44 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2023-10-07 19:15:44 -07:00
2023-09-29 21:33:16 +02:00
[[package]]
name = "rustybuzz"
2023-12-14 15:02:45 -08:00
version = "0.12.1"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
2023-09-29 21:33:16 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-09-29 21:33:16 +02:00
"bytemuck",
"smallvec",
2024-05-30 15:46:25 -05:00
"ttf-parser 0.20.0",
2024-06-26 16:31:21 +02:00
"unicode-bidi-mirroring 0.1.0",
"unicode-ccc 0.1.2",
"unicode-properties",
"unicode-script",
]
[[package]]
name = "rustybuzz"
version = "0.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfb9cf8877777222e4a3bc7eb247e398b56baba500c38c1c46842431adc8b55c"
dependencies = [
"bitflags 2.5.0",
"bytemuck",
"libm",
"smallvec",
"ttf-parser 0.21.1",
"unicode-bidi-mirroring 0.2.0",
"unicode-ccc 0.2.0",
2023-12-14 15:02:45 -08:00
"unicode-properties",
2023-09-29 21:33:16 +02:00
"unicode-script",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "ryu"
2024-05-30 15:46:25 -05:00
version = "1.0.18"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2022-02-05 00:40:17 +01:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2023-12-07 19:53:41 +00:00
[[package]]
name = "sanitize-filename"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ed72fbaf78e6f2d41744923916966c4fbe3d7c74e3037a8ee482f1115572603"
dependencies = [
"lazy_static",
"regex",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "scan_fmt"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
2021-12-15 23:23:49 +01:00
[[package]]
name = "scoped-tls"
2022-11-04 14:14:35 +01:00
version = "1.0.1"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2021-12-15 23:23:49 +01:00
[[package]]
name = "scopeguard"
2023-07-31 19:15:26 +02:00
version = "1.2.0"
2021-12-15 23:23:49 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2021-12-15 23:23:49 +01:00
2023-06-27 17:40:14 +02:00
[[package]]
name = "self_cell"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e14e4d63b804dc0c7ec4a1e52bcb63f02c7ac94476755aa579edac21e01f915d"
dependencies = [
2024-05-30 15:46:25 -05:00
"self_cell 1.0.4",
]
[[package]]
name = "self_cell"
2024-05-30 15:46:25 -05:00
version = "1.0.4"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d369a96f978623eb3dc28807c4852d6cc617fed53da5d3c400feff1ef34a714a"
2023-06-27 17:40:14 +02:00
[[package]]
name = "sendfd"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
dependencies = [
"libc",
]
[[package]]
name = "serde"
2024-05-30 15:46:25 -05:00
version = "1.0.203"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
2022-03-28 23:45:30 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2024-05-30 15:46:25 -05:00
version = "1.0.203"
2022-03-28 23:45:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
2022-03-28 23:45:30 +02:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2022-03-28 23:45:30 +02:00
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "serde_json"
2024-05-30 15:46:25 -05:00
version = "1.0.117"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "455182ea6142b14f93f4bc5320a2b31c1f266b66a4a5c858b013302a5d8cbfc3"
2022-02-05 00:40:17 +01:00
dependencies = [
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2022-02-05 00:40:17 +01:00
"itoa",
"ryu",
"serde",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "serde_repr"
2024-05-30 15:46:25 -05:00
version = "0.1.19"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
2024-02-07 12:33:32 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2024-02-07 12:33:32 +01:00
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "serde_spanned"
2024-05-30 15:46:25 -05:00
version = "0.6.6"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "79e674e01f999af37c49f70a6ede167a8a60b2503e56c5599532a65baa5969a0"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
]
2024-04-03 16:02:27 +02:00
[[package]]
name = "serde_with"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
dependencies = [
"base64 0.22.1",
"chrono",
"hex",
"indexmap 1.9.3",
"indexmap 2.2.6",
"serde",
"serde_derive",
"serde_json",
"serde_with_macros",
"time",
]
[[package]]
name = "serde_with_macros"
version = "3.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.66",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "sha1"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[package]]
name = "sha2"
2023-09-29 21:33:16 +02:00
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "sharded-slab"
2023-11-06 18:35:14 +01:00
version = "0.1.7"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2022-04-27 21:33:46 +02:00
dependencies = [
"lazy_static",
2022-04-27 21:33:46 +02:00
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "signal-hook-registry"
2024-05-30 15:46:25 -05:00
version = "1.4.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2024-02-07 12:33:32 +01:00
dependencies = [
"libc",
]
[[package]]
name = "simd-adler32"
2023-07-31 19:15:26 +02:00
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
[[package]]
name = "simplecss"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
dependencies = [
"log",
]
[[package]]
name = "siphasher"
2023-09-29 21:33:16 +02:00
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2024-06-26 16:31:21 +02:00
[[package]]
name = "skrifa"
version = "0.19.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ab45fb68b53576a43d4fc0e9ec8ea64e29a4d2cc7f44506964cb75f288222e9"
dependencies = [
"bytemuck",
"read-fonts",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "slab"
2023-09-29 21:33:16 +02:00
version = "0.4.9"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2023-01-09 13:55:24 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
2023-12-14 15:02:45 -08:00
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
dependencies = [
"version_check",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "smallvec"
2024-05-30 15:46:25 -05:00
version = "1.13.2"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2021-12-15 17:25:15 +01:00
[[package]]
name = "smithay"
version = "0.3.0"
2024-07-05 17:57:56 +02:00
source = "git+https://github.com/smithay//smithay?rev=e2b233f#e2b233ff588747310c8c4aa6bbb6d56c877351a8"
2021-12-15 17:25:15 +01:00
dependencies = [
"appendlist",
2024-06-26 15:58:07 +02:00
"ash 0.38.0+1.3.281",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-06-26 15:58:07 +02:00
"calloop 0.14.0",
"cc",
2021-12-15 17:25:15 +01:00
"cgmath",
"cursor-icon",
2021-12-15 17:25:15 +01:00
"downcast-rs",
2024-04-24 09:34:46 -07:00
"drm 0.12.0",
"drm-ffi 0.8.0",
2021-12-15 17:25:15 +01:00
"drm-fourcc",
"encoding_rs",
2023-10-19 12:03:45 -07:00
"errno",
2021-12-15 17:25:15 +01:00
"gbm",
"gl_generator",
2023-12-14 15:02:45 -08:00
"glow 0.12.3",
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2022-01-20 19:51:46 +01:00
"input",
2021-12-15 17:25:15 +01:00
"lazy_static",
"libc",
2024-05-30 15:46:25 -05:00
"libloading 0.8.3",
2022-02-09 14:26:35 +01:00
"libseat",
2021-12-15 17:25:15 +01:00
"once_cell",
"pixman",
"pkg-config",
2023-07-12 18:54:53 +02:00
"profiling",
2021-12-15 17:25:15 +01:00
"rand",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2021-12-15 17:25:15 +01:00
"scan_fmt",
2023-01-03 19:17:51 +01:00
"scopeguard",
2023-09-21 18:21:20 +02:00
"smallvec",
2021-12-15 17:25:15 +01:00
"tempfile",
"thiserror",
"tracing",
2024-02-01 15:38:05 +01:00
"udev",
2024-06-26 15:58:07 +02:00
"wayland-client",
"wayland-cursor",
"wayland-egl",
"wayland-protocols 0.32.1",
2022-08-31 13:01:23 +02:00
"wayland-protocols-misc",
"wayland-protocols-wlr 0.3.1",
2021-12-15 17:25:15 +01:00
"wayland-server",
"winit",
2024-02-09 16:48:03 -08:00
"x11rb",
2023-10-24 10:43:11 -07:00
"xkbcommon",
2021-12-15 17:25:15 +01:00
]
[[package]]
2023-01-09 13:55:24 +01:00
name = "smithay-client-toolkit"
2024-06-26 16:31:21 +02:00
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
2024-05-30 15:46:25 -05:00
dependencies = [
"bitflags 2.5.0",
2024-06-26 16:31:21 +02:00
"calloop 0.12.4",
"calloop-wayland-source 0.2.0",
2024-05-30 15:46:25 -05:00
"cursor-icon",
"libc",
"log",
"memmap2 0.9.4",
"rustix 0.38.34",
"thiserror",
"wayland-backend",
"wayland-client",
"wayland-csd-frame",
"wayland-cursor",
"wayland-protocols 0.31.2",
"wayland-protocols-wlr 0.2.0",
2024-05-30 15:46:25 -05:00
"wayland-scanner",
"xkeysym",
]
[[package]]
name = "smithay-client-toolkit"
2024-06-26 16:31:21 +02:00
version = "0.19.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 16:31:21 +02:00
checksum = "837d3067369e24aeda699a5d9fc5aa14ca14a84dd70aeed7156bfa04a5605b32"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-06-26 16:31:21 +02:00
"bytemuck",
"calloop 0.13.0",
"calloop-wayland-source 0.3.0",
2023-10-24 10:43:11 -07:00
"cursor-icon",
"libc",
2023-01-09 13:55:24 +01:00
"log",
2024-05-30 15:46:25 -05:00
"memmap2 0.9.4",
2024-06-26 16:31:21 +02:00
"pkg-config",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2023-10-24 10:43:11 -07:00
"thiserror",
"wayland-backend",
"wayland-client",
2023-10-24 10:43:11 -07:00
"wayland-csd-frame",
2023-01-09 13:55:24 +01:00
"wayland-cursor",
2024-06-26 16:31:21 +02:00
"wayland-protocols 0.32.1",
"wayland-protocols-wlr 0.3.1",
"wayland-scanner",
2024-06-26 16:31:21 +02:00
"xkbcommon",
2023-10-24 10:43:11 -07:00
"xkeysym",
2023-01-09 13:55:24 +01:00
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "smithay-clipboard"
version = "0.8.0"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/smithay-clipboard?tag=pop-dnd-5#d099e82a4c1e7d3e88dc34b7333de21928b1b22c"
2024-02-09 16:48:03 -08:00
dependencies = [
"libc",
2024-05-30 15:46:25 -05:00
"raw-window-handle",
2024-06-26 16:31:21 +02:00
"smithay-client-toolkit 0.19.1",
2024-02-09 16:48:03 -08:00
"wayland-backend",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "smithay-egui"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay-egui.git?rev=cdc652e0#cdc652e0d4823b16a5bd9badd288e38512789dc5"
2023-01-09 13:55:24 +01:00
dependencies = [
"cgmath",
2023-05-03 19:47:48 +02:00
"egui",
2023-01-09 13:55:24 +01:00
"egui_extras",
"egui_glow",
"image",
"log",
2024-05-30 15:46:25 -05:00
"memoffset 0.9.1",
2023-01-09 13:55:24 +01:00
"smithay",
2023-10-24 10:43:11 -07:00
"xkbcommon",
]
[[package]]
name = "smol_str"
2024-05-30 15:46:25 -05:00
version = "0.2.2"
2023-10-24 10:43:11 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
2023-10-24 10:43:11 -07:00
dependencies = [
"serde",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "snowflake"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "27207bb65232eda1f588cf46db2fee75c0808d557f6b3cf19a75f5d6d7c94df1"
2024-02-07 12:33:32 +01:00
[[package]]
name = "socket2"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "softbuffer"
2024-02-09 16:48:03 -08:00
version = "0.4.1"
source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-4.0#6e75b1ad7e98397d37cb187886d05969bc480995"
2023-01-09 13:55:24 +01:00
dependencies = [
"as-raw-xcb-connection",
"bytemuck",
2024-05-30 15:46:25 -05:00
"cfg_aliases 0.2.1",
2023-01-09 13:55:24 +01:00
"cocoa",
"core-graphics",
2024-04-24 09:34:46 -07:00
"drm 0.11.1",
2024-05-30 15:46:25 -05:00
"fastrand 2.1.0",
2023-12-14 15:02:45 -08:00
"foreign-types",
"js-sys",
"log",
2024-05-30 15:46:25 -05:00
"memmap2 0.9.4",
2023-01-09 13:55:24 +01:00
"objc",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
"redox_syscall 0.4.1",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
"tiny-xlib",
2023-01-09 13:55:24 +01:00
"wasm-bindgen",
"wayland-backend",
"wayland-client",
"wayland-sys",
2023-01-09 13:55:24 +01:00
"web-sys",
2024-02-09 16:48:03 -08:00
"windows-sys 0.52.0",
"x11rb",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
dependencies = [
2023-01-09 13:55:24 +01:00
"lock_api",
]
2022-01-11 17:22:23 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "spirv"
2024-02-09 16:48:03 -08:00
version = "0.3.0+sdk-1.3.268.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-09 16:48:03 -08:00
checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
2022-01-11 17:22:23 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2022-01-11 17:22:23 +01:00
]
2023-01-03 19:17:51 +01:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-05-03 19:47:34 +02:00
[[package]]
name = "strict-num"
2023-05-31 20:02:39 +02:00
version = "0.1.1"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
2023-05-03 19:47:34 +02:00
dependencies = [
"float-cmp",
2023-05-03 19:47:34 +02:00
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-05-30 15:46:25 -05:00
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2022-04-27 21:33:46 +02:00
[[package]]
name = "subtle"
2023-05-25 00:15:00 +02:00
version = "2.5.0"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 00:15:00 +02:00
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
2022-04-27 21:33:46 +02:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "svg_fmt"
2024-05-30 15:46:25 -05:00
version = "0.4.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "20e16a0f46cf5fd675563ef54f26e83e20f2366bcf027bcb3cc3ed2b98aaf2ca"
2023-01-09 13:55:24 +01:00
[[package]]
name = "svgtypes"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22975e8a2bac6a76bb54f898a6b18764633b00e780330f0b689f65afb3975564"
dependencies = [
"siphasher",
]
2023-01-09 13:55:24 +01:00
[[package]]
2023-05-31 20:02:39 +02:00
name = "svgtypes"
2023-12-14 15:02:45 -08:00
version = "0.13.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "6e44e288cd960318917cbd540340968b90becc8bc81f171345d706e7a89d9d70"
2023-05-31 20:02:39 +02:00
dependencies = [
"kurbo 0.9.5",
"siphasher",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "swash"
2024-06-26 16:31:21 +02:00
version = "0.1.17"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 16:31:21 +02:00
checksum = "4d7773d67fe3373048cf840bfcc54ec3207cfc1e95c526b287ef2eb5eff9faf6"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-06-26 16:31:21 +02:00
"skrifa",
2023-01-09 13:55:24 +01:00
"yazi",
"zeno",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "syn"
2023-02-25 00:17:54 +01:00
version = "1.0.109"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
2022-06-20 15:50:52 +02:00
"unicode-ident",
2021-12-15 17:25:15 +01:00
]
2023-03-23 14:01:22 +01:00
[[package]]
name = "syn"
2024-05-30 15:46:25 -05:00
version = "2.0.66"
2023-03-23 14:01:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c42f3f41a2de00b01c0aaad383c5a45241efc8b2d1eda5661812fda5f3cdcff5"
2023-03-23 14:01:22 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "sys-locale"
2023-09-29 21:33:16 +02:00
version = "0.3.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
2023-01-09 13:55:24 +01:00
dependencies = [
"libc",
]
2023-10-02 19:37:23 +02:00
[[package]]
name = "taffy"
version = "0.3.11"
2023-12-07 19:53:41 +00:00
source = "git+https://github.com/DioxusLabs/taffy?rev=7781c70#7781c70241f7f572130c13106f2a869a9cf80885"
2023-10-02 19:37:23 +02:00
dependencies = [
"arrayvec",
"grid",
"num-traits",
"slotmap",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "tempfile"
2024-05-30 15:46:25 -05:00
version = "3.10.1"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
2024-05-30 15:46:25 -05:00
"fastrand 2.1.0",
"rustix 0.38.34",
2023-12-14 15:02:45 -08:00
"windows-sys 0.52.0",
2021-12-15 17:25:15 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "termcolor"
2023-12-14 15:02:45 -08:00
version = "1.4.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
2023-01-09 13:55:24 +01:00
dependencies = [
"winapi-util",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "thiserror"
2024-05-30 15:46:25 -05:00
version = "1.0.61"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
2021-12-15 17:25:15 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-05-30 15:46:25 -05:00
version = "1.0.61"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "thread_local"
2024-05-30 15:46:25 -05:00
version = "1.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
dependencies = [
"cfg-if",
"once_cell",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "tiff"
2023-12-14 15:02:45 -08:00
version = "0.9.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "ba1310fcea54c6a9a4fd1aad794ecc02c31682f6bfbecdf460bf19533eed1e3e"
2023-01-09 13:55:24 +01:00
dependencies = [
"flate2",
2023-05-31 20:02:39 +02:00
"jpeg-decoder",
2023-01-09 13:55:24 +01:00
"weezl",
]
[[package]]
name = "time"
2024-05-30 15:46:25 -05:00
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-07-31 19:15:26 +02:00
"deranged",
"itoa",
2023-12-07 19:53:41 +00:00
"libc",
2024-05-30 15:46:25 -05:00
"num-conv",
2023-12-07 19:53:41 +00:00
"num_threads",
2023-11-06 18:35:14 +01:00
"powerfmt",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-09-29 21:33:16 +02:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "time-macros"
2024-05-30 15:46:25 -05:00
version = "0.2.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-05-30 15:46:25 -05:00
"num-conv",
"time-core",
]
2024-02-09 16:48:03 -08:00
[[package]]
name = "tiny-keccak"
version = "2.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
dependencies = [
"crunchy",
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "tiny-skia"
2023-05-31 20:02:39 +02:00
version = "0.8.4"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "df8493a203431061e901613751931f047d1971337153f96d0e5e363d6dbf6a67"
2023-05-12 20:01:37 +02:00
dependencies = [
"arrayref",
"arrayvec",
2023-05-12 20:01:37 +02:00
"bytemuck",
"cfg-if",
"png",
2023-05-31 20:02:39 +02:00
"tiny-skia-path 0.8.4",
2023-05-12 20:01:37 +02:00
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "tiny-skia"
2024-05-30 15:46:25 -05:00
version = "0.11.4"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
2023-05-03 19:47:34 +02:00
dependencies = [
"arrayref",
"arrayvec",
2023-05-03 19:47:34 +02:00
"bytemuck",
"cfg-if",
2023-05-31 20:02:39 +02:00
"log",
2023-05-03 19:47:34 +02:00
"png",
2024-05-30 15:46:25 -05:00
"tiny-skia-path 0.11.4",
2023-05-12 20:01:37 +02:00
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "tiny-skia-path"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adbfb5d3f3dd57a0e11d12f4f13d4ebbbc1b5c15b7ab0a156d030b21da5f677c"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "tiny-skia-path"
2024-05-30 15:46:25 -05:00
version = "0.11.4"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
2023-05-31 20:02:39 +02:00
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
[[package]]
name = "tiny-xlib"
2024-05-30 15:46:25 -05:00
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "1d52f22673960ad13af14ff4025997312def1223bfa7c8e4949d099e6b3d5d1c"
dependencies = [
"as-raw-xcb-connection",
2024-05-30 15:46:25 -05:00
"ctor-lite",
"libloading 0.8.3",
"pkg-config",
"tracing",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "tinystr"
2024-05-30 15:46:25 -05:00
version = "0.7.6"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
2023-06-27 17:40:14 +02:00
dependencies = [
"displaydoc",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "tinyvec"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2023-06-27 17:40:14 +02:00
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
2024-05-30 15:46:25 -05:00
version = "0.8.13"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a4e43f8cc456c9704c851ae29c67e17ef65d2c30017c17a9765b89c382dc8bba"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
2024-05-30 15:46:25 -05:00
"toml_edit 0.22.13",
2023-06-27 17:40:14 +02:00
]
2023-01-26 21:08:50 +01:00
[[package]]
name = "toml_datetime"
2024-05-30 15:46:25 -05:00
version = "0.6.6"
2023-01-26 21:08:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4badfd56924ae69bcc9039335b2e017639ce3f9b001c393c1b2d1ef846ce2cbf"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
]
2023-01-26 21:08:50 +01:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2024-02-07 12:33:32 +01:00
"toml_datetime",
2024-05-30 15:46:25 -05:00
"winnow 0.5.40",
2024-02-07 12:33:32 +01:00
]
2024-05-30 15:46:25 -05:00
[[package]]
name = "toml_edit"
version = "0.22.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c127785850e8c20836d49732ae6abfa47616e60bf9d9f57c43c250361a9db96c"
2023-09-29 21:33:16 +02:00
dependencies = [
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2023-06-27 17:40:14 +02:00
"serde",
"serde_spanned",
2023-01-26 21:08:50 +01:00
"toml_datetime",
2024-05-30 15:46:25 -05:00
"winnow 0.6.9",
2023-01-26 21:08:50 +01:00
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "tracing"
2023-11-06 18:35:14 +01:00
version = "0.1.40"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
2022-11-17 20:32:54 +01:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
2022-11-17 20:32:54 +01:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2023-11-06 18:35:14 +01:00
version = "0.1.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "tracing-core"
2023-11-06 18:35:14 +01:00
version = "0.1.32"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-06 18:35:14 +01:00
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
2022-11-17 20:32:54 +01:00
dependencies = [
"once_cell",
"valuable",
]
[[package]]
name = "tracing-journald"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba316a74e8fc3c3896a850dba2375928a9fa171b085ecddfc7c054d39970f3fd"
dependencies = [
"libc",
"tracing-core",
"tracing-subscriber",
]
[[package]]
name = "tracing-log"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
dependencies = [
"log",
2023-11-06 18:35:14 +01:00
"once_cell",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
2022-11-17 20:32:54 +01:00
]
2023-10-07 19:15:44 -07:00
[[package]]
name = "tracy-client"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59fb931a64ff88984f86d3e9bcd1ae8843aa7fe44dd0f8097527bc172351741d"
dependencies = [
"loom",
"once_cell",
"tracy-client-sys",
]
[[package]]
name = "tracy-client-sys"
version = "0.22.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d104d610dfa9dd154535102cc9c6164ae1fa37842bc2d9e83f9ac82b0ae0882"
dependencies = [
"cc",
]
2023-11-06 18:35:14 +01:00
[[package]]
name = "ttf-parser"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
2024-05-30 15:46:25 -05:00
[[package]]
name = "ttf-parser"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c591d83f69777866b9126b24c6dd9a18351f177e49d625920d19f989fd31cf8"
2023-06-27 17:40:14 +02:00
[[package]]
name = "type-map"
2024-05-30 15:46:25 -05:00
version = "0.5.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "deb68604048ff8fa93347f02441e4487594adc20bb8a084f9e564d2b827a0a9f"
2023-06-27 17:40:14 +02:00
dependencies = [
"rustc-hash",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "typenum"
2023-09-29 21:33:16 +02:00
version = "1.17.0"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
2022-04-27 21:33:46 +02:00
2023-09-29 21:33:16 +02:00
[[package]]
name = "udev"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50051c6e22be28ee6f217d50014f3bc29e81c20dc66ff7ca0d5c5226e1dcc5a1"
dependencies = [
"io-lifetimes 1.0.11",
"libc",
"libudev-sys",
"pkg-config",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "uds_windows"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
dependencies = [
2024-05-30 15:46:25 -05:00
"memoffset 0.9.1",
2024-02-07 12:33:32 +01:00
"tempfile",
"winapi",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "unic-langid"
2024-05-30 15:46:25 -05:00
version = "0.9.5"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "23dd9d1e72a73b25e07123a80776aae3e7b0ec461ef94f9151eed6ec88005a44"
2023-06-27 17:40:14 +02:00
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
2024-05-30 15:46:25 -05:00
version = "0.9.5"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "0a5422c1f65949306c99240b81de9f3f15929f5a8bfe05bb44b034cc8bf593e5"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
"tinystr",
]
[[package]]
name = "unicase"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
dependencies = [
"version_check",
]
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
[[package]]
name = "unicode-bidi-mirroring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
2024-06-26 16:31:21 +02: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.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
2024-06-26 16:31:21 +02:00
[[package]]
name = "unicode-ccc"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1df77b101bcc4ea3d78dafc5ad7e4f58ceffe0b2b16bf446aeb50b6cb4157656"
2022-01-20 19:51:46 +01:00
[[package]]
2022-06-20 15:50:52 +02:00
name = "unicode-ident"
2023-09-29 21:33:16 +02:00
version = "1.0.12"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-linebreak"
2023-07-31 19:15:26 +02:00
version = "0.1.5"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
2021-12-15 17:25:15 +01:00
2023-09-29 21:33:16 +02:00
[[package]]
name = "unicode-normalization"
2024-05-30 15:46:25 -05:00
version = "0.1.23"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
2023-09-29 21:33:16 +02:00
dependencies = [
"tinyvec",
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "unicode-properties"
version = "0.1.1"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
2023-12-14 15:02:45 -08:00
[[package]]
name = "unicode-script"
2024-05-30 15:46:25 -05:00
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "ad8d71f5726e5f285a935e9fe8edfd53f0491eb6e9a5774097fdabee7cd8c9cd"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-segmentation"
2024-05-30 15:46:25 -05:00
version = "1.11.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-vo"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-width"
2024-05-30 15:46:25 -05:00
version = "0.1.12"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "68f5e5f3158ecfd4b8ff6fe086db7c8467a2dfdac97fe420f2b7c4aa97af66d6"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2023-09-29 21:33:16 +02:00
[[package]]
name = "url"
2023-12-14 15:02:45 -08:00
version = "2.5.0"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
2023-09-29 21:33:16 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "usvg"
2023-05-31 20:02:39 +02:00
version = "0.28.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "8b5b7c2b30845b3348c067ca3d09e20cc6e327c288f0ca4c48698712abf432e9"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"base64 0.13.1",
2023-12-14 15:02:45 -08:00
"data-url 0.2.0",
2023-01-09 13:55:24 +01:00
"flate2",
2023-05-31 20:02:39 +02:00
"imagesize 0.10.1",
"kurbo 0.8.3",
2023-01-09 13:55:24 +01:00
"log",
2023-05-31 20:02:39 +02:00
"rctree",
"roxmltree 0.15.1",
2023-01-09 13:55:24 +01:00
"simplecss",
"siphasher",
2023-05-31 20:02:39 +02:00
"strict-num",
"svgtypes 0.8.2",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "usvg"
2023-12-14 15:02:45 -08:00
version = "0.37.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "38b0a51b72ab80ca511d126b77feeeb4fb1e972764653e61feac30adc161a756"
2023-05-31 20:02:39 +02:00
dependencies = [
2023-12-14 15:02:45 -08:00
"base64 0.21.7",
2023-05-31 20:02:39 +02:00
"log",
"pico-args",
"usvg-parser",
"usvg-text-layout",
"usvg-tree",
"xmlwriter",
]
[[package]]
name = "usvg-parser"
2023-12-14 15:02:45 -08:00
version = "0.37.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "9bd4e3c291f45d152929a31f0f6c819245e2921bfd01e7bd91201a9af39a2bdc"
dependencies = [
2023-12-14 15:02:45 -08:00
"data-url 0.3.1",
"flate2",
2023-09-29 21:33:16 +02:00
"imagesize 0.12.0",
2023-05-31 20:02:39 +02:00
"kurbo 0.9.5",
"log",
2023-12-14 15:02:45 -08:00
"roxmltree 0.19.0",
2023-09-29 21:33:16 +02:00
"simplecss",
"siphasher",
2023-12-14 15:02:45 -08:00
"svgtypes 0.13.0",
2023-05-31 20:02:39 +02:00
"usvg-tree",
]
[[package]]
name = "usvg-text-layout"
2023-12-14 15:02:45 -08:00
version = "0.37.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "d383a3965de199d7f96d4e11a44dd859f46e86de7f3dca9a39bf82605da0a37c"
2023-05-31 20:02:39 +02:00
dependencies = [
"fontdb",
"kurbo 0.9.5",
"log",
2024-06-26 16:31:21 +02:00
"rustybuzz 0.12.1",
2023-05-31 20:02:39 +02:00
"unicode-bidi",
"unicode-script",
"unicode-vo",
"usvg-tree",
]
[[package]]
name = "usvg-tree"
2023-12-14 15:02:45 -08:00
version = "0.37.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "8ee3d202ebdb97a6215604b8f5b4d6ef9024efd623cf2e373a6416ba976ec7d3"
2023-05-31 20:02:39 +02:00
dependencies = [
"rctree",
2023-05-03 19:47:34 +02:00
"strict-num",
2023-12-14 15:02:45 -08:00
"svgtypes 0.13.0",
2024-05-30 15:46:25 -05:00
"tiny-skia-path 0.11.4",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "uuid"
2024-05-30 15:46:25 -05:00
version = "1.8.0"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2022-04-27 21:33:46 +02:00
dependencies = [
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-01-11 17:22:23 +01:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2024-02-07 12:33:32 +01:00
[[package]]
name = "waker-fn"
2024-05-30 15:46:25 -05:00
version = "1.2.0"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
2024-02-07 12:33:32 +01:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "walkdir"
2024-05-30 15:46:25 -05:00
version = "2.5.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2023-05-31 20:02:39 +02:00
dependencies = [
"same-file",
"winapi-util",
]
2022-03-22 12:31:19 +01:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
2024-05-30 15:46:25 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2024-05-30 15:46:25 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
dependencies = [
"bumpalo",
"log",
2022-08-04 12:49:19 +02:00
"once_cell",
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
"wasm-bindgen-shared",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "wasm-bindgen-futures"
2024-05-30 15:46:25 -05:00
version = "0.4.42"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
2023-01-09 13:55:24 +01:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2024-05-30 15:46:25 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2024-05-30 15:46:25 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2024-05-30 15:46:25 -05:00
version = "0.2.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2022-06-20 15:50:52 +02:00
2023-01-09 13:55:24 +01: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",
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "wayland-backend"
2024-07-16 22:52:44 +02:00
version = "0.3.6"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 22:52:44 +02:00
checksum = "f90e11ce2ca99c97b940ee83edbae9da2d56a08f9ea8158550fd77fa31722993"
2023-09-29 21:33:16 +02:00
dependencies = [
"cc",
"downcast-rs",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2023-09-29 21:33:16 +02:00
"scoped-tls",
"smallvec",
"wayland-sys",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "wayland-client"
version = "0.31.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e63801c85358a431f986cffa74ba9599ff571fc5774ac113ed3b490c19a1133"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"rustix 0.38.34",
"wayland-backend",
"wayland-scanner",
2023-01-09 13:55:24 +01:00
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-10-24 10:43:11 -07:00
name = "wayland-csd-frame"
version = "0.3.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 10:43:11 -07:00
checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
2021-12-15 17:25:15 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-10-24 10:43:11 -07:00
"cursor-icon",
"wayland-backend",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "wayland-cursor"
version = "0.31.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a206e8b2b53b1d3fcb9428fec72bc278ce539e2fa81fe2bfc1ab27703d5187b9"
dependencies = [
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-egl"
version = "0.32.1"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18cede1c33845ccd8fcebf7f107595170abf0ad0a28d47c50b444e06019b16e8"
dependencies = [
"wayland-backend",
"wayland-sys",
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-protocols"
2024-02-07 12:33:32 +01:00
version = "0.31.2"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-07 12:33:32 +01:00
checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
2022-06-20 15:50:52 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83d0f1056570486e26a3773ec633885124d79ae03827de05ba6c85f79904026c"
dependencies = [
"bitflags 2.5.0",
"wayland-backend",
2024-06-26 16:31:21 +02:00
"wayland-client",
"wayland-scanner",
2022-06-20 15:50:52 +02:00
"wayland-server",
]
2022-08-31 13:01:23 +02:00
[[package]]
name = "wayland-protocols-misc"
version = "0.3.1"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e76311e1866c955afbbc46ae97e57542acda1dc9b0298358263a8550b5247331"
2022-08-31 13:01:23 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-protocols 0.32.1",
"wayland-scanner",
2022-08-31 13:01:23 +02:00
"wayland-server",
]
2022-06-20 15:50:52 +02:00
[[package]]
2023-10-24 10:43:11 -07:00
name = "wayland-protocols-plasma"
2023-09-29 21:33:16 +02:00
version = "0.2.0"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 10:43:11 -07:00
checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
2022-06-20 15:50:52 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.31.2",
"wayland-scanner",
2021-12-15 17:25:15 +01:00
]
[[package]]
2023-10-24 10:43:11 -07:00
name = "wayland-protocols-wlr"
version = "0.2.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 10:43:11 -07:00
checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
2021-12-15 17:25:15 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.31.2",
"wayland-scanner",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7dab47671043d9f5397035975fe1cac639e5bca5cc0b3c32d09f01612e34d24"
dependencies = [
"bitflags 2.5.0",
"wayland-backend",
2024-06-26 16:31:21 +02:00
"wayland-client",
"wayland-protocols 0.32.1",
"wayland-scanner",
2023-10-24 10:43:11 -07:00
"wayland-server",
2021-12-15 17:25:15 +01:00
]
2023-09-29 21:33:16 +02:00
[[package]]
name = "wayland-scanner"
version = "0.31.2"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67da50b9f80159dec0ea4c11c13e24ef9e7574bd6ce24b01860a175010cea565"
2023-09-29 21:33:16 +02:00
dependencies = [
"proc-macro2",
"quick-xml",
2022-11-03 18:51:27 +01:00
"quote",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "wayland-server"
version = "0.31.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63e89118bd072ba6ce0f9c2c92fa41f72d1d78a138d2abc497a80a8264565559"
2021-12-15 17:25:15 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2021-12-15 17:25:15 +01:00
"downcast-rs",
2023-12-14 15:02:45 -08:00
"io-lifetimes 2.0.3",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
"wayland-backend",
"wayland-scanner",
2023-09-29 21:33:16 +02:00
]
[[package]]
name = "wayland-sys"
2024-07-16 22:52:44 +02:00
version = "0.31.4"
2023-09-29 21:33:16 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-07-16 22:52:44 +02:00
checksum = "43676fe2daf68754ecf1d72026e4e6c15483198b5d24e888b74d3f22f887a148"
2023-09-29 21:33:16 +02:00
dependencies = [
"dlib",
2022-06-20 15:50:52 +02:00
"log",
2023-10-24 10:43:11 -07:00
"once_cell",
2021-12-15 17:25:15 +01:00
"pkg-config",
]
[[package]]
name = "web-sys"
2024-05-30 15:46:25 -05:00
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "web-time"
2023-12-14 15:02:45 -08:00
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-14 15:02:45 -08:00
checksum = "aa30049b1c872b72c89866d458eae9f20380ab280ffd1b1e18df2d3e2d98cfe0"
dependencies = [
"js-sys",
"wasm-bindgen",
]
2024-06-26 15:58:07 +02:00
[[package]]
name = "web-time"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
2024-05-30 15:46:25 -05:00
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
2023-05-12 20:01:37 +02:00
[[package]]
name = "wgpu"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-05-12 20:01:37 +02:00
dependencies = [
"arrayvec",
2023-05-12 20:01:37 +02:00
"cfg-if",
2024-02-09 16:48:03 -08:00
"cfg_aliases 0.1.1",
2023-05-12 20:01:37 +02:00
"js-sys",
"log",
"naga",
2024-05-30 15:46:25 -05:00
"parking_lot 0.12.3",
2023-05-12 20:01:37 +02:00
"profiling",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
2023-01-09 13:55:24 +01:00
"smallvec",
"static_assertions",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"wgpu-core",
"wgpu-hal",
"wgpu-types",
2023-05-12 20:01:37 +02:00
]
[[package]]
name = "wgpu-core"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-05-12 20:01:37 +02:00
dependencies = [
"arrayvec",
2023-05-12 20:01:37 +02:00
"bit-vec",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-02-09 16:48:03 -08:00
"cfg_aliases 0.1.1",
2023-05-12 20:01:37 +02:00
"codespan-reporting",
2024-04-03 16:02:27 +02:00
"indexmap 2.2.6",
2023-05-12 20:01:37 +02:00
"log",
"naga",
2024-02-09 16:48:03 -08:00
"once_cell",
2024-05-30 15:46:25 -05:00
"parking_lot 0.12.3",
2023-01-09 13:55:24 +01:00
"profiling",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
2023-05-31 20:02:39 +02:00
"rustc-hash",
2023-01-09 13:55:24 +01:00
"smallvec",
"thiserror",
"web-sys",
"wgpu-hal",
"wgpu-types",
2023-05-12 20:01:37 +02:00
]
[[package]]
name = "wgpu-hal"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-05-12 20:01:37 +02:00
dependencies = [
"android_system_properties",
"arrayvec",
2024-06-26 15:58:07 +02:00
"ash 0.37.3+1.3.251",
2023-05-12 20:01:37 +02:00
"bit-set",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-12 20:01:37 +02:00
"block",
2024-02-09 16:48:03 -08:00
"cfg_aliases 0.1.1",
2023-05-12 20:01:37 +02:00
"core-graphics-types",
2023-05-31 20:02:39 +02:00
"d3d12",
"glow 0.13.1",
2023-12-14 15:02:45 -08:00
"glutin_wgl_sys",
2023-05-12 20:01:37 +02:00
"gpu-alloc",
"gpu-allocator",
"gpu-descriptor",
"hassle-rs",
2023-05-12 20:01:37 +02:00
"js-sys",
"khronos-egl",
"libc",
2024-07-16 22:52:44 +02:00
"libloading 0.8.3",
2023-05-12 20:01:37 +02:00
"log",
"metal",
"naga",
2023-01-09 13:55:24 +01:00
"objc",
2023-12-14 15:02:45 -08:00
"once_cell",
2024-05-30 15:46:25 -05:00
"parking_lot 0.12.3",
2023-01-09 13:55:24 +01:00
"profiling",
"range-alloc",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
"renderdoc-sys",
2023-05-31 20:02:39 +02:00
"rustc-hash",
2023-01-09 13:55:24 +01:00
"smallvec",
"thiserror",
"wasm-bindgen",
"web-sys",
"wgpu-types",
2023-01-09 13:55:24 +01:00
"winapi",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "wgpu-types"
2024-02-09 16:48:03 -08:00
version = "0.19.0"
source = "git+https://github.com/gfx-rs/wgpu?rev=20fda69#20fda698341efbdc870b8027d6d49f5bf3f36109"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-05-31 20:02:39 +02:00
"js-sys",
"web-sys",
2023-05-12 20:01:37 +02:00
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "widestring"
2024-05-30 15:46:25 -05:00
version = "1.1.0"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311"
2023-05-31 20:02:39 +02:00
2021-12-15 17:25:15 +01: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"
2023-01-09 13:55:24 +01:00
[[package]]
name = "winapi-util"
2024-05-30 15:46:25 -05:00
version = "0.1.8"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2023-01-09 13:55:24 +01:00
dependencies = [
2024-05-30 15:46:25 -05:00
"windows-sys 0.52.0",
2023-01-09 13:55:24 +01:00
]
2021-12-15 17:25:15 +01: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"
2024-02-09 16:48:03 -08:00
[[package]]
name = "window_clipboard"
version = "0.4.1"
2024-06-26 16:31:21 +02:00
source = "git+https://github.com/pop-os/window_clipboard.git?tag=pop-dnd-8#7c59b07b9172d8e0401f7e06609e1050575309c9"
2024-02-09 16:48:03 -08:00
dependencies = [
"clipboard-win",
"clipboard_macos",
"clipboard_wayland",
"clipboard_x11",
2024-05-30 15:46:25 -05:00
"dnd",
2024-02-09 16:48:03 -08:00
"mime 0.1.0",
"raw-window-handle",
"thiserror",
]
2023-10-07 19:15:44 -07:00
[[package]]
name = "windows"
2024-05-30 15:46:25 -05:00
version = "0.52.0"
2023-10-07 19:15:44 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2023-10-07 19:15:44 -07:00
dependencies = [
2024-05-30 15:46:25 -05:00
"windows-core 0.52.0",
"windows-targets 0.52.5",
2023-10-07 19:15:44 -07:00
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "windows"
2024-05-30 15:46:25 -05:00
version = "0.54.0"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
2023-05-12 20:01:37 +02:00
dependencies = [
2024-05-30 15:46:25 -05:00
"windows-core 0.54.0",
"windows-targets 0.52.5",
2023-12-14 15:02:45 -08:00
]
[[package]]
name = "windows-core"
2024-05-30 15:46:25 -05:00
version = "0.52.0"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-12-14 15:02:45 -08:00
dependencies = [
2024-05-30 15:46:25 -05:00
"windows-targets 0.52.5",
]
[[package]]
name = "windows-core"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
dependencies = [
"windows-result",
"windows-targets 0.52.5",
]
[[package]]
name = "windows-result"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
dependencies = [
"windows-targets 0.52.5",
2023-05-12 20:01:37 +02:00
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2023-09-29 21:33:16 +02:00
"windows-targets 0.48.5",
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-05-30 15:46:25 -05:00
"windows-targets 0.52.5",
2023-12-14 15:02:45 -08:00
]
[[package]]
name = "windows-targets"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
2023-03-23 14:01:22 +01: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-23 14:01:22 +01:00
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
dependencies = [
2023-09-29 21:33:16 +02:00
"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",
]
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows-targets"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2023-12-14 15:02:45 -08:00
dependencies = [
2024-05-30 15:46:25 -05:00
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2023-12-14 15:02:45 -08:00
]
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_aarch64_gnullvm"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_aarch64_msvc"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_i686_gnu"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_i686_gnu"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_i686_gnu"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_i686_msvc"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_i686_msvc"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_i686_msvc"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_x86_64_gnu"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_x86_64_gnullvm"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2023-12-14 15:02:45 -08:00
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-03-23 14:01:22 +01:00
version = "0.42.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-09-29 21:33:16 +02:00
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-12-14 15:02:45 -08:00
[[package]]
name = "windows_x86_64_msvc"
2024-05-30 15:46:25 -05:00
version = "0.52.5"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
2023-12-14 15:02:45 -08:00
2023-05-25 00:15:00 +02:00
[[package]]
name = "winit"
2024-06-26 15:58:07 +02:00
version = "0.30.3"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-26 15:58:07 +02:00
checksum = "49f45a7b7e2de6af35448d7718dab6d95acec466eb3bb7a56f4d31d1af754004"
2023-05-25 00:15:00 +02:00
dependencies = [
2024-02-09 16:48:03 -08:00
"ahash",
2023-05-25 00:15:00 +02:00
"android-activity",
2023-10-24 10:43:11 -07:00
"atomic-waker",
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2024-06-26 15:58:07 +02:00
"block2",
2023-10-24 10:43:11 -07:00
"bytemuck",
2024-03-26 16:45:30 +01:00
"calloop 0.12.4",
2024-06-26 15:58:07 +02:00
"cfg_aliases 0.2.1",
"concurrent-queue",
2023-05-25 00:15:00 +02:00
"core-foundation",
"core-graphics",
2023-10-24 10:43:11 -07:00
"cursor-icon",
2024-06-26 15:58:07 +02:00
"dpi",
2023-10-24 10:43:11 -07:00
"js-sys",
2023-05-25 00:15:00 +02:00
"libc",
2024-05-30 15:46:25 -05:00
"memmap2 0.9.4",
2023-05-25 00:15:00 +02:00
"ndk",
"objc2",
2024-06-26 15:58:07 +02:00
"objc2-app-kit",
"objc2-foundation",
"objc2-ui-kit",
2023-05-25 00:15:00 +02:00
"orbclient",
"percent-encoding",
2024-06-26 15:58:07 +02:00
"pin-project",
2024-02-09 16:48:03 -08:00
"raw-window-handle",
2024-06-26 15:58:07 +02:00
"redox_syscall 0.4.1",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
"smithay-client-toolkit 0.18.1",
2023-10-24 10:43:11 -07:00
"smol_str",
2024-06-26 15:58:07 +02:00
"tracing",
2023-10-24 10:43:11 -07:00
"unicode-segmentation",
2023-05-25 00:15:00 +02:00
"wasm-bindgen",
2023-10-24 10:43:11 -07:00
"wasm-bindgen-futures",
"wayland-backend",
"wayland-client",
"wayland-protocols 0.31.2",
2023-10-24 10:43:11 -07:00
"wayland-protocols-plasma",
2023-05-25 00:15:00 +02:00
"web-sys",
2024-06-26 15:58:07 +02:00
"web-time 1.1.0",
"windows-sys 0.52.0",
2023-05-25 00:15:00 +02:00
"x11-dl",
2024-02-09 16:48:03 -08:00
"x11rb",
2023-10-24 10:43:11 -07:00
"xkbcommon-dl",
2023-05-25 00:15:00 +02:00
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "winnow"
2024-05-30 15:46:25 -05:00
version = "0.5.40"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
dependencies = [
"memchr",
]
[[package]]
name = "winnow"
version = "0.6.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86c949fede1d13936a99f14fafd3e76fd642b556dd2ce96287fbe2e0151bfac6"
2023-03-06 18:50:37 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "x11-dl"
2023-01-24 17:40:33 +01:00
version = "2.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 17:40:33 +01:00
checksum = "38735924fedd5314a6e548792904ed8c6de6636285cb9fec04d5b1db85c1516f"
dependencies = [
"libc",
2023-01-24 17:40:33 +01:00
"once_cell",
"pkg-config",
]
2023-12-12 12:28:13 -08:00
[[package]]
name = "x11rb"
2024-05-30 15:46:25 -05:00
version = "0.13.1"
2023-12-12 12:28:13 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "5d91ffca73ee7f68ce055750bf9f6eca0780b8c85eff9bc046a3b0da41755e12"
2023-12-12 12:28:13 -08:00
dependencies = [
2023-12-14 15:02:45 -08:00
"as-raw-xcb-connection",
2024-02-09 16:48:03 -08:00
"gethostname",
2023-12-14 15:02:45 -08:00
"libc",
2024-05-30 15:46:25 -05:00
"libloading 0.8.3",
2023-12-14 15:02:45 -08:00
"once_cell",
2024-05-30 15:46:25 -05:00
"rustix 0.38.34",
2024-02-09 16:48:03 -08:00
"x11rb-protocol",
2023-09-29 21:33:16 +02:00
]
2023-12-12 12:28:13 -08:00
[[package]]
name = "x11rb-protocol"
2024-05-30 15:46:25 -05:00
version = "0.13.1"
2023-12-12 12:28:13 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "ec107c4503ea0b4a98ef47356329af139c0a4f7750e621cf2973cd3385ebcb3d"
2023-12-12 12:28:13 -08:00
[[package]]
name = "xcursor"
2023-12-12 12:28:13 -08:00
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-12-12 12:28:13 -08:00
checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
2022-03-28 23:45:30 +02:00
[[package]]
name = "xdg"
2023-07-31 19:15:26 +02:00
version = "2.5.2"
2022-03-28 23:45:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546"
2022-03-28 23:45:30 +02:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "xdg-home"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
dependencies = [
"libc",
"winapi",
]
2023-12-07 19:53:41 +00:00
[[package]]
name = "xdg-user"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1d5cd803f28ce5a488c8b129858222998c0a06bbec81f9d1b71faed1f9f9f0e"
dependencies = [
"home",
"libc",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "xkbcommon"
2023-10-24 10:43:11 -07:00
version = "0.7.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-24 10:43:11 -07:00
checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
2021-12-15 17:25:15 +01:00
dependencies = [
"libc",
2023-10-24 10:43:11 -07:00
"memmap2 0.8.0",
2023-09-29 21:33:16 +02:00
"xkeysym",
2021-12-15 17:25:15 +01:00
]
[[package]]
2023-10-24 10:43:11 -07:00
name = "xkbcommon-dl"
2024-05-30 15:46:25 -05:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "d039de8032a9a8856a6be89cea3e5d12fdd82306ab7c94d74e6deab2460651c5"
dependencies = [
2024-05-30 15:46:25 -05:00
"bitflags 2.5.0",
2023-10-24 10:43:11 -07:00
"dlib",
"log",
"once_cell",
"xkeysym",
]
[[package]]
2023-09-29 21:33:16 +02:00
name = "xkeysym"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
2024-05-30 15:46:25 -05:00
dependencies = [
"bytemuck",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "xml-rs"
2024-05-30 15:46:25 -05:00
version = "0.8.20"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "791978798f0597cfc70478424c2b4fdc2b7a8024aaff78497ef00f24ef674193"
[[package]]
name = "xmlparser"
2023-10-02 19:37:23 +02:00
version = "0.13.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-02 19:37:23 +02:00
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
[[package]]
name = "xmlwriter"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
2023-01-09 13:55:24 +01:00
2023-12-14 15:02:45 -08:00
[[package]]
name = "xxhash-rust"
2024-05-30 15:46:25 -05:00
version = "0.8.10"
2023-12-14 15:02:45 -08:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "927da81e25be1e1a2901d59b81b37dd2efd1fc9c9345a55007f09bf5a2d3ee03"
2023-12-14 15:02:45 -08:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "yazi"
2023-05-12 20:01:37 +02:00
version = "0.1.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
2023-01-09 13:55:24 +01:00
2024-02-07 12:33:32 +01:00
[[package]]
name = "zbus"
2024-05-30 15:46:25 -05:00
version = "3.15.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "675d170b632a6ad49804c8cf2105d7c31eddd3312555cffd4b740e08e97c25e6"
2024-02-07 12:33:32 +01:00
dependencies = [
"async-broadcast",
"async-executor",
"async-fs",
"async-io 1.13.0",
"async-lock 2.8.0",
"async-process",
"async-recursion",
"async-task",
"async-trait",
"blocking",
"byteorder",
"derivative",
"enumflags2",
"event-listener 2.5.3",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.26.4",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2024-05-30 15:46:25 -05:00
version = "3.15.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "7131497b0f887e8061b430c530240063d33bf9455fa34438f388a245da69e0a5"
2024-02-07 12:33:32 +01:00
dependencies = [
"proc-macro-crate",
2024-02-07 12:33:32 +01:00
"proc-macro2",
"quote",
"regex",
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zbus_names"
2024-05-30 15:46:25 -05:00
version = "2.6.1"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "437d738d3750bed6ca9b8d423ccc7a8eb284f6b1d6d4e225a0e4e6258d864c8d"
2024-02-07 12:33:32 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "zeno"
2023-09-29 21:33:16 +02:00
version = "0.2.3"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-09-29 21:33:16 +02:00
checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
2023-11-06 18:35:14 +01:00
[[package]]
name = "zerocopy"
2024-05-30 15:46:25 -05:00
version = "0.7.34"
2023-11-06 18:35:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "ae87e3fcd617500e5d106f0380cf7b77f3c6092aae37191433159dda23cfb087"
2023-11-06 18:35:14 +01:00
dependencies = [
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
2024-05-30 15:46:25 -05:00
version = "0.7.34"
2023-11-06 18:35:14 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "15e934569e47891f7d9411f1a451d947a60e000ab3bd24fbb970f000387d1b3b"
2023-11-06 18:35:14 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-05-30 15:46:25 -05:00
"syn 2.0.66",
2023-11-06 18:35:14 +01:00
]
[[package]]
name = "zune-inflate"
2023-05-12 20:01:37 +02:00
version = "0.2.54"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
dependencies = [
"simd-adler32",
]
2024-02-07 12:33:32 +01:00
[[package]]
name = "zvariant"
2024-05-30 15:46:25 -05:00
version = "3.15.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "4eef2be88ba09b358d3b58aca6e41cd853631d44787f319a1383ca83424fb2db"
2024-02-07 12:33:32 +01:00
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2024-05-30 15:46:25 -05:00
version = "3.15.2"
2024-02-07 12:33:32 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-05-30 15:46:25 -05:00
checksum = "37c24dc0bed72f5f90d1f8bb5b07228cbf63b3c6e9f82d82559d4bae666e7ed9"
2024-02-07 12:33:32 +01:00
dependencies = [
"proc-macro-crate",
2024-02-07 12:33:32 +01:00
"proc-macro2",
"quote",
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]