4235 4401 | version = "4.4.2"
|
4236 4402 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4237 4403 | checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
|
4238 4404 | dependencies = [
|
4239 4405 | "either",
|
4240 4406 | "home",
|
4241 4407 | "once_cell",
|
4242 4408 | "rustix 0.38.44",
|
4243 4409 | ]
|
4244 4410 |
|
4411 + | [[package]]
|
4412 + | name = "widestring"
|
4413 + | version = "1.2.0"
|
4414 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4415 + | checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d"
|
4416 + |
|
4245 4417 | [[package]]
|
4246 4418 | name = "winapi"
|
4247 4419 | version = "0.3.9"
|
4248 4420 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4249 4421 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
4250 4422 | dependencies = [
|
4251 4423 | "winapi-i686-pc-windows-gnu",
|
4252 4424 | "winapi-x86_64-pc-windows-gnu",
|
4253 4425 | ]
|
4254 4426 |
|
4255 4427 | [[package]]
|
4256 4428 | name = "winapi-i686-pc-windows-gnu"
|
4257 4429 | version = "0.4.0"
|
4258 4430 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4259 4431 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
4260 4432 |
|
4261 4433 | [[package]]
|
4262 4434 | name = "winapi-util"
|
4263 4435 | version = "0.1.9"
|
4264 4436 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4265 4437 | checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
4266 4438 | dependencies = [
|
4267 4439 | "windows-sys 0.59.0",
|
4268 4440 | ]
|
4269 4441 |
|
4270 4442 | [[package]]
|
4271 4443 | name = "winapi-x86_64-pc-windows-gnu"
|
4272 4444 | version = "0.4.0"
|
4273 4445 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4274 4446 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
4275 4447 |
|
4448 + | [[package]]
|
4449 + | name = "windows"
|
4450 + | version = "0.61.3"
|
4451 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4452 + | checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
|
4453 + | dependencies = [
|
4454 + | "windows-collections",
|
4455 + | "windows-core",
|
4456 + | "windows-future",
|
4457 + | "windows-link",
|
4458 + | "windows-numerics",
|
4459 + | ]
|
4460 + |
|
4461 + | [[package]]
|
4462 + | name = "windows-collections"
|
4463 + | version = "0.2.0"
|
4464 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4465 + | checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
|
4466 + | dependencies = [
|
4467 + | "windows-core",
|
4468 + | ]
|
4469 + |
|
4470 + | [[package]]
|
4471 + | name = "windows-core"
|
4472 + | version = "0.61.2"
|
4473 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4474 + | checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
|
4475 + | dependencies = [
|
4476 + | "windows-implement",
|
4477 + | "windows-interface",
|
4478 + | "windows-link",
|
4479 + | "windows-result",
|
4480 + | "windows-strings",
|
4481 + | ]
|
4482 + |
|
4483 + | [[package]]
|
4484 + | name = "windows-future"
|
4485 + | version = "0.2.1"
|
4486 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4487 + | checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
|
4488 + | dependencies = [
|
4489 + | "windows-core",
|
4490 + | "windows-link",
|
4491 + | "windows-threading",
|
4492 + | ]
|
4493 + |
|
4494 + | [[package]]
|
4495 + | name = "windows-implement"
|
4496 + | version = "0.60.0"
|
4497 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4498 + | checksum = "a47fddd13af08290e67f4acabf4b459f647552718f683a7b415d290ac744a836"
|
4499 + | dependencies = [
|
4500 + | "proc-macro2",
|
4501 + | "quote",
|
4502 + | "syn 2.0.105",
|
4503 + | ]
|
4504 + |
|
4505 + | [[package]]
|
4506 + | name = "windows-interface"
|
4507 + | version = "0.59.1"
|
4508 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4509 + | checksum = "bd9211b69f8dcdfa817bfd14bf1c97c9188afa36f4750130fcdf3f400eca9fa8"
|
4510 + | dependencies = [
|
4511 + | "proc-macro2",
|
4512 + | "quote",
|
4513 + | "syn 2.0.105",
|
4514 + | ]
|
4515 + |
|
4276 4516 | [[package]]
|
4277 4517 | name = "windows-link"
|
4278 4518 | version = "0.1.3"
|
4279 4519 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4280 4520 | checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
|
4281 4521 |
|
4522 + | [[package]]
|
4523 + | name = "windows-numerics"
|
4524 + | version = "0.2.0"
|
4525 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4526 + | checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
|
4527 + | dependencies = [
|
4528 + | "windows-core",
|
4529 + | "windows-link",
|
4530 + | ]
|
4531 + |
|
4282 4532 | [[package]]
|
4283 4533 | name = "windows-registry"
|
4284 4534 | version = "0.5.3"
|
4285 4535 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4286 4536 | checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
|
4287 4537 | dependencies = [
|
4288 4538 | "windows-link",
|
4289 4539 | "windows-result",
|
4290 4540 | "windows-strings",
|
4291 4541 | ]
|
4292 4542 |
|
4293 4543 | [[package]]
|
4294 4544 | name = "windows-result"
|
4295 4545 | version = "0.3.4"
|
4296 4546 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4297 4547 | checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
|
4298 4548 | dependencies = [
|
4299 4549 | "windows-link",
|
4300 4550 | ]
|
4301 4551 |
|
4302 4552 | [[package]]
|
4303 4553 | name = "windows-strings"
|
4304 4554 | version = "0.4.2"
|
4305 4555 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4306 4556 | checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
|
4307 4557 | dependencies = [
|
4308 4558 | "windows-link",
|
4309 4559 | ]
|
4310 4560 |
|
4561 + | [[package]]
|
4562 + | name = "windows-sys"
|
4563 + | version = "0.48.0"
|
4564 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4565 + | checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
4566 + | dependencies = [
|
4567 + | "windows-targets 0.48.5",
|
4568 + | ]
|
4569 + |
|
4311 4570 | [[package]]
|
4312 4571 | name = "windows-sys"
|
4313 4572 | version = "0.52.0"
|
4314 4573 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4315 4574 | checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
4316 4575 | dependencies = [
|
4317 4576 | "windows-targets 0.52.6",
|
4318 4577 | ]
|
4319 4578 |
|
4320 4579 | [[package]]
|
4321 4580 | name = "windows-sys"
|
4322 4581 | version = "0.59.0"
|
4323 4582 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4324 4583 | checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
4325 4584 | dependencies = [
|
4326 4585 | "windows-targets 0.52.6",
|
4327 4586 | ]
|
4328 4587 |
|
4329 4588 | [[package]]
|
4330 4589 | name = "windows-sys"
|
4331 4590 | version = "0.60.2"
|
4332 4591 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4333 4592 | checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
|
4334 4593 | dependencies = [
|
4335 4594 | "windows-targets 0.53.3",
|
4336 4595 | ]
|
4337 4596 |
|
4597 + | [[package]]
|
4598 + | name = "windows-targets"
|
4599 + | version = "0.48.5"
|
4600 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4601 + | checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
4602 + | dependencies = [
|
4603 + | "windows_aarch64_gnullvm 0.48.5",
|
4604 + | "windows_aarch64_msvc 0.48.5",
|
4605 + | "windows_i686_gnu 0.48.5",
|
4606 + | "windows_i686_msvc 0.48.5",
|
4607 + | "windows_x86_64_gnu 0.48.5",
|
4608 + | "windows_x86_64_gnullvm 0.48.5",
|
4609 + | "windows_x86_64_msvc 0.48.5",
|
4610 + | ]
|
4611 + |
|
4338 4612 | [[package]]
|
4339 4613 | name = "windows-targets"
|
4340 4614 | version = "0.52.6"
|
4341 4615 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4342 4616 | checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
4343 4617 | dependencies = [
|
4344 4618 | "windows_aarch64_gnullvm 0.52.6",
|
4345 4619 | "windows_aarch64_msvc 0.52.6",
|
4346 4620 | "windows_i686_gnu 0.52.6",
|
4347 4621 | "windows_i686_gnullvm 0.52.6",
|
4348 4622 | "windows_i686_msvc 0.52.6",
|
4349 4623 | "windows_x86_64_gnu 0.52.6",
|
4350 4624 | "windows_x86_64_gnullvm 0.52.6",
|
4351 4625 | "windows_x86_64_msvc 0.52.6",
|
4352 4626 | ]
|
4353 4627 |
|
4354 4628 | [[package]]
|
4355 4629 | name = "windows-targets"
|
4356 4630 | version = "0.53.3"
|
4357 4631 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4358 4632 | checksum = "d5fe6031c4041849d7c496a8ded650796e7b6ecc19df1a431c1a363342e5dc91"
|
4359 4633 | dependencies = [
|
4360 4634 | "windows-link",
|
4361 4635 | "windows_aarch64_gnullvm 0.53.0",
|
4362 4636 | "windows_aarch64_msvc 0.53.0",
|
4363 4637 | "windows_i686_gnu 0.53.0",
|
4364 4638 | "windows_i686_gnullvm 0.53.0",
|
4365 4639 | "windows_i686_msvc 0.53.0",
|
4366 4640 | "windows_x86_64_gnu 0.53.0",
|
4367 4641 | "windows_x86_64_gnullvm 0.53.0",
|
4368 4642 | "windows_x86_64_msvc 0.53.0",
|
4369 4643 | ]
|
4370 4644 |
|
4645 + | [[package]]
|
4646 + | name = "windows-threading"
|
4647 + | version = "0.1.0"
|
4648 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4649 + | checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
|
4650 + | dependencies = [
|
4651 + | "windows-link",
|
4652 + | ]
|
4653 + |
|
4654 + | [[package]]
|
4655 + | name = "windows_aarch64_gnullvm"
|
4656 + | version = "0.48.5"
|
4657 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4658 + | checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
4659 + |
|
4371 4660 | [[package]]
|
4372 4661 | name = "windows_aarch64_gnullvm"
|
4373 4662 | version = "0.52.6"
|
4374 4663 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4375 4664 | checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
4376 4665 |
|
4377 4666 | [[package]]
|
4378 4667 | name = "windows_aarch64_gnullvm"
|
4379 4668 | version = "0.53.0"
|
4380 4669 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4381 4670 | checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
4382 4671 |
|
4672 + | [[package]]
|
4673 + | name = "windows_aarch64_msvc"
|
4674 + | version = "0.48.5"
|
4675 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4676 + | checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
4677 + |
|
4383 4678 | [[package]]
|
4384 4679 | name = "windows_aarch64_msvc"
|
4385 4680 | version = "0.52.6"
|
4386 4681 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4387 4682 | checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
4388 4683 |
|
4389 4684 | [[package]]
|
4390 4685 | name = "windows_aarch64_msvc"
|
4391 4686 | version = "0.53.0"
|
4392 4687 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4393 4688 | checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
4394 4689 |
|
4690 + | [[package]]
|
4691 + | name = "windows_i686_gnu"
|
4692 + | version = "0.48.5"
|
4693 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4694 + | checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
4695 + |
|
4395 4696 | [[package]]
|
4396 4697 | name = "windows_i686_gnu"
|
4397 4698 | version = "0.52.6"
|
4398 4699 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4399 4700 | checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
4400 4701 |
|
4401 4702 | [[package]]
|
4402 4703 | name = "windows_i686_gnu"
|
4403 4704 | version = "0.53.0"
|
4404 4705 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4405 4706 | checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
4406 4707 |
|
4407 4708 | [[package]]
|
4408 4709 | name = "windows_i686_gnullvm"
|
4409 4710 | version = "0.52.6"
|
4410 4711 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4411 4712 | checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
4412 4713 |
|
4413 4714 | [[package]]
|
4414 4715 | name = "windows_i686_gnullvm"
|
4415 4716 | version = "0.53.0"
|
4416 4717 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4417 4718 | checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
4418 4719 |
|
4720 + | [[package]]
|
4721 + | name = "windows_i686_msvc"
|
4722 + | version = "0.48.5"
|
4723 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4724 + | checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
4725 + |
|
4419 4726 | [[package]]
|
4420 4727 | name = "windows_i686_msvc"
|
4421 4728 | version = "0.52.6"
|
4422 4729 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4423 4730 | checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
4424 4731 |
|
4425 4732 | [[package]]
|
4426 4733 | name = "windows_i686_msvc"
|
4427 4734 | version = "0.53.0"
|
4428 4735 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4429 4736 | checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
4430 4737 |
|
4738 + | [[package]]
|
4739 + | name = "windows_x86_64_gnu"
|
4740 + | version = "0.48.5"
|
4741 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4742 + | checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
4743 + |
|
4431 4744 | [[package]]
|
4432 4745 | name = "windows_x86_64_gnu"
|
4433 4746 | version = "0.52.6"
|
4434 4747 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4435 4748 | checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
4436 4749 |
|
4437 4750 | [[package]]
|
4438 4751 | name = "windows_x86_64_gnu"
|
4439 4752 | version = "0.53.0"
|
4440 4753 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4441 4754 | checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
4442 4755 |
|
4756 + | [[package]]
|
4757 + | name = "windows_x86_64_gnullvm"
|
4758 + | version = "0.48.5"
|
4759 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4760 + | checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
4761 + |
|
4443 4762 | [[package]]
|
4444 4763 | name = "windows_x86_64_gnullvm"
|
4445 4764 | version = "0.52.6"
|
4446 4765 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4447 4766 | checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
4448 4767 |
|
4449 4768 | [[package]]
|
4450 4769 | name = "windows_x86_64_gnullvm"
|
4451 4770 | version = "0.53.0"
|
4452 4771 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4453 4772 | checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
4454 4773 |
|
4774 + | [[package]]
|
4775 + | name = "windows_x86_64_msvc"
|
4776 + | version = "0.48.5"
|
4777 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4778 + | checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
4779 + |
|
4455 4780 | [[package]]
|
4456 4781 | name = "windows_x86_64_msvc"
|
4457 4782 | version = "0.52.6"
|
4458 4783 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4459 4784 | checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
4460 4785 |
|
4461 4786 | [[package]]
|
4462 4787 | name = "windows_x86_64_msvc"
|
4463 4788 | version = "0.53.0"
|
4464 4789 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4465 4790 | checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
4466 4791 |
|
4792 + | [[package]]
|
4793 + | name = "winreg"
|
4794 + | version = "0.50.0"
|
4795 + | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4796 + | checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
|
4797 + | dependencies = [
|
4798 + | "cfg-if",
|
4799 + | "windows-sys 0.48.0",
|
4800 + | ]
|
4801 + |
|
4467 4802 | [[package]]
|
4468 4803 | name = "wit-bindgen"
|
4469 4804 | version = "0.19.2"
|
4470 4805 | source = "registry+https://github.com/rust-lang/crates.io-index"
|
4471 4806 | checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
|
4472 4807 | dependencies = [
|
4473 4808 | "bitflags 2.9.1",
|
4474 4809 | ]
|
4475 4810 |
|
4476 4811 | [[package]]
|