Files
LACT/Cargo.lock

2415 lines
57 KiB
Plaintext
Raw Normal View History

2022-08-30 21:12:32 +03:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "addr2line"
version = "0.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
dependencies = [
"gimli",
]
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "ahash"
2023-01-28 08:57:20 +02:00
version = "0.8.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 08:57:20 +02:00
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
2022-11-16 22:46:18 +02:00
dependencies = [
"cfg-if",
"getrandom",
"once_cell",
"version_check",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "aho-corasick"
version = "1.0.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c378d78423fdad8089616f827526ee33c19f2fddbd5de1629152c9593ba4783"
2022-08-30 21:12:32 +03:00
dependencies = [
"memchr",
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "amdgpu-sysfs"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d13a380f1e3075313a793737a6b07fac7e69369779aee12b6cc03783aac0a7f"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-12-31 15:32:59 +02:00
"enum_dispatch",
2022-11-16 22:46:18 +02:00
"serde",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "anstream"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15c4c2c83f81532e5845a733998b6971faca23490340a418e9b72a3ec9de12ea"
[[package]]
name = "anstyle-parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
dependencies = [
"windows-sys",
]
[[package]]
name = "anstyle-wincon"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
dependencies = [
"anstyle",
"windows-sys",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "anyhow"
version = "1.0.75"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
2022-08-30 21:12:32 +03:00
[[package]]
name = "ash"
2023-06-03 08:33:35 +03:00
version = "0.37.3+1.3.251"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
2022-08-30 21:12:32 +03:00
dependencies = [
"libloading",
]
[[package]]
name = "async-broadcast"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
dependencies = [
"event-listener",
"futures-core",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "async-channel"
version = "1.9.0"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
2023-03-18 10:12:11 +02:00
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-io"
2023-03-26 18:29:35 +03:00
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
dependencies = [
"async-lock",
"autocfg",
2023-03-26 18:29:35 +03:00
"cfg-if",
"concurrent-queue",
"futures-lite",
"log",
"parking",
"polling",
"rustix 0.37.23",
"slab",
"socket2 0.4.9",
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
dependencies = [
"event-listener",
]
2023-06-03 08:33:35 +03:00
[[package]]
name = "async-process"
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
dependencies = [
"async-io",
"async-lock",
"autocfg",
"blocking",
"cfg-if",
"event-listener",
"futures-lite",
"rustix 0.37.23",
2023-06-03 08:33:35 +03:00
"signal-hook",
"windows-sys",
2023-06-03 08:33:35 +03:00
]
[[package]]
name = "async-recursion"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
]
[[package]]
name = "async-task"
2023-03-26 18:29:35 +03:00
version = "4.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
[[package]]
name = "async-trait"
version = "0.1.73"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc00ceb34980c03614e35a3a4e218276a0a824e911d07651cd0d858a51e8c0f0"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.1"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
2023-03-18 10:12:11 +02:00
2022-08-30 21:12:32 +03:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
[[package]]
name = "backtrace"
version = "0.3.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
dependencies = [
"addr2line",
"cc",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "bincode"
version = "1.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
dependencies = [
"serde",
]
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
[[package]]
name = "block-buffer"
2023-03-18 10:12:11 +02:00
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "blocking"
version = "1.3.1"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
2023-03-18 10:12:11 +02:00
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand 1.9.0",
2023-03-18 10:12:11 +02:00
"futures-lite",
"log",
2023-03-18 10:12:11 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "bytemuck"
version = "1.14.0"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
2022-11-16 22:46:18 +02:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
version = "1.5.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
2022-11-16 22:46:18 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2022-11-16 22:46:18 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "byteorder"
version = "1.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
2022-08-30 21:12:32 +03:00
[[package]]
name = "bytes"
version = "1.5.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
2022-08-30 21:12:32 +03:00
[[package]]
name = "cairo-rs"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab3603c4028a5e368d09b51c8b624b9a46edcd7c3778284077a6125af73c9f0a"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-08-30 21:12:32 +03:00
"cairo-sys-rs",
"glib",
"libc",
2022-11-18 21:32:10 +02:00
"once_cell",
2022-08-30 21:12:32 +03:00
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "691d0c66b1fb4881be80a760cb8fe76ea97218312f9dfe2c9cc0f496ca279cb1"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "cc"
version = "1.0.83"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
dependencies = [
"libc",
]
2023-01-01 21:15:30 +02:00
2022-08-30 21:12:32 +03:00
[[package]]
name = "cfg-expr"
version = "0.15.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03915af431787e6ffdcc74c645077518c6b6e01f80b761e0fbbfa288536311b3"
2022-08-30 21:12:32 +03:00
dependencies = [
"smallvec",
"target-lexicon",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-01-01 21:15:30 +02:00
[[package]]
name = "clap"
version = "4.4.2"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a13b88d2c62ff462f88e4a121f17a82c1af05693a2f192b5c38d14de73c19f6"
2023-01-01 21:15:30 +02:00
dependencies = [
"clap_builder",
2023-01-01 21:15:30 +02:00
"clap_derive",
]
[[package]]
name = "clap_builder"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb9faaa7c2ef94b2743a21f5a29e6f0010dff4caa69ac8e9d6cf8b6fa74da08"
dependencies = [
"anstream",
"anstyle",
"clap_lex",
2023-03-26 18:29:35 +03:00
"strsim",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "clap_derive"
version = "4.4.2"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
2023-01-01 21:15:30 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn 2.0.31",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "clap_lex"
version = "0.5.1"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
[[package]]
name = "colorchoice"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2023-01-01 21:15:30 +02:00
[[package]]
name = "concurrent-queue"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
dependencies = [
"crossbeam-utils",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "core-foundation"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "194a7a9e6de53fa55116934067c844d9d749312f75c6f6d0980e8c252f8c2146"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.4"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "core-graphics-types"
version = "0.1.2"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bb142d41022986c1d8ff29103a1411c8a3dfad3552f87a4f8dc50d61d4f4e33"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-11-16 22:46:18 +02:00
"core-foundation",
"libc",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "cpufeatures"
version = "0.2.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
dependencies = [
"libc",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "crossbeam-queue"
2022-11-26 11:32:11 +02:00
version = "0.3.8"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-26 11:32:11 +02:00
checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.16"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "crunchy"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
2022-08-30 21:12:32 +03:00
[[package]]
name = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "darling"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0209d94da627ab5605dcccf08bb18afa5009cfbef48d8a8b7d7bdbc79be25c5e"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "177e3443818124b357d8e76f53be906d60937f0d3a90773a664fa63fa253e621"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"strsim",
"syn 2.0.31",
]
[[package]]
name = "darling_macro"
version = "0.20.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "836a9bbc7ad63342d6d6e7b815ccab164bc77a2d95d84bc3117a8c0d5c98e2d5"
dependencies = [
"darling_core",
"quote",
"syn 2.0.31",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
]
2023-02-19 18:38:47 +02:00
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
[[package]]
name = "digest"
2023-06-03 08:33:35 +03:00
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
2022-12-31 15:32:59 +02:00
[[package]]
name = "enum_dispatch"
version = "0.3.12"
2022-12-31 15:32:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f33313078bb8d4d05a2733a94ac4c2d8a0df9a2b84424ebf4f33bfc224a890e"
2022-12-31 15:32:59 +02:00
dependencies = [
"once_cell",
"proc-macro2",
"quote",
"syn 2.0.31",
2022-12-31 15:32:59 +02:00
]
[[package]]
name = "enumflags2"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c041f5090df68b32bcd905365fd51769c8b9d553fe87fde0b683534f10c01bd2"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e9a1f9f7d83e59740248a6e14ecf93929ade55027844dfcea78beafccc15745"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
2023-03-26 18:29:35 +03:00
name = "errno"
version = "0.3.3"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
2023-01-01 21:15:30 +02:00
dependencies = [
"errno-dragonfly",
"libc",
"windows-sys",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "event-listener"
version = "2.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
[[package]]
name = "fastrand"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
dependencies = [
"instant",
]
[[package]]
name = "fastrand"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
2022-08-30 21:12:32 +03:00
[[package]]
name = "field-offset"
2023-06-03 08:33:35 +03:00
version = "0.3.6"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
2022-08-30 21:12:32 +03:00
dependencies = [
2023-06-03 08:33:35 +03:00
"memoffset 0.9.0",
2022-08-30 21:12:32 +03:00
"rustc_version",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "futures"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-channel"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-core",
"futures-sink",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "futures-core"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-executor"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-lite"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
dependencies = [
"fastrand 1.9.0",
"futures-core",
"futures-io",
"memchr",
"parking",
"pin-project-lite",
"waker-fn",
]
2022-11-18 21:32:10 +02:00
[[package]]
name = "futures-macro"
version = "0.3.28"
2022-11-18 21:32:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2022-11-18 21:32:10 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2022-11-18 21:32:10 +02:00
]
[[package]]
name = "futures-sink"
version = "0.3.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-task"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-util"
version = "0.3.28"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-core",
2022-11-18 21:32:10 +02:00
"futures-macro",
"futures-sink",
2022-08-30 21:12:32 +03:00
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "695d6bc846438c5708b07007537b9274d883373dd30858ca881d7d71b5540717"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-08-30 21:12:32 +03:00
"gdk-pixbuf-sys",
"gio",
"glib",
"libc",
2023-02-19 14:45:23 +02:00
"once_cell",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9285ec3c113c66d7d0ab5676599176f1f42f4944ca1b581852215bf5694870cb"
2022-08-30 21:12:32 +03:00
dependencies = [
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "gdk4"
2023-03-18 10:12:11 +02:00
version = "0.6.3"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "c3abf96408a26e3eddf881a7f893a1e111767137136e347745e8ea6ed12731ff"
2023-01-04 20:44:12 +02:00
dependencies = [
"bitflags 1.3.2",
2023-01-04 20:44:12 +02:00
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
2023-03-18 10:12:11 +02:00
version = "0.6.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "1bc92aa1608c089c49393d014c38ac0390d01e4841e1fedaa75dbcef77aaed64"
2022-08-30 21:12:32 +03:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"libc",
"pango-sys",
"pkg-config",
"system-deps",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "getrandom"
version = "0.2.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gimli"
version = "0.28.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
2022-08-30 21:12:32 +03:00
[[package]]
name = "gio"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6973e92937cf98689b6a054a9e56c657ed4ff76de925e36fc331a15f0c5d30a"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-08-30 21:12:32 +03:00
"futures-channel",
"futures-core",
"futures-io",
2022-11-18 21:32:10 +02:00
"futures-util",
2022-08-30 21:12:32 +03:00
"gio-sys",
"glib",
"libc",
"once_cell",
2022-11-18 21:32:10 +02:00
"pin-project-lite",
"smallvec",
2022-08-30 21:12:32 +03:00
"thiserror",
]
[[package]]
name = "gio-sys"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ccf87c30a12c469b6d958950f6a9c09f2be20b7773f7e70d20b867fdf2628c3"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fad45ba8d4d2cea612b432717e834f48031cd8853c8aaf43b2c79fec8d144b"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-08-30 21:12:32 +03:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
2022-11-18 21:32:10 +02:00
"futures-util",
"gio-sys",
2022-08-30 21:12:32 +03:00
"glib-macros",
"glib-sys",
"gobject-sys",
"libc",
2023-02-19 14:45:23 +02:00
"memchr",
2022-08-30 21:12:32 +03:00
"once_cell",
"smallvec",
2022-11-18 21:32:10 +02:00
"thiserror",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "glib-macros"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eca5c79337338391f1ab8058d6698125034ce8ef31b72a442437fa6c8580de26"
2022-08-30 21:12:32 +03:00
dependencies = [
"anyhow",
2022-11-18 21:32:10 +02:00
"heck",
2022-08-30 21:12:32 +03:00
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "glib-sys"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d80aa6ea7bba0baac79222204aa786a6293078c210abe69ef1336911d4bdc4f0"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd34c3317740a6358ec04572c1bcfd3ac0b5b6529275fae255b237b314bb8062"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "graphene-rs"
version = "0.17.10"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "def4bb01265b59ed548b05455040d272d989b3012c42d4c1bbd39083cb9b40d9"
2023-01-04 20:44:12 +02:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.17.10"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1856fc817e6a6675e36cea0bd9a3afe296f5d9709d1e2d3182803ac77f0ab21d"
2023-01-04 20:44:12 +02:00
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
2023-03-18 10:12:11 +02:00
version = "0.6.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "6f01ef44fa7cac15e2da9978529383e6bee03e570ba5bf7036b4c10a15cc3a3c"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-08-30 21:12:32 +03:00
"cairo-rs",
2023-01-04 20:44:12 +02:00
"gdk4",
2022-08-30 21:12:32 +03:00
"glib",
2023-01-04 20:44:12 +02:00
"graphene-rs",
"gsk4-sys",
2022-08-30 21:12:32 +03:00
"libc",
"pango",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "gsk4-sys"
2023-03-18 10:12:11 +02:00
version = "0.6.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "c07a84fb4dcf1323d29435aa85e2f5f58bef564342bef06775ec7bd0da1f01b0"
2022-08-30 21:12:32 +03:00
dependencies = [
"cairo-sys-rs",
2023-01-04 20:44:12 +02:00
"gdk4-sys",
2022-08-30 21:12:32 +03:00
"glib-sys",
"gobject-sys",
2023-01-04 20:44:12 +02:00
"graphene-sys",
2022-08-30 21:12:32 +03:00
"libc",
"pango-sys",
"system-deps",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "gtk4"
version = "0.6.6"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b28a32a04cd75cef14a0983f8b0c669e0fe152a0a7725accdeb594e2c764c88b"
2023-01-04 20:44:12 +02:00
dependencies = [
"bitflags 1.3.2",
2023-01-04 20:44:12 +02:00
"cairo-rs",
"field-offset",
"futures-channel",
"gdk-pixbuf",
"gdk4",
"gio",
"glib",
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"once_cell",
"pango",
]
[[package]]
name = "gtk4-macros"
version = "0.6.6"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a4d6b61570f76d3ee542d984da443b1cd69b6105264c61afec3abed08c2500f"
2022-08-30 21:12:32 +03:00
dependencies = [
"anyhow",
"proc-macro-crate",
"proc-macro-error",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2022-08-30 21:12:32 +03:00
]
2023-01-04 20:44:12 +02:00
[[package]]
name = "gtk4-sys"
2023-03-18 10:12:11 +02:00
version = "0.6.3"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "5f8283f707b07e019e76c7f2934bdd4180c277e08aa93f4c0d8dd07b7a34e22f"
2023-01-04 20:44:12 +02:00
dependencies = [
"cairo-sys-rs",
"gdk-pixbuf-sys",
"gdk4-sys",
"gio-sys",
"glib-sys",
"gobject-sys",
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
"system-deps",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "half"
version = "2.3.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc52e53916c08643f1b56ec082790d1e86a32e58dc5268f897f313fbae7b4872"
2022-08-30 21:12:32 +03:00
dependencies = [
2023-03-18 10:12:11 +02:00
"bytemuck",
"cfg-if",
2022-11-16 22:46:18 +02:00
"crunchy",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
name = "hashbrown"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "heck"
2023-02-19 14:45:23 +02:00
version = "0.4.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2022-08-30 21:12:32 +03:00
2023-01-01 21:15:30 +02:00
[[package]]
name = "hermit-abi"
version = "0.3.2"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
2023-01-01 21:15:30 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2022-08-30 21:12:32 +03:00
[[package]]
name = "indexmap"
2023-03-26 18:29:35 +03:00
version = "1.9.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
dependencies = [
"equivalent",
"hashbrown 0.14.0",
"serde",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "instant"
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
dependencies = [
"cfg-if",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "io-lifetimes"
2023-06-03 08:33:35 +03:00
version = "1.0.11"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
2023-01-01 21:15:30 +02:00
dependencies = [
2023-03-26 18:29:35 +03:00
"hermit-abi",
2023-01-01 21:15:30 +02:00
"libc",
"windows-sys",
2023-01-01 21:15:30 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "itoa"
version = "1.0.9"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
2022-08-30 21:12:32 +03:00
2023-01-05 12:45:57 +02:00
[[package]]
name = "lact"
version = "0.4.5"
2023-01-05 12:45:57 +02:00
dependencies = [
"anyhow",
2023-01-30 20:23:56 +02:00
"lact-cli",
2023-01-05 12:45:57 +02:00
"lact-daemon",
"lact-gui",
"lact-schema",
2023-01-05 12:45:57 +02:00
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "lact-cli"
version = "0.4.5"
2023-01-01 21:15:30 +02:00
dependencies = [
"anyhow",
"lact-client",
"lact-schema",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "lact-client"
version = "0.4.5"
dependencies = [
"anyhow",
"lact-schema",
"nix 0.27.1",
"serde",
"serde_json",
"tracing",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "lact-daemon"
version = "0.4.5"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"anyhow",
"bincode",
"futures",
2022-11-16 22:46:18 +02:00
"lact-schema",
"libdrm_amdgpu_sys",
"nix 0.27.1",
2022-11-16 22:46:18 +02:00
"pciid-parser",
"serde",
"serde_json",
"serde_with",
2022-11-16 22:46:18 +02:00
"serde_yaml",
"tokio",
"tracing",
"tracing-subscriber",
"vulkano",
"zbus",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "lact-gui"
version = "0.4.5"
2022-11-16 22:46:18 +02:00
dependencies = [
"anyhow",
2023-01-04 20:44:12 +02:00
"gtk4",
"lact-client",
2023-01-05 17:40:29 +02:00
"lact-daemon",
2023-01-04 20:44:12 +02:00
"once_cell",
2023-02-19 18:38:47 +02:00
"pretty_assertions",
2022-11-16 22:46:18 +02:00
"tracing",
"tracing-subscriber",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "lact-schema"
version = "0.4.5"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"amdgpu-sysfs",
"clap",
"indexmap 2.0.0",
2022-11-16 22:46:18 +02:00
"serde",
"serde_json",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "libc"
version = "0.2.147"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
2022-08-30 21:12:32 +03:00
[[package]]
name = "libdrm_amdgpu_sys"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e6441089848c428085639f12ef420bcae8ac6650f4cf1d7f9215611a34176bb"
2023-06-03 08:33:35 +03:00
dependencies = [
"libc",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "libloading"
2022-11-18 21:32:10 +02:00
version = "0.7.4"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-18 21:32:10 +02:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"winapi",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "linux-raw-sys"
2023-06-03 08:33:35 +03:00
version = "0.3.8"
2023-03-26 18:29:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
2023-03-26 18:29:35 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a9bad9f94746442c783ca431b22403b519cd7fbeed0533fdd6328b2f2212128"
2022-08-30 21:12:32 +03:00
[[package]]
name = "lock_api"
version = "0.4.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.20"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "malloc_buf"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
dependencies = [
"libc",
]
[[package]]
name = "matchers"
version = "0.1.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
"regex-automata 0.1.10",
2022-11-16 22:46:18 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "memchr"
version = "2.6.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
2022-08-30 21:12:32 +03:00
2022-12-31 15:32:59 +02:00
[[package]]
name = "memoffset"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
2023-06-03 08:33:35 +03:00
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "miniz_oxide"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
dependencies = [
"adler",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "mio"
2023-06-03 08:33:35 +03:00
version = "0.8.8"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"wasi",
"windows-sys",
2022-08-30 21:12:32 +03:00
]
2023-01-28 08:57:20 +02:00
[[package]]
name = "nix"
version = "0.26.4"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
2023-01-28 08:57:20 +02:00
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.7.1",
]
[[package]]
name = "nix"
version = "0.27.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
dependencies = [
"bitflags 2.4.0",
"cfg-if",
"libc",
2023-01-28 08:57:20 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "nu-ansi-term"
version = "0.46.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"overload",
"winapi",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "objc"
version = "0.2.7"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"malloc_buf",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "object"
version = "0.32.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
dependencies = [
"memchr",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "once_cell"
version = "1.18.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
2022-08-30 21:12:32 +03:00
[[package]]
name = "ordered-stream"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
dependencies = [
"futures-core",
"pin-project-lite",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "overload"
version = "0.1.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
2022-08-30 21:12:32 +03:00
[[package]]
name = "pango"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35be456fc620e61f62dff7ff70fbd54dcbaf0a4b920c0f16de1107c47d921d48"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags 1.3.2",
2022-11-18 21:32:10 +02:00
"gio",
2022-08-30 21:12:32 +03:00
"glib",
"libc",
"once_cell",
"pango-sys",
]
[[package]]
name = "pango-sys"
version = "0.17.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3da69f9f3850b0d8990d462f8c709561975e95f689c1cdf0fecdebde78b35195"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
2022-08-30 21:12:32 +03:00
[[package]]
name = "parking_lot"
2022-11-16 22:46:18 +02:00
version = "0.12.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
2022-08-30 21:12:32 +03:00
dependencies = [
"lock_api",
"parking_lot_core",
]
[[package]]
name = "parking_lot_core"
version = "0.9.8"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
2022-08-30 21:12:32 +03:00
"smallvec",
"windows-targets",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "pciid-parser"
2022-11-16 22:46:18 +02:00
version = "0.6.2"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "6e2ef5429455ae06f0c055262d540bf2c190ad51b72bb6cbe8488706c4dff440"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"serde",
2022-08-30 21:12:32 +03:00
"tracing",
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
2022-08-30 21:12:32 +03: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"
2023-05-10 20:10:40 +03:00
version = "0.3.27"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-10 20:10:40 +03:00
checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
2022-08-30 21:12:32 +03:00
[[package]]
name = "polling"
version = "2.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
dependencies = [
"autocfg",
"bitflags 1.3.2",
"cfg-if",
2023-03-18 10:12:11 +02:00
"concurrent-queue",
"libc",
"log",
2023-03-18 10:12:11 +02:00
"pin-project-lite",
"windows-sys",
]
[[package]]
name = "ppv-lite86"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
2023-02-19 18:38:47 +02:00
[[package]]
name = "pretty_assertions"
version = "1.4.0"
2023-02-19 18:38:47 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
2023-02-19 18:38:47 +02:00
dependencies = [
"diff",
"yansi",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "proc-macro-crate"
version = "1.3.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
2022-08-30 21:12:32 +03:00
dependencies = [
"once_cell",
2023-01-28 08:57:20 +02:00
"toml_edit",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "proc-macro-error"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
dependencies = [
"proc-macro-error-attr",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2022-08-30 21:12:32 +03:00
"version_check",
]
[[package]]
name = "proc-macro-error-attr"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
dependencies = [
"proc-macro2",
"quote",
"version_check",
]
[[package]]
name = "proc-macro2"
version = "1.0.66"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
2022-08-30 21:12:32 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.33"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"libc",
"rand_chacha",
"rand_core",
]
[[package]]
name = "rand_chacha"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
dependencies = [
"ppv-lite86",
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
dependencies = [
"getrandom",
]
[[package]]
name = "redox_syscall"
version = "0.3.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
dependencies = [
"bitflags 1.3.2",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "regex"
version = "1.9.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "697061221ea1b4a94a624f67d0ae2bfe4e22b8a17b6a192afb11046542cc8c47"
2022-08-30 21:12:32 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata 0.3.8",
"regex-syntax 0.7.5",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "regex-automata"
version = "0.1.10"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
2022-08-30 21:12:32 +03:00
dependencies = [
"regex-syntax 0.6.29",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "regex-automata"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax 0.7.5",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "regex-syntax"
2023-03-26 18:29:35 +03:00
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
[[package]]
name = "regex-syntax"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
2022-08-30 21:12:32 +03:00
[[package]]
name = "rustc_version"
version = "0.4.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
2022-08-30 21:12:32 +03:00
dependencies = [
"semver",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "rustix"
version = "0.37.23"
2023-03-26 18:29:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
2023-03-26 18:29:35 +03:00
dependencies = [
"bitflags 1.3.2",
"errno",
2023-03-26 18:29:35 +03:00
"io-lifetimes",
"libc",
"linux-raw-sys 0.3.8",
"windows-sys",
]
[[package]]
name = "rustix"
version = "0.38.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdf14a7a466ce88b5eac3da815b53aefc208ce7e74d1c263aabb04d88c4abeb1"
dependencies = [
"bitflags 2.4.0",
"errno",
"libc",
"linux-raw-sys 0.4.7",
"windows-sys",
2023-01-01 21:15:30 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "ryu"
version = "1.0.15"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
2022-08-30 21:12:32 +03:00
[[package]]
name = "scopeguard"
version = "1.2.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2022-08-30 21:12:32 +03:00
[[package]]
name = "semver"
version = "1.0.18"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
2022-08-30 21:12:32 +03:00
[[package]]
name = "serde"
version = "1.0.188"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
2022-08-30 21:12:32 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.188"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "serde_json"
version = "1.0.106"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cc66a619ed80bf7a0f6b17dd063a84b88f6dea1813737cf469aef1d081142c2"
2022-08-30 21:12:32 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2023-03-26 18:29:35 +03:00
]
[[package]]
name = "serde_spanned"
version = "0.6.3"
2023-03-26 18:29:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96426c9936fd7a0124915f9185ea1d20aa9445cc9821142f0a73bc9207a2e186"
2023-03-26 18:29:35 +03:00
dependencies = [
"serde",
]
[[package]]
name = "serde_with"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1ca3b16a3d82c4088f343b7480a93550b3eabe1a358569c2dfe38bbcead07237"
dependencies = [
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
version = "3.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e6be15c453eb305019bfa438b1593c731f36a289a7853f7707ee29e870b3b3c"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.31",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "serde_yaml"
version = "0.9.25"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a49e178e4452f45cb61d0cd8cebc1b0fafd3e41929e996cef79aa3aca91f574"
2022-08-30 21:12:32 +03:00
dependencies = [
"indexmap 2.0.0",
2022-08-30 21:12:32 +03:00
"itoa",
"ryu",
"serde",
2022-11-16 22:46:18 +02:00
"unsafe-libyaml",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "sha1"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "sharded-slab"
version = "0.1.4"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
2022-08-30 21:12:32 +03:00
dependencies = [
"lazy_static",
]
2023-06-03 08:33:35 +03:00
[[package]]
name = "signal-hook"
version = "0.3.17"
2023-06-03 08:33:35 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
2023-06-03 08:33:35 +03:00
dependencies = [
"libc",
"signal-hook-registry",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "signal-hook-registry"
2023-02-19 14:45:23 +02:00
version = "1.4.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
]
[[package]]
name = "slab"
version = "0.4.9"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.11.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9"
2022-08-30 21:12:32 +03:00
[[package]]
name = "socket2"
version = "0.4.9"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"winapi",
]
[[package]]
name = "socket2"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2538b18701741680e0322a2302176d3253a35388e2e62f172f64f4f16605f877"
dependencies = [
"libc",
"windows-sys",
]
2022-12-31 15:32:59 +02:00
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2023-01-01 21:15:30 +02:00
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2022-08-30 21:12:32 +03:00
[[package]]
name = "syn"
2023-02-24 21:00:18 +02:00
version = "1.0.109"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-24 21:00:18 +02:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "syn"
version = "2.0.31"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718fa2415bcb8d8bd775917a1bf12a7931b6dfa890753378538118181e0cb398"
2023-03-18 10:12:11 +02:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "system-deps"
version = "6.1.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30c2de8a4d8f4b823d634affc9cd2a74ec98c53a756f317e529a48046cbf71f3"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-expr",
2022-11-18 21:32:10 +02:00
"heck",
2022-08-30 21:12:32 +03:00
"pkg-config",
"toml",
"version-compare",
]
[[package]]
name = "target-lexicon"
version = "0.12.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d0e916b1148c8e263850e1ebcbd046f333e0683c724876bb0da63ea4373dc8a"
2023-01-01 21:15:30 +02:00
[[package]]
name = "tempfile"
version = "3.8.0"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb94d2f3cc536af71caac6b6fcebf65860b347e7ce0cc9ebe8f70d3e521054ef"
2023-01-01 21:15:30 +02:00
dependencies = [
"cfg-if",
"fastrand 2.0.0",
"redox_syscall",
"rustix 0.38.12",
"windows-sys",
2023-01-01 21:15:30 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "thiserror"
version = "1.0.48"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
2022-08-30 21:12:32 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.48"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "thread_local"
2023-02-19 14:45:23 +02:00
version = "1.1.7"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
2022-08-30 21:12:32 +03:00
dependencies = [
2023-02-19 14:45:23 +02:00
"cfg-if",
2022-11-16 22:46:18 +02:00
"once_cell",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "tokio"
version = "1.32.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
2022-08-30 21:12:32 +03:00
dependencies = [
"backtrace",
2022-08-30 21:12:32 +03:00
"bytes",
"libc",
"mio",
"pin-project-lite",
2022-11-16 22:46:18 +02:00
"signal-hook-registry",
"socket2 0.5.3",
2022-11-16 22:46:18 +02:00
"tokio-macros",
2023-09-25 23:04:00 +03:00
"tracing",
"windows-sys",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "tokio-macros"
2023-05-10 20:10:40 +03:00
version = "2.1.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-05-10 20:10:40 +03:00
checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"proc-macro2",
"quote",
"syn 2.0.31",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "toml"
version = "0.7.8"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
2022-08-30 21:12:32 +03:00
dependencies = [
"serde",
2023-03-26 18:29:35 +03:00
"serde_spanned",
"toml_datetime",
"toml_edit",
2022-08-30 21:12:32 +03:00
]
2023-01-28 08:57:20 +02:00
[[package]]
name = "toml_datetime"
version = "0.6.3"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b"
2023-03-26 18:29:35 +03:00
dependencies = [
"serde",
]
2023-01-28 08:57:20 +02:00
[[package]]
name = "toml_edit"
version = "0.19.15"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
2023-01-28 08:57:20 +02:00
dependencies = [
"indexmap 2.0.0",
2023-03-26 18:29:35 +03:00
"serde",
"serde_spanned",
2023-01-28 08:57:20 +02:00
"toml_datetime",
"winnow",
2023-01-28 08:57:20 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "tracing"
2022-11-16 22:46:18 +02:00
version = "0.1.37"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
version = "0.1.26"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.31",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "tracing-core"
2023-06-03 08:33:35 +03:00
version = "0.1.31"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
2022-08-30 21:12:32 +03:00
dependencies = [
"once_cell",
2022-11-16 22:46:18 +02:00
"valuable",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "tracing-log"
version = "0.1.3"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
dependencies = [
"lazy_static",
"log",
"tracing-core",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "tracing-subscriber"
version = "0.3.17"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
2022-11-16 22:46:18 +02:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "typenum"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
[[package]]
name = "uds_windows"
version = "1.0.2"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce65604324d3cce9b966701489fbd0cf318cb1f7bd9dd07ac9a4ee6fb791930d"
dependencies = [
"tempfile",
"winapi",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "unicode-ident"
version = "1.0.11"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "unsafe-libyaml"
version = "0.2.9"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f28467d3e1d3c6586d8f25fa243f544f5800fec42d97032474e17222c2b75cfa"
[[package]]
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "valuable"
version = "0.1.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
2022-08-30 21:12:32 +03:00
[[package]]
name = "version-compare"
2022-11-18 21:32:10 +02:00
version = "0.1.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-18 21:32:10 +02:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2022-08-30 21:12:32 +03:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
[[package]]
name = "vk-parse"
2022-11-16 22:46:18 +02:00
version = "0.8.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-11-16 22:46:18 +02:00
checksum = "4c6a0bda9bbe6b9e50e6456c80aa8fe4cca3b21e4311a1130c41e4915ec2e32a"
2022-08-30 21:12:32 +03:00
dependencies = [
"xml-rs",
]
[[package]]
name = "vulkano"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e1f15eeb9d93a05eb3c237332a10806eac1eb82444e54485bfcc1859c483c23"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"ahash",
2022-08-30 21:12:32 +03:00
"ash",
2022-11-16 22:46:18 +02:00
"bytemuck",
"core-graphics-types",
2022-08-30 21:12:32 +03:00
"crossbeam-queue",
"half",
2022-11-18 21:32:10 +02:00
"heck",
"indexmap 1.9.3",
2022-11-16 22:46:18 +02:00
"libloading",
"objc",
2022-11-26 11:32:11 +02:00
"once_cell",
2022-08-30 21:12:32 +03:00
"parking_lot",
"proc-macro2",
"quote",
"regex",
"serde",
"serde_json",
"smallvec",
2022-11-16 22:46:18 +02:00
"thread_local",
2022-08-30 21:12:32 +03:00
"vk-parse",
]
[[package]]
name = "waker-fn"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2022-08-30 21:12:32 +03:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2023-02-19 14:45:23 +02:00
[[package]]
name = "windows-sys"
version = "0.48.0"
2023-02-19 14:45:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
2023-02-19 14:45:23 +02:00
dependencies = [
"windows-targets",
2023-02-19 14:45:23 +02:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-02-19 14:45:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-02-19 14:45:23 +02:00
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.48.5"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-08-30 21:12:32 +03:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
[[package]]
name = "winnow"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
dependencies = [
"memchr",
]
[[package]]
name = "xdg-home"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2769203cd13a0c6015d515be729c526d041e9cf2c0cc478d57faee85f40c6dcd"
dependencies = [
"nix 0.26.4",
"winapi",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "xml-rs"
version = "0.8.18"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab77e97b50aee93da431f2cee7cd0f43b4d1da3c408042f2d7d164187774f0a"
2023-02-19 18:38:47 +02:00
[[package]]
name = "yansi"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
[[package]]
name = "zbus"
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31de390a2d872e4cd04edd71b425e29853f786dc99317ed72d73d6fcf5ebb948"
dependencies = [
"async-broadcast",
2023-06-03 08:33:35 +03:00
"async-process",
"async-recursion",
"async-trait",
"byteorder",
"derivative",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
"nix 0.26.4",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
2023-09-25 23:04:00 +03:00
"tokio",
"tracing",
"uds_windows",
"winapi",
"xdg-home",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
version = "3.14.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d1794a946878c0e807f55a397187c11fc7a038ba5d868e7db4f3bd7760bc9d"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
"regex",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zbus_names"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
version = "3.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
dependencies = [
"proc-macro-crate",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
"zvariant_utils",
]
[[package]]
name = "zvariant_utils"
2023-06-03 08:33:35 +03:00
version = "1.0.1"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-06-03 08:33:35 +03:00
checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
2023-03-18 10:12:11 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]