2021-05-24 13:04:28 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2022-03-02 14:57:04 -08:00
|
|
|
version = 3
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
|
|
|
|
2021-05-24 13:04:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.3.2"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.0.73"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "downcast-rs"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
|
|
|
|
|
2022-05-06 05:35:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1aab8fc367588b89dcee83ab0fd66b72b50b72fa1904d7095045ace2b0c81c35"
|
|
|
|
|
2021-05-24 13:04:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "0.2.125"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "5916d2ae698f6de9bfb891ad7a8d65c09d232dc58cc4ac433c7da3b2fd84bc2b"
|
2022-03-02 14:57:04 -08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.22.3"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "e4916f159ed8e5de0082076562152a76b7a1f64a01fd9d1e0fea002c37624faf"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cc",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2022-03-02 14:57:04 -08:00
|
|
|
"memoffset",
|
2021-05-24 13:04:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.10.0"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "87f3e037eac156d1775da914196f0f37741a274155e34a0b7e427c35d2a2ecb9"
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "0.3.25"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "1df8c4ec4b0627e53bdf214615ad287367e482558cf84b109250b37464dc03ae"
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.0.38"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "9027b48e9d4c9175fa2218adf3557f91c1137021739951d4932f5f8268ac48aa"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.0.18"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "a1feb54ed693b93a84e14094943b84b7c4eae204c512b7ccb95ab0c66d278ad1"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-05-24 15:10:38 -07:00
|
|
|
name = "ristate"
|
2021-05-24 13:04:28 -07:00
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2022-05-06 05:35:37 -07:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-05-24 13:04:28 -07:00
|
|
|
"wayland-client",
|
|
|
|
"wayland-commons",
|
2021-05-25 08:39:04 -07:00
|
|
|
"wayland-protocols",
|
2021-05-24 13:04:28 -07:00
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
2022-05-06 05:35:37 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73b4b750c782965c211b42f022f59af1fbceabdd026623714f104152f1ec149f"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
|
|
|
version = "1.0.137"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "61ea8d54c77f8315140a05f4c7237403bf38b72704d031543aa1d16abbf517d1"
|
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
|
|
|
version = "1.0.137"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1f26faba0c3959972377d3b2d306ee9f71faee9714294e41bb777f83f88578be"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
|
|
|
version = "1.0.81"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b7ce2b32a1aed03c558dc61a5cd328f15aff2dbc17daad8fb8af04d2100e15c"
|
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2021-05-24 15:10:38 -07:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "1.8.0"
|
2021-05-24 15:10:38 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "f2dd574626839106c320a323308629dcb1acfc96e32a8cba364ddc61ac23ee83"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.92"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7ff7c592601f11445996a06f8ad0c27f094a58857c2f89e97974ab9235b92c52"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
|
|
|
]
|
2021-05-24 15:10:38 -07:00
|
|
|
|
2021-05-24 13:04:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "0.2.3"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "957e51f3646910546462e67d5f7599b9e4fb8acdd304b087a6494730f9eebf04"
|
2021-05-24 13:04:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-client"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.29.4"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "91223460e73257f697d9e23d401279123d36039a3f7a449e983f123292d4458f"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"downcast-rs",
|
|
|
|
"libc",
|
|
|
|
"nix",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-commons"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.29.4"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "94f6e5e340d7c13490eca867898c4cec5af56c27a5ffe5c80c6fc4708e22d33e"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
|
|
|
"once_cell",
|
|
|
|
"smallvec",
|
|
|
|
"wayland-sys",
|
|
|
|
]
|
|
|
|
|
2021-05-25 08:39:04 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-protocols"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.29.4"
|
2021-05-25 08:39:04 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "60147ae23303402e41fe034f74fb2c35ad0780ee88a1c40ac09a3be1e7465741"
|
2021-05-25 08:39:04 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"wayland-commons",
|
|
|
|
"wayland-scanner",
|
|
|
|
]
|
|
|
|
|
2021-05-24 13:04:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "wayland-scanner"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.29.4"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "39a1ed3143f7a143187156a2ab52742e89dac33245ba505c17224df48939f9e0"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"xml-rs",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wayland-sys"
|
2022-03-02 14:57:04 -08:00
|
|
|
version = "0.29.4"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-03-02 14:57:04 -08:00
|
|
|
checksum = "d9341df79a8975679188e37dab3889bfa57c44ac2cb6da166f519a81cbe452d4"
|
2021-05-24 13:04:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "xml-rs"
|
2022-05-06 05:35:37 -07:00
|
|
|
version = "0.8.4"
|
2021-05-24 13:04:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2022-05-06 05:35:37 -07:00
|
|
|
checksum = "d2d7d3948613f75c98fd9328cfdcc45acc4d360655289d0a7d4ec931392200a3"
|