Files
LACT/Cargo.lock

2345 lines
55 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]]
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"
2022-11-26 11:32:11 +02:00
version = "0.7.20"
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 = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
2022-08-30 21:12:32 +03:00
dependencies = [
"memchr",
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "amdgpu-sysfs"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1241e256a8f6c8cb1ef7c9dcece471f4f5392472a85448ade4ef7c53e367f9e3"
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 = "anyhow"
2023-03-18 10:12:11 +02:00
version = "1.0.70"
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 = "7de8ce5e0f9f8d88245311066a578d72b7af3e7088f32783804676302df237e4"
2022-08-30 21:12:32 +03:00
[[package]]
name = "ash"
2023-01-28 08:57:20 +02:00
version = "0.37.2+1.3.238"
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 = "28bf19c1f0a470be5fbf7522a308a05df06610252c5bcf5143e1b23f629a9a03"
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.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
dependencies = [
"concurrent-queue",
"event-listener",
"futures-core",
]
[[package]]
name = "async-executor"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17adb73da160dfb475c183343c8cccd80721ea5a605d3eb57125f0a7b7a92d0b"
dependencies = [
"async-lock",
"async-task",
"concurrent-queue",
"fastrand",
"futures-lite",
"slab",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "async-fs"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
dependencies = [
"async-lock",
"autocfg",
"blocking",
"futures-lite",
]
[[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",
2023-03-26 18:29:35 +03:00
"rustix 0.37.3",
"slab",
"socket2",
"waker-fn",
]
[[package]]
name = "async-lock"
version = "2.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
dependencies = [
"event-listener",
]
[[package]]
name = "async-recursion"
2023-03-18 10:12:11 +02:00
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
]
[[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"
2023-03-26 18:29:35 +03:00
version = "0.1.68"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
]
2023-03-18 10:12:11 +02:00
[[package]]
name = "atomic-waker"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "debc29dde2e69f9e47506b525f639ed42300fc014a3e007832592448fa8e4599"
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 = "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 = "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.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c67b173a56acffd6d2326fb7ab938ba0b00a71480e14902b2591c87bc5741e8"
dependencies = [
"async-channel",
"async-lock",
"async-task",
"atomic-waker",
"fastrand",
"futures-lite",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "bytemuck"
version = "1.13.1"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
2022-11-16 22:46:18 +02:00
dependencies = [
"bytemuck_derive",
]
[[package]]
name = "bytemuck_derive"
2023-03-26 18:29:35 +03:00
version = "1.4.1"
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 = "fdde5c9cd29ebd706ce1b35600920a33550e402fc998a2e53ad3b42c3c47a192"
2022-11-16 22:46:18 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
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"
2023-02-19 14:45:23 +02:00
version = "1.4.0"
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 = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
2022-08-30 21:12:32 +03:00
[[package]]
name = "cairo-rs"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
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 = "a8af54f5d48af1226928adc1f57edd22f5df1349e7da1fc96ae15cf43db0e871"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags",
"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"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
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 = "f55382a01d30e5e53f185eee269124f5e21ab526595b872751278dfbb463594e"
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"
2023-01-30 20:24:32 +02:00
version = "1.0.79"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-30 20:24:32 +02:00
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
2023-01-01 21:15:30 +02:00
2022-08-30 21:12:32 +03:00
[[package]]
name = "cfg-expr"
2023-03-26 18:29:35 +03:00
version = "0.14.0"
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 = "a35b255461940a32985c627ce82900867c61db1659764d3675ea81963f72a4c6"
2022-08-30 21:12:32 +03:00
dependencies = [
"smallvec",
]
[[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"
2023-03-26 18:29:35 +03:00
version = "4.1.13"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "3c911b090850d79fc64fe9ea01e28e465f65e821e08813ced95bced72f7a8a9b"
2023-01-01 21:15:30 +02:00
dependencies = [
"bitflags",
"clap_derive",
"clap_lex",
"is-terminal",
"once_cell",
2023-03-26 18:29:35 +03:00
"strsim",
2023-01-01 21:15:30 +02:00
"termcolor",
]
[[package]]
name = "clap_derive"
2023-03-26 18:29:35 +03:00
version = "4.1.12"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "9a932373bab67b984c790ddf2c9ca295d8e3af3b7ef92de5a5bacdccdee4b09b"
2023-01-01 21:15:30 +02:00
dependencies = [
"heck",
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "clap_lex"
2023-03-18 10:12:11 +02:00
version = "0.3.3"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "033f6b7a4acb1f358c742aaca805c939ee73b4c6209ae4318ec7aca81c42e646"
2023-01-01 21:15:30 +02:00
dependencies = [
"os_str_bytes",
]
[[package]]
name = "concurrent-queue"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c278839b831783b70278b14df4d45e1beb1aad306c07bb796637de9a0e323e8e"
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.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5827cebf4670468b8772dd191856768aedcb1b0278a04f989f7766351917b9dc"
[[package]]
2022-11-16 22:46:18 +02:00
name = "core-graphics-types"
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 = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"bitflags",
"core-foundation",
"foreign-types",
"libc",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "cpufeatures"
2023-03-26 18:29:35 +03:00
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "280a9f2d8b3a38871a3c8a46fb80db65e5e5ed97da80c4d08bf27fb63e35e181"
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.15"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
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",
]
2023-02-19 18:38:47 +02:00
[[package]]
name = "ctor"
version = "0.1.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
dependencies = [
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2023-02-19 18:38:47 +02:00
]
[[package]]
name = "darling"
2023-03-18 10:12:11 +02:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "7b750cb3417fd1b327431a470f388520309479ab0bf5e323505daf0290cd3850"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2023-03-18 10:12:11 +02:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "109c1ca6e6b7f82cc233a97004ea8ed7ca123a9af07a8230878fcfda9b158bf0"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"strsim",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
]
[[package]]
name = "darling_macro"
2023-03-18 10:12:11 +02:00
version = "0.14.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "a4aab4dbc9f7611d8b55048a3a16d2d010c2c8334e46304b40ac1cc14bf3b48e"
dependencies = [
"darling_core",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
]
[[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"
version = "0.10.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "dirs"
version = "4.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
dependencies = [
"dirs-sys",
]
[[package]]
name = "dirs-sys"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
dependencies = [
"libc",
"redox_users",
"winapi",
]
2022-12-31 15:32:59 +02:00
[[package]]
name = "enum_dispatch"
2023-01-28 08:57:20 +02:00
version = "0.3.11"
2022-12-31 15:32:59 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 08:57:20 +02:00
checksum = "11f36e95862220b211a6e2aa5eca09b4fa391b13cd52ceb8035a24bf65a79de2"
2022-12-31 15:32:59 +02:00
dependencies = [
"once_cell",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2022-12-31 15:32:59 +02:00
]
[[package]]
name = "enumflags2"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e75d4cd21b95383444831539909fbb14b9dc3fdceb2a6f5d36577329a1f55ccb"
dependencies = [
"enumflags2_derive",
"serde",
]
[[package]]
name = "enumflags2_derive"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f58dc3c5e468259f19f2d46304a6b28f1c3d034442e14b322d2b850e36f6d5ae"
dependencies = [
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
]
[[package]]
2023-03-26 18:29:35 +03:00
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
2023-03-26 18:29:35 +03:00
"errno-dragonfly",
"libc",
"winapi",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "errno"
2023-03-26 18:29:35 +03:00
version = "0.3.0"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
2023-01-01 21:15:30 +02:00
dependencies = [
"errno-dragonfly",
"libc",
2023-03-26 18:29:35 +03:00
"windows-sys 0.45.0",
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",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "field-offset"
version = "0.3.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3cf3a800ff6e860c863ca6d4b16fd999db8b752819c1606884047b73e468535"
2022-08-30 21:12:32 +03:00
dependencies = [
"memoffset 0.8.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"
2022-08-30 21:12:32 +03:00
[[package]]
name = "foreign-types"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
dependencies = [
"foreign-types-shared",
]
[[package]]
name = "foreign-types-shared"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
[[package]]
name = "futures"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "531ac96c6ff5fd7c62263c5e3c67a603af4fcaee2e1a0ae5565ba3a11e69e549"
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"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "164713a5a0dcc3e7b4b1ed7d3b433cabc18025386f9339346e8daf15963cf7ac"
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"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "86d7a0c1aa76363dac491de0ee99faf6941128376f1cf96f07db7603b7de69dd"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-executor"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "1997dd9df74cdac935c76252744c1ed5794fac083242ea4fe77ef3ed60ba0f83"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "89d422fa3cbe3b40dca574ab087abb5bc98258ea57eea3fd6f1fa7162c778b91"
2022-08-30 21:12:32 +03: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",
]
2022-11-18 21:32:10 +02:00
[[package]]
name = "futures-macro"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
2022-11-18 21:32:10 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "3eb14ed937631bd8b8b8977f2c198443447a8355b6e3ca599f38c975e5a963b6"
2022-11-18 21:32:10 +02:00
dependencies = [
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
2022-11-18 21:32:10 +02:00
]
[[package]]
name = "futures-sink"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "ec93083a4aecafb2a80a885c9de1f0ccae9dbd32c2bb54b0c3a65690e0b8d2f2"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-task"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "fd65540d33b37b16542a0438c12e6aeead10d4ac5d05bd3f805b8f35ab592879"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-util"
2023-03-18 10:12:11 +02:00
version = "0.3.27"
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 = "3ef6b17e481503ec85211fed8f39d1970f128935ca1f814cd32ac4a6842e84ab"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-channel",
2022-08-30 21:12:32 +03:00
"futures-core",
"futures-io",
2022-11-18 21:32:10 +02:00
"futures-macro",
"futures-sink",
2022-08-30 21:12:32 +03:00
"futures-task",
"memchr",
2022-08-30 21:12:32 +03:00
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
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 = "b023fbe0c6b407bd3d9805d107d9800da3829dc5a676653210f1d5f16d7f59bf"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-18 21:32:10 +02:00
"bitflags",
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"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
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 = "7b41bd2b44ed49d99277d3925652a163038bd5ed943ec9809338ffb2f4391e3b"
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",
"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.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bff49e947297f3312447abdca79f45f4738097cc82b06e72054d2223f601f1b9"
dependencies = [
"typenum",
"version_check",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "getrandom"
2022-11-18 21:32:10 +02:00
version = "0.2.8"
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 = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"libc",
"wasi",
]
[[package]]
name = "gio"
2023-03-18 10:12:11 +02:00
version = "0.17.4"
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 = "2261a3b4e922ec676d1c27ac466218c38cf5dcb49a759129e54bb5046e442125"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags",
"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"
2023-03-18 10:12:11 +02:00
version = "0.17.4"
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 = "6b1d43b0d7968b48455244ecafe41192871257f5740aa6b095eb19db78e362a5"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2023-03-18 10:12:11 +02:00
version = "0.17.5"
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 = "cfb53061756195d76969292c2d2e329e01259276524a9bae6c9b73af62854773"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags",
"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"
2023-03-26 18:29:35 +03:00
version = "0.17.6"
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 = "32e73a9790e243f6d55d8e302426419f6084a1de7a84cd07f7268300408a19de"
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"
2023-03-18 10:12:11 +02:00
version = "0.17.4"
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 = "49f00ad0a1bf548e61adfff15d83430941d9e1bb620e334f779edd1c745680a5"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
2023-03-18 10:12:11 +02:00
version = "0.17.4"
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 = "15e75b0000a64632b2d8ca3cf856af9308e3a970844f6e9659bd197f026793d0"
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"
2023-02-19 14:45:23 +02:00
version = "0.17.1"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "21cf11565bb0e4dfc2f99d4775b6c329f0d40a2cff9c0066214d31a0e1b46256"
2023-01-04 20:44:12 +02:00
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
2023-01-04 20:44:12 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "cf80a4849a8d9565410a8fec6fc3678e9c617f4ac7be182ca55ab75016e07af9"
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",
"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"
2023-03-18 10:12:11 +02:00
version = "0.6.4"
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 = "1e30e124b5a605f6f5513db13958bfcd51d746607b20bc7bb718b33e303274ed"
2023-01-04 20:44:12 +02:00
dependencies = [
"bitflags",
"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"
2023-03-26 18:29:35 +03:00
version = "0.6.5"
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 = "f041a797fb098bfb06e432c61738133604bfa3af57f13f1da3b9d46271422ef0"
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"
2023-01-15 17:17:09 +02:00
version = "2.2.1"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-15 17:17:09 +02:00
checksum = "02b4af3693f1b705df946e9fe5631932443781d0aabb423b62fcd4d73f6d2fd0"
2022-08-30 21:12:32 +03:00
dependencies = [
2023-03-18 10:12:11 +02:00
"bytemuck",
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]]
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"
2023-02-19 14:45:23 +02:00
version = "0.3.1"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-19 14:45:23 +02:00
checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
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",
2022-11-18 21:32:10 +02:00
"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-03-26 18:29:35 +03:00
version = "1.0.9"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "09270fd4fa1111bc614ed2246c7ef56239a3063d5be0d1ec3b589c505d400aeb"
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 0.45.0",
2023-01-01 21:15:30 +02:00
]
[[package]]
name = "is-terminal"
2023-03-26 18:29:35 +03:00
version = "0.4.5"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "8687c819457e979cc940d09cb16e42a1bf70aa6b60a549de6d3a62a0ee90c69e"
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
"io-lifetimes",
2023-03-26 18:29:35 +03:00
"rustix 0.36.11",
"windows-sys 0.45.0",
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.6"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
2022-08-30 21:12:32 +03:00
2023-01-05 12:45:57 +02:00
[[package]]
name = "lact"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
2023-01-05 12:45:57 +02:00
dependencies = [
"anyhow",
2023-03-26 18:29:35 +03:00
"clap",
2023-01-30 20:23:56 +02:00
"lact-cli",
2023-01-05 12:45:57 +02:00
"lact-daemon",
"lact-gui",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "lact-cli"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
2023-01-01 21:15:30 +02:00
dependencies = [
"anyhow",
2023-03-26 18:29:35 +03:00
"clap",
2023-01-01 21:15:30 +02:00
"lact-client",
]
[[package]]
name = "lact-client"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
dependencies = [
"anyhow",
"lact-schema",
2023-03-18 10:12:11 +02:00
"nix",
"serde",
"serde_json",
"tracing",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "lact-daemon"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
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",
2023-03-18 10:12:11 +02:00
"nix",
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"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
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"
2023-03-26 18:29:35 +03:00
version = "0.4.2"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"amdgpu-sysfs",
2022-11-18 21:32:10 +02:00
"indexmap",
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"
2023-03-18 10:12:11 +02:00
version = "0.2.140"
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 = "99227334921fae1a979cf0bfdfcc6b3e5ce376ef57e16fb6fb3ea2ed6095f80c"
2022-08-30 21:12:32 +03:00
[[package]]
name = "libdrm_amdgpu_sys"
version = "0.1.0"
2023-03-26 18:29:35 +03:00
source = "git+https://github.com/Umio-Yasuno/libdrm-amdgpu-sys-rs#3ce1254ca0132b9db0eb8b0a6505de8641b56b3b"
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"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
2023-03-26 18:29:35 +03:00
[[package]]
name = "linux-raw-sys"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
2022-08-30 21:12:32 +03:00
[[package]]
name = "lock_api"
2022-11-18 21:32:10 +02:00
version = "0.4.9"
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 = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
dependencies = [
"cfg-if",
]
[[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",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
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"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
"autocfg",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "mio"
2023-02-19 14:45:23 +02:00
version = "0.8.6"
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 = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"log",
"wasi",
"windows-sys 0.45.0",
2022-08-30 21:12:32 +03:00
]
2023-01-28 08:57:20 +02:00
[[package]]
name = "nix"
version = "0.26.2"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
2023-01-28 08:57:20 +02:00
dependencies = [
"bitflags",
"cfg-if",
"libc",
"memoffset 0.7.1",
"pin-utils",
"static_assertions",
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]]
2022-11-16 22:46:18 +02:00
name = "once_cell"
2023-02-19 14:45:23 +02:00
version = "1.17.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 = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
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",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "os_str_bytes"
2023-03-26 18:29:35 +03:00
version = "6.5.0"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
2023-01-01 21:15:30 +02:00
2023-02-19 18:38:47 +02:00
[[package]]
name = "output_vt100"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
dependencies = [
"winapi",
]
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"
2023-03-18 10:12:11 +02:00
version = "0.17.4"
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 = "52c280b82a881e4208afb3359a8e7fde27a1b272280981f1f34610bed5770d37"
2022-08-30 21:12:32 +03:00
dependencies = [
"bitflags",
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"
2023-02-19 14:45:23 +02:00
version = "0.17.0"
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 = "4293d0f0b5525eb5c24734d30b0ed02cd02aa734f216883f376b54de49625de8"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
]
[[package]]
name = "parking"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
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"
2023-02-19 14:45:23 +02:00
version = "0.9.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 = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
"windows-sys 0.45.0",
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.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2022-11-16 22:46:18 +02:00
version = "0.3.26"
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 = "6ac9a59f73473f1b8d852421e59e64809f025994837ef743615c6d0c5b305160"
2022-08-30 21:12:32 +03:00
[[package]]
name = "polling"
2023-03-18 10:12:11 +02:00
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "7e1f879b2998099c2d69ab9605d145d5b661195627eccc680002c4918a7fb6fa"
dependencies = [
"autocfg",
2023-03-18 10:12:11 +02:00
"bitflags",
"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 0.45.0",
]
[[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.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
dependencies = [
"ctor",
"diff",
"output_vt100",
"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"
2023-03-26 18:29:35 +03:00
version = "1.0.53"
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 = "ba466839c78239c09faf015484e5cc04860f88242cff4d03eb038f04b4699b73"
2022-08-30 21:12:32 +03:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2023-03-18 10:12:11 +02:00
version = "1.0.26"
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 = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
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",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "redox_syscall"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags",
]
[[package]]
name = "redox_users"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
dependencies = [
"getrandom",
"redox_syscall",
"thiserror",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "regex"
2023-03-26 18:29:35 +03:00
version = "1.7.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 = "8b1f693b24f6ac912f4893ef08244d70b6067480d2f1a46e950c9691e6749d1d"
2022-08-30 21:12:32 +03:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[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 = [
2022-11-16 22:46:18 +02:00
"regex-syntax",
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"
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"
2023-03-26 18:29:35 +03:00
version = "0.36.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db4165c9963ab29e422d6c26fbc1d37f15bace6b2810221f9d925023480fcf0e"
dependencies = [
"bitflags",
"errno 0.2.8",
"io-lifetimes",
"libc",
"linux-raw-sys 0.1.4",
"windows-sys 0.45.0",
]
[[package]]
name = "rustix"
version = "0.37.3"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
2023-01-01 21:15:30 +02:00
dependencies = [
"bitflags",
2023-03-26 18:29:35 +03:00
"errno 0.3.0",
2023-01-01 21:15:30 +02:00
"io-lifetimes",
"libc",
2023-03-26 18:29:35 +03:00
"linux-raw-sys 0.3.0",
"windows-sys 0.45.0",
2023-01-01 21:15:30 +02:00
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "ryu"
version = "1.0.13"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
2022-08-30 21:12:32 +03:00
[[package]]
name = "scopeguard"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
[[package]]
name = "semver"
2023-03-18 10:12:11 +02:00
version = "1.0.17"
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 = "bebd363326d05ec3e2f532ab7660680f3b02130d780c299bca73469d521bc0ed"
2022-08-30 21:12:32 +03:00
[[package]]
name = "serde"
2023-03-26 18:29:35 +03:00
version = "1.0.158"
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 = "771d4d9c4163ee138805e12c710dd365e4f44be8be0503cb1bb9eb989425d9c9"
2022-08-30 21:12:32 +03:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2023-03-26 18:29:35 +03:00
version = "1.0.158"
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 = "e801c1712f48475582b7696ac71e0ca34ebb30e09338425384269d9717c62cad"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "serde_json"
2023-03-18 10:12:11 +02:00
version = "1.0.94"
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 = "1c533a59c9d8a93a09c6ab31f0fd5e5f4dd1b8fc9434804029839884765d04ea"
2022-08-30 21:12:32 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_repr"
2023-03-18 10:12:11 +02:00
version = "0.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
]
[[package]]
name = "serde_spanned"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0efd8caf556a6cebd3b285caf480045fcc1ac04f6bd786b09a6f11af30c4fcf4"
dependencies = [
"serde",
]
[[package]]
name = "serde_with"
2023-03-18 10:12:11 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "85456ffac572dc8826334164f2fb6fb40a7c766aebe195a2a21ee69ee2885ecf"
dependencies = [
"serde",
"serde_with_macros",
]
[[package]]
name = "serde_with_macros"
2023-03-18 10:12:11 +02:00
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "7cbcd6104f8a4ab6af7f6be2a0da6be86b9de3c401f6e86bb856ab2af739232f"
dependencies = [
"darling",
"proc-macro2",
"quote",
2023-03-18 10:12:11 +02:00
"syn 1.0.109",
]
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "serde_yaml"
2023-03-18 10:12:11 +02:00
version = "0.9.19"
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 = "f82e6c8c047aa50a7328632d067bcae6ef38772a79e28daf32f735e0e4f3dd10"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"indexmap",
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",
]
[[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"
2023-02-21 22:25:11 +02:00
version = "0.4.8"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-02-21 22:25:11 +02:00
checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
2022-11-18 21:32:10 +02:00
version = "1.10.0"
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 = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
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",
]
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"
2023-03-26 18:29:35 +03:00
version = "2.0.10"
2023-03-18 10:12:11 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "5aad1363ed6d37b84299588d62d3a7d95b5a5c2d9aad5c85609fda12afaa1f40"
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"
2023-03-26 18:29:35 +03:00
version = "6.0.4"
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 = "555fc8147af6256f3931a36bb83ad0023240ce9cf2b319dec8236fd1f220b05f"
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 = "tempfile"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af18f7ae1acd354b992402e9ec5864359d693cd8a79dcbef59f76891701c1e95"
dependencies = [
"cfg-if",
"fastrand",
"redox_syscall",
2023-03-26 18:29:35 +03:00
"rustix 0.36.11",
"windows-sys 0.42.0",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "termcolor"
2023-01-28 08:57:20 +02:00
version = "1.2.0"
2023-01-01 21:15:30 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-28 08:57:20 +02:00
checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
2023-01-01 21:15:30 +02:00
dependencies = [
"winapi-util",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "thiserror"
2023-03-18 10:12:11 +02:00
version = "1.0.40"
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 = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
2022-08-30 21:12:32 +03:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2023-03-18 10:12:11 +02:00
version = "1.0.40"
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 = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
2022-08-30 21:12:32 +03:00
dependencies = [
"proc-macro2",
"quote",
2023-03-26 18:29:35 +03:00
"syn 2.0.10",
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.26.0"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03201d01c3c27a29c8a5cee5b55a93ddae1ccf6f08f65365c2c918f8c1b76f64"
2022-08-30 21:12:32 +03:00
dependencies = [
"autocfg",
"bytes",
"libc",
"memchr",
"mio",
"pin-project-lite",
2022-11-16 22:46:18 +02:00
"signal-hook-registry",
2022-08-30 21:12:32 +03:00
"socket2",
2022-11-16 22:46:18 +02:00
"tokio-macros",
"windows-sys 0.45.0",
2022-08-30 21:12:32 +03:00
]
[[package]]
2022-11-16 22:46:18 +02:00
name = "tokio-macros"
2022-12-31 15:32:59 +02:00
version = "1.8.2"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-12-31 15:32:59 +02:00
checksum = "d266c00fde287f55d3f1c3e96c500c362a2b8c695076ec180f27918820bc6df8"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"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 = "toml"
2023-03-26 18:29:35 +03:00
version = "0.7.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 = "b403acf6f2bb0859c93c7f0d967cb4a75a7ac552100f9322faf64dc047669b21"
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.1"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ab8ed2edee10b50132aed5f331333428b011c99402b5a534154ed15746f9622"
2023-03-26 18:29:35 +03:00
dependencies = [
"serde",
]
2023-01-28 08:57:20 +02:00
[[package]]
name = "toml_edit"
2023-03-26 18:29:35 +03:00
version = "0.19.8"
2023-01-28 08:57:20 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "239410c8609e8125456927e6707163a3b1fdb40561e4b803bc041f466ccfdc13"
2023-01-28 08:57:20 +02:00
dependencies = [
"indexmap",
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"
2022-11-16 22:46:18 +02:00
version = "0.1.23"
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 = "4017f8f45139870ca7e672686113917c71c7a6e02d4924eda67186083c03081a"
2022-08-30 21:12:32 +03:00
dependencies = [
"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 = "tracing-core"
2022-11-16 22:46:18 +02:00
version = "0.1.30"
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 = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
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.16"
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 = "a6176eae26dd70d0c919749377897b54a9276bd7061339665dd68777926b5a70"
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"
2023-03-18 10:12:11 +02:00
version = "1.0.8"
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 = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "unsafe-libyaml"
version = "0.2.7"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad2024452afd3874bf539695e04af6732ba06517424dbf958fdb16a01f3bef6c"
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",
2022-08-30 21:12:32 +03:00
"indexmap",
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",
2023-02-19 14:45:23 +02:00
"vulkano-macros",
2022-12-31 15:32:59 +02:00
]
[[package]]
2023-02-19 14:45:23 +02:00
name = "vulkano-macros"
version = "0.33.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "895b8a2cac1e7650d2d0552f2392da0970a358515ac11a34adaf19bfdc771b98"
2022-12-31 15:32:59 +02:00
dependencies = [
"proc-macro-crate",
"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 = "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"
2023-01-01 21:15:30 +02:00
[[package]]
name = "winapi-util"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
dependencies = [
"winapi",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "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",
]
2023-02-19 14:45:23 +02:00
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets",
]
[[package]]
name = "windows-targets"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2023-02-19 14:45:23 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
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",
]
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_aarch64_msvc"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_i686_gnu"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_i686_msvc"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_x86_64_gnu"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
2022-11-16 22:46:18 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2022-11-16 22:46:18 +02:00
2022-08-30 21:12:32 +03:00
[[package]]
2022-11-16 22:46:18 +02:00
name = "windows_x86_64_msvc"
2023-03-18 10:12:11 +02:00
version = "0.42.2"
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 = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-08-30 21:12:32 +03:00
[[package]]
name = "winnow"
2023-03-26 18:29:35 +03:00
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "ae8970b36c66498d8ff1d66685dc86b91b29db0c7739899012f63a63814b4b28"
dependencies = [
"memchr",
]
2022-08-30 21:12:32 +03:00
[[package]]
name = "xml-rs"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
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"
2023-03-26 18:29:35 +03:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "3dc29e76f558b2cb94190e8605ecfe77dd40f5df8c072951714b4b71a97f5848"
dependencies = [
"async-broadcast",
"async-executor",
2023-03-18 10:12:11 +02:00
"async-fs",
"async-io",
"async-lock",
"async-recursion",
"async-task",
"async-trait",
"byteorder",
"derivative",
"dirs",
"enumflags2",
"event-listener",
"futures-core",
"futures-sink",
"futures-util",
"hex",
2023-03-18 10:12:11 +02:00
"nix",
"once_cell",
"ordered-stream",
"rand",
"serde",
"serde_repr",
"sha1",
"static_assertions",
"tracing",
"uds_windows",
"winapi",
"zbus_macros",
"zbus_names",
"zvariant",
]
[[package]]
name = "zbus_macros"
2023-03-26 18:29:35 +03:00
version = "3.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-26 18:29:35 +03:00
checksum = "62a80fd82c011cd08459eaaf1fd83d3090c1b61e6d5284360074a7475af3a85d"
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.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f34f314916bd89bdb9934154627fab152f4f28acdda03e7c4c68181b214fe7e3"
dependencies = [
"serde",
"static_assertions",
"zvariant",
]
[[package]]
name = "zvariant"
2023-03-18 10:12:11 +02:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "46fe4914a985446d6fd287019b5fceccce38303d71407d9e6e711d44954a05d8"
dependencies = [
"byteorder",
"enumflags2",
"libc",
"serde",
"static_assertions",
"zvariant_derive",
]
[[package]]
name = "zvariant_derive"
2023-03-18 10:12:11 +02:00
version = "3.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-03-18 10:12:11 +02:00
checksum = "34c20260af4b28b3275d6676c7e2a6be0d4332e8e0aba4616d34007fd84e462a"
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"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53b22993dbc4d128a17a3b6c92f1c63872dd67198537ee728d8b5d7c40640a8b"
dependencies = [
"proc-macro2",
"quote",
"syn 1.0.109",
]