681 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
			
		
		
	
	
			681 lines
		
	
	
		
			16 KiB
		
	
	
	
		
			TOML
		
	
	
	
	
	
# This file is automatically @generated by Cargo.
 | 
						|
# It is not intended for manual editing.
 | 
						|
version = 3
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "86b7499272acf036bb5820c6e346bbfb5acc5dceb104bc2c4fd7e6e33dfcde6a"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys",
 | 
						|
 "bitflags",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "atk-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e552c1776737a4c80110d06b36d099f47c727335f9aaa5d942a72b6863a8ec6f"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "autocfg"
 | 
						|
version = "1.1.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "bitflags"
 | 
						|
version = "1.2.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "byteorder"
 | 
						|
version = "1.5.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-rs"
 | 
						|
version = "0.7.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e05db47de3b0f09a222fa4bba2eab957d920d4243962a86b2d77ab401e4a359c"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cairo-sys-rs"
 | 
						|
version = "0.9.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ff65ba02cac715be836f63429ab00a767d48336efc5497c5637afb53b4f14d63"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cc"
 | 
						|
version = "1.0.90"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-if"
 | 
						|
version = "0.1.10"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "cfg-if"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "clap"
 | 
						|
version = "2.33.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "826bf7bc84f9435630275cb8e802a4a0ec792b615969934bd16d42ffed10f207"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "textwrap",
 | 
						|
 "unicode-width",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "derivative"
 | 
						|
version = "2.2.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "enumflags2"
 | 
						|
version = "0.6.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "83c8d82922337cd23a15f88b70d8e4ef5f11da38dd7cdb55e84dd5de99695da0"
 | 
						|
dependencies = [
 | 
						|
 "enumflags2_derive",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "enumflags2_derive"
 | 
						|
version = "0.6.4"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "946ee94e3dbf58fdd324f9ce245c7b238d46a66f00e86a020b71996349e46cce"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fastrand"
 | 
						|
version = "1.9.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 | 
						|
dependencies = [
 | 
						|
 "instant",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "fragile"
 | 
						|
version = "0.3.0"
 | 
						|
source = "git+https://source.puri.sm/dorota.czaplejewicz/fragile.git?tag=0.3.0#51048ca11824279c2114c77fef5bcb950838fc09"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6243e995f41f3a61a31847e54cc719edce93dd9140c89dca3b9919be1cfe22d5"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "cairo-rs",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-pixbuf",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio",
 | 
						|
 "gio-sys",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pango",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9726408ee1bbada83094326a99b9c68fea275f9dbb515de242a69e72051f4fcc"
 | 
						|
dependencies = [
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gio",
 | 
						|
 "gio-sys",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-pixbuf-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d8991b060a9e9161bafd09bf4a202e6fd404f5b4dd1a08d53a1e84256fb34ab0"
 | 
						|
dependencies = [
 | 
						|
 "gio-sys",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gdk-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6adf679e91d1bff0c06860287f80403e7db54c2d2424dce0a470023b56c88fbb"
 | 
						|
dependencies = [
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gio-sys",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pango-sys",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6261b5d34c30c2d59f879e643704cf54cb44731f3a2038000b68790c03e360e3"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "fragile",
 | 
						|
 "gio-sys",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "lazy_static",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gio-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "4fad225242b9eae7ec8a063bb86974aca56885014672375e5775dc0ea3533911"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib"
 | 
						|
version = "0.8.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "be27232841baa43e0fd5ae003f7941925735b2f733a336dc75f07b9eff415e7b"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "lazy_static",
 | 
						|
 "libc",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "glib-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "95856f3802f446c05feffa5e24859fe6a183a7cb849c8449afc35c86b1e316e2"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gobject-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "31d1a804f62034eccf370006ccaef3708a71c31d561fee88564abe71177553d9"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "709f1074259d4685b96133f92b75c7f35b504715b0fcdc96ec95de2607296a60"
 | 
						|
dependencies = [
 | 
						|
 "atk",
 | 
						|
 "bitflags",
 | 
						|
 "cairo-rs",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "cc",
 | 
						|
 "gdk",
 | 
						|
 "gdk-pixbuf",
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio",
 | 
						|
 "gio-sys",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "gtk-sys",
 | 
						|
 "lazy_static",
 | 
						|
 "libc",
 | 
						|
 "pango",
 | 
						|
 "pango-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "gtk-sys"
 | 
						|
version = "0.9.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "53def660c7b48b00b510c81ef2d2fbd3c570f1527081d8d7947f471513e1a4c1"
 | 
						|
dependencies = [
 | 
						|
 "atk-sys",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "gdk-pixbuf-sys",
 | 
						|
 "gdk-sys",
 | 
						|
 "gio-sys",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pango-sys",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "hashbrown"
 | 
						|
version = "0.12.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "indexmap"
 | 
						|
version = "1.9.3"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 | 
						|
dependencies = [
 | 
						|
 "autocfg",
 | 
						|
 "hashbrown",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "instant"
 | 
						|
version = "0.1.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
 | 
						|
dependencies = [
 | 
						|
 "cfg-if 1.0.0",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "lazy_static"
 | 
						|
version = "1.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "libc"
 | 
						|
version = "0.2.153"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "linked-hash-map"
 | 
						|
version = "0.5.6"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "maplit"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "memmap"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "winapi",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "nix"
 | 
						|
version = "0.17.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "50e4785f2c3b7589a0d0c1dd60285e1188adac4006e8abd6dd578e1567027363"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "cc",
 | 
						|
 "cfg-if 0.1.10",
 | 
						|
 "libc",
 | 
						|
 "void",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango"
 | 
						|
version = "0.7.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "393fa071b144f8ffb83ede273758983cf414ca3c0b1d2a5a9ce325b3ba3dd786"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "lazy_static",
 | 
						|
 "libc",
 | 
						|
 "pango-sys",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pango-sys"
 | 
						|
version = "0.9.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "86b93d84907b3cf0819bff8f13598ba72843bee579d5ebc2502e4b0367b4be7d"
 | 
						|
dependencies = [
 | 
						|
 "glib-sys",
 | 
						|
 "gobject-sys",
 | 
						|
 "libc",
 | 
						|
 "pkg-config",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "pkg-config"
 | 
						|
version = "0.3.30"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro-crate"
 | 
						|
version = "0.1.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
 | 
						|
dependencies = [
 | 
						|
 "toml",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "proc-macro2"
 | 
						|
version = "1.0.78"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
 | 
						|
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 = "rs"
 | 
						|
version = "0.1.0"
 | 
						|
dependencies = [
 | 
						|
 "bitflags",
 | 
						|
 "cairo-rs",
 | 
						|
 "cairo-sys-rs",
 | 
						|
 "clap",
 | 
						|
 "gdk",
 | 
						|
 "gio",
 | 
						|
 "glib",
 | 
						|
 "glib-sys",
 | 
						|
 "gtk",
 | 
						|
 "gtk-sys",
 | 
						|
 "maplit",
 | 
						|
 "serde",
 | 
						|
 "serde_yaml",
 | 
						|
 "xkbcommon",
 | 
						|
 "zbus",
 | 
						|
 "zvariant",
 | 
						|
 "zvariant_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "ryu"
 | 
						|
version = "1.0.17"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "scoped-tls"
 | 
						|
version = "1.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde"
 | 
						|
version = "1.0.197"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
 | 
						|
dependencies = [
 | 
						|
 "serde_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_derive"
 | 
						|
version = "1.0.197"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.52",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_repr"
 | 
						|
version = "0.1.18"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "0b2e6b945e9d3df726b65d6ee24060aff8e3533d431f677a9695db04eff9dfdb"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 2.0.52",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "serde_yaml"
 | 
						|
version = "0.8.26"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
 | 
						|
dependencies = [
 | 
						|
 "indexmap",
 | 
						|
 "ryu",
 | 
						|
 "serde",
 | 
						|
 "yaml-rust",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "1.0.109"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "syn"
 | 
						|
version = "2.0.52"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "unicode-ident",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "textwrap"
 | 
						|
version = "0.11.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
 | 
						|
dependencies = [
 | 
						|
 "unicode-width",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "toml"
 | 
						|
version = "0.5.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
 | 
						|
dependencies = [
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-ident"
 | 
						|
version = "1.0.12"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "unicode-width"
 | 
						|
version = "0.1.11"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "void"
 | 
						|
version = "1.0.2"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi"
 | 
						|
version = "0.3.9"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 | 
						|
dependencies = [
 | 
						|
 "winapi-i686-pc-windows-gnu",
 | 
						|
 "winapi-x86_64-pc-windows-gnu",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-i686-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "winapi-x86_64-pc-windows-gnu"
 | 
						|
version = "0.4.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "xkbcommon"
 | 
						|
version = "0.4.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "032ed00cc755c31221bbd6aaf9fa4196a01bf33bca185f9316e14f26d28c28cf"
 | 
						|
dependencies = [
 | 
						|
 "libc",
 | 
						|
 "memmap",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "yaml-rust"
 | 
						|
version = "0.4.5"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
 | 
						|
dependencies = [
 | 
						|
 "linked-hash-map",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zbus"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "1cb97c72cbfd5c7537ca730eeb810da7348f345ba67ab7673bcbe0d81c076427"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
 "derivative",
 | 
						|
 "enumflags2",
 | 
						|
 "fastrand",
 | 
						|
 "nix",
 | 
						|
 "scoped-tls",
 | 
						|
 "serde",
 | 
						|
 "serde_repr",
 | 
						|
 "zbus_macros",
 | 
						|
 "zvariant",
 | 
						|
 "zvariant_derive",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zbus_macros"
 | 
						|
version = "1.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "c0c1f2a20a4cb90922b44d3bebd232b246e52b3dd95ed5bea8aec83cde3a5a8a"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro-crate",
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zvariant"
 | 
						|
version = "2.0.1"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "f0bf85e67d1a3780cb1c56c80227532354f21907cba14805a773eb507b444580"
 | 
						|
dependencies = [
 | 
						|
 "byteorder",
 | 
						|
 "enumflags2",
 | 
						|
 "serde",
 | 
						|
]
 | 
						|
 | 
						|
[[package]]
 | 
						|
name = "zvariant_derive"
 | 
						|
version = "2.0.0"
 | 
						|
source = "registry+https://github.com/rust-lang/crates.io-index"
 | 
						|
checksum = "d68726e8c12757384a8d1485080527e263dea67d91f19e97cd71b9292f22d7c5"
 | 
						|
dependencies = [
 | 
						|
 "proc-macro2",
 | 
						|
 "quote",
 | 
						|
 "syn 1.0.109",
 | 
						|
]
 |