pika-installer-gtk4/Cargo.lock

1605 lines
39 KiB
Plaintext
Raw Normal View History

2024-01-14 22:31:40 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "aho-corasick"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
dependencies = [
"memchr",
]
[[package]]
name = "arc-swap"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bddcadddf5e9015d310179a59bb28c4d4b9920ad0f11e8e14dbadf654890c9a6"
2024-01-15 16:33:56 +01:00
[[package]]
name = "async-channel"
2024-08-03 02:41:51 +02:00
version = "2.3.1"
2024-01-15 16:33:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a"
2024-01-15 16:33:56 +01:00
dependencies = [
"concurrent-queue",
"event-listener-strategy",
"futures-core",
"pin-project-lite",
]
2024-01-18 15:16:26 +01:00
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
2024-08-03 02:41:51 +02:00
"hermit-abi",
2024-01-18 15:16:26 +01:00
"libc",
"winapi",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "autocfg"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
2024-01-20 20:01:20 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2024-01-14 22:31:40 +01:00
[[package]]
name = "bitflags"
2024-08-03 02:41:51 +02:00
version = "2.6.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2024-01-14 22:31:40 +01:00
[[package]]
name = "bstr"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c48f0051a4b4c5e0b6d365cd04af53aeaa209e3cc15ec2cdb69e73cc87fbd0dc"
dependencies = [
"memchr",
"serde",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "cairo-rs"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "797fd5a634dcb0ad0d7d583df794deb0a236d88e759cd34b7da20198c6c9d145"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"bitflags 2.6.0",
2024-01-14 22:31:40 +01:00
"cairo-sys-rs",
2024-08-03 02:41:51 +02:00
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
"thiserror",
]
[[package]]
name = "cairo-sys-rs"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "428290f914b9b86089f60f5d8a9f6e440508e1bcff23b25afd51502b0a2da88f"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "cfg-expr"
version = "0.15.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6100bc57b6209840798d95cb2775684849d332f7bd788db2a8c8caf7ef82a41a"
dependencies = [
"smallvec",
"target-lexicon",
]
2024-01-15 16:33:56 +01:00
[[package]]
name = "concurrent-queue"
2024-08-03 02:41:51 +02:00
version = "2.5.0"
2024-01-15 16:33:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
2024-01-15 16:33:56 +01:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-deque"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
2024-01-15 16:33:56 +01:00
[[package]]
name = "crossbeam-utils"
version = "0.8.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
2024-02-16 08:51:28 +01:00
[[package]]
name = "duct"
version = "0.13.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
dependencies = [
"libc",
"once_cell",
"os_pipe",
"shared_child",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2024-01-15 16:33:56 +01:00
[[package]]
name = "event-listener"
2024-08-03 02:41:51 +02:00
version = "5.3.1"
2024-01-15 16:33:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba"
2024-01-15 16:33:56 +01:00
dependencies = [
"concurrent-queue",
"parking",
"pin-project-lite",
]
[[package]]
name = "event-listener-strategy"
2024-08-03 02:41:51 +02:00
version = "0.5.2"
2024-01-15 16:33:56 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1"
2024-01-15 16:33:56 +01:00
dependencies = [
"event-listener",
"pin-project-lite",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "field-offset"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38e2275cc4e4fc009b0669731a1e5ab7ebf11f469eaede2bab9309a5b4d6057f"
dependencies = [
"memoffset",
"rustc_version",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
"futures-core",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
"futures-core",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-io"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
"proc-macro2",
"quote",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
"futures-core",
"futures-macro",
"futures-task",
"pin-project-lite",
"pin-utils",
"slab",
]
[[package]]
name = "gdk-pixbuf"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e1f5f1b0bfb830d6ccc8066d18db35c487b1b2b1e8589b5dfe9f07e8defaec"
dependencies = [
2024-08-03 02:41:51 +02:00
"gdk-pixbuf-sys 0.18.0",
"gio 0.18.4",
"glib 0.18.5",
2024-01-14 22:31:40 +01:00
"libc",
"once_cell",
]
2024-08-03 02:41:51 +02:00
[[package]]
name = "gdk-pixbuf"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28bb53ecb56857c683c9ec859908e076dd3969c7d67598bd8b1ce095d211304a"
dependencies = [
"gdk-pixbuf-sys 0.20.0",
"gio 0.20.0",
"glib 0.20.0",
"libc",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "gdk-pixbuf-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9839ea644ed9c97a34d129ad56d38a25e6756f99f3a88e15cd39c20629caf7"
dependencies = [
2024-08-03 02:41:51 +02:00
"gio-sys 0.18.1",
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
2024-01-14 22:31:40 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 6.2.0",
]
[[package]]
name = "gdk-pixbuf-sys"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f6681a0c1330d1d3968bec1529f7172d62819ef0bdbb0d18022320654158b03"
dependencies = [
"gio-sys 0.20.0",
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
"libc",
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "gdk4"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "4b7d7237c1487ed4b300aac7744efcbf1319e12d60d7afcd6f505414bd5b5dea"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-rs",
2024-08-03 02:41:51 +02:00
"gdk-pixbuf 0.20.0",
2024-01-14 22:31:40 +01:00
"gdk4-sys",
2024-08-03 02:41:51 +02:00
"gio 0.20.0",
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
"pango",
]
[[package]]
name = "gdk4-sys"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "a67576c8ec012156d7f680e201a807b4432a77babb3157e0555e990ab6bcd878"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-sys-rs",
2024-08-03 02:41:51 +02:00
"gdk-pixbuf-sys 0.20.0",
"gio-sys 0.20.0",
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
"pango-sys",
"pkg-config",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
2024-01-18 15:16:26 +01:00
[[package]]
name = "getopts"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
dependencies = [
"unicode-width",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "gio"
version = "0.18.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4fc8f532f87b79cbc51a79748f16a6828fb784be93145a322fa14d06d354c73"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
2024-08-03 02:41:51 +02:00
"gio-sys 0.18.1",
"glib 0.18.5",
2024-01-14 22:31:40 +01:00
"libc",
"once_cell",
"pin-project-lite",
"smallvec",
"thiserror",
]
2024-08-03 02:41:51 +02:00
[[package]]
name = "gio"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "398e3da68749fdc32783cbf7521ec3f65c9cf946db8c7774f8460af49e52c6e2"
dependencies = [
"futures-channel",
"futures-core",
"futures-io",
"futures-util",
"gio-sys 0.20.0",
"glib 0.20.0",
"libc",
"pin-project-lite",
"smallvec",
"thiserror",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "gio-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37566df850baf5e4cb0dfb78af2e4b9898d817ed9263d1090a2df958c64737d2"
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
2024-01-14 22:31:40 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 6.2.0",
2024-01-14 22:31:40 +01:00
"winapi",
]
2024-08-03 02:41:51 +02:00
[[package]]
name = "gio-sys"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e4feb96b31c32730ea3e1e89aecd2e4e37ecb1c473ad8f685e3430a159419f63"
dependencies = [
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
"libc",
"system-deps 7.0.1",
"windows-sys",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "glib"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
dependencies = [
2024-08-03 02:41:51 +02:00
"bitflags 2.6.0",
2024-01-14 22:31:40 +01:00
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
2024-08-03 02:41:51 +02:00
"gio-sys 0.18.1",
"glib-macros 0.18.5",
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
2024-01-14 22:31:40 +01:00
"libc",
"memchr",
"once_cell",
"smallvec",
"thiserror",
]
2024-08-03 02:41:51 +02:00
[[package]]
name = "glib"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fee90a615ce05be7a32932cfb8adf2c4bbb4700e80d37713c981fb24c0c56238"
dependencies = [
"bitflags 2.6.0",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys 0.20.0",
"glib-macros 0.20.0",
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
"libc",
"memchr",
"smallvec",
"thiserror",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "glib-macros"
version = "0.18.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bb0228f477c0900c880fd78c8759b95c7636dbd7842707f49e132378aa2acdc"
dependencies = [
2024-08-03 02:41:51 +02:00
"heck 0.4.1",
"proc-macro-crate 2.0.0",
2024-01-14 22:31:40 +01:00
"proc-macro-error",
"proc-macro2",
"quote",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
]
[[package]]
name = "glib-macros"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4da558d8177c0c8c54368818b508a4244e1286fce2858cef4e547023f0cfa5ef"
dependencies = [
"heck 0.5.0",
"proc-macro-crate 3.1.0",
"proc-macro2",
"quote",
"syn 2.0.72",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "glib-sys"
version = "0.18.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "063ce2eb6a8d0ea93d2bf8ba1957e78dbab6be1c2220dd3daca57d5a9d869898"
dependencies = [
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 6.2.0",
]
[[package]]
name = "glib-sys"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4958c26e5a01c9af00dea669a97369eccbec29a8e6d125c24ea2d85ee7467b60"
dependencies = [
"libc",
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "globset"
version = "0.4.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "globwalk"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93e3af942408868f6934a7b85134a3230832b9977cf66125df2f9edcfce4ddcc"
dependencies = [
"bitflags 1.3.2",
"ignore",
"walkdir",
]
2024-02-19 20:23:47 +01:00
[[package]]
name = "gnome-desktop"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a7207b3f81001aa7db2f5f130c2999ba4917c096968a7d078d550c4c83ee674"
dependencies = [
2024-08-03 02:41:51 +02:00
"gdk-pixbuf 0.18.5",
"gio 0.18.4",
"glib 0.18.5",
2024-02-19 20:23:47 +01:00
"gnome-desktop-sys",
"gsettings-desktop-schemas",
"libc",
]
[[package]]
name = "gnome-desktop-sys"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87b888414e3a79ebfb9488414beb4f8e7a2794889925e507ebebe83f24cb36f1"
dependencies = [
2024-08-03 02:41:51 +02:00
"gdk-pixbuf-sys 0.18.0",
"gio-sys 0.18.1",
"glib-sys 0.18.1",
"gobject-sys 0.18.0",
2024-02-19 20:23:47 +01:00
"gsettings-desktop-schemas-sys",
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 6.2.0",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "gobject-sys"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0850127b514d1c4a4654ead6dedadb18198999985908e6ffe4436f53c785ce44"
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.18.1",
"libc",
"system-deps 6.2.0",
]
[[package]]
name = "gobject-sys"
version = "0.20.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6908864f5ffff15b56df7e90346863904f49b949337ed0456b9287af61903b8"
dependencies = [
"glib-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "graphene-rs"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "630e940ad5824f90221d6579043a9cd1f8bec86b4a17faaf7827d58eb16e8c1f"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"graphene-sys",
"libc",
]
[[package]]
name = "graphene-sys"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "6fb8fade7b754982f47ebbed241fd2680816fdd4598321784da10b9e1168836a"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
"pkg-config",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
2024-02-19 20:23:47 +01:00
[[package]]
name = "gsettings-desktop-schemas"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875c5582b4695e2de7bf763bedd3e4b610adcaa08c13028d38cc421c4e5857b5"
dependencies = [
2024-08-03 02:41:51 +02:00
"bitflags 2.6.0",
"glib 0.18.5",
2024-02-19 20:23:47 +01:00
"gsettings-desktop-schemas-sys",
"libc",
]
[[package]]
name = "gsettings-desktop-schemas-sys"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3badaaef1ab8bd74d009abde5694c2713178b0ee6f7c9bf70af986a8ed7cee58"
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.18.1",
2024-02-19 20:23:47 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 6.2.0",
2024-02-19 20:23:47 +01:00
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "gsk4"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "1f3cf2091e1af185b347b3450817d93dea6fe435df7abd4c2cd7fb5bcb4cfda8"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-rs",
"gdk4",
2024-08-03 02:41:51 +02:00
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"graphene-rs",
"gsk4-sys",
"libc",
"pango",
]
[[package]]
name = "gsk4-sys"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "6aa69614a26d8760c186c3690f1b0fbb917572ca23ef83137445770ceddf8cde"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
2024-08-03 02:41:51 +02:00
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"graphene-sys",
"libc",
"pango-sys",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "gtk4"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "eaffc6c743c9160514cc9b67eace364e5dc5798369fa809cdb04e035c21c5c5d"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-rs",
"field-offset",
"futures-channel",
2024-08-03 02:41:51 +02:00
"gdk-pixbuf 0.20.0",
2024-01-14 22:31:40 +01:00
"gdk4",
2024-08-03 02:41:51 +02:00
"gio 0.20.0",
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"graphene-rs",
"gsk4",
"gtk4-macros",
"gtk4-sys",
"libc",
"pango",
]
[[package]]
name = "gtk4-macros"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "188211f546ce5801f6d0245c37b6249143a2cb4fa040e54829ca1e76796e9f09"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"proc-macro-crate 3.1.0",
2024-01-14 22:31:40 +01:00
"proc-macro2",
"quote",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "gtk4-sys"
2024-08-03 02:41:51 +02:00
version = "0.9.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "1114a207af8ada02cf4658a76692f4190f06f093380d5be07e3ca8b43aa7c666"
2024-01-14 22:31:40 +01:00
dependencies = [
"cairo-sys-rs",
2024-08-03 02:41:51 +02:00
"gdk-pixbuf-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"gdk4-sys",
2024-08-03 02:41:51 +02:00
"gio-sys 0.20.0",
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"graphene-sys",
"gsk4-sys",
"libc",
"pango-sys",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2024-01-14 22:31:40 +01:00
[[package]]
name = "hashbrown"
version = "0.14.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
[[package]]
name = "heck"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2024-08-03 02:41:51 +02:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2024-01-18 15:16:26 +01:00
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "ignore"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
"regex-automata",
"same-file",
"walkdir",
"winapi-util",
]
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "indexmap"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
dependencies = [
"equivalent",
"hashbrown 0.14.3",
2024-01-14 22:31:40 +01:00
]
2024-01-20 20:01:20 +01:00
[[package]]
name = "io-lifetimes"
2024-08-03 02:41:51 +02:00
version = "2.0.3"
2024-01-20 20:01:20 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
2024-01-20 20:01:20 +01:00
[[package]]
name = "itoa"
version = "1.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
2024-01-14 22:31:40 +01:00
[[package]]
name = "libadwaita"
2024-08-03 02:41:51 +02:00
version = "0.7.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "2ff9c222b5c783729de45185f07b2fec2d43a7f9c63961e777d3667e20443878"
2024-01-14 22:31:40 +01:00
dependencies = [
"gdk4",
2024-08-03 02:41:51 +02:00
"gio 0.20.0",
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"gtk4",
"libadwaita-sys",
"libc",
"pango",
]
[[package]]
name = "libadwaita-sys"
2024-08-03 02:41:51 +02:00
version = "0.7.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "1c44d8bdbad31d6639e1f20cc9c1424f1a8e02d751fc28d44659bf743fb9eca6"
2024-01-14 22:31:40 +01:00
dependencies = [
"gdk4-sys",
2024-08-03 02:41:51 +02:00
"gio-sys 0.20.0",
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"gtk4-sys",
"libc",
"pango-sys",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "libc"
version = "0.2.152"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
2024-01-14 22:31:40 +01:00
[[package]]
name = "memchr"
2024-08-03 02:41:51 +02:00
version = "2.7.4"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-01-14 22:31:40 +01:00
[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
"autocfg",
]
[[package]]
name = "normpath"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5831952a9476f2fed74b77d74182fa5ddc4d21c72ec45a333b250e3ed0272804"
dependencies = [
2024-08-03 02:41:51 +02:00
"windows-sys",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "once_cell"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2024-02-16 08:51:28 +01:00
[[package]]
name = "os_pipe"
version = "1.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
dependencies = [
"libc",
2024-08-03 02:41:51 +02:00
"windows-sys",
2024-02-16 08:51:28 +01:00
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "pango"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "54768854025df6903061d0084fd9702a253ddfd60db7d9b751d43b76689a7f0a"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"gio 0.20.0",
"glib 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
"pango-sys",
]
[[package]]
name = "pango-sys"
2024-08-03 02:41:51 +02:00
version = "0.20.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "b07cc57d10cee4ec661f718a6902cee18c2f4cfae08e87e5a390525946913390"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"glib-sys 0.20.0",
"gobject-sys 0.20.0",
2024-01-14 22:31:40 +01:00
"libc",
2024-08-03 02:41:51 +02:00
"system-deps 7.0.1",
2024-01-14 22:31:40 +01:00
]
2024-01-15 16:33:56 +01:00
[[package]]
name = "parking"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
2024-01-14 22:31:40 +01:00
[[package]]
name = "pika-installer-gtk4"
2024-02-25 19:38:11 +01:00
version = "1.0.2"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-01-15 16:33:56 +01:00
"async-channel",
2024-02-16 08:51:28 +01:00
"duct",
"glob",
2024-02-19 20:23:47 +01:00
"gnome-desktop",
2024-01-14 22:31:40 +01:00
"gtk4",
"libadwaita",
2024-01-18 15:16:26 +01:00
"pretty-bytes",
"rust-i18n",
"serde",
"serde_json",
2024-08-21 00:58:58 +02:00
"strfmt",
"sys-locale",
2024-01-15 16:33:56 +01:00
"time",
2024-08-03 02:41:51 +02:00
"vte4",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "pin-project-lite"
version = "0.2.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
[[package]]
name = "pin-utils"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
[[package]]
name = "pkg-config"
2024-08-03 02:41:51 +02:00
version = "0.3.30"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2024-01-14 22:31:40 +01:00
2024-01-15 16:33:56 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2024-01-18 15:16:26 +01:00
[[package]]
name = "pretty-bytes"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "009d6edd2c1dbf2e1c0cd48a2f7766e03498d49ada7109a01c6911815c685316"
dependencies = [
"atty",
"getopts",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "proc-macro-crate"
2024-08-03 02:41:51 +02:00
version = "2.0.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "7e8366a6159044a37876a2b9817124296703c586a5c92e2c53751fa06d8d43e8"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"toml_edit 0.20.2",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "proc-macro-crate"
2024-08-03 02:41:51 +02:00
version = "3.1.0"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
2024-01-14 22:31:40 +01:00
dependencies = [
2024-08-03 02:41:51 +02:00
"toml_edit 0.21.1",
2024-01-14 22:31:40 +01: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 1.0.109",
"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"
2024-08-03 02:41:51 +02:00
version = "1.0.86"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
2024-01-14 22:31:40 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
dependencies = [
"proc-macro2",
]
[[package]]
name = "regex"
version = "1.10.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
[[package]]
name = "rust-i18n"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dcd94370631e5658a0a23635f7f47e43d06a00ad948e0bb5de79b00d85b880c"
dependencies = [
"globwalk",
"once_cell",
"regex",
"rust-i18n-macro",
"rust-i18n-support",
"smallvec",
]
[[package]]
name = "rust-i18n-macro"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355763801dcf287e777e42def7c578410783477b804b1107852119e0b2518396"
dependencies = [
"glob",
"once_cell",
"proc-macro2",
"quote",
"rust-i18n-support",
"serde",
"serde_json",
"serde_yaml",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
]
[[package]]
name = "rust-i18n-support"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "399801f4d955abf1c3ce3ce2215dc76bd40beb4ae39e3a84936b21a79ce2caa5"
dependencies = [
"arc-swap",
"globwalk",
2024-08-04 22:56:30 +02:00
"lazy_static",
"normpath",
"once_cell",
"proc-macro2",
"regex",
"serde",
"serde_json",
"serde_yaml",
"toml 0.7.8",
"triomphe",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "rustc_version"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
dependencies = [
"semver",
]
[[package]]
name = "ryu"
version = "1.0.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f98d2aa92eebf49b69786be48e4477826b256916e84a57ff2a4f21923b48eb4c"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "semver"
version = "1.0.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97ed7a9823b74f99c7742f5336af7be5ecd3eeafcb1507d1fa93347b1d589b0"
[[package]]
name = "serde"
version = "1.0.196"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
2024-01-14 22:31:40 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.196"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
2024-01-14 22:31:40 +01:00
dependencies = [
"proc-macro2",
"quote",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "serde_json"
2024-08-04 22:56:30 +02:00
version = "1.0.122"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-04 22:56:30 +02:00
checksum = "784b6203951c57ff748476b126ccb5e8e2959a5c19e5c617ab1956be3dbc68da"
dependencies = [
"itoa",
2024-08-04 22:56:30 +02:00
"memchr",
"ryu",
"serde",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "serde_spanned"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
dependencies = [
"serde",
]
[[package]]
name = "serde_yaml"
version = "0.8.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
dependencies = [
"indexmap 1.9.3",
"ryu",
"serde",
"yaml-rust",
]
2024-02-16 08:51:28 +01:00
[[package]]
name = "shared_child"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
dependencies = [
"libc",
"winapi",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.1"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
[[package]]
name = "stable_deref_trait"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2024-01-14 22:31:40 +01:00
2024-08-21 00:58:58 +02:00
[[package]]
name = "strfmt"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a8348af2d9fc3258c8733b8d9d8db2e56f54b2363a4b5b81585c7875ed65e65"
2024-01-14 22:31:40 +01:00
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"unicode-ident",
]
[[package]]
name = "syn"
2024-08-03 02:41:51 +02:00
version = "2.0.72"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "dc4b9b9bf2add8093d3f2c0204471e951b2285580335de42f9d2534f3ae7a8af"
2024-01-14 22:31:40 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sys-locale"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
dependencies = [
"libc",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "system-deps"
version = "6.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a2d580ff6a20c55dfb86be5f9c238f67835d0e81cbdea8bf5680e0897320331"
dependencies = [
"cfg-expr",
2024-08-03 02:41:51 +02:00
"heck 0.4.1",
2024-01-14 22:31:40 +01:00
"pkg-config",
"toml 0.8.2",
2024-08-03 02:41:51 +02:00
"version-compare 0.1.1",
]
[[package]]
name = "system-deps"
version = "7.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c81f13d9a334a6c242465140bd262fae382b752ff2011c4f7419919a9c97922"
dependencies = [
"cfg-expr",
"heck 0.5.0",
"pkg-config",
"toml 0.8.2",
"version-compare 0.2.0",
2024-01-14 22:31:40 +01:00
]
[[package]]
name = "target-lexicon"
version = "0.12.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
[[package]]
name = "thiserror"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54378c645627613241d077a3a79db965db602882668f9136ac42af9ecb730ad"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.56"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa0faa943b50f3db30a20aa7e265dbc66076993efed8463e8de414e5d06d3471"
dependencies = [
"proc-macro2",
"quote",
2024-08-03 02:41:51 +02:00
"syn 2.0.72",
2024-01-14 22:31:40 +01:00
]
2024-01-15 16:33:56 +01:00
[[package]]
name = "time"
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f657ba42c3f86e7680e53c8cd3af8abbe56b5491790b46e22e19c0d57463583e"
dependencies = [
"deranged",
"powerfmt",
"serde",
"time-core",
]
[[package]]
name = "time-core"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
[[package]]
name = "toml"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.19.15",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "toml"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "185d8ab0dfbb35cf1399a6344d8484209c088f75f8f68230da55d48d95d43e3d"
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit 0.20.2",
]
[[package]]
name = "toml_datetime"
2024-08-03 02:41:51 +02:00
version = "0.6.8"
2024-01-14 22:31:40 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-03 02:41:51 +02:00
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
2024-01-14 22:31:40 +01:00
dependencies = [
"serde",
]
[[package]]
name = "toml_edit"
version = "0.19.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
dependencies = [
"indexmap 2.1.0",
"serde",
"serde_spanned",
2024-01-14 22:31:40 +01:00
"toml_datetime",
"winnow",
]
[[package]]
name = "toml_edit"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "396e4d48bbb2b7554c944bde63101b5ae446cff6ec4a24227428f15eb72ef338"
dependencies = [
"indexmap 2.1.0",
2024-01-14 22:31:40 +01:00
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
2024-08-03 02:41:51 +02:00
[[package]]
name = "toml_edit"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
dependencies = [
"indexmap 2.1.0",
"toml_datetime",
"winnow",
]
[[package]]
name = "triomphe"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "859eb650cfee7434994602c3a68b25d77ad9e68c8a6cd491616ef86661382eb3"
dependencies = [
"arc-swap",
"serde",
"stable_deref_trait",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "unicode-ident"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2024-01-18 15:16:26 +01:00
[[package]]
name = "unicode-width"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
2024-01-14 22:31:40 +01:00
[[package]]
name = "version-compare"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
2024-08-03 02:41:51 +02:00
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
2024-01-14 22:31:40 +01:00
[[package]]
name = "version_check"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
2024-08-03 02:41:51 +02:00
[[package]]
name = "vte4"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7759016227e58e3239b8dca9c4a70086345844872b1f27cba0dba990fef5cb44"
dependencies = [
"cairo-rs",
"gdk4",
"gio 0.20.0",
"glib 0.20.0",
"gtk4",
"io-lifetimes",
"libc",
"pango",
"vte4-sys",
]
[[package]]
name = "vte4-sys"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2c1aa57d29283c6eeac2e34c16791436275d254ac02b8590b02698feef197234"
dependencies = [
"cairo-sys-rs",
"gdk4-sys",
"gio-sys 0.20.0",
"glib-sys 0.20.0",
"gtk4-sys",
"libc",
"pango-sys",
"system-deps 7.0.1",
]
[[package]]
name = "walkdir"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
dependencies = [
"same-file",
"winapi-util",
]
2024-01-14 22:31:40 +01:00
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
dependencies = [
"winapi",
]
2024-01-14 22:31:40 +01: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"
2024-02-16 08:51:28 +01:00
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
2024-08-03 02:41:51 +02:00
"windows-targets",
2024-02-16 08:51:28 +01:00
]
[[package]]
name = "windows-targets"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
dependencies = [
2024-08-03 02:41:51 +02:00
"windows_aarch64_gnullvm",
"windows_aarch64_msvc",
"windows_i686_gnu",
"windows_i686_msvc",
"windows_x86_64_gnu",
"windows_x86_64_gnullvm",
"windows_x86_64_msvc",
2024-01-20 20:01:20 +01:00
]
2024-02-16 08:51:28 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
[[package]]
name = "windows_i686_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
[[package]]
name = "windows_i686_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
2024-01-14 22:31:40 +01:00
[[package]]
name = "winnow"
version = "0.5.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7cf47b659b318dccbd69cc4797a39ae128f533dce7902a1096044d1967b9c16"
dependencies = [
"memchr",
]
2024-01-20 20:01:20 +01:00
[[package]]
name = "yaml-rust"
version = "0.4.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
dependencies = [
"linked-hash-map",
]