Client Test

Client Test

rev. cfbc45257ca5184ce76d3ab47374cc3ec29771e2

Files changed:

tmp-codegen-diff/codegen-client-test/Cargo.lock

@@ -593,593 +664,665 @@
  613    613   
[[package]]
  614    614   
name = "aws-smithy-query"
  615    615   
version = "0.60.7"
  616    616   
dependencies = [
  617    617   
 "aws-smithy-types",
  618    618   
 "urlencoding",
  619    619   
]
  620    620   
  621    621   
[[package]]
  622    622   
name = "aws-smithy-runtime"
  623         -
version = "1.9.0"
         623  +
version = "1.9.1"
  624    624   
dependencies = [
  625    625   
 "approx",
  626    626   
 "aws-smithy-async",
  627    627   
 "aws-smithy-http",
  628    628   
 "aws-smithy-http-client",
  629    629   
 "aws-smithy-observability",
  630    630   
 "aws-smithy-runtime-api",
  631    631   
 "aws-smithy-types",
  632    632   
 "bytes",
  633    633   
 "fastrand",
  634    634   
 "futures-util",
         635  +
 "hickory-resolver",
  635    636   
 "http 0.2.12",
  636    637   
 "http 1.3.1",
  637    638   
 "http-body 0.4.6",
  638    639   
 "http-body 1.0.1",
  639    640   
 "hyper 0.14.32",
  640    641   
 "pin-project-lite",
  641    642   
 "pin-utils",
  642    643   
 "pretty_assertions",
  643    644   
 "tokio",
  644    645   
 "tracing",
@@ -1149,1150 +1208,1215 @@
 1169   1170   
[[package]]
 1170   1171   
name = "criterion-plot"
 1171   1172   
version = "0.5.0"
 1172   1173   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1173   1174   
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 1174   1175   
dependencies = [
 1175   1176   
 "cast",
 1176   1177   
 "itertools 0.10.5",
 1177   1178   
]
 1178   1179   
        1180  +
[[package]]
        1181  +
name = "critical-section"
        1182  +
version = "1.2.0"
        1183  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1184  +
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
        1185  +
 1179   1186   
[[package]]
 1180   1187   
name = "crossbeam-channel"
 1181   1188   
version = "0.5.15"
 1182   1189   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1183   1190   
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 1184   1191   
dependencies = [
 1185   1192   
 "crossbeam-utils",
 1186   1193   
]
 1187   1194   
 1188   1195   
[[package]]
@@ -1273,1280 +1332,1351 @@
 1293   1300   
 1294   1301   
[[package]]
 1295   1302   
name = "encoding_rs"
 1296   1303   
version = "0.8.35"
 1297   1304   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1298   1305   
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 1299   1306   
dependencies = [
 1300   1307   
 "cfg-if",
 1301   1308   
]
 1302   1309   
        1310  +
[[package]]
        1311  +
name = "enum-as-inner"
        1312  +
version = "0.6.1"
        1313  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1314  +
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
        1315  +
dependencies = [
        1316  +
 "heck 0.5.0",
        1317  +
 "proc-macro2",
        1318  +
 "quote",
        1319  +
 "syn 2.0.105",
        1320  +
]
        1321  +
 1303   1322   
[[package]]
 1304   1323   
name = "equivalent"
 1305   1324   
version = "1.0.2"
 1306   1325   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1307   1326   
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 1308   1327   
 1309   1328   
[[package]]
 1310   1329   
name = "errno"
 1311   1330   
version = "0.3.13"
 1312   1331   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1455,1474 +1514,1547 @@
 1475   1494   
 "futures-io",
 1476   1495   
 "futures-macro",
 1477   1496   
 "futures-sink",
 1478   1497   
 "futures-task",
 1479   1498   
 "memchr",
 1480   1499   
 "pin-project-lite",
 1481   1500   
 "pin-utils",
 1482   1501   
 "slab",
 1483   1502   
]
 1484   1503   
        1504  +
[[package]]
        1505  +
name = "generator"
        1506  +
version = "0.8.5"
        1507  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1508  +
checksum = "d18470a76cb7f8ff746cf1f7470914f900252ec36bbc40b569d74b1258446827"
        1509  +
dependencies = [
        1510  +
 "cc",
        1511  +
 "cfg-if",
        1512  +
 "libc",
        1513  +
 "log",
        1514  +
 "rustversion",
        1515  +
 "windows",
        1516  +
]
        1517  +
 1485   1518   
[[package]]
 1486   1519   
name = "generic-array"
 1487   1520   
version = "0.14.7"
 1488   1521   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1489   1522   
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 1490   1523   
dependencies = [
 1491   1524   
 "typenum",
 1492   1525   
 "version_check",
 1493   1526   
]
 1494   1527   
@@ -1578,1611 +1658,1743 @@
 1598   1631   
version = "0.15.5"
 1599   1632   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1600   1633   
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 1601   1634   
 1602   1635   
[[package]]
 1603   1636   
name = "heck"
 1604   1637   
version = "0.4.1"
 1605   1638   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1606   1639   
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 1607   1640   
        1641  +
[[package]]
        1642  +
name = "heck"
        1643  +
version = "0.5.0"
        1644  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1645  +
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
        1646  +
 1608   1647   
[[package]]
 1609   1648   
name = "hermit-abi"
 1610   1649   
version = "0.1.19"
 1611   1650   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1612   1651   
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 1613   1652   
dependencies = [
 1614   1653   
 "libc",
 1615   1654   
]
 1616   1655   
 1617   1656   
[[package]]
 1618   1657   
name = "hermit-abi"
 1619   1658   
version = "0.5.2"
 1620   1659   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1621   1660   
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 1622   1661   
 1623   1662   
[[package]]
 1624   1663   
name = "hex"
 1625   1664   
version = "0.4.3"
 1626   1665   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1627   1666   
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 1628   1667   
        1668  +
[[package]]
        1669  +
name = "hickory-proto"
        1670  +
version = "0.25.2"
        1671  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1672  +
checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502"
        1673  +
dependencies = [
        1674  +
 "async-trait",
        1675  +
 "cfg-if",
        1676  +
 "data-encoding",
        1677  +
 "enum-as-inner",
        1678  +
 "futures-channel",
        1679  +
 "futures-io",
        1680  +
 "futures-util",
        1681  +
 "idna",
        1682  +
 "ipnet",
        1683  +
 "once_cell",
        1684  +
 "rand 0.9.2",
        1685  +
 "ring 0.17.14",
        1686  +
 "thiserror 2.0.14",
        1687  +
 "tinyvec",
        1688  +
 "tokio",
        1689  +
 "tracing",
        1690  +
 "url",
        1691  +
]
        1692  +
        1693  +
[[package]]
        1694  +
name = "hickory-resolver"
        1695  +
version = "0.25.2"
        1696  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        1697  +
checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a"
        1698  +
dependencies = [
        1699  +
 "cfg-if",
        1700  +
 "futures-util",
        1701  +
 "hickory-proto",
        1702  +
 "ipconfig",
        1703  +
 "moka",
        1704  +
 "once_cell",
        1705  +
 "parking_lot",
        1706  +
 "rand 0.9.2",
        1707  +
 "resolv-conf",
        1708  +
 "smallvec",
        1709  +
 "thiserror 2.0.14",
        1710  +
 "tokio",
        1711  +
 "tracing",
        1712  +
]
        1713  +
 1629   1714   
[[package]]
 1630   1715   
name = "home"
 1631   1716   
version = "0.5.11"
 1632   1717   
source = "registry+https://github.com/rust-lang/crates.io-index"
 1633   1718   
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 1634   1719   
dependencies = [
 1635   1720   
 "windows-sys 0.59.0",
 1636   1721   
]
 1637   1722   
 1638   1723   
[[package]]
@@ -1977,2062 +2036,2133 @@
 1997   2082   
name = "io-uring"
 1998   2083   
version = "0.7.9"
 1999   2084   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2000   2085   
checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
 2001   2086   
dependencies = [
 2002   2087   
 "bitflags 2.9.1",
 2003   2088   
 "cfg-if",
 2004   2089   
 "libc",
 2005   2090   
]
 2006   2091   
        2092  +
[[package]]
        2093  +
name = "ipconfig"
        2094  +
version = "0.3.2"
        2095  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2096  +
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
        2097  +
dependencies = [
        2098  +
 "socket2 0.5.10",
        2099  +
 "widestring",
        2100  +
 "windows-sys 0.48.0",
        2101  +
 "winreg",
        2102  +
]
        2103  +
 2007   2104   
[[package]]
 2008   2105   
name = "ipnet"
 2009   2106   
version = "2.11.0"
 2010   2107   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2011   2108   
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 2012   2109   
 2013   2110   
[[package]]
 2014   2111   
name = "is-terminal"
 2015   2112   
version = "0.4.16"
 2016   2113   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2202,2299 +2261,2371 @@
 2222   2319   
 2223   2320   
[[package]]
 2224   2321   
name = "log"
 2225   2322   
version = "0.4.27"
 2226   2323   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2227   2324   
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 2228   2325   
dependencies = [
 2229   2326   
 "value-bag",
 2230   2327   
]
 2231   2328   
        2329  +
[[package]]
        2330  +
name = "loom"
        2331  +
version = "0.7.2"
        2332  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2333  +
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
        2334  +
dependencies = [
        2335  +
 "cfg-if",
        2336  +
 "generator",
        2337  +
 "scoped-tls",
        2338  +
 "tracing",
        2339  +
 "tracing-subscriber",
        2340  +
]
        2341  +
 2232   2342   
[[package]]
 2233   2343   
name = "matchers"
 2234   2344   
version = "0.1.0"
 2235   2345   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2236   2346   
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 2237   2347   
dependencies = [
 2238   2348   
 "regex-automata 0.1.10",
 2239   2349   
]
 2240   2350   
 2241   2351   
[[package]]
@@ -2298,2408 +2357,2486 @@
 2318   2428   
name = "mio"
 2319   2429   
version = "1.0.4"
 2320   2430   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2321   2431   
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
 2322   2432   
dependencies = [
 2323   2433   
 "libc",
 2324   2434   
 "wasi 0.11.1+wasi-snapshot-preview1",
 2325   2435   
 "windows-sys 0.59.0",
 2326   2436   
]
 2327   2437   
        2438  +
[[package]]
        2439  +
name = "moka"
        2440  +
version = "0.12.10"
        2441  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        2442  +
checksum = "a9321642ca94a4282428e6ea4af8cc2ca4eac48ac7a6a4ea8f33f76d0ce70926"
        2443  +
dependencies = [
        2444  +
 "crossbeam-channel",
        2445  +
 "crossbeam-epoch",
        2446  +
 "crossbeam-utils",
        2447  +
 "loom",
        2448  +
 "parking_lot",
        2449  +
 "portable-atomic",
        2450  +
 "rustc_version",
        2451  +
 "smallvec",
        2452  +
 "tagptr",
        2453  +
 "thiserror 1.0.69",
        2454  +
 "uuid",
        2455  +
]
        2456  +
 2328   2457   
[[package]]
 2329   2458   
name = "nom"
 2330   2459   
version = "7.1.3"
 2331   2460   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2332   2461   
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 2333   2462   
dependencies = [
 2334   2463   
 "memchr",
 2335   2464   
 "minimal-lexical",
 2336   2465   
]
 2337   2466   
@@ -2387,2516 +2446,2579 @@
 2407   2536   
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
 2408   2537   
dependencies = [
 2409   2538   
 "memchr",
 2410   2539   
]
 2411   2540   
 2412   2541   
[[package]]
 2413   2542   
name = "once_cell"
 2414   2543   
version = "1.21.3"
 2415   2544   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2416   2545   
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
        2546  +
dependencies = [
        2547  +
 "critical-section",
        2548  +
 "portable-atomic",
        2549  +
]
 2417   2550   
 2418   2551   
[[package]]
 2419   2552   
name = "oorandom"
 2420   2553   
version = "11.1.5"
 2421   2554   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2422   2555   
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
 2423   2556   
 2424   2557   
[[package]]
 2425   2558   
name = "openssl-probe"
 2426   2559   
version = "0.1.6"
@@ -2746,2879 +2806,2939 @@
 2766   2899   
 "quote",
 2767   2900   
 "syn 2.0.105",
 2768   2901   
]
 2769   2902   
 2770   2903   
[[package]]
 2771   2904   
name = "pyo3-macros-backend"
 2772   2905   
version = "0.20.3"
 2773   2906   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2774   2907   
checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
 2775   2908   
dependencies = [
 2776         -
 "heck",
        2909  +
 "heck 0.4.1",
 2777   2910   
 "proc-macro2",
 2778   2911   
 "pyo3-build-config",
 2779   2912   
 "quote",
 2780   2913   
 "syn 2.0.105",
 2781   2914   
]
 2782   2915   
 2783   2916   
[[package]]
 2784   2917   
name = "query_map"
 2785   2918   
version = "0.7.0"
 2786   2919   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -2944,3077 +3053,3201 @@
 2964   3097   
version = "0.6.29"
 2965   3098   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2966   3099   
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 2967   3100   
 2968   3101   
[[package]]
 2969   3102   
name = "regex-syntax"
 2970   3103   
version = "0.8.5"
 2971   3104   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2972   3105   
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
 2973   3106   
        3107  +
[[package]]
        3108  +
name = "resolv-conf"
        3109  +
version = "0.7.4"
        3110  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3111  +
checksum = "95325155c684b1c89f7765e30bc1c42e4a6da51ca513615660cb8a62ef9a88e3"
        3112  +
 2974   3113   
[[package]]
 2975   3114   
name = "ring"
 2976   3115   
version = "0.16.20"
 2977   3116   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2978   3117   
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
 2979   3118   
dependencies = [
 2980   3119   
 "cc",
 2981   3120   
 "libc",
 2982   3121   
 "once_cell",
 2983   3122   
 "spin",
 2984   3123   
 "untrusted 0.7.1",
 2985   3124   
 "web-sys",
 2986   3125   
 "winapi",
 2987   3126   
]
 2988   3127   
 2989   3128   
[[package]]
 2990   3129   
name = "ring"
 2991   3130   
version = "0.17.14"
 2992   3131   
source = "registry+https://github.com/rust-lang/crates.io-index"
 2993   3132   
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
 2994   3133   
dependencies = [
 2995   3134   
 "cc",
 2996   3135   
 "cfg-if",
 2997   3136   
 "getrandom 0.2.16",
 2998   3137   
 "libc",
 2999   3138   
 "untrusted 0.9.0",
 3000   3139   
 "windows-sys 0.52.0",
 3001   3140   
]
 3002   3141   
 3003   3142   
[[package]]
 3004   3143   
name = "roxmltree"
 3005   3144   
version = "0.14.1"
 3006   3145   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3007   3146   
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
 3008   3147   
dependencies = [
 3009   3148   
 "xmlparser",
 3010   3149   
]
 3011   3150   
 3012   3151   
[[package]]
 3013   3152   
name = "rustc-demangle"
 3014   3153   
version = "0.1.26"
 3015   3154   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3016   3155   
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
 3017   3156   
 3018   3157   
[[package]]
 3019   3158   
name = "rustc-hash"
 3020   3159   
version = "1.1.0"
 3021   3160   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3022   3161   
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 3023   3162   
        3163  +
[[package]]
        3164  +
name = "rustc_version"
        3165  +
version = "0.4.1"
        3166  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3167  +
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
        3168  +
dependencies = [
        3169  +
 "semver",
        3170  +
]
        3171  +
 3024   3172   
[[package]]
 3025   3173   
name = "rustix"
 3026   3174   
version = "0.38.44"
 3027   3175   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3028   3176   
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
 3029   3177   
dependencies = [
 3030   3178   
 "bitflags 2.9.1",
 3031   3179   
 "errno",
 3032   3180   
 "libc",
 3033   3181   
 "linux-raw-sys 0.4.15",
@@ -3223,3371 +3340,3500 @@
 3243   3391   
 3244   3392   
[[package]]
 3245   3393   
name = "schannel"
 3246   3394   
version = "0.1.27"
 3247   3395   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3248   3396   
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
 3249   3397   
dependencies = [
 3250   3398   
 "windows-sys 0.59.0",
 3251   3399   
]
 3252   3400   
        3401  +
[[package]]
        3402  +
name = "scoped-tls"
        3403  +
version = "1.0.1"
        3404  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3405  +
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
        3406  +
 3253   3407   
[[package]]
 3254   3408   
name = "scopeguard"
 3255   3409   
version = "1.2.0"
 3256   3410   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3257   3411   
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 3258   3412   
 3259   3413   
[[package]]
 3260   3414   
name = "sct"
 3261   3415   
version = "0.7.1"
 3262   3416   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3263   3417   
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 3264   3418   
dependencies = [
 3265   3419   
 "ring 0.17.14",
 3266   3420   
 "untrusted 0.9.0",
 3267   3421   
]
 3268   3422   
 3269   3423   
[[package]]
 3270   3424   
name = "sdd"
 3271   3425   
version = "3.0.10"
 3272   3426   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3273   3427   
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
 3274   3428   
 3275   3429   
[[package]]
 3276   3430   
name = "security-framework"
 3277   3431   
version = "2.11.1"
 3278   3432   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3279   3433   
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
 3280   3434   
dependencies = [
 3281   3435   
 "bitflags 2.9.1",
 3282   3436   
 "core-foundation 0.9.4",
 3283   3437   
 "core-foundation-sys",
 3284   3438   
 "libc",
 3285   3439   
 "security-framework-sys",
 3286   3440   
]
 3287   3441   
 3288   3442   
[[package]]
 3289   3443   
name = "security-framework"
 3290   3444   
version = "3.3.0"
 3291   3445   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3292   3446   
checksum = "80fb1d92c5028aa318b4b8bd7302a5bfcf48be96a37fc6fc790f806b0004ee0c"
 3293   3447   
dependencies = [
 3294   3448   
 "bitflags 2.9.1",
 3295   3449   
 "core-foundation 0.10.1",
 3296   3450   
 "core-foundation-sys",
 3297   3451   
 "libc",
 3298   3452   
 "security-framework-sys",
 3299   3453   
]
 3300   3454   
 3301   3455   
[[package]]
 3302   3456   
name = "security-framework-sys"
 3303   3457   
version = "2.14.0"
 3304   3458   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305   3459   
checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
 3306   3460   
dependencies = [
 3307   3461   
 "core-foundation-sys",
 3308   3462   
 "libc",
 3309   3463   
]
 3310   3464   
        3465  +
[[package]]
        3466  +
name = "semver"
        3467  +
version = "1.0.26"
        3468  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3469  +
checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
        3470  +
 3311   3471   
[[package]]
 3312   3472   
name = "separator"
 3313   3473   
version = "0.4.1"
 3314   3474   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3315   3475   
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 3316   3476   
 3317   3477   
[[package]]
 3318   3478   
name = "serde"
 3319   3479   
version = "1.0.219"
 3320   3480   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -3540,3700 +3599,3765 @@
 3560   3720   
[[package]]
 3561   3721   
name = "system-configuration-sys"
 3562   3722   
version = "0.6.0"
 3563   3723   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3564   3724   
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
 3565   3725   
dependencies = [
 3566   3726   
 "core-foundation-sys",
 3567   3727   
 "libc",
 3568   3728   
]
 3569   3729   
        3730  +
[[package]]
        3731  +
name = "tagptr"
        3732  +
version = "0.2.0"
        3733  +
source = "registry+https://github.com/rust-lang/crates.io-index"
        3734  +
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
        3735  +
 3570   3736   
[[package]]
 3571   3737   
name = "target-lexicon"
 3572   3738   
version = "0.12.16"
 3573   3739   
source = "registry+https://github.com/rust-lang/crates.io-index"
 3574   3740   
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 3575   3741   
 3576   3742   
[[package]]
 3577   3743   
name = "tempfile"
 3578   3744   
version = "3.20.0"
 3579   3745   
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -4215,4381 +4496,4831 @@
 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]]