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"
|
2023-03-02 21:55:17 +02:00
|
|
|
version = "0.10.0"
|
2023-02-22 19:15:28 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-02 21:55:17 +02:00
|
|
|
checksum = "47443bb84437d283c988cc988e28bac8f841530a855d7069cf272a691af61db0"
|
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-02-19 14:45:23 +02:00
|
|
|
version = "1.0.69"
|
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 = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
|
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 = "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]]
|
2022-11-16 22:46:18 +02:00
|
|
|
name = "bytemuck"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "1.13.0"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "c041d3eab048880cb0b86b256447da3f18859a163c3b8d8893f4e6368abe6393"
|
2022-11-16 22:46:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bytemuck_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "bytemuck_derive"
|
2023-01-28 08:57:20 +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-01-28 08:57:20 +02:00
|
|
|
checksum = "1aca418a974d83d40a0c1f0c5cba6ff4bc28d8df099109ca459a2118d40b6322"
|
2022-11-16 22:46:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
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"
|
2022-11-18 21:32:10 +02:00
|
|
|
version = "0.11.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 = "b0357a6402b295ca3a86bc148e84df46c02e41f41fef186bda662557ef6328aa"
|
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-02-19 14:45:23 +02:00
|
|
|
version = "4.1.6"
|
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 = "ec0b0588d44d4d63a87dbd75c136c166bbfd9a86a31cb89e09906521c7d3f5e3"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"clap_derive",
|
|
|
|
|
"clap_lex",
|
|
|
|
|
"is-terminal",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"strsim",
|
|
|
|
|
"termcolor",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_derive"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "4.1.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 = "684a277d672e91966334af371f1a7b5833f9aa00b07c84e92fbce95e00208ce8"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"heck",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "clap_lex"
|
2023-02-24 21:00:18 +02:00
|
|
|
version = "0.3.2"
|
2023-01-01 21:15:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 21:00:18 +02:00
|
|
|
checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"os_str_bytes",
|
|
|
|
|
]
|
|
|
|
|
|
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 = "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"
|
2022-11-26 11:32:11 +02:00
|
|
|
version = "0.8.14"
|
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 = "4fb766fa798726286dbbb842f174001dab8abc7b627a1dd86e0b7222a95d929f"
|
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
|
|
|
|
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",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-21 21:18:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "darling"
|
|
|
|
|
version = "0.14.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c0808e1bd8671fb44a113a14e13497557533369847788fa2ae912b6ebfce9fa8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"darling_macro",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_core"
|
|
|
|
|
version = "0.14.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "001d80444f28e193f30c2f293455da62dcf9a6b29918a4253152ae2b1de592cb"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"fnv",
|
|
|
|
|
"ident_case",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"strsim",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "darling_macro"
|
|
|
|
|
version = "0.14.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b36230598a2d5de7ec1c6f51f72d8a99a9208daff41de2084d06e3fd3ea56685"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling_core",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
|
|
|
|
|
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",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-01 21:15:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "errno"
|
|
|
|
|
version = "0.2.8"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"errno-dragonfly",
|
|
|
|
|
"libc",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "errno-dragonfly"
|
|
|
|
|
version = "0.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cc",
|
|
|
|
|
"libc",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-30 21:12:32 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "field-offset"
|
|
|
|
|
version = "0.3.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1e1c54951450cbd39f3dbcf1005ac413b49487dabf18a720ad2383eccfeffb92"
|
|
|
|
|
dependencies = [
|
2022-12-31 15:32:59 +02:00
|
|
|
"memoffset 0.6.5",
|
2022-08-30 21:12:32 +03:00
|
|
|
"rustc_version",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-21 21:18:05 +02:00
|
|
|
[[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"
|
|
|
|
|
|
2023-01-07 17:38:29 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2023-01-07 17:38:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "13e2792b0ff0340399d58445b88fd9770e3489eff258a4cbc1523418f12abf84"
|
2023-01-07 17:38:29 +02:00
|
|
|
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-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "2e5317663a9089767a1ec00a487df42e0ca174b61b4483213ac24448e4664df5"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
2023-01-07 17:38:29 +02:00
|
|
|
"futures-sink",
|
2022-08-30 21:12:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-core"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "ec90ff4d0fe1f57d600049061dc6bb68ed03c7d2fbd697274c41805dcb3f8608"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-executor"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "e8de0a35a6ab97ec8869e32a2473f4b1324459e14c29275d14b10cb1fd19b50e"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"futures-core",
|
|
|
|
|
"futures-task",
|
|
|
|
|
"futures-util",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-io"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "bfb8371b6fb2aeb2d280374607aeabfc99d95c72edfe51692e42d3d7f0d08531"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
2022-11-18 21:32:10 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-macro"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-11-18 21:32:10 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "95a73af87da33b5acf53acfebdc339fe592ecf5357ac7c0a7734ab9d8c876a70"
|
2022-11-18 21:32:10 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-07 17:38:29 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-sink"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2023-01-07 17:38:29 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "f310820bb3e8cfd46c80db4d7fb8353e15dfff853a127158425f31e0be6c8364"
|
2023-01-07 17:38:29 +02:00
|
|
|
|
2022-08-30 21:12:32 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "futures-task"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "dcf79a1bf610b10f42aea489289c5a2c478a786509693b80cd39c44ccd936366"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "futures-util"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.3.26"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "9c1d6de3acfef38d2be4b1f543f553131788603495be83da675e180c8d6b7bd1"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
2023-01-07 17:38:29 +02:00
|
|
|
"futures-channel",
|
2022-08-30 21:12:32 +03:00
|
|
|
"futures-core",
|
2023-01-07 17:38:29 +02:00
|
|
|
"futures-io",
|
2022-11-18 21:32:10 +02:00
|
|
|
"futures-macro",
|
2023-01-07 17:38:29 +02:00
|
|
|
"futures-sink",
|
2022-08-30 21:12:32 +03:00
|
|
|
"futures-task",
|
2023-01-07 17:38:29 +02:00
|
|
|
"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-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
2023-01-04 20:44:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 22:25:11 +02:00
|
|
|
checksum = "e5042053ee765aeef08d9d7e3f0f1e36a4d37f1659b3f93ad3d6997515dbb64a"
|
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-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
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 = "14f0fb00507af1e9299681dd09965f720e2b5ea95536d49a5681e8994ef10c7a"
|
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 = "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-02-21 22:25:11 +02:00
|
|
|
version = "0.17.2"
|
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 = "65acfc24267314eee46f49e0a531e08fd6c3025040d1cfb4a7cd8e41c5e06116"
|
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-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 = "b5d3076ecb86c8c3a672c9843d6232b3a344fb81d304d0ba1ac64b23343efa46"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"glib-sys",
|
|
|
|
|
"gobject-sys",
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
"winapi",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib"
|
2023-02-21 22:25:11 +02:00
|
|
|
version = "0.17.2"
|
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 = "a78b6a0901e258cb03c761ca94c84d519427ede489cae12cd5ba0d7d584e69e9"
|
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-02-21 22:25:11 +02:00
|
|
|
version = "0.17.2"
|
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 = "55e93d79ed130f0f0b58bc0aa29fb0e40c9dfd63997fec51f8adf780d1520bc4"
|
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",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "glib-sys"
|
2023-02-21 22:25:11 +02:00
|
|
|
version = "0.17.2"
|
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 = "72a0985cf568e18cf63b443c9a14f4bdaa947fed7437476000dba84926a20b25"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"system-deps",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "gobject-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 = "9a0155d388840c77d61b033b66ef4f9bc7f4133d83df83572d6b4fb234a3be7d"
|
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-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
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 = "2fa9cd285a72a95124b65c069a9cb1b8fb8e310be71783404c39fccf3bf7774c"
|
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-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
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 = "5a445ae1e50cbf181a1d5c61b920a7e7e8657b96e0ecdbbf8911a86fad462a32"
|
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-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
2023-01-04 20:44:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 22:25:11 +02:00
|
|
|
checksum = "e47dca53cb1a8ae3006e869b5711ae7370180db537f6d98e3bcaf23fabfd911f"
|
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-02-19 14:45:23 +02:00
|
|
|
version = "0.6.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 = "db4676c4f90d8b010e88cb4558f61f47d76d6f6b8e6f6b89e62640f443907f61"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro-error",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-04 20:44:12 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "gtk4-sys"
|
2023-02-21 22:25:11 +02:00
|
|
|
version = "0.6.2"
|
2023-01-04 20:44:12 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-21 22:25:11 +02:00
|
|
|
checksum = "65463dc801460e498d5e7ffa6e9ae2cfbed7d05fabd1ca5a8d024adbc89eeda6"
|
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 = [
|
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
|
|
|
|
2023-02-21 21:18:05 +02:00
|
|
|
[[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"
|
2022-11-18 21:32:10 +02:00
|
|
|
version = "1.9.2"
|
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 = "1885e79c1fc4b10f0e172c475f458b7f7b93061064d98c3293e98c5ba0c8b399"
|
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
|
|
|
]
|
|
|
|
|
|
2023-01-01 21:15:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "io-lifetimes"
|
2023-02-19 14:45:23 +02:00
|
|
|
version = "1.0.5"
|
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 = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
2023-03-04 13:21:35 +02:00
|
|
|
"windows-sys",
|
2023-01-01 21:15:30 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "is-terminal"
|
2023-02-24 21:00:18 +02:00
|
|
|
version = "0.4.4"
|
2023-01-01 21:15:30 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-02-24 21:00:18 +02:00
|
|
|
checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"hermit-abi",
|
|
|
|
|
"io-lifetimes",
|
|
|
|
|
"rustix",
|
2023-03-04 13:21:35 +02:00
|
|
|
"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"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.5"
|
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 = "fad582f4b9e86b6caa621cabeb0963332d92eea04729ab12892c2533951e6440"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
2023-01-05 12:45:57 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lact"
|
2023-03-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
2023-01-05 12:45:57 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"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-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"clap",
|
|
|
|
|
"lact-client",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-01 20:28:19 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "lact-client"
|
2023-03-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
2023-01-01 20:28:19 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
|
|
|
|
"lact-schema",
|
|
|
|
|
"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-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
2022-11-16 22:46:18 +02:00
|
|
|
"anyhow",
|
|
|
|
|
"bincode",
|
2023-01-07 17:38:29 +02:00
|
|
|
"futures",
|
2022-11-16 22:46:18 +02:00
|
|
|
"lact-schema",
|
|
|
|
|
"nix",
|
|
|
|
|
"pciid-parser",
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_json",
|
2023-02-21 21:18:05 +02:00
|
|
|
"serde_with",
|
2022-11-16 22:46:18 +02:00
|
|
|
"serde_yaml",
|
|
|
|
|
"tokio",
|
|
|
|
|
"tracing",
|
|
|
|
|
"tracing-subscriber",
|
|
|
|
|
"vulkano",
|
2022-08-30 21:12:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-16 22:46:18 +02:00
|
|
|
name = "lact-gui"
|
2023-03-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"anyhow",
|
2023-01-04 20:44:12 +02:00
|
|
|
"gtk4",
|
2023-01-01 20:28:19 +02:00
|
|
|
"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-02 22:29:06 +02:00
|
|
|
version = "0.3.1"
|
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"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "0.2.139"
|
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 = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.6.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
2023-03-04 13:21:35 +02:00
|
|
|
"windows-sys",
|
2022-08-30 21:12:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "nix"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.26.2"
|
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 = "bfdda3d196821d6af13126e40375cdf7da646a96114af134d5f417a9a1dc8e1a"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
2022-12-31 15:32:59 +02:00
|
|
|
"memoffset 0.7.1",
|
2022-11-16 22:46:18 +02:00
|
|
|
"pin-utils",
|
2022-12-31 15:32:59 +02:00
|
|
|
"static_assertions",
|
2022-08-30 21:12:32 +03:00
|
|
|
]
|
|
|
|
|
|
2023-01-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "nom8"
|
|
|
|
|
version = "0.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ae01545c9c7fc4486ab7debaf2aad7003ac19431791868fb2e8066df97fad2f8"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"memchr",
|
|
|
|
|
]
|
|
|
|
|
|
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
|
|
|
|
2023-01-01 21:15:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "os_str_bytes"
|
|
|
|
|
version = "6.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
|
|
|
|
|
|
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-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 = "243c048be90312220fb3bd578176eed8290568274a93c95040289d39349384bc"
|
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_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",
|
2023-03-04 13:21:35 +02:00
|
|
|
"windows-sys",
|
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 = "pest"
|
2023-02-19 14:45:23 +02:00
|
|
|
version = "2.5.5"
|
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 = "028accff104c4e513bad663bbcd2ad7cfd5304144404c31ed0a77ac103d00660"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror",
|
|
|
|
|
"ucd-trie",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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
|
|
|
|
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"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "1.3.0"
|
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 = "66618389e4ec1c7afe67d51a9bf34ff9236480f8d51e7489b7d5ab0303c13f34"
|
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",
|
|
|
|
|
"syn",
|
|
|
|
|
"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-02-19 14:45:23 +02:00
|
|
|
version = "1.0.51"
|
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 = "5d727cae5b39d21da60fa540906919ad737832fe0b1c165da3a34d6548c849d6"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"unicode-ident",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "quote"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.23"
|
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 = "8856d8364d252a14d474036ea1358d63c9e6965c8e5c1885c18f73d70bff9c7b"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.2.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "regex"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "1.7.1"
|
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 = "48aaa5748ba571fb95cd2c85c09f629215d3a6ece942baa100950af03a34f733"
|
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"
|
2022-11-18 21:32:10 +02:00
|
|
|
version = "0.6.28"
|
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 = "456c603be3e8d448b072f410900c09faf164fbce2d480456f50eea6e25f9c848"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "rustc_version"
|
|
|
|
|
version = "0.3.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-01 21:15:30 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "rustix"
|
2023-02-19 14:45:23 +02:00
|
|
|
version = "0.36.8"
|
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 = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
|
2023-01-01 21:15:30 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"bitflags",
|
|
|
|
|
"errno",
|
|
|
|
|
"io-lifetimes",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys",
|
2023-03-04 13:21:35 +02:00
|
|
|
"windows-sys",
|
2023-01-01 21:15:30 +02:00
|
|
|
]
|
|
|
|
|
|
2022-08-30 21:12:32 +03:00
|
|
|
[[package]]
|
|
|
|
|
name = "ryu"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.12"
|
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 = "7b4b9743ed687d4b4bcedf9ff5eaa7398495ae14e61cba0a295704edbc7decde"
|
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"
|
|
|
|
|
version = "0.11.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"semver-parser",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "semver-parser"
|
|
|
|
|
version = "0.10.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"pest",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.152"
|
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 = "bb7d1f0d3021d347a83e556fc4683dea2ea09d87bccdf88ff5c12545d89d5efb"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde_derive",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_derive"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.152"
|
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 = "af487d118eecd09402d70a5d72551860e788df87b464af30e5ea6a38c75c541e"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_json"
|
2023-02-19 14:45:23 +02:00
|
|
|
version = "1.0.93"
|
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 = "cad406b69c91885b5107daf2c29572f6c8cdb3c66826821e286c533490c0bc76"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"itoa",
|
|
|
|
|
"ryu",
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-02-21 21:18:05 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "serde_with"
|
|
|
|
|
version = "2.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "30d904179146de381af4c93d3af6ca4984b3152db687dacb9c3c35e86f39809c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
"serde_with_macros",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "serde_with_macros"
|
|
|
|
|
version = "2.2.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a1966009f3c05f095697c537312f5415d1e3ed31ce0a56942bac4c771c5c335e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"darling",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
2022-08-30 21:12:32 +03:00
|
|
|
[[package]]
|
2022-11-16 22:46:18 +02:00
|
|
|
name = "serde_yaml"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.9.17"
|
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 = "8fb06d4b6cdaef0e0c51fa881acb721bed3c924cfaa71d9c94a3b771dfdf6567"
|
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]]
|
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"
|
2022-11-18 21:32:10 +02:00
|
|
|
version = "0.4.7"
|
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 = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "system-deps"
|
2022-11-18 21:32:10 +02:00
|
|
|
version = "6.0.3"
|
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 = "2955b1fe31e1fa2fbd1976b71cc69a606d7d4da16f6de3333d0c92d51419aeff"
|
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",
|
|
|
|
|
]
|
|
|
|
|
|
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"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.38"
|
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 = "6a9cd18aa97d5c45c6603caea1da6628790b37f7a34b6ca89522331c5180fed0"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"thiserror-impl",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "thiserror-impl"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.38"
|
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 = "1fb327af4685e4d03fa8cbcf1716380da910eeb2bb8be417e7f9fd3fb164f36f"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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"
|
2023-03-04 13:21:35 +02:00
|
|
|
version = "1.26.0"
|
2022-08-30 21:12:32 +03:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-03-04 13:21:35 +02:00
|
|
|
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",
|
2023-03-04 13:21:35 +02:00
|
|
|
"windows-sys",
|
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",
|
|
|
|
|
"syn",
|
2022-08-30 21:12:32 +03:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.5.11"
|
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 = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
|
2022-08-30 21:12:32 +03:00
|
|
|
dependencies = [
|
|
|
|
|
"serde",
|
|
|
|
|
]
|
|
|
|
|
|
2023-01-28 08:57:20 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "toml_datetime"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4553f467ac8e3d374bc9a177a26801e5d0f9b211aa1673fb137a403afd1c9cf5"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "toml_edit"
|
2023-01-30 20:24:32 +02:00
|
|
|
version = "0.18.1"
|
2023-01-28 08:57:20 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-30 20:24:32 +02:00
|
|
|
checksum = "56c59d8dd7d0dcbc6428bf7aa2f0e823e26e43b3c9aca15bbc9475d23e5fa12b"
|
2023-01-28 08:57:20 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"indexmap",
|
|
|
|
|
"nom8",
|
|
|
|
|
"toml_datetime",
|
|
|
|
|
]
|
|
|
|
|
|
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",
|
|
|
|
|
"syn",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[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]]
|
2022-11-16 22:46:18 +02:00
|
|
|
name = "ucd-trie"
|
|
|
|
|
version = "0.1.5"
|
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 = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "unicode-ident"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "1.0.6"
|
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 = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
|
2022-08-30 21:12:32 +03:00
|
|
|
|
|
|
|
|
[[package]]
|
2022-11-16 22:46:18 +02:00
|
|
|
name = "unsafe-libyaml"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "0.2.5"
|
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 = "bc7ed8ba44ca06be78ea1ad2c3682a43349126c8818054231ee6f4748012aed2"
|
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"
|
2022-11-18 21:16:35 +02:00
|
|
|
version = "0.32.0"
|
2023-02-19 14:45:23 +02:00
|
|
|
source = "git+https://github.com/vulkano-rs/vulkano#6994ce613e2e23ae216ec2c7956dff2f8f0ee208"
|
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"
|
2022-12-31 15:32:59 +02:00
|
|
|
version = "0.32.0"
|
2023-02-19 14:45:23 +02:00
|
|
|
source = "git+https://github.com/vulkano-rs/vulkano#6994ce613e2e23ae216ec2c7956dff2f8f0ee208"
|
2022-12-31 15:32:59 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro-crate",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn",
|
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"
|
|
|
|
|
|
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"
|
|
|
|
|
version = "0.42.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
|
|
|
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-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
2022-11-16 22:46:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
2022-11-16 22:46:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
2022-11-16 22:46:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
2022-11-16 22:46:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
2022-11-16 22:46:18 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2023-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
2022-11-16 22:46:18 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-01-28 08:57:20 +02:00
|
|
|
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
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-01-28 08:57:20 +02:00
|
|
|
version = "0.42.1"
|
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 = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
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"
|