| 1 |
# This file is automatically @generated by Cargo.
|
| 2 |
# It is not intended for manual editing.
|
| 3 |
version = 4
|
| 4 |
|
| 5 |
[[package]]
|
| 6 |
name = "android_system_properties"
|
| 7 |
version = "0.1.5"
|
| 8 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 9 |
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
| 10 |
dependencies = [
|
| 11 |
"libc",
|
| 12 |
]
|
| 13 |
|
| 14 |
[[package]]
|
| 15 |
name = "anyhow"
|
| 16 |
version = "1.0.99"
|
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 18 |
checksum = "b0674a1ddeecb70197781e945de4b3b8ffb61fa939a5597bcf48503737663100"
|
| 19 |
|
| 20 |
[[package]]
|
| 21 |
name = "autocfg"
|
| 22 |
version = "1.5.0"
|
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 24 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
| 25 |
|
| 26 |
[[package]]
|
| 27 |
name = "base64"
|
| 28 |
version = "0.21.7"
|
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 30 |
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
| 31 |
|
| 32 |
[[package]]
|
| 33 |
name = "bitflags"
|
| 34 |
version = "2.9.4"
|
| 35 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 36 |
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
|
| 37 |
dependencies = [
|
| 38 |
"serde",
|
| 39 |
]
|
| 40 |
|
| 41 |
[[package]]
|
| 42 |
name = "bumpalo"
|
| 43 |
version = "3.19.0"
|
| 44 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 45 |
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
| 46 |
|
| 47 |
[[package]]
|
| 48 |
name = "cc"
|
| 49 |
version = "1.2.40"
|
| 50 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 51 |
checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
|
| 52 |
dependencies = [
|
| 53 |
"find-msvc-tools",
|
| 54 |
"shlex",
|
| 55 |
]
|
| 56 |
|
| 57 |
[[package]]
|
| 58 |
name = "cfg-if"
|
| 59 |
version = "1.0.3"
|
| 60 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 61 |
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
|
| 62 |
|
| 63 |
[[package]]
|
| 64 |
name = "chrono"
|
| 65 |
version = "0.4.42"
|
| 66 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 67 |
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
| 68 |
dependencies = [
|
| 69 |
"iana-time-zone",
|
| 70 |
"js-sys",
|
| 71 |
"num-traits",
|
| 72 |
"wasm-bindgen",
|
| 73 |
"windows-link",
|
| 74 |
]
|
| 75 |
|
| 76 |
[[package]]
|
| 77 |
name = "core-foundation-sys"
|
| 78 |
version = "0.8.7"
|
| 79 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 80 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
| 81 |
|
| 82 |
[[package]]
|
| 83 |
name = "dirs"
|
| 84 |
version = "5.0.1"
|
| 85 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 86 |
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
| 87 |
dependencies = [
|
| 88 |
"dirs-sys",
|
| 89 |
]
|
| 90 |
|
| 91 |
[[package]]
|
| 92 |
name = "dirs-sys"
|
| 93 |
version = "0.4.1"
|
| 94 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 95 |
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
| 96 |
dependencies = [
|
| 97 |
"libc",
|
| 98 |
"option-ext",
|
| 99 |
"redox_users",
|
| 100 |
"windows-sys 0.48.0",
|
| 101 |
]
|
| 102 |
|
| 103 |
[[package]]
|
| 104 |
name = "errno"
|
| 105 |
version = "0.3.14"
|
| 106 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 107 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
| 108 |
dependencies = [
|
| 109 |
"libc",
|
| 110 |
"windows-sys 0.61.0",
|
| 111 |
]
|
| 112 |
|
| 113 |
[[package]]
|
| 114 |
name = "find-msvc-tools"
|
| 115 |
version = "0.1.3"
|
| 116 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 117 |
checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
|
| 118 |
|
| 119 |
[[package]]
|
| 120 |
name = "gethostname"
|
| 121 |
version = "1.0.2"
|
| 122 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 123 |
checksum = "fc257fdb4038301ce4b9cd1b3b51704509692bb3ff716a410cbd07925d9dae55"
|
| 124 |
dependencies = [
|
| 125 |
"rustix",
|
| 126 |
"windows-targets 0.52.6",
|
| 127 |
]
|
| 128 |
|
| 129 |
[[package]]
|
| 130 |
name = "getrandom"
|
| 131 |
version = "0.2.16"
|
| 132 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 133 |
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
| 134 |
dependencies = [
|
| 135 |
"cfg-if",
|
| 136 |
"libc",
|
| 137 |
"wasi",
|
| 138 |
]
|
| 139 |
|
| 140 |
[[package]]
|
| 141 |
name = "iana-time-zone"
|
| 142 |
version = "0.1.64"
|
| 143 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 144 |
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
| 145 |
dependencies = [
|
| 146 |
"android_system_properties",
|
| 147 |
"core-foundation-sys",
|
| 148 |
"iana-time-zone-haiku",
|
| 149 |
"js-sys",
|
| 150 |
"log",
|
| 151 |
"wasm-bindgen",
|
| 152 |
"windows-core",
|
| 153 |
]
|
| 154 |
|
| 155 |
[[package]]
|
| 156 |
name = "iana-time-zone-haiku"
|
| 157 |
version = "0.1.2"
|
| 158 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 159 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
| 160 |
dependencies = [
|
| 161 |
"cc",
|
| 162 |
]
|
| 163 |
|
| 164 |
[[package]]
|
| 165 |
name = "js-sys"
|
| 166 |
version = "0.3.81"
|
| 167 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 168 |
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
| 169 |
dependencies = [
|
| 170 |
"once_cell",
|
| 171 |
"wasm-bindgen",
|
| 172 |
]
|
| 173 |
|
| 174 |
[[package]]
|
| 175 |
name = "libc"
|
| 176 |
version = "0.2.175"
|
| 177 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 178 |
checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
|
| 179 |
|
| 180 |
[[package]]
|
| 181 |
name = "libredox"
|
| 182 |
version = "0.1.10"
|
| 183 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 184 |
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
| 185 |
dependencies = [
|
| 186 |
"bitflags",
|
| 187 |
"libc",
|
| 188 |
]
|
| 189 |
|
| 190 |
[[package]]
|
| 191 |
name = "linux-raw-sys"
|
| 192 |
version = "0.11.0"
|
| 193 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 194 |
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
| 195 |
|
| 196 |
[[package]]
|
| 197 |
name = "log"
|
| 198 |
version = "0.4.28"
|
| 199 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 200 |
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
| 201 |
|
| 202 |
[[package]]
|
| 203 |
name = "num-traits"
|
| 204 |
version = "0.2.19"
|
| 205 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 206 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
| 207 |
dependencies = [
|
| 208 |
"autocfg",
|
| 209 |
]
|
| 210 |
|
| 211 |
[[package]]
|
| 212 |
name = "once_cell"
|
| 213 |
version = "1.21.3"
|
| 214 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 215 |
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
| 216 |
|
| 217 |
[[package]]
|
| 218 |
name = "option-ext"
|
| 219 |
version = "0.2.0"
|
| 220 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 221 |
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
| 222 |
|
| 223 |
[[package]]
|
| 224 |
name = "oxwm"
|
| 225 |
version = "0.2.0"
|
| 226 |
dependencies = [
|
| 227 |
"anyhow",
|
| 228 |
"chrono",
|
| 229 |
"dirs",
|
| 230 |
"ron",
|
| 231 |
"serde",
|
| 232 |
"x11",
|
| 233 |
"x11rb",
|
| 234 |
]
|
| 235 |
|
| 236 |
[[package]]
|
| 237 |
name = "pkg-config"
|
| 238 |
version = "0.3.32"
|
| 239 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 240 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
| 241 |
|
| 242 |
[[package]]
|
| 243 |
name = "proc-macro2"
|
| 244 |
version = "1.0.101"
|
| 245 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 246 |
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
| 247 |
dependencies = [
|
| 248 |
"unicode-ident",
|
| 249 |
]
|
| 250 |
|
| 251 |
[[package]]
|
| 252 |
name = "quote"
|
| 253 |
version = "1.0.41"
|
| 254 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 255 |
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
| 256 |
dependencies = [
|
| 257 |
"proc-macro2",
|
| 258 |
]
|
| 259 |
|
| 260 |
[[package]]
|
| 261 |
name = "redox_users"
|
| 262 |
version = "0.4.6"
|
| 263 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 264 |
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
| 265 |
dependencies = [
|
| 266 |
"getrandom",
|
| 267 |
"libredox",
|
| 268 |
"thiserror",
|
| 269 |
]
|
| 270 |
|
| 271 |
[[package]]
|
| 272 |
name = "ron"
|
| 273 |
version = "0.8.1"
|
| 274 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 275 |
checksum = "b91f7eff05f748767f183df4320a63d6936e9c6107d97c9e6bdd9784f4289c94"
|
| 276 |
dependencies = [
|
| 277 |
"base64",
|
| 278 |
"bitflags",
|
| 279 |
"serde",
|
| 280 |
"serde_derive",
|
| 281 |
]
|
| 282 |
|
| 283 |
[[package]]
|
| 284 |
name = "rustix"
|
| 285 |
version = "1.1.2"
|
| 286 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 287 |
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
| 288 |
dependencies = [
|
| 289 |
"bitflags",
|
| 290 |
"errno",
|
| 291 |
"libc",
|
| 292 |
"linux-raw-sys",
|
| 293 |
"windows-sys 0.61.0",
|
| 294 |
]
|
| 295 |
|
| 296 |
[[package]]
|
| 297 |
name = "rustversion"
|
| 298 |
version = "1.0.22"
|
| 299 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 300 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
| 301 |
|
| 302 |
[[package]]
|
| 303 |
name = "serde"
|
| 304 |
version = "1.0.228"
|
| 305 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 306 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
| 307 |
dependencies = [
|
| 308 |
"serde_core",
|
| 309 |
"serde_derive",
|
| 310 |
]
|
| 311 |
|
| 312 |
[[package]]
|
| 313 |
name = "serde_core"
|
| 314 |
version = "1.0.228"
|
| 315 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 316 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
| 317 |
dependencies = [
|
| 318 |
"serde_derive",
|
| 319 |
]
|
| 320 |
|
| 321 |
[[package]]
|
| 322 |
name = "serde_derive"
|
| 323 |
version = "1.0.228"
|
| 324 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 325 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
| 326 |
dependencies = [
|
| 327 |
"proc-macro2",
|
| 328 |
"quote",
|
| 329 |
"syn",
|
| 330 |
]
|
| 331 |
|
| 332 |
[[package]]
|
| 333 |
name = "shlex"
|
| 334 |
version = "1.3.0"
|
| 335 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 336 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
| 337 |
|
| 338 |
[[package]]
|
| 339 |
name = "syn"
|
| 340 |
version = "2.0.106"
|
| 341 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 342 |
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
|
| 343 |
dependencies = [
|
| 344 |
"proc-macro2",
|
| 345 |
"quote",
|
| 346 |
"unicode-ident",
|
| 347 |
]
|
| 348 |
|
| 349 |
[[package]]
|
| 350 |
name = "thiserror"
|
| 351 |
version = "1.0.69"
|
| 352 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 353 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
| 354 |
dependencies = [
|
| 355 |
"thiserror-impl",
|
| 356 |
]
|
| 357 |
|
| 358 |
[[package]]
|
| 359 |
name = "thiserror-impl"
|
| 360 |
version = "1.0.69"
|
| 361 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 362 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
| 363 |
dependencies = [
|
| 364 |
"proc-macro2",
|
| 365 |
"quote",
|
| 366 |
"syn",
|
| 367 |
]
|
| 368 |
|
| 369 |
[[package]]
|
| 370 |
name = "unicode-ident"
|
| 371 |
version = "1.0.19"
|
| 372 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 373 |
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
|
| 374 |
|
| 375 |
[[package]]
|
| 376 |
name = "wasi"
|
| 377 |
version = "0.11.1+wasi-snapshot-preview1"
|
| 378 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 379 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
| 380 |
|
| 381 |
[[package]]
|
| 382 |
name = "wasm-bindgen"
|
| 383 |
version = "0.2.104"
|
| 384 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 385 |
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
| 386 |
dependencies = [
|
| 387 |
"cfg-if",
|
| 388 |
"once_cell",
|
| 389 |
"rustversion",
|
| 390 |
"wasm-bindgen-macro",
|
| 391 |
"wasm-bindgen-shared",
|
| 392 |
]
|
| 393 |
|
| 394 |
[[package]]
|
| 395 |
name = "wasm-bindgen-backend"
|
| 396 |
version = "0.2.104"
|
| 397 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 398 |
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
| 399 |
dependencies = [
|
| 400 |
"bumpalo",
|
| 401 |
"log",
|
| 402 |
"proc-macro2",
|
| 403 |
"quote",
|
| 404 |
"syn",
|
| 405 |
"wasm-bindgen-shared",
|
| 406 |
]
|
| 407 |
|
| 408 |
[[package]]
|
| 409 |
name = "wasm-bindgen-macro"
|
| 410 |
version = "0.2.104"
|
| 411 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 412 |
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
| 413 |
dependencies = [
|
| 414 |
"quote",
|
| 415 |
"wasm-bindgen-macro-support",
|
| 416 |
]
|
| 417 |
|
| 418 |
[[package]]
|
| 419 |
name = "wasm-bindgen-macro-support"
|
| 420 |
version = "0.2.104"
|
| 421 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 422 |
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
| 423 |
dependencies = [
|
| 424 |
"proc-macro2",
|
| 425 |
"quote",
|
| 426 |
"syn",
|
| 427 |
"wasm-bindgen-backend",
|
| 428 |
"wasm-bindgen-shared",
|
| 429 |
]
|
| 430 |
|
| 431 |
[[package]]
|
| 432 |
name = "wasm-bindgen-shared"
|
| 433 |
version = "0.2.104"
|
| 434 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 435 |
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
| 436 |
dependencies = [
|
| 437 |
"unicode-ident",
|
| 438 |
]
|
| 439 |
|
| 440 |
[[package]]
|
| 441 |
name = "windows-core"
|
| 442 |
version = "0.62.1"
|
| 443 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 444 |
checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
|
| 445 |
dependencies = [
|
| 446 |
"windows-implement",
|
| 447 |
"windows-interface",
|
| 448 |
"windows-link",
|
| 449 |
"windows-result",
|
| 450 |
"windows-strings",
|
| 451 |
]
|
| 452 |
|
| 453 |
[[package]]
|
| 454 |
name = "windows-implement"
|
| 455 |
version = "0.60.1"
|
| 456 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 457 |
checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
|
| 458 |
dependencies = [
|
| 459 |
"proc-macro2",
|
| 460 |
"quote",
|
| 461 |
"syn",
|
| 462 |
]
|
| 463 |
|
| 464 |
[[package]]
|
| 465 |
name = "windows-interface"
|
| 466 |
version = "0.59.2"
|
| 467 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 468 |
checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
|
| 469 |
dependencies = [
|
| 470 |
"proc-macro2",
|
| 471 |
"quote",
|
| 472 |
"syn",
|
| 473 |
]
|
| 474 |
|
| 475 |
[[package]]
|
| 476 |
name = "windows-link"
|
| 477 |
version = "0.2.0"
|
| 478 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 479 |
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
|
| 480 |
|
| 481 |
[[package]]
|
| 482 |
name = "windows-result"
|
| 483 |
version = "0.4.0"
|
| 484 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 485 |
checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
|
| 486 |
dependencies = [
|
| 487 |
"windows-link",
|
| 488 |
]
|
| 489 |
|
| 490 |
[[package]]
|
| 491 |
name = "windows-strings"
|
| 492 |
version = "0.5.0"
|
| 493 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 494 |
checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
|
| 495 |
dependencies = [
|
| 496 |
"windows-link",
|
| 497 |
]
|
| 498 |
|
| 499 |
[[package]]
|
| 500 |
name = "windows-sys"
|
| 501 |
version = "0.48.0"
|
| 502 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 503 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
| 504 |
dependencies = [
|
| 505 |
"windows-targets 0.48.5",
|
| 506 |
]
|
| 507 |
|
| 508 |
[[package]]
|
| 509 |
name = "windows-sys"
|
| 510 |
version = "0.61.0"
|
| 511 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 512 |
checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
|
| 513 |
dependencies = [
|
| 514 |
"windows-link",
|
| 515 |
]
|
| 516 |
|
| 517 |
[[package]]
|
| 518 |
name = "windows-targets"
|
| 519 |
version = "0.48.5"
|
| 520 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 521 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
| 522 |
dependencies = [
|
| 523 |
"windows_aarch64_gnullvm 0.48.5",
|
| 524 |
"windows_aarch64_msvc 0.48.5",
|
| 525 |
"windows_i686_gnu 0.48.5",
|
| 526 |
"windows_i686_msvc 0.48.5",
|
| 527 |
"windows_x86_64_gnu 0.48.5",
|
| 528 |
"windows_x86_64_gnullvm 0.48.5",
|
| 529 |
"windows_x86_64_msvc 0.48.5",
|
| 530 |
]
|
| 531 |
|
| 532 |
[[package]]
|
| 533 |
name = "windows-targets"
|
| 534 |
version = "0.52.6"
|
| 535 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 536 |
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
| 537 |
dependencies = [
|
| 538 |
"windows_aarch64_gnullvm 0.52.6",
|
| 539 |
"windows_aarch64_msvc 0.52.6",
|
| 540 |
"windows_i686_gnu 0.52.6",
|
| 541 |
"windows_i686_gnullvm",
|
| 542 |
"windows_i686_msvc 0.52.6",
|
| 543 |
"windows_x86_64_gnu 0.52.6",
|
| 544 |
"windows_x86_64_gnullvm 0.52.6",
|
| 545 |
"windows_x86_64_msvc 0.52.6",
|
| 546 |
]
|
| 547 |
|
| 548 |
[[package]]
|
| 549 |
name = "windows_aarch64_gnullvm"
|
| 550 |
version = "0.48.5"
|
| 551 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 552 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
| 553 |
|
| 554 |
[[package]]
|
| 555 |
name = "windows_aarch64_gnullvm"
|
| 556 |
version = "0.52.6"
|
| 557 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 558 |
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
| 559 |
|
| 560 |
[[package]]
|
| 561 |
name = "windows_aarch64_msvc"
|
| 562 |
version = "0.48.5"
|
| 563 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 564 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
| 565 |
|
| 566 |
[[package]]
|
| 567 |
name = "windows_aarch64_msvc"
|
| 568 |
version = "0.52.6"
|
| 569 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 570 |
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
| 571 |
|
| 572 |
[[package]]
|
| 573 |
name = "windows_i686_gnu"
|
| 574 |
version = "0.48.5"
|
| 575 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 576 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
| 577 |
|
| 578 |
[[package]]
|
| 579 |
name = "windows_i686_gnu"
|
| 580 |
version = "0.52.6"
|
| 581 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 582 |
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
| 583 |
|
| 584 |
[[package]]
|
| 585 |
name = "windows_i686_gnullvm"
|
| 586 |
version = "0.52.6"
|
| 587 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 588 |
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
| 589 |
|
| 590 |
[[package]]
|
| 591 |
name = "windows_i686_msvc"
|
| 592 |
version = "0.48.5"
|
| 593 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 594 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
| 595 |
|
| 596 |
[[package]]
|
| 597 |
name = "windows_i686_msvc"
|
| 598 |
version = "0.52.6"
|
| 599 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 600 |
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
| 601 |
|
| 602 |
[[package]]
|
| 603 |
name = "windows_x86_64_gnu"
|
| 604 |
version = "0.48.5"
|
| 605 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 606 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
| 607 |
|
| 608 |
[[package]]
|
| 609 |
name = "windows_x86_64_gnu"
|
| 610 |
version = "0.52.6"
|
| 611 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 612 |
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
| 613 |
|
| 614 |
[[package]]
|
| 615 |
name = "windows_x86_64_gnullvm"
|
| 616 |
version = "0.48.5"
|
| 617 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 618 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
| 619 |
|
| 620 |
[[package]]
|
| 621 |
name = "windows_x86_64_gnullvm"
|
| 622 |
version = "0.52.6"
|
| 623 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 624 |
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
| 625 |
|
| 626 |
[[package]]
|
| 627 |
name = "windows_x86_64_msvc"
|
| 628 |
version = "0.48.5"
|
| 629 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 630 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
| 631 |
|
| 632 |
[[package]]
|
| 633 |
name = "windows_x86_64_msvc"
|
| 634 |
version = "0.52.6"
|
| 635 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 636 |
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
| 637 |
|
| 638 |
[[package]]
|
| 639 |
name = "x11"
|
| 640 |
version = "2.21.0"
|
| 641 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 642 |
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
|
| 643 |
dependencies = [
|
| 644 |
"libc",
|
| 645 |
"pkg-config",
|
| 646 |
]
|
| 647 |
|
| 648 |
[[package]]
|
| 649 |
name = "x11rb"
|
| 650 |
version = "0.13.2"
|
| 651 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 652 |
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
|
| 653 |
dependencies = [
|
| 654 |
"gethostname",
|
| 655 |
"rustix",
|
| 656 |
"x11rb-protocol",
|
| 657 |
"xcursor",
|
| 658 |
]
|
| 659 |
|
| 660 |
[[package]]
|
| 661 |
name = "x11rb-protocol"
|
| 662 |
version = "0.13.2"
|
| 663 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 664 |
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
|
| 665 |
|
| 666 |
[[package]]
|
| 667 |
name = "xcursor"
|
| 668 |
version = "0.3.10"
|
| 669 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 670 |
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
|