pop-launcher/Cargo.lock

2938 lines
70 KiB
Text
Raw Normal View History

2021-08-10 01:04:20 +02:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
2022-11-05 00:38:35 +01:00
version = "0.7.19"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
2021-08-10 01:04:20 +02:00
dependencies = [
"memchr",
]
2022-11-05 00:38:35 +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",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "anyhow"
2022-11-05 00:38:35 +01:00
version = "1.0.66"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "216261ddc8289130e551ddcd5ce8a064710c0d064a4d2895c67151c92b5443f6"
2022-02-28 18:05:41 +01:00
[[package]]
name = "appendlist"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e149dc73cd30538307e7ffa2acd3d2221148eaeed4871f246657b1c3eaa1cbd2"
[[package]]
name = "approx"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f2a05fd1bd10b2527e20a2cd32d8873d115b8b39fe219ee25f42a8aca6ba278"
dependencies = [
"num-traits",
]
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2022-02-28 18:05:41 +01:00
[[package]]
name = "async-broadcast"
2022-11-05 00:38:35 +01:00
version = "0.4.1"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
2022-02-28 18:05:41 +01:00
dependencies = [
"event-listener",
"futures-core",
2022-11-05 00:38:35 +01:00
"parking_lot",
2022-02-28 18:05:41 +01:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "async-channel"
2022-11-05 00:38:35 +01:00
version = "1.7.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e14485364214912d3b19cc3435dde4df66065127f05fa0d75c712f36f12c2f28"
2021-08-10 01:04:20 +02:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "871f9bb5e0a22eeb7e8cf16641feb87c9dc67032ccf8ff49e772eb9941d3a965"
dependencies = [
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"once_cell",
"slab",
]
[[package]]
name = "async-io"
2022-11-05 00:38:35 +01:00
version = "1.10.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e8121296a9f05be7f34aa4196b1747243b3b62e048bb7906f644f3fbfc490cf7"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"async-lock",
"autocfg",
2021-08-10 01:04:20 +02:00
"concurrent-queue",
"futures-lite",
"libc",
"log",
"parking",
"polling",
"slab",
"socket2",
"waker-fn",
"winapi",
]
[[package]]
name = "async-lock"
2022-11-05 00:38:35 +01:00
version = "2.6.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "c8101efe8695a6c17e02911402145357e718ac92d3ff88ae8419e84b1707b685"
2021-08-10 01:04:20 +02:00
dependencies = [
"event-listener",
2022-11-05 00:38:35 +01:00
"futures-lite",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "async-oneshot"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ec7c75bcbcb0139e9177f30692fd617405ca4e0c27802e128d53171f7042e2c"
dependencies = [
"futures-micro",
]
2021-08-20 21:15:13 +02:00
[[package]]
name = "async-pidfd"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12177058299bb8e3507695941b6d0d7dc0e4e6515b8bc1bf4609d9e32ef51799"
dependencies = [
"async-io",
"libc",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "async-recursion"
2022-11-05 00:38:35 +01:00
version = "1.0.0"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "2cda8f4bcc10624c4e85bc66b3f452cca98cfa5ca002dc83a16aad2367641bea"
2022-02-28 18:05:41 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "async-task"
2022-11-05 00:38:35 +01:00
version = "4.3.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "7a40729d2133846d9ed0ea60a8b9541bccddab49cd30f0715a1da672fe9a2524"
2021-08-10 01:04:20 +02:00
[[package]]
name = "async-trait"
2022-11-05 00:38:35 +01:00
version = "0.1.58"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "1e805d94e6b5001b651426cf4cd446b1ab5f319d27bab5c644f61de0a804360c"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "autocfg"
2022-02-28 18:05:41 +01:00
version = "1.1.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2021-08-10 01:04:20 +02:00
[[package]]
name = "base64"
2022-11-05 00:38:35 +01:00
version = "0.13.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2021-08-10 01:04:20 +02:00
[[package]]
name = "bitflags"
2022-02-28 18:05:41 +01:00
version = "1.3.2"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2021-08-10 01:04:20 +02:00
[[package]]
name = "block"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
2022-11-05 00:38:35 +01:00
[[package]]
name = "block-buffer"
version = "0.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cce20737498f97b993470a6e536b8523f0af7892a4f928cceb1ac5e52ebe7e"
dependencies = [
"generic-array",
]
2022-03-27 16:02:25 +02:00
[[package]]
name = "bumpalo"
2022-11-05 00:38:35 +01:00
version = "3.11.1"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "572f695136211188308f16ad2ca5c851a712c464060ae6974944458eb83880ba"
2022-03-27 16:02:25 +02:00
[[package]]
name = "bytemuck"
version = "1.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aaa3a8d9a1ca92e282c96a32d6511b695d7d994d1d102ba85d279f9b2756947f"
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fe233b960f12f8007e3db2d136e3cb1c291bfd7396e384ee76025fc1a3932b4"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
[[package]]
name = "bytes"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
2021-10-19 15:10:46 +02:00
[[package]]
name = "bytes"
2022-11-05 00:38:35 +01:00
version = "1.2.1"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "ec8a7b6a70fde80372154c65702f00a0f56f3e1c36abbc6c440484be248856db"
2021-10-19 15:10:46 +02:00
2021-08-10 01:04:20 +02:00
[[package]]
name = "cache-padded"
2022-02-28 18:05:41 +01:00
version = "1.2.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "c1db59621ec70f09c5e9b597b220c7a2b43611f4710dc03ceb8748637775692c"
2021-08-10 01:04:20 +02:00
[[package]]
name = "calloop"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a22a6a8f622f797120d452c630b0ab12e1331a1a753e2039ce7868d4ac77b4ee"
dependencies = [
"log",
"nix 0.24.3",
"slotmap",
"thiserror",
"vec_map",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "cc"
2022-11-05 00:38:35 +01:00
version = "1.0.74"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "581f5dba903aac52ea3feb5ec4810848460ee833876f1f9b0fdeab1f19091574"
2021-08-10 01:04:20 +02:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
[[package]]
name = "cgmath"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a98d30140e3296250832bbaaff83b27dcd6fa3cc70fb6f1f3e5c9c0023b5317"
dependencies = [
"approx",
"num-traits",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "chrono"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfd4d1b31faaa3a89d7934dbded3111da0d2ef28e3ebccdb4f0179f5929d1ef1"
dependencies = [
"iana-time-zone",
"num-integer",
"num-traits",
"serde",
"winapi",
]
[[package]]
name = "codespan-reporting"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
dependencies = [
"termcolor",
"unicode-width",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "concurrent-queue"
2022-11-05 00:38:35 +01:00
version = "1.2.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "af4780a44ab5696ea9e28294517f1fffb421a83a25af521333c838635509db9c"
2021-08-10 01:04:20 +02:00
dependencies = [
"cache-padded",
]
[[package]]
name = "const_format"
2022-11-05 00:38:35 +01:00
version = "0.2.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "7309d9b4d3d2c0641e018d449232f2e28f1b22933c137f157d3dbc14228b8c0e"
dependencies = [
"const_format_proc_macros",
]
[[package]]
name = "const_format_proc_macros"
2022-11-05 00:38:35 +01:00
version = "0.2.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "d897f47bf7270cf70d370f8f98c1abb6d2d4cf60a6845d30e05bfb90c6568650"
dependencies = [
"proc-macro2",
"quote",
"unicode-xid",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "core-foundation-sys"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
name = "cosmic-client-toolkit"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols#1615d9048198d3beac93184259046cf546d63657"
dependencies = [
"cosmic-protocols",
"gl_generator",
"smithay",
"smithay-client-toolkit",
"wayland-client",
]
[[package]]
name = "cosmic-protocols"
version = "0.1.0"
source = "git+https://github.com/pop-os/cosmic-protocols#1615d9048198d3beac93184259046cf546d63657"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "cpufeatures"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d997bd5e24a5928dd43e46dc529867e207907fe0b239c3477d924f7f2ca320"
dependencies = [
"libc",
]
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "cxx"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b7d4e43b25d3c994662706a1d4fcfc32aaa6afd287502c111b237093bb23f3a"
dependencies = [
"cc",
"cxxbridge-flags",
"cxxbridge-macro",
"link-cplusplus",
]
[[package]]
name = "cxx-build"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84f8829ddc213e2c1368e51a2564c552b65a8cb6a28f31e576270ac81d5e5827"
dependencies = [
"cc",
"codespan-reporting",
"once_cell",
"proc-macro2",
"quote",
"scratch",
"syn",
]
[[package]]
name = "cxxbridge-flags"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e72537424b474af1460806647c41d4b6d35d09ef7fe031c5c2fa5766047cc56a"
[[package]]
name = "cxxbridge-macro"
version = "1.0.80"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "309e4fb93eed90e1e14bea0da16b209f81813ba9fc7830c20ed151dd7bc0a4d7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "darling"
2022-11-05 00:38:35 +01:00
version = "0.14.2"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b0dd3cd20dc6b5a876612a6e5accfe7f3dd883db6d07acfbf14c128f61550dfa"
2021-08-10 01:04:20 +02:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2022-11-05 00:38:35 +01:00
version = "0.14.2"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a784d2ccaf7c98501746bf0be29b2022ba41fd62a2e622af997a03e9f972859f"
2021-08-10 01:04:20 +02:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn",
]
[[package]]
name = "darling_macro"
2022-11-05 00:38:35 +01:00
version = "0.14.2"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "7618812407e9402654622dd402b0a89dff9ba93badd6540781526117b92aab7e"
2021-08-10 01:04:20 +02:00
dependencies = [
"darling_core",
"quote",
"syn",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "digest"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adfbc57365a37acbd2ebf2b64d7e69bb766e2fea813521ed536f5d0520dcf86c"
dependencies = [
"block-buffer",
"crypto-common",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "dirs"
version = "3.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
dependencies = [
"dirs-sys",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "dirs-sys"
version = "0.3.7"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
2021-08-10 01:04:20 +02:00
dependencies = [
"libc",
"redox_users",
"winapi",
]
[[package]]
name = "dlib"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
dependencies = [
"libloading",
]
[[package]]
name = "downcast-rs"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
[[package]]
name = "drm"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01406fcc6bf5180bf107c2922c8f37a875440c56a4d436b4c4cc8c09f433cc2d"
dependencies = [
"bitflags",
"bytemuck",
"drm-ffi",
"drm-fourcc",
"nix 0.24.3",
]
[[package]]
name = "drm-ffi"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e538131f5ca07f76483b6bcdb18f540fdfe4bb0c95742f64e7d2c5649c61bca5"
dependencies = [
"drm-sys",
"nix 0.24.3",
]
[[package]]
name = "drm-fourcc"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0aafbcdb8afc29c1a7ee5fbe53b5d62f4565b35a042a662ca9fecd0b54dae6f4"
[[package]]
name = "drm-sys"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abe573f73b81a2127a5d5989e12a4ea4a4dab7800e53c73c663494d6c342a338"
dependencies = [
"libc",
]
2021-10-19 15:10:46 +02:00
[[package]]
name = "encoding_rs"
2022-11-05 00:38:35 +01:00
version = "0.8.31"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "9852635589dc9f9ea1b6fe9f05b50ef208c85c834a562f0c6abb1c475736ec2b"
2021-10-19 15:10:46 +02:00
dependencies = [
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-10-19 15:10:46 +02:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "enumflags2"
2022-11-05 00:38:35 +01:00
version = "0.7.5"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
2021-08-10 01:04:20 +02:00
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "event-listener"
2022-11-05 00:38:35 +01:00
version = "2.5.3"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2021-08-10 01:04:20 +02:00
[[package]]
name = "fastrand"
2022-11-05 00:38:35 +01:00
version = "1.8.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a7a407cfaa3385c4ae6b23e84623d48c2798d06e3e6a1878f7f59f17b3f86499"
2021-08-10 01:04:20 +02:00
dependencies = [
"instant",
]
2022-03-27 16:02:25 +02:00
[[package]]
name = "flume"
2022-11-05 00:38:35 +01:00
version = "0.10.14"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2022-03-27 16:02:25 +02:00
dependencies = [
"futures-core",
"futures-sink",
"nanorand",
2022-11-05 00:38:35 +01:00
"pin-project 1.0.12",
"spin 0.9.4",
2022-03-27 16:02:25 +02:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fork"
2022-11-05 00:38:35 +01:00
version = "0.1.20"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "9788ce090af4bf8d6e8f43d3f7d12305c787456387bd2d88856fcda3aa1f0dca"
2021-08-10 01:04:20 +02:00
dependencies = [
"libc",
]
2021-10-19 15:10:46 +02:00
[[package]]
name = "form_urlencoded"
2022-11-05 00:38:35 +01:00
version = "1.1.0"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2021-10-19 15:10:46 +02:00
dependencies = [
"percent-encoding",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "freedesktop-desktop-entry"
2022-02-28 18:05:41 +01:00
version = "0.5.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "45157175a725e81f3f594382430b6b78af5f8f72db9bd51b94f0785f80fc6d29"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"dirs 3.0.2",
"gettext-rs",
2021-08-10 01:04:20 +02:00
"memchr",
"thiserror",
2022-02-28 18:05:41 +01:00
"xdg",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "futures"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
2021-08-10 01:04:20 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
2021-08-10 01:04:20 +02:00
dependencies = [
"futures-core",
"futures-sink",
]
[[package]]
name = "futures-core"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2021-08-10 01:04:20 +02:00
[[package]]
name = "futures-executor"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2021-08-10 01:04:20 +02:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2021-08-10 01:04:20 +02:00
[[package]]
name = "futures-lite"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7694489acd39452c77daa48516b894c153f192c3578d5a839b62c58099fcbf48"
dependencies = [
"fastrand",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
[[package]]
name = "futures-macro"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-micro"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b460264b3593d68b16a7bc35f7bc226ddfebdf9a1c8db1ed95d5cc6b7168c826"
dependencies = [
"pin-project-lite",
]
[[package]]
name = "futures-sink"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2021-08-10 01:04:20 +02:00
[[package]]
name = "futures-task"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2021-08-10 01:04:20 +02:00
[[package]]
name = "futures-util"
2022-11-05 00:38:35 +01:00
version = "0.3.25"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
2021-08-10 01:04:20 +02:00
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-macro",
"futures-sink",
"futures-task",
"memchr",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "futures_codec"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce54d63f8b0c75023ed920d46fd71d0cbbb830b0ee012726b5b4f506fb6dea5b"
dependencies = [
2021-10-19 15:10:46 +02:00
"bytes 0.5.6",
2021-08-10 01:04:20 +02:00
"futures",
"memchr",
2022-11-05 00:38:35 +01:00
"pin-project 0.4.30",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "gen-z"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e87038e64f38cb7fcd57f54c8d6654ad65712babbf70f38d1834d3150ad2415"
dependencies = [
"futures",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "generic-array"
version = "0.14.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "getrandom"
2022-11-05 00:38:35 +01:00
version = "0.2.8"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2021-08-10 01:04:20 +02:00
dependencies = [
2021-10-29 17:58:46 +02:00
"cfg-if",
2022-03-27 16:02:25 +02:00
"js-sys",
2021-08-10 01:04:20 +02:00
"libc",
2022-11-05 00:38:35 +01:00
"wasi",
2022-03-27 16:02:25 +02:00
"wasm-bindgen",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "gettext-rs"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e49ea8a8fad198aaa1f9655a2524b64b70eb06b2f3ff37da407566c93054f364"
dependencies = [
"gettext-sys",
"locale_config",
]
[[package]]
name = "gettext-sys"
version = "0.21.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c63ce2e00f56a206778276704bbe38564c8695249fdc8f354b4ef71c57c3839d"
dependencies = [
"cc",
"temp-dir",
]
[[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",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "h2"
2022-11-05 00:38:35 +01:00
version = "0.3.15"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "5f9f29bc9dda355256b2916cf526ab02ce0aeaaaf2bad60d65ef3f12f11dd0f4"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2022-03-27 18:23:51 +02:00
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
2022-11-05 00:38:35 +01:00
version = "0.12.3"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2022-03-27 18:23:51 +02:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2021-10-19 15:10:46 +02:00
[[package]]
name = "http"
2022-11-05 00:38:35 +01:00
version = "0.2.8"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "75f43d41e26995c17e71ee126451dd3941010b0514a81a9d11f3b341debc2399"
2021-10-19 15:10:46 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2021-10-19 15:10:46 +02:00
"fnv",
"itoa",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "http-body"
2022-11-05 00:38:35 +01:00
version = "0.4.5"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2022-03-27 18:23:51 +02:00
"http",
"pin-project-lite",
]
[[package]]
name = "httparse"
2022-11-05 00:38:35 +01:00
version = "1.8.0"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2022-03-27 18:23:51 +02:00
[[package]]
name = "httpdate"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
2021-08-18 13:34:30 +02:00
[[package]]
name = "human-sort"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "140a09c9305e6d5e557e2ed7cbc68e05765a7d4213975b87cb04920689cc6219"
[[package]]
name = "human_format"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86cce260d758a9aa3d7c4b99d55c815a540f8a37514ba6046ab6be402a157cb0"
2022-03-27 18:23:51 +02:00
[[package]]
name = "hyper"
2022-11-05 00:38:35 +01:00
version = "0.14.22"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "abfba89e19b959ca163c7752ba59d737c1ceea53a5d31a149c805446fc958064"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2022-03-27 18:23:51 +02:00
"futures-channel",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2022-03-29 23:40:15 +02:00
name = "hyper-rustls"
version = "0.23.0"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 23:40:15 +02:00
checksum = "d87c48c02e0dc5e3b849a2041db3029fd066650f8f717c07bf8ed78ccb895cac"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-03-29 23:40:15 +02:00
"http",
2022-03-27 18:23:51 +02:00
"hyper",
2022-03-29 23:40:15 +02:00
"rustls",
2022-03-27 18:23:51 +02:00
"tokio",
2022-03-29 23:40:15 +02:00
"tokio-rustls",
2022-03-27 18:23:51 +02:00
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "iana-time-zone"
version = "0.1.53"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64c122667b287044802d6ce17ee2ddf13207ed924c712de9a66a5814d5b64765"
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"winapi",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
dependencies = [
"cxx",
"cxx-build",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2021-10-19 15:10:46 +02:00
[[package]]
name = "idna"
2022-11-05 00:38:35 +01:00
version = "0.3.0"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
2021-10-19 15:10:46 +02:00
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "indexmap"
2022-11-05 00:38:35 +01:00
version = "1.9.1"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
2022-03-27 18:23:51 +02:00
dependencies = [
"autocfg",
"hashbrown",
2022-11-05 00:38:35 +01:00
"serde",
2022-03-27 18:23:51 +02:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "instant"
2021-10-29 17:58:46 +02:00
version = "0.1.12"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-29 17:58:46 +02:00
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
2021-08-10 01:04:20 +02:00
dependencies = [
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "io-lifetimes"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46112a93252b123d31a119a8d1a1ac19deac4fac6e0e8b0df58f0d4e5870e63c"
dependencies = [
"libc",
"windows-sys",
]
2021-10-19 15:10:46 +02:00
[[package]]
2022-03-27 18:23:51 +02:00
name = "ipnet"
2022-11-05 00:38:35 +01:00
version = "2.5.0"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "879d54834c8c76457ef4293a689b2a8c59b076067ad77b15efafbb05f92a592b"
2021-10-19 15:10:46 +02:00
2021-08-10 01:04:20 +02:00
[[package]]
name = "itoa"
2022-11-05 00:38:35 +01:00
version = "1.0.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4217ad341ebadf8d8e724e264f13e593e0648f5b3e94b3896a5df283be015ecc"
2021-08-10 01:04:20 +02:00
2022-03-27 16:02:25 +02:00
[[package]]
name = "js-sys"
2022-11-05 00:38:35 +01:00
version = "0.3.60"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "49409df3e3bf0856b916e2ceaca09ee28e6871cf7d9ce97a692cacfdb2a25a47"
2022-03-27 16:02:25 +02:00
dependencies = [
"wasm-bindgen",
]
[[package]]
name = "khronos_api"
version = "3.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
2021-08-10 01:04:20 +02:00
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
2022-11-05 00:38:35 +01:00
version = "0.2.137"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
2021-08-10 01:04:20 +02:00
[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
"cfg-if",
"winapi",
]
[[package]]
name = "libmimalloc-sys"
2022-11-05 00:38:35 +01:00
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "8fc093ab289b0bfda3aa1bdfab9c9542be29c7ef385cfcbe77f8c9813588eb48"
dependencies = [
"cc",
]
[[package]]
name = "link-cplusplus"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9272ab7b96c9046fbc5bc56c06c117cb639fe2d509df0c421cad82d2915cf369"
dependencies = [
"cc",
]
[[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",
]
2022-03-27 16:02:25 +02:00
[[package]]
name = "lock_api"
2022-11-05 00:38:35 +01:00
version = "0.4.9"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-03-27 16:02:25 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"autocfg",
2022-03-27 16:02:25 +02:00
"scopeguard",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "log"
2022-11-05 00:38:35 +01:00
version = "0.4.17"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
2021-08-10 01:04:20 +02:00
dependencies = [
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "matchers"
2021-10-29 17:58:46 +02:00
version = "0.1.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-29 17:58:46 +02:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
2021-08-10 01:04:20 +02:00
dependencies = [
"regex-automata",
]
[[package]]
name = "memchr"
2022-11-05 00:38:35 +01:00
version = "2.5.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
2021-08-10 01:04:20 +02:00
[[package]]
name = "memmap2"
version = "0.5.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b182332558b18d807c4ce1ca8ca983b34c3ee32765e47b3f0f69b90355cc1dc"
dependencies = [
"libc",
]
[[package]]
name = "memoffset"
2022-02-28 18:05:41 +01:00
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "mimalloc"
2022-11-05 00:38:35 +01:00
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "76ce6a4b40d3bff9eb3ce9881ca0737a85072f9f975886082640cd46a75cdb35"
dependencies = [
"libmimalloc-sys",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "mime"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "mio"
2022-11-05 00:38:35 +01:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
dependencies = [
"libc",
"log",
2022-11-05 00:38:35 +01:00
"wasi",
"windows-sys",
]
2022-03-27 16:02:25 +02:00
[[package]]
name = "nanorand"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
dependencies = [
"getrandom",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "new_mime_guess"
2022-02-28 18:05:41 +01:00
version = "4.0.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "c2d684d1b59e0dc07b37e2203ef576987473288f530082512aff850585c61b1f"
2021-08-10 01:04:20 +02:00
dependencies = [
"mime",
"unicase",
]
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "nix"
2022-11-05 00:38:35 +01:00
version = "0.25.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e322c04a9e3440c327fca7b6c8a63e6890a32fa2ad689db972425f07e0d22abb"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"autocfg",
2021-08-10 01:04:20 +02:00
"bitflags",
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-08-10 01:04:20 +02:00
"libc",
"memoffset 0.6.5",
2022-11-05 00:38:35 +01:00
"pin-utils",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "nix"
version = "0.26.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46a58d1d356c6597d08cde02c2f09d785b09e28711837b1ed667dc652c08a694"
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset 0.7.1",
"static_assertions",
]
[[package]]
name = "nom"
version = "7.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5507769c4919c998e69e49c839d9dc6e693ede4cc4290d6ad8b41d4f09c548c"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
2022-11-05 00:38:35 +01:00
name = "num-integer"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
dependencies = [
2022-11-05 00:38:35 +01:00
"autocfg",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
dependencies = [
"autocfg",
]
[[package]]
name = "num_cpus"
2022-11-05 00:38:35 +01:00
version = "1.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
dependencies = [
"hermit-abi",
"libc",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "num_threads"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2819ce041d2ee131036f4fc9d6ae7ae125a3a40e97ba64d04fe799ad9dabbb44"
dependencies = [
"libc",
]
[[package]]
name = "numtoa"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6aa2c4e539b869820a2b82e1aef6ff40aa85e65decdd5185e83fb4b1249cd00f"
[[package]]
name = "objc"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
dependencies = [
"malloc_buf",
]
[[package]]
name = "objc-foundation"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
dependencies = [
"block",
"objc",
"objc_id",
]
[[package]]
name = "objc_id"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
dependencies = [
"objc",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "once_cell"
2022-11-05 00:38:35 +01:00
version = "1.16.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "86f0b0d4bf799edbc74508c1e8bf170ff5f41238e5f8225603ca7caaae2b7860"
2021-08-10 01:04:20 +02:00
2022-02-28 18:05:41 +01:00
[[package]]
name = "ordered-stream"
2022-11-05 00:38:35 +01:00
version = "0.1.1"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "034ce384018b245e8d8424bbe90577fbd91a533be74107e465e3474eb2285eef"
2022-02-28 18:05:41 +01:00
dependencies = [
"futures-core",
"pin-project-lite",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
2022-11-05 00:38:35 +01:00
[[package]]
name = "parking_lot"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys",
]
2021-10-19 15:10:46 +02:00
[[package]]
name = "percent-encoding"
2022-11-05 00:38:35 +01:00
version = "2.2.0"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
2021-10-19 15:10:46 +02:00
2021-08-10 01:04:20 +02:00
[[package]]
name = "pin-project"
2022-11-05 00:38:35 +01:00
version = "0.4.30"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "3ef0f924a5ee7ea9cbcea77529dba45f8a9ba9f622419fe3386ca581a3ae9d5a"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"pin-project-internal 0.4.30",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "pin-project"
2022-11-05 00:38:35 +01:00
version = "1.0.12"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"pin-project-internal 1.0.12",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "pin-project-internal"
2022-11-05 00:38:35 +01:00
version = "0.4.30"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "851c8d0ce9bebe43790dedfc86614c23494ac9f423dd618d3a61fc693eafe61e"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-internal"
2022-11-05 00:38:35 +01:00
version = "1.0.12"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "pin-project-lite"
2022-11-05 00:38:35 +01:00
version = "0.2.9"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
2021-08-10 01:04:20 +02:00
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2021-08-10 01:04:20 +02:00
[[package]]
name = "polling"
2022-11-05 00:38:35 +01:00
version = "2.4.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "ab4609a838d88b73d8238967b60dd115cc08d38e2bbaf51ee1e4b695f89122e2"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"autocfg",
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-08-10 01:04:20 +02:00
"libc",
"log",
"wepoll-ffi",
"winapi",
]
[[package]]
name = "pop-launcher"
2022-11-05 00:42:19 +01:00
version = "1.2.2"
2021-08-10 01:04:20 +02:00
dependencies = [
"const_format",
"dirs 4.0.0",
"futures",
2021-08-10 01:04:20 +02:00
"serde",
"serde_json",
"serde_with",
"tokio",
"tokio-stream",
]
[[package]]
name = "pop-launcher-bin"
2022-03-29 13:19:57 +02:00
version = "1.2.1"
dependencies = [
"dirs 4.0.0",
"mimalloc",
"pop-launcher-toolkit",
"tokio",
2021-08-10 01:04:20 +02:00
"tracing",
"tracing-subscriber",
]
[[package]]
name = "pop-launcher-plugins"
2022-11-05 00:42:19 +01:00
version = "1.2.2"
2021-08-10 01:04:20 +02:00
dependencies = [
"anyhow",
2021-08-20 21:15:13 +02:00
"async-pidfd",
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
"cosmic-client-toolkit",
"dirs 4.0.0",
2022-03-27 16:02:25 +02:00
"flume",
2021-08-10 01:04:20 +02:00
"fork",
"freedesktop-desktop-entry",
"futures",
2021-08-18 13:34:30 +02:00
"human-sort",
"human_format",
2021-08-10 01:04:20 +02:00
"new_mime_guess",
"pop-launcher",
"recently-used-xbel",
2021-08-18 00:07:48 +02:00
"regex",
2022-03-27 18:23:51 +02:00
"reqwest",
"ron",
2021-08-10 01:04:20 +02:00
"serde",
"serde_json",
"slab",
2021-08-10 01:04:20 +02:00
"strsim",
"sysfs-class",
"tokio",
2021-08-10 01:04:20 +02:00
"tracing",
2021-10-19 15:10:46 +02:00
"url",
"urlencoding",
"ward",
2021-08-10 01:04:20 +02:00
"zbus",
"zvariant",
]
[[package]]
name = "pop-launcher-service"
2022-11-05 00:42:19 +01:00
version = "1.2.2"
dependencies = [
"anyhow",
"async-oneshot",
"async-trait",
"dirs 4.0.0",
2022-03-27 16:02:25 +02:00
"flume",
"futures",
"futures_codec",
"gen-z",
"num_cpus",
"pop-launcher",
"regex",
"ron",
"serde",
"serde_json",
"serde_with",
"slab",
"strsim",
"tokio",
"tokio-stream",
"toml",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "pop-launcher-toolkit"
version = "0.1.0"
dependencies = [
"async-trait",
"dirs 4.0.0",
2022-05-18 11:27:24 +02:00
"fork",
"futures",
"pop-launcher",
"pop-launcher-plugins",
"pop-launcher-service",
2022-05-18 11:27:24 +02:00
"tokio",
"tracing",
"tracing-subscriber",
]
2021-08-10 01:04:20 +02:00
[[package]]
2022-02-28 18:05:41 +01:00
name = "ppv-lite86"
2022-11-05 00:38:35 +01:00
version = "0.2.17"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2021-08-10 01:04:20 +02:00
[[package]]
name = "proc-macro-crate"
2022-11-05 00:38:35 +01:00
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "eda0fc3b0fb7c975631757e14d9049da17374063edb6ebbcbc54d880d4fe94e9"
dependencies = [
2022-11-05 00:38:35 +01:00
"once_cell",
"thiserror",
"toml",
]
2021-08-10 01:04:20 +02:00
[[package]]
2022-02-28 18:05:41 +01:00
name = "proc-macro2"
2022-11-05 00:38:35 +01:00
version = "1.0.47"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
2022-02-28 18:05:41 +01:00
dependencies = [
2022-11-05 00:38:35 +01:00
"unicode-ident",
2022-02-28 18:05:41 +01:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "quick-xml"
version = "0.23.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11bafc859c6815fbaffbbbf4229ecb767ac913fecb27f9ad4343662e9ef099ea"
dependencies = [
"memchr",
]
2021-08-10 01:04:20 +02:00
[[package]]
2022-02-28 18:05:41 +01:00
name = "quote"
2022-11-05 00:38:35 +01:00
version = "1.0.21"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
2022-02-28 18:05:41 +01:00
dependencies = [
"proc-macro2",
]
2021-08-10 01:04:20 +02:00
[[package]]
2022-02-28 18:05:41 +01:00
name = "rand"
version = "0.8.5"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"libc",
"rand_chacha",
"rand_core",
2021-08-10 01:04:20 +02:00
]
[[package]]
2022-02-28 18:05:41 +01:00
name = "rand_chacha"
version = "0.3.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
2022-11-05 00:38:35 +01:00
version = "0.6.4"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2022-02-28 18:05:41 +01:00
dependencies = [
"getrandom",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "recently-used-xbel"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd9533c371523034735c8c68da31004561dd011df9d45d0e5886c141858a7d17"
dependencies = [
"dirs 4.0.0",
"serde",
"serde-xml-rs",
"thiserror",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "redox_syscall"
2022-11-05 00:38:35 +01:00
version = "0.2.16"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
2021-08-10 01:04:20 +02:00
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
2022-11-05 00:38:35 +01:00
version = "0.4.3"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
2021-08-10 01:04:20 +02:00
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "regex"
2022-11-05 00:38:35 +01:00
version = "1.6.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
2021-08-10 01:04:20 +02:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax",
]
[[package]]
name = "regex-syntax"
2022-11-05 00:38:35 +01:00
version = "0.6.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
[[package]]
name = "remove_dir_all"
version = "0.5.3"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
dependencies = [
"winapi",
]
2021-08-10 01:04:20 +02:00
2022-03-27 18:23:51 +02:00
[[package]]
name = "reqwest"
2022-11-05 00:38:35 +01:00
version = "0.11.12"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "431949c384f4e2ae07605ccaa56d1d9d2ecdb5cadd4f9577ccfab29f2e5149fc"
2022-03-27 18:23:51 +02:00
dependencies = [
"base64",
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2022-03-27 18:23:51 +02:00
"encoding_rs",
"futures-core",
"futures-util",
"h2",
"http",
"http-body",
"hyper",
2022-03-29 23:40:15 +02:00
"hyper-rustls",
2022-03-27 18:23:51 +02:00
"ipnet",
"js-sys",
"log",
"mime",
2022-11-05 00:38:35 +01:00
"once_cell",
2022-03-27 18:23:51 +02:00
"percent-encoding",
"pin-project-lite",
2022-03-29 23:40:15 +02:00
"rustls",
"rustls-pemfile",
2022-03-27 18:23:51 +02:00
"serde",
"serde_json",
"serde_urlencoded",
"tokio",
2022-03-29 23:40:15 +02:00
"tokio-rustls",
2022-11-05 00:38:35 +01:00
"tower-service",
2022-03-27 18:23:51 +02:00
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
2022-03-29 23:40:15 +02:00
"webpki-roots",
2022-03-27 18:23:51 +02:00
"winreg",
]
2022-03-29 23:40:15 +02:00
[[package]]
name = "ring"
version = "0.16.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
dependencies = [
"cc",
"libc",
"once_cell",
"spin 0.5.2",
"untrusted",
"web-sys",
"winapi",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "ron"
2022-11-05 00:38:35 +01:00
version = "0.8.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "300a51053b1cb55c80b7a9fde4120726ddf25ca241a1cbb926626f62fb136bff"
2021-08-10 01:04:20 +02:00
dependencies = [
"base64",
"bitflags",
"serde",
]
2022-03-29 23:40:15 +02:00
[[package]]
name = "rustls"
2022-11-05 00:38:35 +01:00
version = "0.20.7"
2022-03-29 23:40:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "539a2bfe908f471bfa933876bd1eb6a19cf2176d375f82ef7f99530a40e48c2c"
2022-03-29 23:40:15 +02:00
dependencies = [
"log",
"ring",
"sct",
"webpki",
]
[[package]]
name = "rustls-pemfile"
2022-11-05 00:38:35 +01:00
version = "1.0.1"
2022-03-29 23:40:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "0864aeff53f8c05aa08d86e5ef839d3dfcf07aeba2db32f12db0ef716e87bd55"
2022-03-29 23:40:15 +02:00
dependencies = [
"base64",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "ryu"
2022-11-05 00:38:35 +01:00
version = "1.0.11"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
2021-08-10 01:04:20 +02:00
[[package]]
name = "scan_fmt"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
2022-03-27 16:02:25 +02:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
2022-11-05 00:38:35 +01:00
[[package]]
name = "scratch"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8132065adcfd6e02db789d9285a0deb2f3fcb04002865ab67d5fb103533898"
2022-03-27 18:23:51 +02:00
[[package]]
2022-03-29 23:40:15 +02:00
name = "sct"
version = "0.7.0"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-03-29 23:40:15 +02:00
checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-03-29 23:40:15 +02:00
"ring",
"untrusted",
2022-03-27 18:23:51 +02:00
]
[[package]]
name = "serde"
2022-11-05 00:38:35 +01:00
version = "1.0.147"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "d193d69bae983fc11a79df82342761dfbf28a99fc8d203dca4c3c1b590948965"
dependencies = [
"serde_derive",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "serde-xml-rs"
version = "0.5.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65162e9059be2f6a3421ebbb4fef3e74b7d9e7c60c50a0e292c6239f19f1edfa"
2021-08-10 01:04:20 +02:00
dependencies = [
"log",
"serde",
"thiserror",
"xml-rs",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "serde_derive"
2022-11-05 00:38:35 +01:00
version = "1.0.147"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4f1d362ca8fc9c3e3a7484440752472d68a6caa98f1ab81d99b5dfe517cec852"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
2022-11-05 00:38:35 +01:00
version = "1.0.87"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "6ce777b7b150d76b9cf60d28b55f5847135a003f7d7350c6be7a773508ce7d45"
2021-08-10 01:04:20 +02:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2022-11-05 00:38:35 +01:00
version = "0.1.9"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "1fe39d9fbb0ebf5eb2c7cb7e2a47e4f462fad1379f1166b8ae49ad9eae89a7ca"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "serde_with"
2022-11-05 00:38:35 +01:00
version = "2.0.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "368f2d60d049ea019a84dcd6687b0d1e0030fe663ae105039bdf967ed5e6a9a7"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"base64",
"chrono",
"hex",
"indexmap",
2021-08-10 01:04:20 +02:00
"serde",
2022-11-05 00:38:35 +01:00
"serde_json",
2021-08-10 01:04:20 +02:00
"serde_with_macros",
2022-11-05 00:38:35 +01:00
"time",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "serde_with_macros"
2022-11-05 00:38:35 +01:00
version = "2.0.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "1ccadfacf6cf10faad22bbadf55986bdd0856edfb5d9210aa1dcf1f516e84e93"
2021-08-10 01:04:20 +02:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "sha1"
2022-11-05 00:38:35 +01:00
version = "0.10.5"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
2022-02-28 18:05:41 +01:00
dependencies = [
2022-11-05 00:38:35 +01:00
"cfg-if",
"cpufeatures",
"digest",
2022-02-28 18:05:41 +01:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "sharded-slab"
2021-10-29 17:58:46 +02:00
version = "0.1.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-29 17:58:46 +02:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2021-08-10 01:04:20 +02:00
dependencies = [
"lazy_static",
]
[[package]]
name = "signal-hook-registry"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "slab"
2022-11-05 00:38:35 +01:00
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
dependencies = [
"autocfg",
]
[[package]]
name = "slog"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8347046d4ebd943127157b94d63abb990fcf729dc4e9978927fdf4ac3c998d06"
[[package]]
name = "slog-scope"
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f95a4b4c3274cd2869549da82b57ccc930859bdbf5bcea0424bc5f140b3c786"
dependencies = [
"arc-swap",
"lazy_static",
"slog",
]
[[package]]
name = "slog-stdlog"
version = "4.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6706b2ace5bbae7291d3f8d2473e2bfab073ccd7d03670946197aec98471fa3e"
dependencies = [
"log",
"slog",
"slog-scope",
]
[[package]]
name = "slotmap"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
dependencies = [
"version_check",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "smallvec"
version = "1.10.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
2021-08-10 01:04:20 +02:00
[[package]]
name = "smithay"
version = "0.3.0"
source = "git+https://github.com/Smithay/smithay?rev=c85e1e5#c85e1e520d14aaaadff1369bcbf88ea8204c0827"
dependencies = [
"appendlist",
"bitflags",
"calloop",
"cgmath",
"downcast-rs",
"drm",
"drm-ffi",
"drm-fourcc",
"gl_generator",
"indexmap",
"lazy_static",
"libc",
"libloading",
"nix 0.24.3",
"once_cell",
"rand",
"scan_fmt",
"slog",
"slog-stdlog",
"thiserror",
"wayland-protocols-misc",
"wayland-protocols-wlr",
"xkbcommon",
]
[[package]]
name = "smithay-client-toolkit"
version = "0.16.0"
source = "git+https://github.com/Smithay/client-toolkit?rev=3776d4a#3776d4aecf5bf94bbe0dc3bae3e64d5a07db7fd6"
dependencies = [
"bitflags",
"calloop",
"dlib",
"lazy_static",
"log",
"memmap2",
"nix 0.25.0",
"pkg-config",
"thiserror",
"wayland-backend",
"wayland-client",
"wayland-cursor",
"wayland-protocols",
"wayland-protocols-wlr",
"wayland-scanner",
"xkbcommon",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "socket2"
2022-11-05 00:38:35 +01:00
version = "0.4.7"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
2021-08-10 01:04:20 +02:00
dependencies = [
"libc",
"winapi",
]
2022-03-29 23:40:15 +02:00
[[package]]
name = "spin"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
2022-03-27 16:02:25 +02:00
[[package]]
name = "spin"
2022-11-05 00:38:35 +01:00
version = "0.9.4"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "7f6002a767bff9e83f8eeecf883ecb8011875a21ae8da43bffb817a57e78cc09"
2022-03-27 16:02:25 +02:00
dependencies = [
"lock_api",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2021-08-10 01:04:20 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "syn"
2022-11-05 00:38:35 +01:00
version = "1.0.103"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a864042229133ada95abf3b54fdc62ef5ccabe9515b64717bcb9a1919e59445d"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
2022-11-05 00:38:35 +01:00
"unicode-ident",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "sysfs-class"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e1bbcf869732c45a77898f7f61ed6d411dfc37613517e444842f58d428856d1"
dependencies = [
"numtoa",
]
[[package]]
name = "temp-dir"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af547b166dd1ea4b472165569fc456cfb6818116f854690b0ff205e636523dab"
2022-11-05 00:38:35 +01:00
[[package]]
name = "tempfile"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5cdb1ef4eaeeaddc8fbd371e5017057064af0911902ef36b39801f67cc6d79e4"
dependencies = [
"cfg-if",
"fastrand",
"libc",
"redox_syscall",
"remove_dir_all",
"winapi",
]
[[package]]
name = "termcolor"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
dependencies = [
"winapi-util",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "thiserror"
2022-11-05 00:38:35 +01:00
version = "1.0.37"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "10deb33631e3c9018b9baf9dcbbc4f737320d2b576bac10f6aefa048fa407e3e"
2021-08-10 01:04:20 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2022-11-05 00:38:35 +01:00
version = "1.0.37"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "982d17546b47146b28f7c22e3d08465f6b8903d0ea13c1660d9d84a6e7adcdbb"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "thread_local"
2022-02-28 18:05:41 +01:00
version = "1.1.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2021-08-10 01:04:20 +02:00
dependencies = [
"once_cell",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "time"
version = "0.3.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fab5c8b9980850e06d92ddbe3ab839c062c801f3927c0fb8abd6fc8e918fbca"
dependencies = [
"itoa",
"libc",
"num_threads",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e153e1f1acaef8acc537e68b44906d2db6436e2b35ac2c6b42640fff91f00fd"
[[package]]
name = "time-macros"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65bb801831d812c562ae7d2bfb531f26e66e4e1f6b17307ba4149c5064710e5b"
dependencies = [
"time-core",
]
2021-10-19 15:10:46 +02:00
[[package]]
name = "tinyvec"
2022-11-05 00:38:35 +01:00
version = "1.6.0"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
2021-10-19 15:10:46 +02:00
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
[[package]]
name = "tokio"
2022-11-05 00:38:35 +01:00
version = "1.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a9e03c497dc955702ba729190dc4aac6f2a0ce97f913e5b1b5912fc5039d9099"
dependencies = [
2022-11-05 00:38:35 +01:00
"autocfg",
"bytes 1.2.1",
"libc",
"memchr",
"mio",
"pin-project-lite",
"signal-hook-registry",
2022-03-27 18:23:51 +02:00
"socket2",
"tokio-macros",
"winapi",
]
[[package]]
name = "tokio-macros"
2022-11-05 00:38:35 +01:00
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-03-27 18:23:51 +02:00
[[package]]
2022-03-29 23:40:15 +02:00
name = "tokio-rustls"
2022-11-05 00:38:35 +01:00
version = "0.23.4"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-03-29 23:40:15 +02:00
"rustls",
2022-03-27 18:23:51 +02:00
"tokio",
2022-03-29 23:40:15 +02:00
"webpki",
2022-03-27 18:23:51 +02:00
]
[[package]]
name = "tokio-stream"
2022-11-05 00:38:35 +01:00
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "d660770404473ccd7bc9f8b28494a811bc18542b915c0855c51e8f419d5223ce"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "tokio-util"
2022-11-05 00:38:35 +01:00
version = "0.7.4"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "0bb2e075f03b3d66d8d8785356224ba688d2906a371015e225beeb65ca92c740"
2022-03-27 18:23:51 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"bytes 1.2.1",
2022-03-27 18:23:51 +02:00
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
2022-11-05 00:38:35 +01:00
"tracing",
2022-03-27 18:23:51 +02:00
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "toml"
2022-11-05 00:38:35 +01:00
version = "0.5.9"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "8d82e1a7758622a465f8cee077614c73484dac5b836c02ff6a40d5d1010324d7"
2021-08-10 01:04:20 +02:00
dependencies = [
"serde",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "tower-service"
2022-11-05 00:38:35 +01:00
version = "0.3.2"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
2022-03-27 18:23:51 +02:00
2021-08-10 01:04:20 +02:00
[[package]]
name = "tracing"
2022-11-05 00:38:35 +01:00
version = "0.1.37"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2021-08-10 01:04:20 +02:00
dependencies = [
2021-10-29 17:58:46 +02:00
"cfg-if",
2021-08-10 01:04:20 +02:00
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2022-11-05 00:38:35 +01:00
version = "0.1.23"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2021-08-10 01:04:20 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "tracing-core"
2022-11-05 00:38:35 +01:00
version = "0.1.30"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-11-05 00:38:35 +01:00
"once_cell",
2021-08-10 01:04:20 +02:00
]
[[package]]
name = "tracing-subscriber"
2022-11-05 00:38:35 +01:00
version = "0.3.16"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
2021-08-10 01:04:20 +02:00
dependencies = [
"matchers",
2022-11-05 00:38:35 +01:00
"once_cell",
2021-08-10 01:04:20 +02:00
"regex",
"sharded-slab",
"thread_local",
"tracing",
"tracing-core",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "try-lock"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
2022-11-05 00:38:35 +01:00
[[package]]
name = "typenum"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dcf81ac59edc17cc8697ff311e8f5ef2d99fcbd9817b34cec66f90b6c3dfd987"
[[package]]
name = "uds_windows"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "unicase"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
dependencies = [
"version_check",
]
2021-10-19 15:10:46 +02:00
[[package]]
name = "unicode-bidi"
2022-11-05 00:38:35 +01:00
version = "0.3.8"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "099b7128301d285f79ddd55b9a83d5e6b9e97c92e0ea0daebee7263e932de992"
[[package]]
name = "unicode-ident"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
2021-10-19 15:10:46 +02:00
[[package]]
name = "unicode-normalization"
2022-11-05 00:38:35 +01:00
version = "0.1.22"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
2021-10-19 15:10:46 +02:00
dependencies = [
"tinyvec",
]
2022-11-05 00:38:35 +01:00
[[package]]
name = "unicode-width"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
2021-08-10 01:04:20 +02:00
[[package]]
name = "unicode-xid"
2022-11-05 00:38:35 +01:00
version = "0.2.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
2021-08-10 01:04:20 +02:00
2022-03-29 23:40:15 +02:00
[[package]]
name = "untrusted"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
2021-10-19 15:10:46 +02:00
[[package]]
name = "url"
2022-11-05 00:38:35 +01:00
version = "2.3.1"
2021-10-19 15:10:46 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
2021-10-19 15:10:46 +02:00
dependencies = [
"form_urlencoded",
"idna",
"percent-encoding",
]
[[package]]
name = "urlencoding"
2022-11-05 00:38:35 +01:00
version = "2.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
2022-02-28 18:05:41 +01:00
[[package]]
name = "vec_map"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2021-08-10 01:04:20 +02:00
[[package]]
name = "version_check"
2022-02-28 18:05:41 +01:00
version = "0.9.4"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-02-28 18:05:41 +01:00
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2021-08-10 01:04:20 +02:00
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2022-03-27 18:23:51 +02:00
[[package]]
name = "want"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
dependencies = [
"log",
"try-lock",
]
[[package]]
name = "ward"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1cbcd609d606e1307a1530061482ed2ee3fc9963128990238cefb2013127b61e"
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
2022-03-27 16:02:25 +02:00
[[package]]
name = "wasm-bindgen"
2022-11-05 00:38:35 +01:00
version = "0.2.83"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "eaf9f5aceeec8be17c128b2e93e031fb8a4d469bb9c4ae2d7dc1888b26887268"
2022-03-27 16:02:25 +02:00
dependencies = [
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
2022-11-05 00:38:35 +01:00
version = "0.2.83"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "4c8ffb332579b0557b52d268b91feab8df3615f265d5270fec2a8c95b17c1142"
2022-03-27 16:02:25 +02:00
dependencies = [
"bumpalo",
"log",
2022-11-05 00:38:35 +01:00
"once_cell",
2022-03-27 16:02:25 +02:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "wasm-bindgen-futures"
2022-11-05 00:38:35 +01:00
version = "0.4.33"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "23639446165ca5a5de86ae1d8896b737ae80319560fbaa4c2887b7da6e7ebd7d"
2022-03-27 18:23:51 +02:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
2022-03-27 16:02:25 +02:00
[[package]]
name = "wasm-bindgen-macro"
2022-11-05 00:38:35 +01:00
version = "0.2.83"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "052be0f94026e6cbc75cdefc9bae13fd6052cdcaf532fa6c45e7ae33a1e6c810"
2022-03-27 16:02:25 +02:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
2022-11-05 00:38:35 +01:00
version = "0.2.83"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "07bc0c051dc5f23e307b13285f9d75df86bfdf816c5721e573dec1f9b8aa193c"
2022-03-27 16:02:25 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
2022-11-05 00:38:35 +01:00
version = "0.2.83"
2022-03-27 16:02:25 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "1c38c045535d93ec4f0b4defec448e4291638ee608530863b1e2ba115d4fff7f"
2022-03-27 16:02:25 +02:00
[[package]]
name = "wayland-backend"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb23bfea266c92bb051ea36cce0eb1a52b743dc1c5f168021947eda79764656d"
dependencies = [
"cc",
"downcast-rs",
"io-lifetimes",
"nix 0.26.1",
"scoped-tls",
"smallvec",
"wayland-sys",
]
[[package]]
name = "wayland-client"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a925bd68c8b652af4e6f11a32410bd31bf84061c5ef279ed081520c60f203b4"
dependencies = [
"bitflags",
"nix 0.26.1",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-cursor"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d0c3a0d5b4b688b07b0442362d3ed6bf04724fcc16cd69ab6285b90dbc487aa"
dependencies = [
"nix 0.26.1",
"wayland-client",
"xcursor",
]
[[package]]
name = "wayland-protocols"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fefbeb8a360abe67ab7c2efe1d297a1a50ee011f5460791bc18870c26bb84e2"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-client",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-protocols-misc"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897d4e99645e1ed9245e9e6b5efa78828d2b23b661016d63d55251243d812f8b"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-protocols-wlr"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fce991093320e4a6a525876e6b629ab24da25f9baef0c2e0080ad173ec89588a"
dependencies = [
"bitflags",
"wayland-backend",
"wayland-client",
"wayland-protocols",
"wayland-scanner",
"wayland-server",
]
[[package]]
name = "wayland-scanner"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4834c14b3edf1d9986c83ca79b1e7e3afbe9874c7c144702f6467063259ce45d"
dependencies = [
"proc-macro2",
"quick-xml",
"quote",
]
[[package]]
name = "wayland-server"
version = "0.30.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9062def387c1b1d80e366d8243c2b3bd6d9e4f343032a3e5da8d4aa03866cf89"
dependencies = [
"bitflags",
"downcast-rs",
"io-lifetimes",
"nix 0.26.1",
"wayland-backend",
"wayland-scanner",
]
[[package]]
name = "wayland-sys"
version = "0.30.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96b2a02ac608e07132978689a6f9bf4214949c85998c247abadd4f4129b1aa06"
dependencies = [
"dlib",
"log",
"pkg-config",
]
2022-03-27 18:23:51 +02:00
[[package]]
name = "web-sys"
2022-11-05 00:38:35 +01:00
version = "0.3.60"
2022-03-27 18:23:51 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "bcda906d8be16e728fd5adc5b729afad4e444e106ab28cd1c7256e54fa61510f"
2022-03-27 18:23:51 +02:00
dependencies = [
"js-sys",
"wasm-bindgen",
]
2022-03-29 23:40:15 +02:00
[[package]]
name = "webpki"
version = "0.22.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "webpki-roots"
2022-11-05 00:38:35 +01:00
version = "0.22.5"
2022-03-29 23:40:15 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "368bfe657969fb01238bb756d351dcade285e0f6fcbd36dcb23359a5169975be"
2022-03-29 23:40:15 +02:00
dependencies = [
"webpki",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "wepoll-ffi"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d743fdedc5c64377b5fc2bc036b01c7fd642205a0d96356034ae3404d49eb7fb"
dependencies = [
"cc",
]
[[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"
2022-11-05 00:38:35 +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-08-10 01:04:20 +02:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2022-11-05 00:38: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",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
[[package]]
name = "windows_i686_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
[[package]]
name = "windows_i686_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"
2022-03-27 18:23:51 +02:00
[[package]]
name = "winreg"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
dependencies = [
"winapi",
]
[[package]]
name = "xcursor"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "463705a63313cd4301184381c5e8042f0a7e9b4bb63653f216311d4ae74690b7"
dependencies = [
"nom",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "xdg"
version = "2.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c4583db5cbd4c4c0303df2d15af80f0539db703fa1c68802d4cbbd2dd0f88f6"
dependencies = [
"dirs 4.0.0",
]
[[package]]
name = "xkbcommon"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbee136714379ab22da0280207fdb7f47e0bb940adea97731b65598b8c7a92e"
dependencies = [
"libc",
"memmap2",
]
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
2021-08-10 01:04:20 +02:00
[[package]]
name = "zbus"
2022-11-05 00:38:35 +01:00
version = "3.4.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "78a0b85c5608c27d2306d67e955b9c6e23a42d824205c85038a7afbe19c0ae22"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"async-broadcast",
"async-channel",
"async-executor",
2021-08-10 01:04:20 +02:00
"async-io",
2022-02-28 18:05:41 +01:00
"async-lock",
"async-recursion",
"async-task",
"async-trait",
2021-08-10 01:04:20 +02:00
"byteorder",
"derivative",
2022-11-05 00:38:35 +01:00
"dirs 4.0.0",
2021-08-10 01:04:20 +02:00
"enumflags2",
2022-02-28 18:05:41 +01:00
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.25.0",
2021-08-10 01:04:20 +02:00
"once_cell",
2022-02-28 18:05:41 +01:00
"ordered-stream",
"rand",
2021-08-10 01:04:20 +02:00
"serde",
"serde_repr",
2022-02-28 18:05:41 +01:00
"sha1",
"static_assertions",
2022-11-05 00:38:35 +01:00
"tracing",
"uds_windows",
2022-02-28 18:05:41 +01:00
"winapi",
2021-08-10 01:04:20 +02:00
"zbus_macros",
2022-02-28 18:05:41 +01:00
"zbus_names",
2021-08-10 01:04:20 +02:00
"zvariant",
]
[[package]]
name = "zbus_macros"
2022-11-05 00:38:35 +01:00
version = "3.4.0"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b18018648e7e10ed856809befe7309002b87b2b12d5b282cb5040d7974b58677"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"proc-macro-crate",
2021-08-10 01:04:20 +02:00
"proc-macro2",
"quote",
2022-02-28 18:05:41 +01:00
"regex",
2021-08-10 01:04:20 +02:00
"syn",
]
2022-02-28 18:05:41 +01:00
[[package]]
name = "zbus_names"
2022-11-05 00:38:35 +01:00
version = "2.2.0"
2022-02-28 18:05:41 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "41a408fd8a352695690f53906dc7fd036be924ec51ea5e05666ff42685ed0af5"
2022-02-28 18:05:41 +01:00
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
2021-08-10 01:04:20 +02:00
[[package]]
name = "zvariant"
2022-11-05 00:38:35 +01:00
version = "3.7.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "b794fb7f59af4105697b0449ba31731ee5dbb3e773a17dbdf3d36206ea1b1644"
2021-08-10 01:04:20 +02:00
dependencies = [
"byteorder",
"enumflags2",
2021-10-29 17:58:46 +02:00
"libc",
2021-08-10 01:04:20 +02:00
"serde",
2021-10-29 17:58:46 +02:00
"static_assertions",
2021-08-10 01:04:20 +02:00
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2022-11-05 00:38:35 +01:00
version = "3.7.1"
2021-08-10 01:04:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-05 00:38:35 +01:00
checksum = "dd58d4b6c8e26d3dd2149c8c40c6613ef6451b9885ff1296d1ac86c388351a54"
2021-08-10 01:04:20 +02:00
dependencies = [
2022-02-28 18:05:41 +01:00
"proc-macro-crate",
2021-08-10 01:04:20 +02:00
"proc-macro2",
"quote",
"syn",
]