Files
LACT/Cargo.lock

1643 lines
38 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"
2023-01-15 17:17:09 +02:00
version = "0.8.0"
2023-01-28 08:57:20 +02:00
source = "git+https://github.com/ilya-zlobintsev/amdgpu-sysfs-rs#a6d1a1c8d162a49aa03e2066264cea9d3dba37c8"
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"
2022-12-31 15:32:59 +02:00
version = "1.0.68"
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 = "2cb2f989d18dd141ab8ae82f64d1a8cdd37e0840f73a406896cf5e99502fab61"
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"
2022-11-26 11:32:11 +02:00
version = "1.3.0"
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 = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
2022-08-30 21:12:32 +03:00
[[package]]
name = "cairo-rs"
2022-12-31 15:32:59 +02:00
version = "0.16.7"
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 = "f3125b15ec28b84c238f6f476c6034016a5f6cc0221cb514ca46c532139fc97d"
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"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "7c48f4af05fabdcfa9658178e1326efa061853f040ce7d72e33af6885196f421"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "cc"
version = "1.0.78"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a20104e2335ce8a659d6dd92a51a767a0c062599c73b343fd152cb401e828c3d"
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-01-28 08:57:20 +02:00
version = "4.1.4"
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 = "f13b9c79b5d1dd500d20ef541215a6423c75829ef43117e1b4d17fd8af0b5d76"
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-01-28 08:57:20 +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-01-28 08:57:20 +02:00
checksum = "783fe232adfca04f90f56201b26d79682d4cd2625e0bc7290b95123afe558ade"
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
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",
]
[[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"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38390104763dc37a5145a53c29c63c1290b5d316d6086ec32c293f6736051bb0"
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"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "52ba265a92256105f45b719605a571ffe2d1f0fea3807304b522c1d778f79eed"
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"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "04909a7a7e4633ae6c4a9ab280aeb86da1236243a77b694a49eacd659a4bd3ac"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-executor"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "7acc85df6714c176ab5edf386123fafe217be88c0840ec11f199441134a074e2"
2022-08-30 21:12:32 +03:00
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "00f5fb52a06bdcadeb54e8d3671f8888a39697dcb0b81b23b55174030427f4eb"
2022-08-30 21:12:32 +03:00
2022-11-18 21:32:10 +02:00
[[package]]
name = "futures-macro"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bdfb8ce053d86b91919aad980c220b1fb8401a9394410e1c289ed7e66b61835d"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "futures-sink"
version = "0.3.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39c15cf1a4aa79df40f1bb462fb39676d0ad9e366c2a33b590d7c66f4f81fcf9"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-task"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "2ffb393ac5d9a6eaa9d3fdf37ae2776656b706e200c8e16b1bdb227f5198e6ea"
2022-08-30 21:12:32 +03:00
[[package]]
name = "futures-util"
2022-11-16 22:46:18 +02:00
version = "0.3.25"
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 = "197676987abd2f9cadff84926f410af1c183608d36641465df73ae8211dc65d6"
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"
2022-12-31 15:32:59 +02:00
version = "0.16.7"
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 = "c3578c60dee9d029ad86593ed88cb40f35c1b83360e12498d055022385dd9a05"
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",
]
[[package]]
name = "gdk-pixbuf-sys"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "3092cf797a5f1210479ea38070d9ae8a5b8e9f8f1be9f32f4643c529c7d70016"
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"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb2181330ebf9d091f8ea7fed6877f7adc92114128592e1fdaeb1da28e0d01e9"
dependencies = [
"bitflags",
"cairo-rs",
"gdk-pixbuf",
"gdk4-sys",
"gio",
"glib",
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
version = "0.5.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 20:44:12 +02:00
checksum = "de55cb49432901fe2b3534177fa06844665b9b0911d85d8601a8d8b88b7791db"
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"
2022-12-31 15:32:59 +02:00
version = "0.16.7"
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 = "2a1c84b4534a290a29160ef5c6eff2a9c95833111472e824fc5cb78b513dd092"
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"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "e9b693b8e39d042a95547fc258a7b07349b1f0b48f4b2fa3108ba3c51c0b5229"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"gobject-sys",
"libc",
"system-deps",
"winapi",
]
[[package]]
name = "glib"
2022-12-31 15:32:59 +02:00
version = "0.16.7"
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 = "ddd4df61a866ed7259d6189b8bcb1464989a77f1d85d25d002279bbe9dd38b2f"
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",
"once_cell",
"smallvec",
2022-11-18 21:32:10 +02:00
"thiserror",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "glib-macros"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "e084807350b01348b6d9dbabb724d1a0bb987f47a2c85de200e98e12e30733bf"
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"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "c61a4f46316d06bfa33a7ac22df6f0524c8be58e3db2d9ca99ccb1f357b62a65"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "gobject-sys"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "3520bb9c07ae2a12c7f2fbb24d4efc11231c8146a86956413fb1a79bb760a0f1"
2022-08-30 21:12:32 +03:00
dependencies = [
"glib-sys",
"libc",
"system-deps",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "graphene-rs"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95ecb4d347e6d09820df3bdfd89a74a8eec07753a06bb92a3aac3ad31d04447b"
dependencies = [
"glib",
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
version = "0.16.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9aa82337d3972b4eafdea71e607c23f47be6f27f749aab613f1ad8ddbe6dcd6"
dependencies = [
"glib-sys",
"libc",
"pkg-config",
"system-deps",
]
[[package]]
name = "gsk4"
version = "0.5.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 20:44:12 +02:00
checksum = "591239f5c52ca803b222124ac9c47f230cd180cee9b114c4d672e4a94b74f491"
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"
version = "0.5.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 20:44:12 +02:00
checksum = "195a63f0be42529f98c3eb3bae0decfd0428ba2cc683b3e20ced88f340904ec5"
2022-08-30 21:12:32 +03:00
dependencies = [
"cairo-sys-rs",
2023-01-04 20:44:12 +02:00
"gdk4-sys",
2022-08-30 21:12:32 +03:00
"glib-sys",
"gobject-sys",
2023-01-04 20:44:12 +02:00
"graphene-sys",
2022-08-30 21:12:32 +03:00
"libc",
"pango-sys",
"system-deps",
]
[[package]]
2023-01-04 20:44:12 +02:00
name = "gtk4"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd89dba65def483a233dc4fdd3f3dab01576e3d83f80f6c9303ebe421661855e"
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"
version = "0.5.5"
2022-08-30 21:12:32 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-01-04 20:44:12 +02:00
checksum = "832687a415d9d8bc11fe9c17dda1bf13ee262c41b995dd4df1d1cce33cead405"
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"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e370564e3fdacff7cffc99f7366b6a4689feb44e819d3ccee598a9a215b71605"
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"
version = "0.4.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 = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
2022-08-30 21:12:32 +03:00
2023-01-01 21:15:30 +02:00
[[package]]
name = "hermit-abi"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
dependencies = [
"libc",
]
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-01-28 08:57:20 +02:00
version = "1.0.4"
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 = "e7d6c6f8c91b4b9ed43484ad1a938e393caf35960fce7f82a040497207bd8e9e"
2023-01-01 21:15:30 +02:00
dependencies = [
"libc",
"windows-sys",
]
[[package]]
name = "is-terminal"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28dfb6c8100ccc63462345b67d1bbc3679177c75ee4bf59bf29c8b1d110b8189"
dependencies = [
"hermit-abi",
"io-lifetimes",
"rustix",
"windows-sys",
]
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"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"lact-daemon",
"lact-gui",
]
2023-01-01 21:15:30 +02:00
[[package]]
name = "lact-cli"
version = "0.1.0"
dependencies = [
"anyhow",
"clap",
"lact-client",
]
[[package]]
name = "lact-client"
version = "0.1.0"
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"
2022-11-24 15:49:56 +02:00
version = "0.2.0"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"amdgpu-sysfs",
"anyhow",
"bincode",
"futures",
2022-11-16 22:46:18 +02:00
"lact-schema",
"nix",
"pciid-parser",
"serde",
"serde_json",
"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"
2022-11-24 15:49:56 +02:00
version = "0.2.0"
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",
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"
2022-11-24 15:49:56 +02:00
version = "0.2.0"
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"
2022-11-18 21:32:10 +02:00
version = "0.8.5"
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 = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
2022-08-30 21:12:32 +03:00
dependencies = [
"libc",
"log",
"wasi",
2022-11-18 21:32:10 +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"
2022-12-31 15:32:59 +02:00
version = "1.17.0"
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 = "6f61fba1741ea2b3d6a1e3178721804bb716a68a6aeba1149b5d52e3d464ea66"
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"
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"
2022-12-31 15:32:59 +02:00
version = "0.16.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 = "cdff66b271861037b89d028656184059e03b0b6ccb36003820be19f7200b1e94"
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"
2022-11-18 21:32:10 +02:00
version = "0.16.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 = "9e134909a9a293e04d2cc31928aa95679c5e4df954d0b85483159bd20d8f047f"
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-01-28 08:57:20 +02:00
version = "0.9.6"
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 = "ba1ef8814b5c993410bb3adfad7a5ed269563e4a2f90c41f5d85be7fb47133bf"
2022-08-30 21:12:32 +03:00
dependencies = [
"cfg-if",
"libc",
"redox_syscall",
"smallvec",
2022-11-18 21:32:10 +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-01-28 08:57:20 +02:00
version = "2.5.4"
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 = "4ab62d2fa33726dbe6321cc97ef96d8cde531e3eeaf858a058de53a8a6d40d8f"
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
[[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-01-28 08:57:20 +02:00
version = "1.0.50"
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 = "6ef7d57beacfaf2d8aee5937dab7b7f28de3cb8b1828479bb5de2a7106f2bae2"
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-01-28 08:57:20 +02:00
version = "0.36.7"
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 = "d4fdebc4b395b7fbb9ab11e462e20ed9051e7b16e42d24042c776eca0ac81b03"
2023-01-01 21:15:30 +02:00
dependencies = [
"bitflags",
"errno",
"io-lifetimes",
"libc",
"linux-raw-sys",
"windows-sys",
]
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"
2022-12-31 15:32:59 +02:00
version = "1.0.91"
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 = "877c235533714907a8c2464236f5c4b2a17262ef1bd71f38f35ea592c8da6883"
2022-08-30 21:12:32 +03:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[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"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
dependencies = [
"libc",
]
[[package]]
name = "slab"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4614a76b2a8be0058caa9dbbaf66d988527d86d003c11a94fbd335d7661edcef"
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"
2022-12-31 15:32:59 +02:00
version = "1.0.107"
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 = "1f4064b5b16e03ae50984a5a8ed5d4f8803e6bc1fd170a3cda91a1be4b18e3f5"
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"
version = "1.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 = "5516c27b78311c50bf42c071425c560ac799b11c30b31f87e3081965fe5e0180"
2022-08-30 21:12:32 +03:00
dependencies = [
2022-11-16 22:46:18 +02:00
"once_cell",
2022-08-30 21:12:32 +03:00
]
[[package]]
name = "tokio"
2023-01-28 08:57:20 +02:00
version = "1.24.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 = "597a12a59981d9e3c38d216785b0c37399f6e415e8d0712047620f189371b0bb"
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",
2022-12-31 15:32:59 +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"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "729bfd096e40da9c001f778f5cdecbd2957929a24e10e5883d9392220a751581"
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"
version = "0.32.0"
2023-01-28 08:57:20 +02:00
source = "git+https://github.com/vulkano-rs/vulkano#85e9d1c24ec612023dbc5b13e6164706ea52e963"
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",
2022-12-31 15:32:59 +02:00
"vulkano_macros",
]
[[package]]
name = "vulkano_macros"
version = "0.32.0"
2023-01-28 08:57:20 +02:00
source = "git+https://github.com/vulkano-rs/vulkano#85e9d1c24ec612023dbc5b13e6164706ea52e963"
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"
2022-11-16 22:46:18 +02:00
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm",
2022-11-18 21:32:10 +02:00
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
2022-11-16 22:46:18 +02:00
"windows_x86_64_gnullvm",
2022-11-18 21:32:10 +02:00
"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"