git.lucas.co / cce-compositor
Wayland compositor (wlroots)
git clone https://git.lucas.co/cce-compositor.git

verify/clients/Cargo.lock (6.2K)

  1 # This file is automatically @generated by Cargo.
  2 # It is not intended for manual editing.
  3 version = 4
  4 
  5 [[package]]
  6 name = "bitflags"
  7 version = "2.13.1"
  8 source = "registry+https://github.com/rust-lang/crates.io-index"
  9 checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
 10 
 11 [[package]]
 12 name = "cc"
 13 version = "1.4.4"
 14 source = "registry+https://github.com/rust-lang/crates.io-index"
 15 checksum = "0ad534f4357a5264cce5019c989cf66a4f0dc4e0d1b1d15f8aacec0ff7360273"
 16 dependencies = [
 17  "find-msvc-tools",
 18  "shlex",
 19 ]
 20 
 21 [[package]]
 22 name = "cce-verify-clients"
 23 version = "0.1.0"
 24 dependencies = [
 25  "libc",
 26  "wayland-client",
 27  "wayland-protocols",
 28  "wayland-protocols-misc",
 29  "xkbcommon",
 30 ]
 31 
 32 [[package]]
 33 name = "downcast-rs"
 34 version = "1.2.1"
 35 source = "registry+https://github.com/rust-lang/crates.io-index"
 36 checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 37 
 38 [[package]]
 39 name = "errno"
 40 version = "0.3.14"
 41 source = "registry+https://github.com/rust-lang/crates.io-index"
 42 checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 43 dependencies = [
 44  "libc",
 45  "windows-sys",
 46 ]
 47 
 48 [[package]]
 49 name = "find-msvc-tools"
 50 version = "0.1.11"
 51 source = "registry+https://github.com/rust-lang/crates.io-index"
 52 checksum = "d45db016d36b838f563236e9193d0ee6ce38f3f68b6c94e914b4929c96bbb890"
 53 
 54 [[package]]
 55 name = "libc"
 56 version = "0.2.189"
 57 source = "registry+https://github.com/rust-lang/crates.io-index"
 58 checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
 59 
 60 [[package]]
 61 name = "linux-raw-sys"
 62 version = "0.12.1"
 63 source = "registry+https://github.com/rust-lang/crates.io-index"
 64 checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
 65 
 66 [[package]]
 67 name = "memchr"
 68 version = "2.8.3"
 69 source = "registry+https://github.com/rust-lang/crates.io-index"
 70 checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
 71 
 72 [[package]]
 73 name = "memmap2"
 74 version = "0.9.11"
 75 source = "registry+https://github.com/rust-lang/crates.io-index"
 76 checksum = "d1219ed1b7f229ee7104d281dd01d6802fe28bb6e95d292942c4daacdeb798c0"
 77 dependencies = [
 78  "libc",
 79 ]
 80 
 81 [[package]]
 82 name = "pkg-config"
 83 version = "0.3.34"
 84 source = "registry+https://github.com/rust-lang/crates.io-index"
 85 checksum = "f6b464fbc74e149a392436b17d523f769e057cb6877f6a5c4618bc6f11800548"
 86 
 87 [[package]]
 88 name = "proc-macro2"
 89 version = "1.0.107"
 90 source = "registry+https://github.com/rust-lang/crates.io-index"
 91 checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
 92 dependencies = [
 93  "unicode-ident",
 94 ]
 95 
 96 [[package]]
 97 name = "quick-xml"
 98 version = "0.41.0"
 99 source = "registry+https://github.com/rust-lang/crates.io-index"
100 checksum = "e660451e55124f798a69a5af3f49ccfbefbd41910eefd25caf2393e1f3473ec1"
101 dependencies = [
102  "memchr",
103 ]
104 
105 [[package]]
106 name = "quote"
107 version = "1.0.47"
108 source = "registry+https://github.com/rust-lang/crates.io-index"
109 checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
110 dependencies = [
111  "proc-macro2",
112 ]
113 
114 [[package]]
115 name = "rustix"
116 version = "1.1.4"
117 source = "registry+https://github.com/rust-lang/crates.io-index"
118 checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
119 dependencies = [
120  "bitflags",
121  "errno",
122  "libc",
123  "linux-raw-sys",
124  "windows-sys",
125 ]
126 
127 [[package]]
128 name = "shlex"
129 version = "2.0.1"
130 source = "registry+https://github.com/rust-lang/crates.io-index"
131 checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
132 
133 [[package]]
134 name = "smallvec"
135 version = "1.15.2"
136 source = "registry+https://github.com/rust-lang/crates.io-index"
137 checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
138 
139 [[package]]
140 name = "unicode-ident"
141 version = "1.0.24"
142 source = "registry+https://github.com/rust-lang/crates.io-index"
143 checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
144 
145 [[package]]
146 name = "wayland-backend"
147 version = "0.3.17"
148 source = "registry+https://github.com/rust-lang/crates.io-index"
149 checksum = "38a91b4eaddff87b1cd1074985e3713da4af2c49742d1b356b2c01670a67a078"
150 dependencies = [
151  "cc",
152  "downcast-rs",
153  "rustix",
154  "smallvec",
155  "wayland-sys",
156 ]
157 
158 [[package]]
159 name = "wayland-client"
160 version = "0.31.15"
161 source = "registry+https://github.com/rust-lang/crates.io-index"
162 checksum = "e3c36a0f861ad76d0901f2800b46321410d9f73f2ea88aac0650d86c32688073"
163 dependencies = [
164  "bitflags",
165  "rustix",
166  "wayland-backend",
167  "wayland-scanner",
168 ]
169 
170 [[package]]
171 name = "wayland-protocols"
172 version = "0.32.13"
173 source = "registry+https://github.com/rust-lang/crates.io-index"
174 checksum = "23d0c813de3daa2ed6520af85a3bd49b0e722a3078506899aa9686fea58dc4b6"
175 dependencies = [
176  "bitflags",
177  "wayland-backend",
178  "wayland-client",
179  "wayland-scanner",
180 ]
181 
182 [[package]]
183 name = "wayland-protocols-misc"
184 version = "0.3.12"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "6e9567599ef23e09b8dad6e429e5738d4509dfc46b3b21f32841a304d16b29c8"
187 dependencies = [
188  "bitflags",
189  "wayland-backend",
190  "wayland-client",
191  "wayland-protocols",
192  "wayland-scanner",
193 ]
194 
195 [[package]]
196 name = "wayland-scanner"
197 version = "0.31.11"
198 source = "registry+https://github.com/rust-lang/crates.io-index"
199 checksum = "338e30461b3a2b67d70eb30a6d89f8e0c93a833e07d2ae89085cd070c4a00ac0"
200 dependencies = [
201  "proc-macro2",
202  "quick-xml",
203  "quote",
204 ]
205 
206 [[package]]
207 name = "wayland-sys"
208 version = "0.31.11"
209 source = "registry+https://github.com/rust-lang/crates.io-index"
210 checksum = "d8eab23fefc9e41f8e841df4a9c707e8a8c4ed26e944ef69297184de2785e3be"
211 dependencies = [
212  "pkg-config",
213 ]
214 
215 [[package]]
216 name = "windows-link"
217 version = "0.2.1"
218 source = "registry+https://github.com/rust-lang/crates.io-index"
219 checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
220 
221 [[package]]
222 name = "windows-sys"
223 version = "0.61.2"
224 source = "registry+https://github.com/rust-lang/crates.io-index"
225 checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
226 dependencies = [
227  "windows-link",
228 ]
229 
230 [[package]]
231 name = "xkbcommon"
232 version = "0.8.0"
233 source = "registry+https://github.com/rust-lang/crates.io-index"
234 checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
235 dependencies = [
236  "libc",
237  "memmap2",
238  "xkeysym",
239 ]
240 
241 [[package]]
242 name = "xkeysym"
243 version = "0.2.1"
244 source = "registry+https://github.com/rust-lang/crates.io-index"
245 checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"