cosmic-comp/Cargo.lock

5282 lines
127 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
2023-01-09 13:55:24 +01:00
[[package]]
name = "Inflector"
version = "0.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
2022-01-11 17:22:23 +01:00
[[package]]
name = "ab_glyph"
2023-05-12 20:01:37 +02:00
version = "0.2.21"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "5110f1c78cf582855d895ecd0746b653db010cec6d9f5575293f27934d980a39"
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
2021-12-22 21:27:56 +01:00
[[package]]
name = "addr2line"
2023-07-31 19:15:26 +02:00
version = "0.20.0"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "f4fa78e18c64fce05e902adecd7a5eed15a5e0a3439f7b0e169f0252214865e3"
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"
2023-01-09 13:55:24 +01:00
[[package]]
name = "ahash"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
dependencies = [
"getrandom",
"once_cell",
"version_check",
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "ahash"
2023-01-26 21:08:50 +01:00
version = "0.8.3"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-26 21:08:50 +01:00
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
2022-01-11 17:22:23 +01:00
dependencies = [
2022-11-17 20:32:54 +01:00
"cfg-if",
2022-01-11 17:22:23 +01:00
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
2023-06-13 19:33:32 +02:00
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "43f6cb1bf222025340178f382c426f13757b2960e89779dfcb319c32542a5a41"
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-05-25 00:15:00 +02:00
[[package]]
name = "android-activity"
2023-07-31 19:15:26 +02:00
version = "0.4.3"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "64529721f27c2314ced0890ce45e469574a73e5e6fdd6e9da1860eb29285f5e0"
2023-05-25 00:15:00 +02:00
dependencies = [
"android-properties",
"bitflags 1.3.2",
"cc",
"jni-sys",
"libc",
"log",
"ndk",
"ndk-context",
"ndk-sys",
2023-07-31 19:15:26 +02:00
"num_enum 0.6.1",
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"
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"
2023-07-31 19:15:26 +02:00
version = "1.0.72"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "3b13c32d80ecc7ab747b80c3784bce54ee8a7a0cc4fbda9bf4cda2cf6fe90854"
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"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
[[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-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
]
2022-01-11 17:22:23 +01:00
[[package]]
name = "atomic_refcell"
2023-05-12 20:01:37 +02:00
version = "0.1.10"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "79d6dc922a2792b006573f60b2648076355daeae5ce9cb59507e5908c9625d31"
2022-01-11 17:22:23 +01:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "atomicwrites"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1163d9d7c51de51a2b79d6df5e8888d11e9df17c752ce4a285fb6ca1580734e"
dependencies = [
2023-07-31 19:15:26 +02:00
"rustix 0.37.23",
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"
2022-03-16 20:05:24 +01:00
version = "1.1.0"
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 = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-12-15 17:25:15 +01:00
2021-12-22 21:27:56 +01:00
[[package]]
name = "backtrace"
2023-07-31 19:15:26 +02:00
version = "0.3.68"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "4319208da049c43661739c5fade2ba182f09d1dc2299b32298d3a31692b17e12"
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"
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604178f6c5c21f02dc555784810edfb88d34ac2c73b2eae109655649ee73ce3d"
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
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"
2023-07-31 19:15:26 +02:00
version = "2.3.3"
2023-05-25 00:15:00 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42"
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 = "block-sys"
version = "0.1.0-beta.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa55741ee90902547802152aaf3f8e5248aab7e21468089560d4c8840561146"
dependencies = [
"objc-sys",
]
[[package]]
name = "block2"
version = "0.2.0-alpha.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dd9e63c1744f755c2f60332b88de39d341e5e86239014ad839bd71c106dec42"
dependencies = [
"block-sys",
"objc2-encode",
]
[[package]]
name = "bumpalo"
2023-05-25 00:15:00 +02:00
version = "3.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 00:15:00 +02:00
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
2022-07-20 17:25:36 +02:00
[[package]]
name = "bytemuck"
2023-03-06 18:50:37 +01:00
version = "1.13.1"
2022-07-20 17:25:36 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 18:50:37 +01:00
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
dependencies = [
"bytemuck_derive",
]
2022-07-20 17:25:36 +02:00
2021-12-15 17:25:15 +01:00
[[package]]
name = "bytemuck_derive"
version = "1.4.1"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "calloop"
2023-06-13 19:33:32 +02:00
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "52e0d00eb1ea24371a97d2da6201c6747a633dc6dc1988ef503403b4c59504a8"
dependencies = [
2023-06-13 19:33:32 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"futures-util",
"log",
2023-01-09 13:55:24 +01:00
"nix 0.25.1",
"slotmap",
"thiserror",
"vec_map",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "cc"
version = "1.0.79"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
dependencies = [
"jobserver",
]
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"
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",
]
[[package]]
name = "cocoa"
2022-11-04 14:14:35 +01:00
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-04 14:14:35 +01:00
checksum = "f425db7937052c684daec3bd6375c8abe2d146dca4b8b143d6db777c39138f3a"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"block",
"cocoa-foundation",
"core-foundation",
"core-graphics",
"foreign-types",
"libc",
"objc",
]
[[package]]
name = "cocoa-foundation"
2023-03-23 14:01:22 +01:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "931d3837c286f56e3c58423ce4eba12d08db2374461a785c86f672b08b5650d6"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"block",
"core-foundation",
"core-graphics-types",
"foreign-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]]
name = "com-rs"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf43edc576402991846b093a7ca18a3477e0ef9c588cde84964b5d3e43016642"
[[package]]
name = "core-foundation"
2022-03-16 20:05:24 +01:00
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-16 20:05:24 +01:00
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
[[package]]
name = "core-graphics"
version = "0.22.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"core-foundation",
"core-graphics-types",
"foreign-types",
"libc",
]
[[package]]
name = "core-graphics-types"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
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",
2023-06-08 13:19:30 +02:00
"apply",
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"bytemuck",
"calloop",
"cosmic-comp-config",
"cosmic-config",
2022-07-04 15:24:50 +02:00
"cosmic-protocols",
2022-01-20 19:51:46 +01:00
"edid-rs",
2023-05-03 19:47:48 +02:00
"egui",
2023-05-03 19:47:34 +02:00
"glow 0.11.2",
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",
2023-06-26 22:07:33 +02:00
"indexmap 1.9.3",
"keyframe",
2022-07-04 15:24:50 +02:00
"lazy_static",
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-05-03 19:47:48 +02:00
"puffin 0.14.3",
"puffin_egui",
"regex",
"renderdoc",
2023-01-09 13:55:24 +01:00
"ron 0.7.1",
2023-06-27 17:40:14 +02:00
"rust-embed",
"sendfd",
2022-02-05 00:40:17 +01:00
"serde",
"serde_json",
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-05-31 20:02:39 +02:00
"tiny-skia 0.9.1",
"tracing",
"tracing-journald",
"tracing-subscriber",
2022-07-04 15:24:50 +02:00
"wayland-backend",
"wayland-scanner 0.30.1",
2022-02-01 13:59:39 +01:00
"xcursor",
2022-03-28 23:45:30 +02:00
"xdg",
"xkbcommon 0.4.1",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "cosmic-comp-config"
version = "0.1.0"
dependencies = [
"input",
"serde",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "cosmic-config"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
dependencies = [
"atomicwrites",
"calloop",
2023-06-26 22:07:33 +02:00
"cosmic-config-derive",
"dirs 5.0.1",
2023-06-26 22:07:33 +02:00
"iced_futures",
"notify",
"ron 0.8.0",
"serde",
]
[[package]]
name = "cosmic-config-derive"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
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"
2023-07-31 19:15:26 +02:00
source = "git+https://github.com/pop-os/cosmic-protocols?branch=main#e39748e1312d74ab8b4c26f4813b858413500b59"
2022-07-04 15:24:50 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-07-04 15:24:50 +02:00
"wayland-backend",
2023-07-31 19:15:26 +02:00
"wayland-protocols 0.30.1",
"wayland-scanner 0.30.1",
2022-07-04 15:24:50 +02:00
"wayland-server",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "cosmic-text"
2023-05-31 20:02:39 +02:00
version = "0.8.0"
source = "git+https://github.com/hecrj/cosmic-text.git?rev=b85d6a4f2376f8a8a7dadc0f8bcb89d4db10a1c9#b85d6a4f2376f8a8a7dadc0f8bcb89d4db10a1c9"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"fontdb",
2023-01-09 13:55:24 +01:00
"libm",
"log",
2023-02-25 00:17:54 +01:00
"ouroboros 0.15.6",
2023-01-09 13:55:24 +01:00
"rangemap",
2023-05-31 20:02:39 +02:00
"rustybuzz",
2023-01-09 13:55:24 +01:00
"swash",
"sys-locale",
"unicode-bidi",
"unicode-linebreak",
"unicode-script",
"unicode-segmentation",
]
[[package]]
name = "cosmic-theme"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
dependencies = [
"anyhow",
2023-06-26 22:07:33 +02:00
"cosmic-config",
2023-01-09 13:55:24 +01:00
"csscolorparser",
"directories",
"lazy_static",
"palette",
"ron 0.8.0",
"serde",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "cpufeatures"
2023-07-31 19:15:26 +02:00
version = "0.2.9"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2022-04-27 21:33:46 +02:00
dependencies = [
"libc",
]
[[package]]
name = "crc32fast"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
dependencies = [
"cfg-if",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
dependencies = [
"cfg-if",
"crossbeam-utils",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "crossbeam-deque"
2023-03-06 18:50:37 +01:00
version = "0.8.3"
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 = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2023-01-09 13:55:24 +01:00
dependencies = [
"cfg-if",
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
2023-06-13 19:33:32 +02:00
version = "0.9.15"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2023-01-09 13:55:24 +01:00
dependencies = [
"autocfg",
"cfg-if",
"crossbeam-utils",
2023-06-13 19:33:32 +02:00
"memoffset 0.9.0",
2023-01-09 13:55:24 +01:00
"scopeguard",
]
[[package]]
name = "crossbeam-utils"
2023-06-13 19:33:32 +02:00
version = "0.8.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
dependencies = [
"cfg-if",
]
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",
]
[[package]]
name = "csscolorparser"
version = "0.6.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf"
dependencies = [
"phf",
"serde",
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "d3d12"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f0de2f5a8e7bd4a9eec0e3c781992a4ce1724f68aec7d7a3715344de8b39da"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"libloading 0.7.4",
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"
2023-07-31 19:15:26 +02:00
version = "0.20.3"
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 = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
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"
2023-07-31 19:15:26 +02:00
version = "0.20.3"
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 = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
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",
2023-05-31 20:02:39 +02:00
"strsim",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "darling_macro"
2023-07-31 19:15:26 +02:00
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
2023-05-31 20:02:39 +02:00
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "dashmap"
2023-07-31 19:15:26 +02:00
version = "5.5.0"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "6943ae99c34386c84a470c499d3414f66502a41340aa895406e0d2e4a207b91d"
2023-06-27 17:40:14 +02:00
dependencies = [
"cfg-if",
2023-07-31 19:15:26 +02:00
"hashbrown 0.14.0",
2023-06-27 17:40:14 +02:00
"lock_api",
"once_cell",
"parking_lot_core 0.9.8",
]
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-07-31 19:15:26 +02:00
[[package]]
name = "deranged"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8810e7e2cf385b1e9b50d68264908ec367ba642c96d02edfe61c39e88e2a3c01"
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",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
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-01-09 13:55:24 +01:00
[[package]]
name = "directories"
version = "4.0.1"
source = "git+https://github.com/edfloreshz/directories-rs#6a6d83d853a35ee3273034215c4defaf61286fe5"
2023-01-09 13:55:24 +01:00
dependencies = [
"anyhow",
2023-05-31 20:02:39 +02:00
"dirs-sys 0.3.7",
2023-01-09 13:55:24 +01:00
]
2022-03-28 23:45:30 +02:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
2023-05-31 20:02:39 +02:00
"dirs-sys 0.3.7",
]
[[package]]
name = "dirs"
version = "5.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
dependencies = [
"dirs-sys 0.4.1",
2022-03-28 23:45:30 +02:00
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
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",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
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 = [
2023-06-13 19:33:32 +02:00
"libloading 0.8.0",
2021-12-15 23:23:49 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "dlv-list"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0688c2a7f92e427f44895cd63841bff7b29f8d7a1648b9e7e07a4a365b2e1257"
2021-12-15 17:25:15 +01:00
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "drm"
2023-03-31 14:04:47 +02:00
version = "0.9.0"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 14:04:47 +02:00
checksum = "edf9159ef4bcecd0c5e4cbeb573b8d0037493403d542780dba5d840bbf9df56f"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"bytemuck",
2022-08-16 22:11:22 -04:00
"drm-ffi",
2021-12-15 17:25:15 +01:00
"drm-fourcc",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "drm-ffi"
2023-03-31 14:04:47 +02:00
version = "0.5.0"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 14:04:47 +02:00
checksum = "1352481b7b90e27a8a1bf8ef6b33cf18b98dba7c410e75c24bb3eef2f0d8d525"
dependencies = [
2022-08-16 22:11:22 -04:00
"drm-sys",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
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"
2023-03-31 14:04:47 +02:00
version = "0.4.0"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 14:04:47 +02:00
checksum = "1369f1679d6b706d234c4c1e0613c415c2c74b598a09ad28080ba2474b72e42d"
2021-12-15 17:25:15 +01:00
dependencies = [
"libc",
]
2023-05-03 19:47:34 +02:00
[[package]]
name = "ecolor"
version = "0.22.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e479a7fa3f23d4e794f8b2f8b3568dd4e47886ad1b12c9c095e141cb591eb63"
dependencies = [
"bytemuck",
]
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.22.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3aef8ec3ae1b772f340170c65bf27d5b8c28f543a0116c844d2ac08d01123e7"
2023-05-03 19:47:34 +02:00
dependencies = [
"ahash 0.8.3",
2023-05-03 19:47:48 +02:00
"epaint",
2022-01-11 17:22:23 +01:00
"nohash-hasher",
]
[[package]]
name = "egui_extras"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9278f4337b526f0d57e5375e5a7340a311fa6ee8f9fcc75721ac50af13face02"
dependencies = [
2023-05-03 19:47:48 +02:00
"egui",
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.22.0"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f8c2752cdf1b0ef5fcda59a898cacabad974d4f5880e92a420b2c917022da64"
2022-11-17 20:32:54 +01:00
dependencies = [
"bytemuck",
2023-05-03 19:47:48 +02:00
"egui",
2023-07-31 19:15:26 +02: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",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "either"
2023-07-31 19:15:26 +02:00
version = "1.9.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 = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
2023-01-09 13:55:24 +01:00
2023-05-03 19:47:34 +02:00
[[package]]
name = "emath"
version = "0.22.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3857d743a6e0741cdd60b622a74c7a36ea75f5f8f11b793b41d905d2c9721a4b"
2022-11-17 20:32:54 +01:00
dependencies = [
"bytemuck",
]
2022-06-20 15:50:52 +02:00
2023-01-03 19:17:51 +01:00
[[package]]
name = "encoding"
version = "0.2.33"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
dependencies = [
"encoding-index-japanese",
"encoding-index-korean",
"encoding-index-simpchinese",
"encoding-index-singlebyte",
"encoding-index-tradchinese",
]
[[package]]
name = "encoding-index-japanese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-korean"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-simpchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-singlebyte"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding-index-tradchinese"
version = "1.20141219.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
dependencies = [
"encoding_index_tests",
]
[[package]]
name = "encoding_index_tests"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2023-05-03 19:47:34 +02:00
[[package]]
name = "epaint"
version = "0.22.0"
2023-05-03 19:47:34 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09333964d4d57f40a85338ba3ca5ed4716070ab184dcfed966b35491c5c64f3b"
2022-06-20 15:50:52 +02:00
dependencies = [
"ab_glyph",
2023-01-26 21:08:50 +01:00
"ahash 0.8.3",
2022-06-20 15:50:52 +02:00
"atomic_refcell",
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",
2023-01-09 13:55:24 +01:00
"parking_lot 0.12.1",
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"
2023-07-31 19:15:26 +02:00
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "6b30f669a7961ef1631673d2766cc92f52d64f7ef354d4fe0ddfd30ed52f0f4f"
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys 0.48.0",
]
2022-02-09 14:26:35 +01:00
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "etagere"
2023-07-31 19:15:26 +02:00
version = "0.2.8"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
2023-05-31 20:02:39 +02:00
dependencies = [
"euclid",
"svg_fmt",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "euclid"
version = "0.22.9"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
2023-01-09 13:55:24 +01:00
dependencies = [
"num-traits",
]
[[package]]
name = "exr"
2023-07-31 19:15:26 +02:00
version = "1.7.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 = "d1e481eb11a482815d3e9d618db8c42a93207134662873809335a92327440c18"
2023-01-09 13:55:24 +01:00
dependencies = [
"bit_field",
"flume",
"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"
2022-01-11 17:22:23 +01:00
[[package]]
name = "fastrand"
version = "1.9.0"
2022-01-11 17:22:23 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2022-01-11 17:22:23 +01:00
dependencies = [
"instant",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
[[package]]
name = "fdeflate"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d329bdeac514ee06249dabc27877490f17f5d371ec693360768b838e19f3ae10"
dependencies = [
"simd-adler32",
]
2023-05-31 20:02:39 +02:00
[[package]]
name = "filetime"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
dependencies = [
"cfg-if",
"libc",
"redox_syscall 0.2.16",
"windows-sys 0.48.0",
]
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"
2023-05-12 20:01:37 +02:00
version = "1.0.26"
2022-09-28 15:18:04 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1267f4ac4f343772758f7b1bdcbe767c218bbab93bb432acbf5162bbf85a6c4"
dependencies = [
"num-traits",
2022-09-28 15:18:04 +02:00
]
[[package]]
name = "float-cmp"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2023-06-27 17:40:14 +02:00
[[package]]
name = "fluent"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61f69378194459db76abd2ce3952b790db103ceb003008d3d50d97c41ff847a7"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e242c601dec9711505f6d5bbff5bedd4b61b2469f2e8bb8e57ee7c9747a87ffd"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c4ad0989667548f06ccd0e306ed56b61bd4d35458d54df5ec7587c0e8ed5e94"
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abed97648395c902868fee9026de96483933faa54ea3b40d652f7dfe61ca78"
dependencies = [
"thiserror",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "flume"
version = "0.10.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
"pin-project",
"spin",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2023-01-09 13:55:24 +01:00
[[package]]
2023-05-31 20:02:39 +02:00
name = "fontconfig-parser"
version = "0.5.2"
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 = "4ab2e12762761366dcb876ab8b6e0cfa4797ddcd890575919f008b5ba655672a"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"roxmltree 0.18.0",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "fontdb"
2023-05-12 20:01:37 +02:00
version = "0.13.1"
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 = "237ff9f0813bbfc9de836016472e0c9ae7802f174a51594607e5f4ff334cb2f5"
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",
2023-07-31 19:15:26 +02:00
"memmap2 0.5.10",
2023-03-23 14:01:22 +01:00
"slotmap",
"ttf-parser 0.18.1",
]
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2023-03-06 18:50:37 +01:00
[[package]]
name = "fraction"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3027ae1df8d41b4bed2241c8fdad4acc1e7af60c8e17743534b545e77182d678"
dependencies = [
"lazy_static",
"num",
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "freedesktop-icons"
version = "0.2.3"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00e61ac115df4632b592d36b71fda3c259f4c8061c70b7fa429bac145890e880"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"dirs 4.0.0",
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"
version = "0.3.28"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
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"
version = "0.3.28"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
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"
version = "0.3.28"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-executor"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2023-01-09 13:55:24 +01:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
"num_cpus",
]
[[package]]
name = "futures-io"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-macro"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2023-01-09 13:55:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-task"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2023-01-09 13:55:24 +01:00
[[package]]
name = "futures-util"
version = "0.3.28"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
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"
2023-03-31 14:04:47 +02:00
version = "0.12.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-31 14:04:47 +02:00
checksum = "f2ec389cda876966cf824111bf6e533fb934c711d473498279964a990853b3c6"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"drm",
"drm-fourcc",
"gbm-sys",
"libc",
"wayland-backend",
"wayland-server",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "gbm-sys"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b63eba9b9b7a231514482deb08759301c9f9f049ac6869403f381834ebfeaf67"
dependencies = [
"libc",
]
[[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",
]
[[package]]
name = "gethostname"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1ebd34e35c46e00bb73e81363248d627782724609fe1b6396f553f68fe3862e"
dependencies = [
2021-12-15 17:25:15 +01:00
"libc",
"winapi",
]
[[package]]
name = "getrandom"
2023-06-13 19:33:32 +02:00
version = "0.2.10"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
2023-01-09 13:55:24 +01:00
"js-sys",
2021-12-15 17:25:15 +01:00
"libc",
2022-06-20 15:50:52 +02:00
"wasi",
2023-01-09 13:55:24 +01:00
"wasm-bindgen",
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",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "gimli"
version = "0.27.3"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6c80984affa11d98d1b88b66ac8853f143217b399d3c74116778ff8fdb4ed2e"
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-06-26 22:07:33 +02:00
version = "0.24.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "42218cb640844e3872cc3c153dc975229e080a6c4733b34709ef445610550226"
2023-01-09 13:55:24 +01:00
2022-11-17 20:32:54 +01:00
[[package]]
name = "glow"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8bd5877156a19b8ac83a29b2306fe20537429d318f3ff0a1a2119f8d9c61919"
dependencies = [
"js-sys",
"slotmap",
"wasm-bindgen",
"web-sys",
]
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-05-31 20:02:39 +02:00
[[package]]
name = "glyphon"
version = "0.2.0"
source = "git+https://github.com/hecrj/glyphon.git?rev=26f92369da3704988e3e27f0b35e705c6b2de203#26f92369da3704988e3e27f0b35e705c6b2de203"
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-05-12 20:01:37 +02:00
version = "0.5.4"
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 = "22beaafc29b38204457ea030f6fb7a84c9e4dd1b86e311ba0542533453d87f62"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"gpu-alloc-types",
]
[[package]]
name = "gpu-alloc-types"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54804d0d6bc9d7f26db4eaec1ad10def69b599315f487d32c334a80d1efe67a5"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "gpu-allocator"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce95f9e2e11c2c6fadfce42b5af60005db06576f231f5c92550fdded43c423e8"
dependencies = [
"backtrace",
"log",
"thiserror",
"winapi",
"windows",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "gpu-descriptor"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b0c02e1ba0bdb14e965058ca34e09c020f8e507a760df1121728e0aef68d57a"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"gpu-descriptor-types",
2023-05-31 20:02:39 +02:00
"hashbrown 0.12.3",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "gpu-descriptor-types"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "363e3677e55ad168fef68cf9de3a4a310b53124c5e784c53a1d70e92d23f2126"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
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"
2023-07-31 19:15:26 +02:00
version = "2.2.1"
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 = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2023-01-09 13:55:24 +01:00
dependencies = [
"crunchy",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "hashbrown"
version = "0.12.3"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2023-01-09 13:55:24 +01:00
dependencies = [
"ahash 0.7.6",
]
2021-12-15 17:25:15 +01:00
2023-05-31 20:02:39 +02:00
[[package]]
name = "hashbrown"
version = "0.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
dependencies = [
"ahash 0.8.3",
]
2023-06-26 22:07:33 +02:00
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2023-05-31 20:02:39 +02:00
[[package]]
name = "hassle-rs"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1397650ee315e8891a0df210707f0fc61771b0cc518c3023896064c5407cb3b0"
dependencies = [
"bitflags 1.3.2",
"com-rs",
"libc",
"libloading 0.7.4",
"thiserror",
"widestring",
2023-05-12 20:01:37 +02:00
"winapi",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "hermit-abi"
2023-07-31 19:15:26 +02:00
version = "0.3.2"
2023-03-23 14:01:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-03-23 14:01:22 +01:00
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-06-27 17:40:14 +02:00
[[package]]
name = "i18n-config"
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b987084cadad6e2f2b1e6ea62c44123591a3c044793a1beabf71a8356ea768d5"
dependencies = [
"log",
"serde",
"serde_derive",
"thiserror",
2023-07-31 19:15:26 +02:00
"toml 0.7.6",
2023-06-27 17:40:14 +02:00
"unic-langid",
]
[[package]]
name = "i18n-embed"
version = "0.13.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92a86226a7a16632de6723449ee5fe70bac5af718bc642ee9ca2f0f6e14fa1fa"
dependencies = [
"arc-swap",
"fluent",
"fluent-langneg",
"fluent-syntax",
"i18n-embed-impl",
"intl-memoizer",
"lazy_static",
"locale_config",
"log",
"parking_lot 0.12.1",
"rust-embed",
"thiserror",
"unic-langid",
"walkdir",
]
[[package]]
name = "i18n-embed-fl"
version = "0.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26a3d3569737dfaac7fc1c4078e6af07471c3060b8e570bcd83cdd5f4685395"
dependencies = [
"dashmap",
"find-crate",
"fluent",
"fluent-syntax",
"i18n-config",
"i18n-embed",
"lazy_static",
"proc-macro-error",
"proc-macro2",
"quote",
"strsim",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2023-06-27 17:40:14 +02:00
"unic-langid",
]
[[package]]
name = "i18n-embed-impl"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9a95d065e6be4499e50159172395559a388d20cf13c84c77e4a1e341786f219"
dependencies = [
"find-crate",
"i18n-config",
"proc-macro2",
"quote",
"syn 1.0.109",
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "iced"
version = "0.9.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-05-12 20:01:37 +02:00
dependencies = [
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",
"thiserror",
2023-01-09 13:55:24 +01:00
]
2023-05-12 20:01:37 +02:00
[[package]]
name = "iced_core"
version = "0.9.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-03-06 18:50:37 +01:00
dependencies = [
2023-05-31 20:02:39 +02:00
"bitflags 1.3.2",
"instant",
2023-03-06 18:50:37 +01:00
"log",
2023-05-31 20:02:39 +02:00
"palette",
"thiserror",
"twox-hash",
2023-03-06 18:50:37 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "iced_futures"
2023-05-31 20:02:39 +02:00
version = "0.6.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
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"
version = "0.8.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-05-12 20:01:37 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-05-12 20:01:37 +02:00
"bytemuck",
"glam",
2023-06-26 22:07:33 +02:00
"iced_core",
2023-05-31 20:02:39 +02:00
"image",
"kamadak-exif",
2023-05-12 20:01:37 +02:00
"log",
"raw-window-handle",
2023-05-12 20:01:37 +02:00
"thiserror",
2023-05-31 20:02:39 +02:00
"tiny-skia 0.9.1",
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-01-09 13:55:24 +01:00
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-06-26 22:07:33 +02:00
"iced_graphics",
"iced_tiny_skia",
"iced_wgpu",
"raw-window-handle",
2023-05-31 20:02:39 +02:00
"thiserror",
]
[[package]]
name = "iced_runtime"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-05-31 20:02:39 +02:00
dependencies = [
2023-06-26 22:07:33 +02:00
"iced_core",
"iced_futures",
2023-05-31 20:02:39 +02:00
"thiserror",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "iced_style"
2023-05-31 20:02:39 +02:00
version = "0.8.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
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"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
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",
"raw-window-handle",
2023-05-31 20:02:39 +02:00
"resvg 0.32.0",
"rustc-hash",
"softbuffer",
"tiny-skia 0.9.1",
"twox-hash",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "iced_wgpu"
2023-05-31 20:02:39 +02:00
version = "0.10.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-05-12 20:01:37 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
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-05-31 20:02:39 +02:00
"once_cell",
"raw-window-handle",
2023-05-31 20:02:39 +02:00
"resvg 0.32.0",
"rustc-hash",
"twox-hash",
"wgpu",
2023-05-31 20:02:39 +02:00
]
[[package]]
name = "iced_widget"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-05-31 20:02:39 +02:00
dependencies = [
2023-06-26 22:07:33 +02:00
"iced_renderer",
"iced_runtime",
"iced_style",
2023-05-31 20:02:39 +02:00
"num-traits",
"ouroboros 0.13.0",
"thiserror",
"unicode-segmentation",
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"
[[package]]
name = "image"
version = "0.24.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527909aa81e20ac3a44803521443a765550f09b5130c2c2fa1ea59c2f8f50a3a"
dependencies = [
"bytemuck",
"byteorder",
"color_quant",
2023-01-09 13:55:24 +01:00
"exr",
2023-05-03 19:47:34 +02:00
"gif",
2023-05-31 20:02:39 +02:00
"jpeg-decoder",
"num-rational",
"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"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b72ad49b554c1728b1e83254a1b1565aea4161e28dabbfa171fc15fe62299caf"
2021-12-15 17:25:15 +01:00
[[package]]
name = "indexmap"
version = "1.9.3"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2021-12-15 17:25:15 +01:00
dependencies = [
"autocfg",
2023-05-31 20:02:39 +02:00
"hashbrown 0.12.3",
"serde",
2021-12-15 17:25:15 +01:00
]
2023-06-26 22:07:33 +02:00
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
]
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"
2023-07-31 19:15:26 +02:00
version = "0.8.3"
2022-01-20 19:51:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "e6e74cd82cedcd66db78742a8337bdc48f188c4d2c12742cbc5cd85113f0b059"
2022-01-20 19:51:46 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-01-20 19:51:46 +01:00
"input-sys",
2023-01-24 17:40:33 +01:00
"io-lifetimes",
2022-01-20 19:51:46 +01:00
"libc",
"log",
2022-01-20 19:51:46 +01:00
"udev",
]
[[package]]
name = "input-sys"
2023-01-24 17:40:33 +01:00
version = "1.17.0"
2022-01-20 19:51:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 17:40:33 +01:00
checksum = "05f6c2a17e8aba7217660e32863af87b0febad811d4b8620ef76b386603fddc2"
2022-01-20 19:51:46 +01:00
dependencies = [
"libc",
]
2021-12-15 23:23:49 +01:00
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "intl-memoizer"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c310433e4a310918d6ed9243542a6b83ec1183df95dff8f23f87bb88a264a66f"
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
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "itoa"
2023-07-31 19:15:26 +02:00
version = "1.0.9"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-02-05 00:40:17 +01:00
[[package]]
name = "jni-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
[[package]]
name = "jobserver"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
dependencies = [
"libc",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "jpeg-decoder"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0000e42512c92e31c2252315bda326620a4e034105e900c98ec492fa077b3e"
dependencies = [
"rayon",
]
[[package]]
name = "js-sys"
2023-06-13 19:33:32 +02:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
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"
version = "4.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c2352bd1d0bceb871cb9d40f24360c8133c11d7486b68b5381c1dd1a32015e3"
dependencies = [
"libc",
2023-05-25 00:15:00 +02:00
"libloading 0.7.4",
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"
2023-05-31 20:02:39 +02:00
[[package]]
name = "kqueue"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c8fc60ba15bf51257aa9807a48a61013db043fcf3a78cb0d916e8e396dcad98"
dependencies = [
"kqueue-sys",
"libc",
]
[[package]]
name = "kqueue-sys"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
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"
2023-06-26 22:07:33 +02:00
version = "0.2.147"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2023-01-09 13:55:24 +01:00
[[package]]
name = "libcosmic"
version = "0.1.0"
source = "git+https://github.com/pop-os/libcosmic/?rev=4895b0c#4895b0c9bda9e46fc7db173e239d155dac957186"
2023-01-09 13:55:24 +01:00
dependencies = [
"apply",
2023-06-26 22:07:33 +02:00
"cosmic-config",
"cosmic-theme",
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",
"slotmap",
"thiserror",
2023-06-13 19:33:32 +02:00
"tracing",
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"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "libm"
2023-05-25 00:15:00 +02:00
version = "0.2.7"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 00:15:00 +02:00
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"
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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8144587c71c16756b1055d3dcb0c75cb605a10ecd6523cc33702d5f90902bf6d"
dependencies = [
"hmac",
2022-04-27 21:33:46 +02:00
"libc",
"log",
2023-01-09 13:55:24 +01:00
"nix 0.23.2",
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",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "linux-raw-sys"
2023-05-25 00:15:00 +02:00
version = "0.3.8"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-25 00:15:00 +02:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-06 18:50:37 +01:00
2023-07-31 19:15:26 +02:00
[[package]]
name = "linux-raw-sys"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09fc20d2ca12cb9f044c93e3bd6d32d523e6e2ec3db4f7b2939cd99026ecd3f0"
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"
2023-06-13 19:33:32 +02:00
version = "0.4.10"
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 = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
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"
2023-06-13 19:33:32 +02:00
version = "0.4.19"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
[[package]]
name = "log-panics"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68f9dd8546191c1850ecf67d22f5ff00a935b890d0e84713159a55495cc2ac5f"
dependencies = [
"backtrace",
"log",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "lru"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "71e7d46de488603ffdd5f30afbc64fbba2378214a2c3a2fb83abf3d33126df17"
dependencies = [
2023-05-31 20:02:39 +02:00
"hashbrown 0.13.2",
]
[[package]]
name = "lz4_flex"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b8c72594ac26bfd34f2d99dfced2edfaddfe8a476e3ff2ca0eb293d925c4f83"
[[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"
version = "2.5.0"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-12-22 21:27:56 +01:00
[[package]]
name = "memmap2"
2023-02-25 00:17:54 +01:00
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
"libc",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "memmap2"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
2023-01-09 13:55:24 +01:00
name = "metal"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "de11355d1f6781482d027a3b4d4de7825dcedb197bf573e0596d00008402d060"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"block",
"core-graphics-types",
"foreign-types",
2023-01-09 13:55:24 +01:00
"log",
"objc",
]
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"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
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"
2023-05-31 20:02:39 +02:00
version = "0.8.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
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"
2023-07-31 19:15:26 +02:00
version = "0.12.3"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "bbcc2e0513220fd2b598e6068608d4462db20322c0e77e47f6f488dfcfc279cb"
2023-01-09 13:55:24 +01:00
dependencies = [
"bit-set",
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"codespan-reporting",
"hexf-parse",
2023-06-26 22:07:33 +02:00
"indexmap 1.9.3",
2023-01-09 13:55:24 +01:00
"log",
"num-traits",
"rustc-hash",
"spirv",
"termcolor",
"thiserror",
"unicode-xid",
]
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
[[package]]
name = "natord"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "308d96db8debc727c3fd9744aac51751243420e46edf401010908da7f8d5e57c"
[[package]]
name = "ndk"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"jni-sys",
"ndk-sys",
2023-07-31 19:15:26 +02:00
"num_enum 0.5.11",
"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"
2022-11-23 13:04:09 -07:00
version = "0.4.1+23.1.7779620"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-23 13:04:09 -07:00
checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
dependencies = [
"jni-sys",
2023-05-12 20:01:37 +02:00
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "nix"
2023-01-09 13:55:24 +01:00
version = "0.23.2"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "8f3790c00a0150112de0f4cd161e3d7fc4b2d8a5542ffc35f099a2562aecb35c"
2022-04-27 21:33:46 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-04-27 21:33:46 +02:00
"cc",
"cfg-if",
2022-04-27 21:33:46 +02:00
"libc",
2022-12-27 18:27:29 +01:00
"memoffset 0.6.5",
2022-04-27 21:33:46 +02:00
]
[[package]]
name = "nix"
2023-01-09 13:55:24 +01:00
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"cfg-if",
"libc",
2022-12-27 18:27:29 +01:00
"memoffset 0.6.5",
]
[[package]]
name = "nix"
2023-01-09 13:55:24 +01:00
version = "0.25.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "f346ff70e7dbfd675fe90590b92d59ef2de15a8779ae305ebcbfd3f0caf59be4"
dependencies = [
"autocfg",
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"cfg-if",
"libc",
2022-12-27 18:27:29 +01:00
"memoffset 0.6.5",
]
2023-01-03 19:17:51 +01:00
[[package]]
name = "nix"
2023-01-24 17:40:33 +01:00
version = "0.26.2"
2023-01-03 19:17:51 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 17:40:33 +01:00
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
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-01-09 13:55:24 +01:00
"pin-utils",
2023-01-03 19:17:51 +01:00
"static_assertions",
]
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"
version = "6.0.1"
2023-05-31 20:02:39 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5738a2795d57ea20abec2d6d76c6081186709c0024187cd5977265eda6598b51"
dependencies = [
2023-05-31 20:02:39 +02:00
"bitflags 1.3.2",
"crossbeam-channel",
"filetime",
"fsevent-sys",
"inotify",
"kqueue",
"libc",
"mio",
"walkdir",
"windows-sys 0.45.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"
2023-07-31 19:15:26 +02:00
version = "0.4.1"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
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"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-complex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
dependencies = [
"num-traits",
]
[[package]]
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
"autocfg",
"num-traits",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "num-iter"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
dependencies = [
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
dependencies = [
"autocfg",
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"
2023-07-31 19:15:26 +02:00
version = "0.2.16"
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 = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
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-02-25 00:17:54 +01:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
dependencies = [
2023-07-31 19:15:26 +02:00
"num_enum_derive 0.5.11",
]
[[package]]
name = "num_enum"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
dependencies = [
"num_enum_derive 0.6.1",
]
[[package]]
name = "num_enum_derive"
2023-02-25 00:17:54 +01:00
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-23 14:01:22 +01:00
"syn 1.0.109",
]
2023-07-31 19:15:26 +02:00
[[package]]
name = "num_enum_derive"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.28",
]
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"
version = "0.2.0-beta.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b9834c1e95694a05a828b59f55fa2afec6288359cda67146126b3f90a55d7"
[[package]]
name = "objc2"
version = "0.3.0-beta.3.patch-leaks.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e01640f9f2cb1220bbe80325e179e532cb3379ebcd1bf2279d703c19fe3a468"
dependencies = [
"block2",
"objc-sys",
"objc2-encode",
]
[[package]]
name = "objc2-encode"
version = "2.0.0-pre.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abfcac41015b00a120608fdaa6938c44cb983fee294351cc4bac7638b4e50512"
dependencies = [
"objc-sys",
]
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"
2023-07-31 19:15:26 +02:00
version = "0.31.1"
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 = "8bda667d9f2b5051b8833f59f3bf748b28ef54f850f4fcb389a252aa383866d1"
2023-01-09 13:55:24 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2023-06-13 18:43:29 +02:00
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 18:43:29 +02:00
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
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"
version = "0.3.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "221d488cd70617f1bd599ed8ceb659df2147d9393717954d82a0f5e8032a6ab1"
dependencies = [
"redox_syscall 0.3.5",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "ordered-float"
2023-05-12 20:01:37 +02:00
version = "3.7.0"
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 = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
2023-01-09 13:55:24 +01:00
dependencies = [
"num-traits",
]
[[package]]
name = "ordered-multimap"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccd746e37177e1711c20dd619a1620f34f5c8b569c53590a72dedd5344d8924a"
dependencies = [
"dlv-list",
2023-05-31 20:02:39 +02:00
"hashbrown 0.12.3",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "ouroboros"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f357ef82d1b4db66fbed0b8d542cbd3c22d0bf5b393b3c257b9ba4568e70c9c3"
dependencies = [
"aliasable",
"ouroboros_macro 0.13.0",
"stable_deref_trait",
]
[[package]]
name = "ouroboros"
2023-02-25 00:17:54 +01:00
version = "0.15.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
2023-01-09 13:55:24 +01:00
dependencies = [
"aliasable",
2023-02-25 00:17:54 +01:00
"ouroboros_macro 0.15.6",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "ouroboros_macro"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44a0b52c2cbaef7dffa5fec1a43274afe8bd2a644fa9fc50a9ef4ff0269b1257"
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-23 14:01:22 +01:00
"syn 1.0.109",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "ouroboros_macro"
2023-02-25 00:17:54 +01:00
version = "0.15.6"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
2023-01-09 13:55:24 +01:00
dependencies = [
"Inflector",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-23 14:01:22 +01:00
"syn 1.0.109",
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"
2023-05-12 20:01:37 +02:00
version = "0.19.0"
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 = "706de7e2214113d63a8238d1910463cfce781129a6f263d13fdb09ff64355ba4"
2023-01-09 13:55:24 +01:00
dependencies = [
"ttf-parser 0.19.1",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "palette"
version = "0.7.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1641aee47803391405d0a1250e837d2336fdddd18b27f3ddb8c1d80ce8d7f43"
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"
version = "0.7.2"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c02bfa6b3ba8af5434fa0531bf5701f750d983d4260acd6867faca51cdc4484"
2023-01-09 13:55:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
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"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-03-16 20:05:24 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"lock_api",
2023-06-13 19:33:32 +02:00
"parking_lot_core 0.9.8",
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"
2023-06-13 19:33:32 +02:00
version = "0.9.8"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2021-12-22 21:27:56 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"cfg-if",
"libc",
2023-06-13 19:33:32 +02:00
"redox_syscall 0.3.5",
2023-01-09 13:55:24 +01:00
"smallvec",
2023-07-31 19:15:26 +02:00
"windows-targets 0.48.1",
2021-12-22 21:27:56 +01:00
]
2021-12-15 17:25:15 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "percent-encoding"
2023-06-13 19:33:32 +02:00
version = "2.3.0"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
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",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
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"
2023-01-09 13:55:24 +01:00
[[package]]
name = "pin-project"
2023-07-31 19:15:26 +02:00
version = "1.1.2"
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 = "030ad2bc4db10a8944cb0d837f158bdfec4d4a4873ab701a95046770d11f8842"
2023-01-09 13:55:24 +01:00
dependencies = [
"pin-project-internal",
]
[[package]]
name = "pin-project-internal"
2023-07-31 19:15:26 +02:00
version = "1.1.2"
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 = "ec2e072ecce94ec471b13398d5402c188e76ac03cf74dd1a975161b23a3f6d9c"
2023-01-09 13:55:24 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2023-01-09 13:55:24 +01:00
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "pin-project-lite"
2023-07-31 19:15:26 +02:00
version = "0.2.10"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "4c40d25201921e5ff0c862a505c6557ea88568a4e3ace775ab55e93f2f4f9d57"
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"
2021-12-15 17:25:15 +01:00
[[package]]
name = "pkg-config"
2023-05-12 20:01:37 +02:00
version = "0.3.27"
2021-12-15 17:25:15 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2021-12-15 17:25:15 +01:00
[[package]]
name = "png"
2023-06-13 19:33:32 +02:00
version = "0.17.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "59871cc5b6cce7eaccca5a802b4173377a1c2ba90654246789a8fa2334426d11"
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",
]
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
[[package]]
name = "proc-macro-crate"
2023-03-06 18:50:37 +01:00
version = "1.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-06 18:50:37 +01:00
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
dependencies = [
2022-08-04 12:49:19 +02:00
"once_cell",
2023-01-26 21:08:50 +01:00
"toml_edit",
]
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"
2023-07-31 19:15:26 +02:00
version = "1.0.66"
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 = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
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"
version = "1.0.8"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "332cd62e95873ea4f41f3dfd6bbbfc5b52aec892d7e8d534197c4720a0bbbab2"
2023-07-12 18:54:53 +02:00
dependencies = [
"profiling-procmacros",
]
[[package]]
name = "profiling-procmacros"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a10adb8d151bb1280afb8bed41ae5db26be1b056964947133c7525b0bf39c0b0"
dependencies = [
"quote",
"syn 1.0.109",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "puffin"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7b2c7a01f569fb03e2ff1f5376537f294001447bd23ce75ca51054fcd223fe4"
2023-05-03 19:47:48 +02:00
dependencies = [
"byteorder",
"instant",
"once_cell",
]
[[package]]
name = "puffin"
version = "0.16.0"
2023-05-03 19:47:48 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76425abd4e1a0ad4bd6995dd974b52f414fca9974171df8e3708b3e660d05a21"
dependencies = [
"anyhow",
"bincode",
"byteorder",
"cfg-if",
"instant",
"lz4_flex",
"once_cell",
"parking_lot 0.12.1",
"serde",
]
[[package]]
name = "puffin_egui"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00f0ef87ac588ec9a979ea4952042134ff047407436aa6859ba9e061f55ca55d"
dependencies = [
2023-05-03 19:47:48 +02:00
"egui",
2023-06-26 22:07:33 +02:00
"indexmap 1.9.3",
"instant",
"natord",
"once_cell",
"puffin 0.16.0",
"time",
"vec1",
]
[[package]]
name = "qoi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
dependencies = [
"bytemuck",
]
[[package]]
name = "quick-xml"
version = "0.28.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
dependencies = [
"memchr",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "quote"
2023-07-31 19:15:26 +02:00
version = "1.0.32"
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 = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
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"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b9283c6b06096b47afc7109834fdedab891175bb5241ee5d4f7d2546549f263"
[[package]]
name = "raw-window-handle"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
2023-01-09 13:55:24 +01:00
[[package]]
name = "rayon"
2023-03-06 18:50:37 +01:00
version = "1.7.0"
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 = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
2023-01-09 13:55:24 +01:00
dependencies = [
"either",
"rayon-core",
]
[[package]]
name = "rayon-core"
2023-03-06 18:50:37 +01:00
version = "1.11.0"
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 = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
2023-01-09 13:55:24 +01:00
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-utils",
"num_cpus",
]
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"
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-01-09 13:55:24 +01:00
[[package]]
name = "redox_syscall"
2023-03-23 14:01:22 +01:00
version = "0.3.5"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
]
[[package]]
name = "redox_users"
2022-03-31 18:57:32 +02:00
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-31 18:57:32 +02:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
2023-01-09 13:55:24 +01:00
"redox_syscall 0.2.16",
2022-03-22 12:31:19 +01:00
"thiserror",
]
[[package]]
name = "regex"
2023-07-31 19:15:26 +02:00
version = "1.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "b2eae68fc220f7cf2532e4494aded17545fce192d59cd996e0fe7887f4ceb575"
dependencies = [
"aho-corasick",
"memchr",
2023-07-31 19:15:26 +02:00
"regex-automata 0.3.4",
"regex-syntax 0.7.4",
]
[[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"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7b6d6190b7594385f61bd3911cd1be99dfddcfc365a4160cc2ab5bff4aed294"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.4",
]
[[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"
2023-07-31 19:15:26 +02:00
version = "0.7.4"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
2023-05-12 20:01:37 +02:00
[[package]]
name = "renderdoc"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42e14087d51efd3b42eb341e37b6f320af2b0750519ea849cb68bb7289643ed"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"float-cmp 0.8.0",
2023-05-25 00:15:00 +02:00
"libloading 0.7.4",
"once_cell",
2023-05-31 20:02:39 +02:00
"renderdoc-sys 0.7.1",
"winapi",
"wio",
]
[[package]]
name = "renderdoc-sys"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1382d1f0a252c4bf97dc20d979a2fdd05b024acd7c2ed0f7595d7817666a157"
2023-05-31 20:02:39 +02:00
[[package]]
name = "renderdoc-sys"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216080ab382b992234dda86873c18d4c48358f5cfcb70fd693d7f6f2131b628b"
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-05-31 20:02:39 +02:00
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "142e83d8ae8c8c639f304698a5567b229ba65caba867bf4387bbc0ae158827cf"
dependencies = [
2023-05-31 20:02:39 +02:00
"gif",
"jpeg-decoder",
"log",
2023-05-31 20:02:39 +02:00
"pico-args",
"png",
"rgb",
2023-05-31 20:02:39 +02:00
"svgfilters",
"svgtypes 0.11.0",
"tiny-skia 0.9.1",
"usvg 0.32.0",
]
[[package]]
name = "rgb"
2023-02-25 00:17:54 +01:00
version = "0.8.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
dependencies = [
"bytemuck",
]
2022-03-28 23:45:30 +02:00
[[package]]
name = "ron"
2022-06-20 15:50:52 +02:00
version = "0.7.1"
2022-03-28 23:45:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-06-20 15:50:52 +02:00
checksum = "88073939a61e5b7680558e6be56b419e208420c2adb92be54921fa6b72283f1a"
2022-03-28 23:45:30 +02:00
dependencies = [
2023-05-31 20:02:39 +02:00
"base64 0.13.1",
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-03-28 23:45:30 +02:00
"serde",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "ron"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
dependencies = [
2023-05-31 20:02:39 +02:00
"base64 0.13.1",
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"serde",
]
[[package]]
2023-05-31 20:02:39 +02:00
name = "rosvgtree"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "ad747e7384940e7bf33b15ba433b7bad9f44c0c6d5287a67c2cb22cd1743d497"
dependencies = [
2023-05-31 20:02:39 +02:00
"log",
"roxmltree 0.18.0",
"simplecss",
"siphasher",
"svgtypes 0.11.0",
]
[[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-05-31 20:02:39 +02:00
[[package]]
name = "roxmltree"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8f595a457b6b8c6cda66a48503e92ee8d19342f905948f29c383200ec9eb1d8"
dependencies = [
"xmlparser",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "rust-embed"
2023-07-31 19:15:26 +02:00
version = "6.8.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
2023-06-27 17:40:14 +02:00
dependencies = [
"rust-embed-impl",
"rust-embed-utils",
"walkdir",
]
[[package]]
name = "rust-embed-impl"
2023-07-31 19:15:26 +02:00
version = "6.8.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
2023-06-27 17:40:14 +02:00
dependencies = [
"proc-macro2",
"quote",
"rust-embed-utils",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2023-06-27 17:40:14 +02:00
"walkdir",
]
[[package]]
name = "rust-embed-utils"
2023-07-31 19:15:26 +02:00
version = "7.8.1"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
2023-06-27 17:40:14 +02:00
dependencies = [
"sha2",
"walkdir",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "rust-ini"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6d5f2436026b4f6e79dc829837d467cc7e9a55ee40e750d716713540715a2df"
dependencies = [
"cfg-if",
"ordered-multimap",
]
2021-12-22 21:27:56 +01:00
[[package]]
name = "rustc-demangle"
version = "0.1.23"
2021-12-22 21:27:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
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"
2023-03-06 18:50:37 +01:00
[[package]]
name = "rustix"
2023-07-31 19:15:26 +02:00
version = "0.37.23"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
2023-03-06 18:50:37 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"errno",
2023-03-06 18:50:37 +01:00
"io-lifetimes",
"libc",
2023-07-31 19:15:26 +02:00
"linux-raw-sys 0.3.8",
"windows-sys 0.48.0",
]
[[package]]
name = "rustix"
version = "0.38.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a962918ea88d644592894bc6dc55acc6c0956488adcebbfb6e273506b7fd6e5"
dependencies = [
"bitflags 2.3.3",
"errno",
2023-07-31 19:15:26 +02:00
"libc",
"linux-raw-sys 0.4.3",
"windows-sys 0.48.0",
2023-03-06 18:50:37 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "rustybuzz"
2023-03-23 14:01:22 +01:00
version = "0.7.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "162bdf42e261bee271b3957691018634488084ef577dddeb6420a9684cab2a6a"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"bytemuck",
"libm",
"smallvec",
2023-03-23 14:01:22 +01:00
"ttf-parser 0.18.1",
2023-01-09 13:55:24 +01:00
"unicode-bidi-mirroring",
"unicode-ccc",
2023-05-31 20:02:39 +02:00
"unicode-general-category",
"unicode-script",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "ryu"
2023-07-31 19:15:26 +02:00
version = "1.0.15"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
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",
]
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.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ef965a420fe14fdac7dd018862966a4c14094f900e1650bbc71ddd7d580c8af"
[[package]]
name = "sendfd"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "604b71b8fc267e13bb3023a2c901126c8f349393666a6d98ac1ae5729b701798"
dependencies = [
"libc",
]
[[package]]
name = "serde"
2023-07-31 19:15:26 +02:00
version = "1.0.179"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "0a5bf42b8d227d4abf38a1ddb08602e229108a517cd4e5bb28f9c7eaafdce5c0"
2022-03-28 23:45:30 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-07-31 19:15:26 +02:00
version = "1.0.179"
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 = "741e124f5485c7e60c03b043f79f320bff3527f4bbf12cf3831750dc46a0ec2c"
2022-03-28 23:45:30 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2022-03-28 23:45:30 +02:00
]
2022-02-05 00:40:17 +01:00
[[package]]
name = "serde_json"
2023-07-31 19:15:26 +02:00
version = "1.0.104"
2022-02-05 00:40:17 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "076066c5f1078eac5b722a31827a8832fe108bed65dfa75e233c89f8206e976c"
2022-02-05 00:40:17 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "serde_spanned"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
dependencies = [
"serde",
]
[[package]]
name = "sha2"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "sharded-slab"
version = "0.1.4"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2022-04-27 21:33:46 +02:00
dependencies = [
"lazy_static",
2022-04-27 21:33:46 +02:00
]
[[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"
version = "0.3.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de"
2023-01-09 13:55:24 +01:00
[[package]]
name = "slab"
2023-02-25 00:17:54 +01:00
version = "0.4.8"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-25 00:17:54 +01:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2023-01-09 13:55:24 +01:00
dependencies = [
"autocfg",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "smallvec"
2023-07-31 19:15:26 +02:00
version = "1.11.0"
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 = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2021-12-15 17:25:15 +01:00
[[package]]
name = "smithay"
version = "0.3.0"
2023-09-13 20:24:11 -07:00
source = "git+https://github.com/smithay//smithay?rev=5affbde525#5affbde5256ada864d98804933959e1dcb2129e0"
2021-12-15 17:25:15 +01:00
dependencies = [
"appendlist",
"ash",
2023-07-31 19:15:26 +02:00
"bitflags 2.3.3",
"calloop",
"cc",
2021-12-15 17:25:15 +01:00
"cgmath",
"downcast-rs",
"drm",
2022-08-16 22:11:22 -04:00
"drm-ffi",
2021-12-15 17:25:15 +01:00
"drm-fourcc",
2023-01-03 19:17:51 +01:00
"encoding",
2021-12-15 17:25:15 +01:00
"gbm",
"gl_generator",
2023-07-31 19:15:26 +02:00
"glow 0.12.3",
2023-06-26 22:07:33 +02:00
"indexmap 1.9.3",
2022-01-20 19:51:46 +01:00
"input",
2021-12-15 17:25:15 +01:00
"lazy_static",
"libc",
2023-05-25 00:15:00 +02:00
"libloading 0.8.0",
2022-02-09 14:26:35 +01:00
"libseat",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2021-12-15 17:25:15 +01:00
"once_cell",
"pkg-config",
2023-07-12 18:54:53 +02:00
"profiling",
2021-12-15 17:25:15 +01:00
"rand",
"scan_fmt",
2023-01-03 19:17:51 +01:00
"scopeguard",
2021-12-15 17:25:15 +01:00
"tempfile",
"thiserror",
"tracing",
2022-01-20 19:51:46 +01:00
"udev",
2022-06-20 15:50:52 +02:00
"wayland-backend",
"wayland-egl",
2023-07-31 19:15:26 +02:00
"wayland-protocols 0.30.1",
2022-08-31 13:01:23 +02:00
"wayland-protocols-misc",
2022-06-20 15:50:52 +02:00
"wayland-protocols-wlr",
2021-12-15 17:25:15 +01:00
"wayland-server",
2022-12-27 18:27:29 +01:00
"wayland-sys 0.30.1",
"winit",
"x11rb",
2023-07-31 19:15:26 +02:00
"xkbcommon 0.5.1",
2021-12-15 17:25:15 +01:00
]
[[package]]
2023-01-09 13:55:24 +01:00
name = "smithay-client-toolkit"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f307c47d32d2715eb2e0ece5589057820e0e5e70d07c247d1063e844e107f454"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"calloop",
"dlib",
"lazy_static",
"log",
2023-07-31 19:15:26 +02:00
"memmap2 0.5.10",
2023-01-09 13:55:24 +01:00
"nix 0.24.3",
"pkg-config",
"wayland-client 0.29.5",
"wayland-cursor",
"wayland-protocols 0.29.5",
]
[[package]]
name = "smithay-egui"
version = "0.1.0"
source = "git+https://github.com/Smithay/smithay-egui.git?rev=0a4d573#0a4d57349ad4c9bedb25968b22b7bcb7756dd8cc"
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",
"memoffset 0.9.0",
2023-01-09 13:55:24 +01:00
"smithay",
2023-07-31 19:15:26 +02:00
"xkbcommon 0.5.1",
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"
[[package]]
name = "softbuffer"
version = "0.2.0"
2023-05-31 20:02:39 +02:00
source = "git+https://github.com/pop-os/softbuffer?tag=cosmic-2.0-old#ece901a9f60dc89ca740dc3bd11f3c909e801723"
2023-01-09 13:55:24 +01:00
dependencies = [
"bytemuck",
"cfg_aliases",
2023-01-09 13:55:24 +01:00
"cocoa",
"core-graphics",
2023-07-31 19:15:26 +02:00
"fastrand 1.9.0",
"foreign-types",
"log",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2023-01-09 13:55:24 +01:00
"objc",
"raw-window-handle",
2023-03-23 14:01:22 +01:00
"redox_syscall 0.3.5",
2023-01-09 13:55:24 +01:00
"thiserror",
"wasm-bindgen",
"wayland-backend",
2023-05-31 20:02:39 +02:00
"wayland-client 0.30.2",
2023-01-09 13:55:24 +01:00
"wayland-sys 0.30.1",
"web-sys",
"windows-sys 0.42.0",
"x11-dl",
"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"
version = "0.2.0+1.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
2022-01-11 17:22:23 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"num-traits",
2022-01-11 17:22:23 +01:00
]
2022-03-24 20:32:31 +01:00
[[package]]
2023-01-09 13:55:24 +01:00
name = "stable_deref_trait"
version = "1.2.0"
2022-03-24 20:32:31 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2022-03-24 20:32:31 +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 0.9.0",
]
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
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"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
[[package]]
name = "svgfilters"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "639abcebc15fdc2df179f37d6f5463d660c1c79cd552c12343a4600827a04bce"
dependencies = [
"float-cmp 0.9.0",
"rgb",
]
[[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"
version = "0.11.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 = "ed4b0611e7f3277f68c0fa18e385d9e2d26923691379690039548f867cef02a7"
dependencies = [
"kurbo 0.9.5",
"siphasher",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "swash"
2023-05-12 20:01:37 +02:00
version = "0.1.8"
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 = "3b7c73c813353c347272919aa1af2885068b05e625e5532b43049e4f641ae77f"
2023-01-09 13:55:24 +01:00
dependencies = [
"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"
2023-07-31 19:15:26 +02:00
version = "2.0.28"
2023-03-23 14:01:22 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
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-05-31 20:02:39 +02:00
version = "0.3.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 = "ea0b9eefabb91675082b41eb94c3ecd91af7656caee3fb4961a07c0ec8c7ca6f"
2023-01-09 13:55:24 +01:00
dependencies = [
"libc",
2023-03-23 14:01:22 +01:00
"windows-sys 0.45.0",
2023-01-09 13:55:24 +01:00
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "tempfile"
2023-07-31 19:15:26 +02:00
version = "3.7.0"
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 = "5486094ee78b2e5038a6382ed7645bc084dc2ec433426ca4c3cb61e2007b8998"
2021-12-15 17:25:15 +01:00
dependencies = [
"cfg-if",
2023-07-31 19:15:26 +02:00
"fastrand 2.0.0",
"redox_syscall 0.3.5",
2023-07-31 19:15:26 +02:00
"rustix 0.38.4",
2023-06-13 19:33:32 +02:00
"windows-sys 0.48.0",
2021-12-15 17:25:15 +01:00
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "termcolor"
version = "1.2.0"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2023-01-09 13:55:24 +01:00
dependencies = [
"winapi-util",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "thiserror"
2023-07-31 19:15:26 +02:00
version = "1.0.44"
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 = "611040a08a0439f8248d1990b111c95baa9c704c805fa1f62104b39655fd7f90"
2021-12-15 17:25:15 +01:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-07-31 19:15:26 +02:00
version = "1.0.44"
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 = "090198534930841fab3a5d1bb637cde49e339654e606195f8d9c76eeb081dc96"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "thread_local"
version = "1.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
dependencies = [
"cfg-if",
"once_cell",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "tiff"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7449334f9ff2baf290d55d73983a7d6fa15e01198faef72af07e2a8db851e471"
dependencies = [
"flate2",
2023-05-31 20:02:39 +02:00
"jpeg-decoder",
2023-01-09 13:55:24 +01:00
"weezl",
]
[[package]]
name = "time"
2023-07-31 19:15:26 +02:00
version = "0.3.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "b79eabcd964882a646b3584543ccabeae7869e9ac32a46f6f22b7a5bd405308b"
dependencies = [
2023-07-31 19:15:26 +02:00
"deranged",
"itoa",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2023-05-12 20:01:37 +02:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
[[package]]
name = "time-macros"
2023-07-31 19:15:26 +02:00
version = "0.2.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "eb71511c991639bb078fd5bf97757e03914361c48100d52878b8e52b46fb92cd"
dependencies = [
"time-core",
]
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"
2023-05-31 20:02:39 +02:00
version = "0.9.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 = "ce2986c82f77818c7b9144c70818fdde98db15308e329ae2f7204d767808fd3c"
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",
2023-05-31 20:02:39 +02:00
"tiny-skia-path 0.9.0",
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"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7acb0ccda1ac91084353a56d0b69b0e29c311fd809d2088b1ed2f9ae1841c47"
dependencies = [
"arrayref",
"bytemuck",
"strict-num",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "tinystr"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef"
dependencies = [
"displaydoc",
]
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "toml"
2023-07-31 19:15:26 +02:00
version = "0.7.6"
2023-06-27 17:40:14 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "c17e963a819c331dcacd7ab957d80bc2b9a9c1e71c804826d2f283dd65306542"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
]
2023-01-26 21:08:50 +01:00
[[package]]
name = "toml_datetime"
2023-06-26 22:07:33 +02:00
version = "0.6.3"
2023-01-26 21:08:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-26 22:07:33 +02:00
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-06-27 17:40:14 +02:00
dependencies = [
"serde",
]
2023-01-26 21:08:50 +01:00
[[package]]
name = "toml_edit"
2023-07-31 19:15:26 +02:00
version = "0.19.14"
2023-01-26 21:08:50 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "f8123f27e969974a3dfba720fdb560be359f57b44302d280ba72e76a74480e8a"
2023-01-26 21:08:50 +01:00
dependencies = [
2023-06-26 22:07:33 +02:00
"indexmap 2.0.0",
2023-06-27 17:40:14 +02:00
"serde",
"serde_spanned",
2023-01-26 21:08:50 +01:00
"toml_datetime",
2023-03-06 18:50:37 +01:00
"winnow",
2023-01-26 21:08:50 +01:00
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "tracing"
version = "0.1.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
2022-11-17 20:32:54 +01:00
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
]
2022-11-17 20:32:54 +01:00
[[package]]
name = "tracing-core"
2023-05-12 20:01:37 +02:00
version = "0.1.31"
2022-11-17 20:32:54 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
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.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
[[package]]
name = "tracing-subscriber"
2023-05-12 20:01:37 +02:00
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
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
]
[[package]]
name = "ttf-parser"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0609f771ad9c6155384897e1df4d948e692667cc0588548b68eb44d052b27633"
2023-05-12 20:01:37 +02:00
[[package]]
name = "ttf-parser"
version = "0.19.1"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a464a4b34948a5f67fddd2b823c62d9d92e44be75058b99939eae6c5b6960b33"
2023-05-12 20:01:37 +02:00
2023-01-09 13:55:24 +01:00
[[package]]
name = "twox-hash"
version = "1.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
dependencies = [
"cfg-if",
"rand",
"static_assertions",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "type-map"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6d3364c5e96cb2ad1603037ab253ddd34d7fb72a58bdddf4b7350760fc69a46"
dependencies = [
"rustc-hash",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "typenum"
2023-01-09 13:55:24 +01:00
version = "1.16.0"
2022-04-27 21:33:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-09 13:55:24 +01:00
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
2022-04-27 21:33:46 +02:00
2021-12-15 17:25:15 +01:00
[[package]]
2022-01-20 19:51:46 +01:00
name = "udev"
2023-01-24 17:40:33 +01:00
version = "0.7.0"
2022-01-20 19:51:46 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-24 17:40:33 +01:00
checksum = "4ebdbbd670373442a12fe9ef7aeb53aec4147a5a27a00bbc3ab639f08f48191a"
2022-01-20 19:51:46 +01:00
dependencies = [
"libc",
"libudev-sys",
"pkg-config",
]
2023-06-27 17:40:14 +02:00
[[package]]
name = "unic-langid"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398f9ad7239db44fd0f80fe068d12ff22d78354080332a5077dc6f52f14dcf2f"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e35bfd2f2b8796545b55d7d3fd3e89a0613f68a0d1c8bc28cb7ff96b411a35ff"
dependencies = [
"serde",
"tinystr",
]
[[package]]
name = "unicode-bidi"
2023-03-23 14:01:22 +01:00
version = "0.3.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-23 14:01:22 +01:00
checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
[[package]]
name = "unicode-bidi-mirroring"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
[[package]]
name = "unicode-ccc"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-general-category"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2281c8c1d221438e373249e065ca4989c4c36952c211ff21a0ee91c44a3869e7"
2022-01-20 19:51:46 +01:00
[[package]]
2022-06-20 15:50:52 +02:00
name = "unicode-ident"
2023-07-31 19:15:26 +02:00
version = "1.0.11"
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 = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
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
[[package]]
name = "unicode-script"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
2023-01-09 13:55:24 +01:00
[[package]]
name = "unicode-segmentation"
version = "1.10.1"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
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"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
[[package]]
name = "unicode-xid"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
[[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",
"data-url",
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-05-31 20:02:39 +02:00
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "4b44e14b7678bcc5947b397991432d0c4e02a103958a0ed5e1b9b961ddd08b21"
dependencies = [
"base64 0.21.2",
"log",
"pico-args",
"usvg-parser",
"usvg-text-layout",
"usvg-tree",
"xmlwriter",
]
[[package]]
name = "usvg-parser"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90c8251d965c2882a636ffcc054340b1f13a6bce68779cb5b2084d8ffc2535be"
dependencies = [
2023-05-31 20:02:39 +02:00
"data-url",
"flate2",
2023-05-31 20:02:39 +02:00
"imagesize 0.11.0",
"kurbo 0.9.5",
"log",
2023-05-31 20:02:39 +02:00
"rosvgtree",
"strict-num",
"svgtypes 0.11.0",
"usvg-tree",
]
[[package]]
name = "usvg-text-layout"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c4fed019d1af07bfe0f3bac13d120d7b51bc65b38cb24809cf4ed0b8b631138"
dependencies = [
"fontdb",
"kurbo 0.9.5",
"log",
"rustybuzz",
"unicode-bidi",
"unicode-script",
"unicode-vo",
"usvg-tree",
]
[[package]]
name = "usvg-tree"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7371265c467cdae0ccc3655e2e3f310c695fb9f717c0d25187bf3b333f7b5159"
dependencies = [
"kurbo 0.9.5",
"rctree",
2023-05-03 19:47:34 +02:00
"strict-num",
2023-05-31 20:02:39 +02:00
"svgtypes 0.11.0",
]
2022-04-27 21:33:46 +02:00
[[package]]
name = "uuid"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
dependencies = [
"serde",
]
[[package]]
name = "valuable"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
[[package]]
name = "vec1"
version = "1.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bda7c41ca331fe9a1c278a9e7ee055f4be7f5eb1c2b72f079b4ff8b5fce9d5c"
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
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"
2023-05-31 20:02:39 +02:00
[[package]]
name = "walkdir"
version = "2.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
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"
2023-06-13 19:33:32 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2023-06-13 19:33:32 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
dependencies = [
"bumpalo",
"log",
2022-08-04 12:49:19 +02:00
"once_cell",
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
"wasm-bindgen-shared",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "wasm-bindgen-futures"
2023-06-13 19:33:32 +02:00
version = "0.4.37"
2023-01-09 13:55:24 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
2023-01-09 13:55:24 +01:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
2023-06-13 19:33:32 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2023-06-13 19:33:32 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
dependencies = [
"proc-macro2",
"quote",
2023-07-31 19:15:26 +02:00
"syn 2.0.28",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2023-06-13 19:33:32 +02:00
version = "0.2.87"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
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",
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-backend"
2023-05-12 20:01:37 +02:00
version = "0.1.2"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-12 20:01:37 +02:00
checksum = "41b48e27457e8da3b2260ac60d0a94512f5cba36448679f3747c0865b7893ed8"
2022-06-20 15:50:52 +02:00
dependencies = [
"cc",
"downcast-rs",
2022-09-28 15:18:04 +02:00
"io-lifetimes",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2022-06-20 15:50:52 +02:00
"scoped-tls",
"smallvec",
2022-12-27 18:27:29 +01:00
"wayland-sys 0.30.1",
2022-06-20 15:50:52 +02:00
]
[[package]]
name = "wayland-client"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "3f3b068c05a039c9f755f881dc50f01732214f5685e379829759088967c46715"
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
"downcast-rs",
"libc",
2023-01-09 13:55:24 +01:00
"nix 0.24.3",
"scoped-tls",
"wayland-commons",
2022-09-28 15:18:04 +02:00
"wayland-scanner 0.29.5",
"wayland-sys 0.29.5",
]
2023-01-09 13:55:24 +01:00
[[package]]
name = "wayland-client"
2023-05-31 20:02:39 +02:00
version = "0.30.2"
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 = "489c9654770f674fc7e266b3c579f4053d7551df0ceb392f153adb1f9ed06ac8"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2023-01-09 13:55:24 +01:00
"wayland-backend",
"wayland-scanner 0.30.1",
2023-01-09 13:55:24 +01:00
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "wayland-commons"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
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 = "8691f134d584a33a6606d9d717b95c4fa20065605f798a3f350d78dced02a902"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-01-09 13:55:24 +01:00
"nix 0.24.3",
2021-12-15 17:25:15 +01:00
"once_cell",
"smallvec",
2022-09-28 15:18:04 +02:00
"wayland-sys 0.29.5",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "wayland-cursor"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 15:18:04 +02:00
checksum = "6865c6b66f13d6257bef1cd40cbfe8ef2f150fb8ebbdb1e8e873455931377661"
dependencies = [
2023-01-09 13:55:24 +01:00
"nix 0.24.3",
"wayland-client 0.29.5",
"xcursor",
]
[[package]]
name = "wayland-egl"
2023-01-03 19:17:51 +01:00
version = "0.30.0"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 19:17:51 +01:00
checksum = "1187695fe81c3153c3163f9d2953149f638c5d7dbc6fe988914ca3f4961e28ed"
dependencies = [
2022-06-20 15:50:52 +02:00
"wayland-backend",
2022-12-27 18:27:29 +01:00
"wayland-sys 0.30.1",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "wayland-protocols"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
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 = "b950621f9354b322ee817a23474e479b34be96c2e909c14f7bc0100e9a970bc6"
2021-12-15 17:25:15 +01:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2023-01-09 13:55:24 +01:00
"wayland-client 0.29.5",
2021-12-15 17:25:15 +01:00
"wayland-commons",
2022-09-28 15:18:04 +02:00
"wayland-scanner 0.29.5",
2022-06-20 15:50:52 +02:00
]
[[package]]
name = "wayland-protocols"
2023-07-31 19:15:26 +02:00
version = "0.30.1"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "3b28101e5ca94f70461a6c2d610f76d85ad223d042dd76585ab23d3422dd9b4d"
2022-06-20 15:50:52 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-06-20 15:50:52 +02:00
"wayland-backend",
"wayland-scanner 0.30.1",
2022-06-20 15:50:52 +02:00
"wayland-server",
]
2022-08-31 13:01:23 +02:00
[[package]]
name = "wayland-protocols-misc"
2023-01-03 19:17:51 +01:00
version = "0.1.0"
2022-08-31 13:01:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 19:17:51 +01:00
checksum = "897d4e99645e1ed9245e9e6b5efa78828d2b23b661016d63d55251243d812f8b"
2022-08-31 13:01:23 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-08-31 13:01:23 +02:00
"wayland-backend",
2023-07-31 19:15:26 +02:00
"wayland-protocols 0.30.1",
"wayland-scanner 0.30.1",
2022-08-31 13:01:23 +02:00
"wayland-server",
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-protocols-wlr"
2023-01-03 19:17:51 +01:00
version = "0.1.0"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-03 19:17:51 +01:00
checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a"
2022-06-20 15:50:52 +02:00
dependencies = [
2023-05-25 00:15:00 +02:00
"bitflags 1.3.2",
2022-06-20 15:50:52 +02:00
"wayland-backend",
2023-07-31 19:15:26 +02:00
"wayland-protocols 0.30.1",
"wayland-scanner 0.30.1",
2021-12-15 17:25:15 +01:00
"wayland-server",
]
[[package]]
name = "wayland-scanner"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
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 = "8f4303d8fa22ab852f789e75a967f0a2cdc430a607751c0499bada3e451cbd53"
2021-12-15 17:25:15 +01:00
dependencies = [
"proc-macro2",
"quote",
"xml-rs",
]
2022-06-20 15:50:52 +02:00
[[package]]
name = "wayland-scanner"
version = "0.30.1"
2022-06-20 15:50:52 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9b873b257fbc32ec909c0eb80dea312076a67014e65e245f5eb69a6b8ab330e"
2022-11-03 18:51:27 +01:00
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "wayland-server"
2023-05-31 20:02:39 +02:00
version = "0.30.1"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-31 20:02:39 +02:00
checksum = "9c43c28096fe1d49fff7d1079404fdd0f669cd1a5b00c615bdfe71bb1884d23a"
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
"downcast-rs",
2022-12-27 18:27:29 +01:00
"io-lifetimes",
2023-01-24 17:40:33 +01:00
"nix 0.26.2",
2022-06-20 15:50:52 +02:00
"wayland-backend",
"wayland-scanner 0.30.1",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "wayland-sys"
2022-09-28 15:18:04 +02:00
version = "0.29.5"
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 = "be12ce1a3c39ec7dba25594b97b42cb3195d54953ddb9d3d95a7c3902bc6e9d4"
2021-12-15 17:25:15 +01:00
dependencies = [
2021-12-15 23:23:49 +01:00
"dlib",
"lazy_static",
2022-06-20 15:50:52 +02:00
"pkg-config",
]
[[package]]
name = "wayland-sys"
2022-12-27 18:27:29 +01:00
version = "0.30.1"
2022-11-04 14:14:35 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-27 18:27:29 +01:00
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
2022-06-20 15:50:52 +02:00
dependencies = [
"dlib",
2023-01-09 13:55:24 +01:00
"lazy_static",
2021-12-15 23:23:49 +01:00
"libc",
2022-06-20 15:50:52 +02:00
"log",
2022-12-27 18:27:29 +01:00
"memoffset 0.7.1",
2021-12-15 17:25:15 +01:00
"pkg-config",
]
[[package]]
name = "web-sys"
2023-06-13 19:33:32 +02:00
version = "0.3.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-13 19:33:32 +02:00
checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "weezl"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
2023-05-12 20:01:37 +02:00
[[package]]
name = "wgpu"
2023-07-31 19:15:26 +02:00
version = "0.16.3"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "480c965c9306872eb6255fa55e4b4953be55a8b64d57e61d7ff840d3dcc051cd"
2023-05-12 20:01:37 +02:00
dependencies = [
"arrayvec",
2023-05-12 20:01:37 +02:00
"cfg-if",
"js-sys",
"log",
"naga",
2023-01-09 13:55:24 +01:00
"parking_lot 0.12.1",
2023-05-12 20:01:37 +02:00
"profiling",
"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"
2023-05-31 20:02:39 +02:00
version = "0.16.1"
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 = "8f478237b4bf0d5b70a39898a66fa67ca3a007d79f2520485b8b0c3dfc46f8c2"
2023-05-12 20:01:37 +02:00
dependencies = [
"arrayvec",
2023-05-12 20:01:37 +02:00
"bit-vec",
2023-07-31 19:15:26 +02:00
"bitflags 2.3.3",
2023-05-12 20:01:37 +02:00
"codespan-reporting",
"log",
"naga",
2023-01-09 13:55:24 +01:00
"parking_lot 0.12.1",
"profiling",
"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"
2023-07-31 19:15:26 +02:00
version = "0.16.2"
2023-05-12 20:01:37 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "1ecb3258078e936deee14fd4e0febe1cfe9bbb5ffef165cb60218d2ee5eb4448"
2023-05-12 20:01:37 +02:00
dependencies = [
"android_system_properties",
"arrayvec",
2023-05-12 20:01:37 +02:00
"ash",
"bit-set",
2023-07-31 19:15:26 +02:00
"bitflags 2.3.3",
2023-05-12 20:01:37 +02:00
"block",
"core-graphics-types",
2023-05-31 20:02:39 +02:00
"d3d12",
"foreign-types",
2023-07-31 19:15:26 +02:00
"glow 0.12.3",
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",
2023-05-31 20:02:39 +02:00
"libloading 0.8.0",
2023-05-12 20:01:37 +02:00
"log",
"metal",
"naga",
2023-01-09 13:55:24 +01:00
"objc",
"parking_lot 0.12.1",
"profiling",
"range-alloc",
"raw-window-handle",
2023-05-31 20:02:39 +02:00
"renderdoc-sys 1.0.0",
"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"
2023-07-31 19:15:26 +02:00
version = "0.16.1"
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 = "d0c153280bb108c2979eb5c7391cb18c56642dd3c072e55f52065e13e2a1252a"
2023-01-09 13:55:24 +01:00
dependencies = [
2023-07-31 19:15:26 +02:00
"bitflags 2.3.3",
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"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "653f141f39ec16bba3c5abe400a0c60da7468261cc2cbf36805022876bc721a8"
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"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "winapi-wsapoll"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c17110f57155602a80dca10be03852116403c9ff3cd25b079d666f2aa3df6e"
dependencies = [
"winapi",
]
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-05-12 20:01:37 +02:00
[[package]]
name = "windows"
version = "0.44.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e745dab35a0c4c77aa3ce42d595e13d2003d6902d6b08c9ef5fc326d08da12b"
dependencies = [
"windows-targets 0.42.2",
]
2022-11-04 14:14:35 +01:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
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",
2022-11-04 14:14:35 +01: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-07-31 19:15:26 +02:00
"windows-targets 0.48.1",
]
[[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-07-31 19:15:26 +02:00
version = "0.48.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
dependencies = [
"windows_aarch64_gnullvm 0.48.0",
"windows_aarch64_msvc 0.48.0",
"windows_i686_gnu 0.48.0",
"windows_i686_msvc 0.48.0",
"windows_x86_64_gnu 0.48.0",
"windows_x86_64_gnullvm 0.48.0",
"windows_x86_64_msvc 0.48.0",
]
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
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"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
2023-05-25 00:15:00 +02:00
[[package]]
name = "winit"
version = "0.28.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "866db3f712fffba75d31bf0cdecf357c8aeafd158c5b7ab51dba2a2b2d47f196"
dependencies = [
"android-activity",
"bitflags 1.3.2",
"cfg_aliases",
"core-foundation",
"core-graphics",
"dispatch",
"instant",
"libc",
"log",
"mio",
"ndk",
"objc2",
"once_cell",
"orbclient",
"percent-encoding",
"raw-window-handle",
2023-05-25 00:15:00 +02:00
"redox_syscall 0.3.5",
"smithay-client-toolkit",
"wasm-bindgen",
"wayland-client 0.29.5",
"wayland-commons",
"wayland-protocols 0.29.5",
"wayland-scanner 0.29.5",
"web-sys",
"windows-sys 0.45.0",
"x11-dl",
]
2023-03-06 18:50:37 +01:00
[[package]]
name = "winnow"
2023-07-31 19:15:26 +02:00
version = "0.5.2"
2023-03-06 18:50:37 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "8bd122eb777186e60c3fdf765a58ac76e41c582f1f535fbf3314434c6b58f3f7"
2023-03-06 18:50:37 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "wio"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
dependencies = [
"winapi",
]
[[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",
]
[[package]]
name = "x11rb"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cdf3c79412dd91bae7a7366b8ad1565a85e35dd049affc3a6a2c549e97419617"
dependencies = [
"gethostname",
"libc",
2023-05-25 00:15:00 +02:00
"libloading 0.7.4",
"nix 0.25.1",
"once_cell",
"winapi",
"winapi-wsapoll",
2023-01-24 17:40:33 +01:00
"x11rb-protocol",
2021-12-15 17:25:15 +01:00
]
[[package]]
name = "x11rb-protocol"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0b1513b141123073ce54d5bb1d33f801f17508fbd61e02060b1214e96d39c56"
dependencies = [
"nix 0.25.1",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
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
2021-12-15 17:25:15 +01:00
[[package]]
name = "xkbcommon"
2022-08-04 12:49:19 +02:00
version = "0.4.1"
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 = "032ed00cc755c31221bbd6aaf9fa4196a01bf33bca185f9316e14f26d28c28cf"
2021-12-15 17:25:15 +01:00
dependencies = [
"libc",
]
[[package]]
name = "xkbcommon"
2023-07-31 19:15:26 +02:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-07-31 19:15:26 +02:00
checksum = "52db25b599e92bf6e3904134618728eeb7b49a5a4f38f107f92399bb9c496b88"
dependencies = [
"libc",
2023-07-31 19:15:26 +02:00
"memmap2 0.7.1",
]
2021-12-15 17:25:15 +01:00
[[package]]
name = "xml-rs"
2023-07-31 19:15:26 +02:00
version = "0.8.16"
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 = "47430998a7b5d499ccee752b41567bc3afc57e1327dc855b1a2aa44ce29b5fa1"
[[package]]
name = "xmlparser"
version = "0.13.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
[[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
[[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
[[package]]
name = "zeno"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c110ba09c9b3a43edd4803d570df0da2414fed6e822e22b976a4e3ef50860701"
[[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",
]