| 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 = "autocfg"
|
| 16 |
version = "1.5.0"
|
| 17 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 18 |
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
| 19 |
|
| 20 |
[[package]]
|
| 21 |
name = "bitflags"
|
| 22 |
version = "2.10.0"
|
| 23 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 24 |
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
|
| 25 |
|
| 26 |
[[package]]
|
| 27 |
name = "bstr"
|
| 28 |
version = "1.12.1"
|
| 29 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 30 |
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
| 31 |
dependencies = [
|
| 32 |
"memchr",
|
| 33 |
"serde",
|
| 34 |
]
|
| 35 |
|
| 36 |
[[package]]
|
| 37 |
name = "bumpalo"
|
| 38 |
version = "3.19.0"
|
| 39 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 40 |
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
| 41 |
|
| 42 |
[[package]]
|
| 43 |
name = "cc"
|
| 44 |
version = "1.2.41"
|
| 45 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 46 |
checksum = "ac9fe6cdbb24b6ade63616c0a0688e45bb56732262c158df3c0c4bea4ca47cb7"
|
| 47 |
dependencies = [
|
| 48 |
"find-msvc-tools",
|
| 49 |
"shlex",
|
| 50 |
]
|
| 51 |
|
| 52 |
[[package]]
|
| 53 |
name = "cfg-if"
|
| 54 |
version = "1.0.4"
|
| 55 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 56 |
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
| 57 |
|
| 58 |
[[package]]
|
| 59 |
name = "chrono"
|
| 60 |
version = "0.4.42"
|
| 61 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 62 |
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
|
| 63 |
dependencies = [
|
| 64 |
"iana-time-zone",
|
| 65 |
"js-sys",
|
| 66 |
"num-traits",
|
| 67 |
"wasm-bindgen",
|
| 68 |
"windows-link",
|
| 69 |
]
|
| 70 |
|
| 71 |
[[package]]
|
| 72 |
name = "core-foundation-sys"
|
| 73 |
version = "0.8.7"
|
| 74 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 75 |
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
| 76 |
|
| 77 |
[[package]]
|
| 78 |
name = "dirs"
|
| 79 |
version = "5.0.1"
|
| 80 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 81 |
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
| 82 |
dependencies = [
|
| 83 |
"dirs-sys",
|
| 84 |
]
|
| 85 |
|
| 86 |
[[package]]
|
| 87 |
name = "dirs-sys"
|
| 88 |
version = "0.4.1"
|
| 89 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 90 |
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
| 91 |
dependencies = [
|
| 92 |
"libc",
|
| 93 |
"option-ext",
|
| 94 |
"redox_users",
|
| 95 |
"windows-sys 0.48.0",
|
| 96 |
]
|
| 97 |
|
| 98 |
[[package]]
|
| 99 |
name = "either"
|
| 100 |
version = "1.15.0"
|
| 101 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 102 |
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
| 103 |
|
| 104 |
[[package]]
|
| 105 |
name = "env_home"
|
| 106 |
version = "0.1.0"
|
| 107 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 108 |
checksum = "c7f84e12ccf0a7ddc17a6c41c93326024c42920d7ee630d04950e6926645c0fe"
|
| 109 |
|
| 110 |
[[package]]
|
| 111 |
name = "errno"
|
| 112 |
version = "0.3.14"
|
| 113 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 114 |
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
| 115 |
dependencies = [
|
| 116 |
"libc",
|
| 117 |
"windows-sys 0.61.2",
|
| 118 |
]
|
| 119 |
|
| 120 |
[[package]]
|
| 121 |
name = "find-msvc-tools"
|
| 122 |
version = "0.1.4"
|
| 123 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 124 |
checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127"
|
| 125 |
|
| 126 |
[[package]]
|
| 127 |
name = "gethostname"
|
| 128 |
version = "1.1.0"
|
| 129 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 130 |
checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
|
| 131 |
dependencies = [
|
| 132 |
"rustix",
|
| 133 |
"windows-link",
|
| 134 |
]
|
| 135 |
|
| 136 |
[[package]]
|
| 137 |
name = "getrandom"
|
| 138 |
version = "0.2.16"
|
| 139 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 140 |
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
| 141 |
dependencies = [
|
| 142 |
"cfg-if",
|
| 143 |
"libc",
|
| 144 |
"wasi",
|
| 145 |
]
|
| 146 |
|
| 147 |
[[package]]
|
| 148 |
name = "iana-time-zone"
|
| 149 |
version = "0.1.64"
|
| 150 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 151 |
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
|
| 152 |
dependencies = [
|
| 153 |
"android_system_properties",
|
| 154 |
"core-foundation-sys",
|
| 155 |
"iana-time-zone-haiku",
|
| 156 |
"js-sys",
|
| 157 |
"log",
|
| 158 |
"wasm-bindgen",
|
| 159 |
"windows-core",
|
| 160 |
]
|
| 161 |
|
| 162 |
[[package]]
|
| 163 |
name = "iana-time-zone-haiku"
|
| 164 |
version = "0.1.2"
|
| 165 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 166 |
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
| 167 |
dependencies = [
|
| 168 |
"cc",
|
| 169 |
]
|
| 170 |
|
| 171 |
[[package]]
|
| 172 |
name = "js-sys"
|
| 173 |
version = "0.3.81"
|
| 174 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 175 |
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
|
| 176 |
dependencies = [
|
| 177 |
"once_cell",
|
| 178 |
"wasm-bindgen",
|
| 179 |
]
|
| 180 |
|
| 181 |
[[package]]
|
| 182 |
name = "libc"
|
| 183 |
version = "0.2.177"
|
| 184 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 185 |
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
|
| 186 |
|
| 187 |
[[package]]
|
| 188 |
name = "libredox"
|
| 189 |
version = "0.1.10"
|
| 190 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 191 |
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
|
| 192 |
dependencies = [
|
| 193 |
"bitflags",
|
| 194 |
"libc",
|
| 195 |
]
|
| 196 |
|
| 197 |
[[package]]
|
| 198 |
name = "linux-raw-sys"
|
| 199 |
version = "0.11.0"
|
| 200 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 201 |
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
| 202 |
|
| 203 |
[[package]]
|
| 204 |
name = "lock_api"
|
| 205 |
version = "0.4.14"
|
| 206 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 207 |
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
| 208 |
dependencies = [
|
| 209 |
"scopeguard",
|
| 210 |
]
|
| 211 |
|
| 212 |
[[package]]
|
| 213 |
name = "log"
|
| 214 |
version = "0.4.28"
|
| 215 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 216 |
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
|
| 217 |
|
| 218 |
[[package]]
|
| 219 |
name = "lua-src"
|
| 220 |
version = "547.0.0"
|
| 221 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 222 |
checksum = "1edaf29e3517b49b8b746701e5648ccb5785cde1c119062cbabbc5d5cd115e42"
|
| 223 |
dependencies = [
|
| 224 |
"cc",
|
| 225 |
]
|
| 226 |
|
| 227 |
[[package]]
|
| 228 |
name = "luajit-src"
|
| 229 |
version = "210.5.12+a4f56a4"
|
| 230 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 231 |
checksum = "b3a8e7962a5368d5f264d045a5a255e90f9aa3fc1941ae15a8d2940d42cac671"
|
| 232 |
dependencies = [
|
| 233 |
"cc",
|
| 234 |
"which",
|
| 235 |
]
|
| 236 |
|
| 237 |
[[package]]
|
| 238 |
name = "memchr"
|
| 239 |
version = "2.7.6"
|
| 240 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 241 |
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
| 242 |
|
| 243 |
[[package]]
|
| 244 |
name = "mlua"
|
| 245 |
version = "0.10.5"
|
| 246 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 247 |
checksum = "c1f5f8fbebc7db5f671671134b9321c4b9aa9adeafccfd9a8c020ae45c6a35d0"
|
| 248 |
dependencies = [
|
| 249 |
"bstr",
|
| 250 |
"either",
|
| 251 |
"mlua-sys",
|
| 252 |
"num-traits",
|
| 253 |
"parking_lot",
|
| 254 |
"rustc-hash",
|
| 255 |
"rustversion",
|
| 256 |
]
|
| 257 |
|
| 258 |
[[package]]
|
| 259 |
name = "mlua-sys"
|
| 260 |
version = "0.6.8"
|
| 261 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 262 |
checksum = "380c1f7e2099cafcf40e51d3a9f20a346977587aa4d012eae1f043149a728a93"
|
| 263 |
dependencies = [
|
| 264 |
"cc",
|
| 265 |
"cfg-if",
|
| 266 |
"lua-src",
|
| 267 |
"luajit-src",
|
| 268 |
"pkg-config",
|
| 269 |
]
|
| 270 |
|
| 271 |
[[package]]
|
| 272 |
name = "num-traits"
|
| 273 |
version = "0.2.19"
|
| 274 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 275 |
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
| 276 |
dependencies = [
|
| 277 |
"autocfg",
|
| 278 |
]
|
| 279 |
|
| 280 |
[[package]]
|
| 281 |
name = "once_cell"
|
| 282 |
version = "1.21.3"
|
| 283 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 284 |
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
| 285 |
|
| 286 |
[[package]]
|
| 287 |
name = "option-ext"
|
| 288 |
version = "0.2.0"
|
| 289 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 290 |
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
| 291 |
|
| 292 |
[[package]]
|
| 293 |
name = "oxwm"
|
| 294 |
version = "0.10.0"
|
| 295 |
dependencies = [
|
| 296 |
"chrono",
|
| 297 |
"dirs",
|
| 298 |
"mlua",
|
| 299 |
"serde",
|
| 300 |
"x11",
|
| 301 |
"x11rb",
|
| 302 |
]
|
| 303 |
|
| 304 |
[[package]]
|
| 305 |
name = "parking_lot"
|
| 306 |
version = "0.12.5"
|
| 307 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 308 |
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
| 309 |
dependencies = [
|
| 310 |
"lock_api",
|
| 311 |
"parking_lot_core",
|
| 312 |
]
|
| 313 |
|
| 314 |
[[package]]
|
| 315 |
name = "parking_lot_core"
|
| 316 |
version = "0.9.12"
|
| 317 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 318 |
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
| 319 |
dependencies = [
|
| 320 |
"cfg-if",
|
| 321 |
"libc",
|
| 322 |
"redox_syscall",
|
| 323 |
"smallvec",
|
| 324 |
"windows-link",
|
| 325 |
]
|
| 326 |
|
| 327 |
[[package]]
|
| 328 |
name = "pkg-config"
|
| 329 |
version = "0.3.32"
|
| 330 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 331 |
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
| 332 |
|
| 333 |
[[package]]
|
| 334 |
name = "proc-macro2"
|
| 335 |
version = "1.0.101"
|
| 336 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 337 |
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
|
| 338 |
dependencies = [
|
| 339 |
"unicode-ident",
|
| 340 |
]
|
| 341 |
|
| 342 |
[[package]]
|
| 343 |
name = "quote"
|
| 344 |
version = "1.0.41"
|
| 345 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 346 |
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
|
| 347 |
dependencies = [
|
| 348 |
"proc-macro2",
|
| 349 |
]
|
| 350 |
|
| 351 |
[[package]]
|
| 352 |
name = "redox_syscall"
|
| 353 |
version = "0.5.18"
|
| 354 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 355 |
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
| 356 |
dependencies = [
|
| 357 |
"bitflags",
|
| 358 |
]
|
| 359 |
|
| 360 |
[[package]]
|
| 361 |
name = "redox_users"
|
| 362 |
version = "0.4.6"
|
| 363 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 364 |
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
| 365 |
dependencies = [
|
| 366 |
"getrandom",
|
| 367 |
"libredox",
|
| 368 |
"thiserror",
|
| 369 |
]
|
| 370 |
|
| 371 |
[[package]]
|
| 372 |
name = "rustc-hash"
|
| 373 |
version = "2.1.1"
|
| 374 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 375 |
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
| 376 |
|
| 377 |
[[package]]
|
| 378 |
name = "rustix"
|
| 379 |
version = "1.1.2"
|
| 380 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 381 |
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
|
| 382 |
dependencies = [
|
| 383 |
"bitflags",
|
| 384 |
"errno",
|
| 385 |
"libc",
|
| 386 |
"linux-raw-sys",
|
| 387 |
"windows-sys 0.61.2",
|
| 388 |
]
|
| 389 |
|
| 390 |
[[package]]
|
| 391 |
name = "rustversion"
|
| 392 |
version = "1.0.22"
|
| 393 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 394 |
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
| 395 |
|
| 396 |
[[package]]
|
| 397 |
name = "scopeguard"
|
| 398 |
version = "1.2.0"
|
| 399 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 400 |
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
| 401 |
|
| 402 |
[[package]]
|
| 403 |
name = "serde"
|
| 404 |
version = "1.0.228"
|
| 405 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 406 |
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
| 407 |
dependencies = [
|
| 408 |
"serde_core",
|
| 409 |
"serde_derive",
|
| 410 |
]
|
| 411 |
|
| 412 |
[[package]]
|
| 413 |
name = "serde_core"
|
| 414 |
version = "1.0.228"
|
| 415 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 416 |
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
| 417 |
dependencies = [
|
| 418 |
"serde_derive",
|
| 419 |
]
|
| 420 |
|
| 421 |
[[package]]
|
| 422 |
name = "serde_derive"
|
| 423 |
version = "1.0.228"
|
| 424 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 425 |
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
| 426 |
dependencies = [
|
| 427 |
"proc-macro2",
|
| 428 |
"quote",
|
| 429 |
"syn",
|
| 430 |
]
|
| 431 |
|
| 432 |
[[package]]
|
| 433 |
name = "shlex"
|
| 434 |
version = "1.3.0"
|
| 435 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 436 |
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
| 437 |
|
| 438 |
[[package]]
|
| 439 |
name = "smallvec"
|
| 440 |
version = "1.15.1"
|
| 441 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 442 |
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
| 443 |
|
| 444 |
[[package]]
|
| 445 |
name = "syn"
|
| 446 |
version = "2.0.107"
|
| 447 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 448 |
checksum = "2a26dbd934e5451d21ef060c018dae56fc073894c5a7896f882928a76e6d081b"
|
| 449 |
dependencies = [
|
| 450 |
"proc-macro2",
|
| 451 |
"quote",
|
| 452 |
"unicode-ident",
|
| 453 |
]
|
| 454 |
|
| 455 |
[[package]]
|
| 456 |
name = "thiserror"
|
| 457 |
version = "1.0.69"
|
| 458 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 459 |
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
| 460 |
dependencies = [
|
| 461 |
"thiserror-impl",
|
| 462 |
]
|
| 463 |
|
| 464 |
[[package]]
|
| 465 |
name = "thiserror-impl"
|
| 466 |
version = "1.0.69"
|
| 467 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 468 |
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
| 469 |
dependencies = [
|
| 470 |
"proc-macro2",
|
| 471 |
"quote",
|
| 472 |
"syn",
|
| 473 |
]
|
| 474 |
|
| 475 |
[[package]]
|
| 476 |
name = "unicode-ident"
|
| 477 |
version = "1.0.20"
|
| 478 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 479 |
checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"
|
| 480 |
|
| 481 |
[[package]]
|
| 482 |
name = "wasi"
|
| 483 |
version = "0.11.1+wasi-snapshot-preview1"
|
| 484 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 485 |
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
| 486 |
|
| 487 |
[[package]]
|
| 488 |
name = "wasm-bindgen"
|
| 489 |
version = "0.2.104"
|
| 490 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 491 |
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
|
| 492 |
dependencies = [
|
| 493 |
"cfg-if",
|
| 494 |
"once_cell",
|
| 495 |
"rustversion",
|
| 496 |
"wasm-bindgen-macro",
|
| 497 |
"wasm-bindgen-shared",
|
| 498 |
]
|
| 499 |
|
| 500 |
[[package]]
|
| 501 |
name = "wasm-bindgen-backend"
|
| 502 |
version = "0.2.104"
|
| 503 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 504 |
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
|
| 505 |
dependencies = [
|
| 506 |
"bumpalo",
|
| 507 |
"log",
|
| 508 |
"proc-macro2",
|
| 509 |
"quote",
|
| 510 |
"syn",
|
| 511 |
"wasm-bindgen-shared",
|
| 512 |
]
|
| 513 |
|
| 514 |
[[package]]
|
| 515 |
name = "wasm-bindgen-macro"
|
| 516 |
version = "0.2.104"
|
| 517 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 518 |
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
|
| 519 |
dependencies = [
|
| 520 |
"quote",
|
| 521 |
"wasm-bindgen-macro-support",
|
| 522 |
]
|
| 523 |
|
| 524 |
[[package]]
|
| 525 |
name = "wasm-bindgen-macro-support"
|
| 526 |
version = "0.2.104"
|
| 527 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 528 |
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
|
| 529 |
dependencies = [
|
| 530 |
"proc-macro2",
|
| 531 |
"quote",
|
| 532 |
"syn",
|
| 533 |
"wasm-bindgen-backend",
|
| 534 |
"wasm-bindgen-shared",
|
| 535 |
]
|
| 536 |
|
| 537 |
[[package]]
|
| 538 |
name = "wasm-bindgen-shared"
|
| 539 |
version = "0.2.104"
|
| 540 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 541 |
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
|
| 542 |
dependencies = [
|
| 543 |
"unicode-ident",
|
| 544 |
]
|
| 545 |
|
| 546 |
[[package]]
|
| 547 |
name = "which"
|
| 548 |
version = "7.0.3"
|
| 549 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 550 |
checksum = "24d643ce3fd3e5b54854602a080f34fb10ab75e0b813ee32d00ca2b44fa74762"
|
| 551 |
dependencies = [
|
| 552 |
"either",
|
| 553 |
"env_home",
|
| 554 |
"rustix",
|
| 555 |
"winsafe",
|
| 556 |
]
|
| 557 |
|
| 558 |
[[package]]
|
| 559 |
name = "windows-core"
|
| 560 |
version = "0.62.2"
|
| 561 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 562 |
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
|
| 563 |
dependencies = [
|
| 564 |
"windows-implement",
|
| 565 |
"windows-interface",
|
| 566 |
"windows-link",
|
| 567 |
"windows-result",
|
| 568 |
"windows-strings",
|
| 569 |
]
|
| 570 |
|
| 571 |
[[package]]
|
| 572 |
name = "windows-implement"
|
| 573 |
version = "0.60.2"
|
| 574 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 575 |
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
|
| 576 |
dependencies = [
|
| 577 |
"proc-macro2",
|
| 578 |
"quote",
|
| 579 |
"syn",
|
| 580 |
]
|
| 581 |
|
| 582 |
[[package]]
|
| 583 |
name = "windows-interface"
|
| 584 |
version = "0.59.3"
|
| 585 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 586 |
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
|
| 587 |
dependencies = [
|
| 588 |
"proc-macro2",
|
| 589 |
"quote",
|
| 590 |
"syn",
|
| 591 |
]
|
| 592 |
|
| 593 |
[[package]]
|
| 594 |
name = "windows-link"
|
| 595 |
version = "0.2.1"
|
| 596 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 597 |
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
| 598 |
|
| 599 |
[[package]]
|
| 600 |
name = "windows-result"
|
| 601 |
version = "0.4.1"
|
| 602 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 603 |
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
|
| 604 |
dependencies = [
|
| 605 |
"windows-link",
|
| 606 |
]
|
| 607 |
|
| 608 |
[[package]]
|
| 609 |
name = "windows-strings"
|
| 610 |
version = "0.5.1"
|
| 611 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 612 |
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
|
| 613 |
dependencies = [
|
| 614 |
"windows-link",
|
| 615 |
]
|
| 616 |
|
| 617 |
[[package]]
|
| 618 |
name = "windows-sys"
|
| 619 |
version = "0.48.0"
|
| 620 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 621 |
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
| 622 |
dependencies = [
|
| 623 |
"windows-targets",
|
| 624 |
]
|
| 625 |
|
| 626 |
[[package]]
|
| 627 |
name = "windows-sys"
|
| 628 |
version = "0.61.2"
|
| 629 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 630 |
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
| 631 |
dependencies = [
|
| 632 |
"windows-link",
|
| 633 |
]
|
| 634 |
|
| 635 |
[[package]]
|
| 636 |
name = "windows-targets"
|
| 637 |
version = "0.48.5"
|
| 638 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 639 |
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
| 640 |
dependencies = [
|
| 641 |
"windows_aarch64_gnullvm",
|
| 642 |
"windows_aarch64_msvc",
|
| 643 |
"windows_i686_gnu",
|
| 644 |
"windows_i686_msvc",
|
| 645 |
"windows_x86_64_gnu",
|
| 646 |
"windows_x86_64_gnullvm",
|
| 647 |
"windows_x86_64_msvc",
|
| 648 |
]
|
| 649 |
|
| 650 |
[[package]]
|
| 651 |
name = "windows_aarch64_gnullvm"
|
| 652 |
version = "0.48.5"
|
| 653 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 654 |
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
| 655 |
|
| 656 |
[[package]]
|
| 657 |
name = "windows_aarch64_msvc"
|
| 658 |
version = "0.48.5"
|
| 659 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 660 |
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
| 661 |
|
| 662 |
[[package]]
|
| 663 |
name = "windows_i686_gnu"
|
| 664 |
version = "0.48.5"
|
| 665 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 666 |
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
| 667 |
|
| 668 |
[[package]]
|
| 669 |
name = "windows_i686_msvc"
|
| 670 |
version = "0.48.5"
|
| 671 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 672 |
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
| 673 |
|
| 674 |
[[package]]
|
| 675 |
name = "windows_x86_64_gnu"
|
| 676 |
version = "0.48.5"
|
| 677 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 678 |
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
| 679 |
|
| 680 |
[[package]]
|
| 681 |
name = "windows_x86_64_gnullvm"
|
| 682 |
version = "0.48.5"
|
| 683 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 684 |
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
| 685 |
|
| 686 |
[[package]]
|
| 687 |
name = "windows_x86_64_msvc"
|
| 688 |
version = "0.48.5"
|
| 689 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 690 |
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
| 691 |
|
| 692 |
[[package]]
|
| 693 |
name = "winsafe"
|
| 694 |
version = "0.0.19"
|
| 695 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 696 |
checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
|
| 697 |
|
| 698 |
[[package]]
|
| 699 |
name = "x11"
|
| 700 |
version = "2.21.0"
|
| 701 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 702 |
checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
|
| 703 |
dependencies = [
|
| 704 |
"libc",
|
| 705 |
"pkg-config",
|
| 706 |
]
|
| 707 |
|
| 708 |
[[package]]
|
| 709 |
name = "x11rb"
|
| 710 |
version = "0.13.2"
|
| 711 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 712 |
checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
|
| 713 |
dependencies = [
|
| 714 |
"gethostname",
|
| 715 |
"rustix",
|
| 716 |
"x11rb-protocol",
|
| 717 |
"xcursor",
|
| 718 |
]
|
| 719 |
|
| 720 |
[[package]]
|
| 721 |
name = "x11rb-protocol"
|
| 722 |
version = "0.13.2"
|
| 723 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 724 |
checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
|
| 725 |
|
| 726 |
[[package]]
|
| 727 |
name = "xcursor"
|
| 728 |
version = "0.3.10"
|
| 729 |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 730 |
checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
|