teleport_17: init at 17.2.1; teleport: Use fetchCargoVendor (#380613)

authored by tomberek and committed by GitHub ad4373ce 8e9859f6

+35 -7315
+2 -1
nixos/tests/teleport.nix
··· 9 9 10 10 let 11 11 packages = with pkgs; { 12 - "default" = teleport; 13 12 "15" = teleport_15; 13 + "16" = teleport_16; 14 + "17" = teleport_17; 14 15 }; 15 16 16 17 minimal = package: {
-3375
pkgs/servers/teleport/15/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aes" 22 - version = "0.8.4" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 25 - dependencies = [ 26 - "cfg-if", 27 - "cipher", 28 - "cpufeatures", 29 - ] 30 - 31 - [[package]] 32 - name = "aho-corasick" 33 - version = "1.1.3" 34 - source = "registry+https://github.com/rust-lang/crates.io-index" 35 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 36 - dependencies = [ 37 - "memchr", 38 - ] 39 - 40 - [[package]] 41 - name = "asn1-rs" 42 - version = "0.6.1" 43 - source = "registry+https://github.com/rust-lang/crates.io-index" 44 - checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" 45 - dependencies = [ 46 - "asn1-rs-derive", 47 - "asn1-rs-impl", 48 - "displaydoc", 49 - "nom", 50 - "num-traits", 51 - "rusticata-macros", 52 - "thiserror", 53 - ] 54 - 55 - [[package]] 56 - name = "asn1-rs-derive" 57 - version = "0.5.0" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" 60 - dependencies = [ 61 - "proc-macro2", 62 - "quote", 63 - "syn 2.0.68", 64 - "synstructure", 65 - ] 66 - 67 - [[package]] 68 - name = "asn1-rs-impl" 69 - version = "0.2.0" 70 - source = "registry+https://github.com/rust-lang/crates.io-index" 71 - checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 72 - dependencies = [ 73 - "proc-macro2", 74 - "quote", 75 - "syn 2.0.68", 76 - ] 77 - 78 - [[package]] 79 - name = "async-dnssd" 80 - version = "0.5.0" 81 - source = "registry+https://github.com/rust-lang/crates.io-index" 82 - checksum = "98efc05996cc8d660e88841fcffb75aa71be5339c9ae559a8c8016c048420b82" 83 - dependencies = [ 84 - "bitflags 1.3.2", 85 - "futures-channel", 86 - "futures-core", 87 - "futures-executor", 88 - "futures-util", 89 - "libc", 90 - "log", 91 - "pin-utils", 92 - "pkg-config", 93 - "tokio", 94 - "winapi", 95 - ] 96 - 97 - [[package]] 98 - name = "async-recursion" 99 - version = "1.1.1" 100 - source = "registry+https://github.com/rust-lang/crates.io-index" 101 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 102 - dependencies = [ 103 - "proc-macro2", 104 - "quote", 105 - "syn 2.0.68", 106 - ] 107 - 108 - [[package]] 109 - name = "atomic-polyfill" 110 - version = "1.0.3" 111 - source = "registry+https://github.com/rust-lang/crates.io-index" 112 - checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 113 - dependencies = [ 114 - "critical-section", 115 - ] 116 - 117 - [[package]] 118 - name = "atty" 119 - version = "0.2.14" 120 - source = "registry+https://github.com/rust-lang/crates.io-index" 121 - checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" 122 - dependencies = [ 123 - "hermit-abi 0.1.19", 124 - "libc", 125 - "winapi", 126 - ] 127 - 128 - [[package]] 129 - name = "autocfg" 130 - version = "1.3.0" 131 - source = "registry+https://github.com/rust-lang/crates.io-index" 132 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 133 - 134 - [[package]] 135 - name = "backtrace" 136 - version = "0.3.73" 137 - source = "registry+https://github.com/rust-lang/crates.io-index" 138 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 139 - dependencies = [ 140 - "addr2line", 141 - "cc", 142 - "cfg-if", 143 - "libc", 144 - "miniz_oxide", 145 - "object", 146 - "rustc-demangle", 147 - ] 148 - 149 - [[package]] 150 - name = "base16ct" 151 - version = "0.2.0" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 154 - 155 - [[package]] 156 - name = "base64" 157 - version = "0.21.7" 158 - source = "registry+https://github.com/rust-lang/crates.io-index" 159 - checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 160 - 161 - [[package]] 162 - name = "base64ct" 163 - version = "1.6.0" 164 - source = "registry+https://github.com/rust-lang/crates.io-index" 165 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 166 - 167 - [[package]] 168 - name = "bindgen" 169 - version = "0.68.1" 170 - source = "registry+https://github.com/rust-lang/crates.io-index" 171 - checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" 172 - dependencies = [ 173 - "bitflags 2.6.0", 174 - "cexpr", 175 - "clang-sys", 176 - "lazy_static", 177 - "lazycell", 178 - "peeking_take_while", 179 - "proc-macro2", 180 - "quote", 181 - "regex", 182 - "rustc-hash", 183 - "shlex", 184 - "syn 2.0.68", 185 - ] 186 - 187 - [[package]] 188 - name = "bit_field" 189 - version = "0.10.2" 190 - source = "registry+https://github.com/rust-lang/crates.io-index" 191 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 192 - 193 - [[package]] 194 - name = "bitflags" 195 - version = "1.3.2" 196 - source = "registry+https://github.com/rust-lang/crates.io-index" 197 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 198 - 199 - [[package]] 200 - name = "bitflags" 201 - version = "2.6.0" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 204 - 205 - [[package]] 206 - name = "bitvec" 207 - version = "1.0.1" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 210 - dependencies = [ 211 - "funty", 212 - "radium", 213 - "tap", 214 - "wyz", 215 - ] 216 - 217 - [[package]] 218 - name = "block-buffer" 219 - version = "0.10.4" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 222 - dependencies = [ 223 - "generic-array", 224 - ] 225 - 226 - [[package]] 227 - name = "block-padding" 228 - version = "0.3.3" 229 - source = "registry+https://github.com/rust-lang/crates.io-index" 230 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 231 - dependencies = [ 232 - "generic-array", 233 - ] 234 - 235 - [[package]] 236 - name = "boring" 237 - version = "4.4.0" 238 - source = "git+https://github.com/gravitational/boring?rev=605253d99d5e363e178bcf97e1d4622e33844cd5#605253d99d5e363e178bcf97e1d4622e33844cd5" 239 - dependencies = [ 240 - "bitflags 2.6.0", 241 - "boring-sys", 242 - "foreign-types", 243 - "libc", 244 - "once_cell", 245 - ] 246 - 247 - [[package]] 248 - name = "boring-sys" 249 - version = "4.4.0" 250 - source = "git+https://github.com/gravitational/boring?rev=605253d99d5e363e178bcf97e1d4622e33844cd5#605253d99d5e363e178bcf97e1d4622e33844cd5" 251 - dependencies = [ 252 - "bindgen", 253 - "cmake", 254 - "fs_extra", 255 - "fslock", 256 - ] 257 - 258 - [[package]] 259 - name = "bumpalo" 260 - version = "3.16.0" 261 - source = "registry+https://github.com/rust-lang/crates.io-index" 262 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 263 - 264 - [[package]] 265 - name = "byteorder" 266 - version = "1.5.0" 267 - source = "registry+https://github.com/rust-lang/crates.io-index" 268 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 269 - 270 - [[package]] 271 - name = "bytes" 272 - version = "1.6.0" 273 - source = "registry+https://github.com/rust-lang/crates.io-index" 274 - checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9" 275 - 276 - [[package]] 277 - name = "cbc" 278 - version = "0.1.2" 279 - source = "registry+https://github.com/rust-lang/crates.io-index" 280 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 281 - dependencies = [ 282 - "cipher", 283 - ] 284 - 285 - [[package]] 286 - name = "cbindgen" 287 - version = "0.26.0" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49" 290 - dependencies = [ 291 - "clap", 292 - "heck", 293 - "indexmap 1.9.3", 294 - "log", 295 - "proc-macro2", 296 - "quote", 297 - "serde", 298 - "serde_json", 299 - "syn 1.0.109", 300 - "tempfile", 301 - "toml", 302 - ] 303 - 304 - [[package]] 305 - name = "cc" 306 - version = "1.0.102" 307 - source = "registry+https://github.com/rust-lang/crates.io-index" 308 - checksum = "779e6b7d17797c0b42023d417228c02889300190e700cb074c3438d9c541d332" 309 - 310 - [[package]] 311 - name = "cexpr" 312 - version = "0.6.0" 313 - source = "registry+https://github.com/rust-lang/crates.io-index" 314 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 315 - dependencies = [ 316 - "nom", 317 - ] 318 - 319 - [[package]] 320 - name = "cfg-if" 321 - version = "1.0.0" 322 - source = "registry+https://github.com/rust-lang/crates.io-index" 323 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 324 - 325 - [[package]] 326 - name = "cfg_aliases" 327 - version = "0.1.1" 328 - source = "registry+https://github.com/rust-lang/crates.io-index" 329 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 330 - 331 - [[package]] 332 - name = "cipher" 333 - version = "0.4.4" 334 - source = "registry+https://github.com/rust-lang/crates.io-index" 335 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 336 - dependencies = [ 337 - "crypto-common", 338 - "inout", 339 - ] 340 - 341 - [[package]] 342 - name = "clang-sys" 343 - version = "1.8.1" 344 - source = "registry+https://github.com/rust-lang/crates.io-index" 345 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 346 - dependencies = [ 347 - "glob", 348 - "libc", 349 - "libloading", 350 - ] 351 - 352 - [[package]] 353 - name = "clap" 354 - version = "3.2.25" 355 - source = "registry+https://github.com/rust-lang/crates.io-index" 356 - checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123" 357 - dependencies = [ 358 - "atty", 359 - "bitflags 1.3.2", 360 - "clap_lex", 361 - "indexmap 1.9.3", 362 - "strsim", 363 - "termcolor", 364 - "textwrap", 365 - ] 366 - 367 - [[package]] 368 - name = "clap_lex" 369 - version = "0.2.4" 370 - source = "registry+https://github.com/rust-lang/crates.io-index" 371 - checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5" 372 - dependencies = [ 373 - "os_str_bytes", 374 - ] 375 - 376 - [[package]] 377 - name = "cmake" 378 - version = "0.1.50" 379 - source = "registry+https://github.com/rust-lang/crates.io-index" 380 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 381 - dependencies = [ 382 - "cc", 383 - ] 384 - 385 - [[package]] 386 - name = "console_error_panic_hook" 387 - version = "0.1.7" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 390 - dependencies = [ 391 - "cfg-if", 392 - "wasm-bindgen", 393 - ] 394 - 395 - [[package]] 396 - name = "const-oid" 397 - version = "0.9.6" 398 - source = "registry+https://github.com/rust-lang/crates.io-index" 399 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 400 - 401 - [[package]] 402 - name = "core-foundation" 403 - version = "0.9.4" 404 - source = "registry+https://github.com/rust-lang/crates.io-index" 405 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 406 - dependencies = [ 407 - "core-foundation-sys", 408 - "libc", 409 - ] 410 - 411 - [[package]] 412 - name = "core-foundation-sys" 413 - version = "0.8.6" 414 - source = "registry+https://github.com/rust-lang/crates.io-index" 415 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 416 - 417 - [[package]] 418 - name = "cpufeatures" 419 - version = "0.2.12" 420 - source = "registry+https://github.com/rust-lang/crates.io-index" 421 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 422 - dependencies = [ 423 - "libc", 424 - ] 425 - 426 - [[package]] 427 - name = "critical-section" 428 - version = "1.1.2" 429 - source = "registry+https://github.com/rust-lang/crates.io-index" 430 - checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" 431 - 432 - [[package]] 433 - name = "crypto" 434 - version = "0.5.1" 435 - source = "registry+https://github.com/rust-lang/crates.io-index" 436 - checksum = "bf1e6e5492f8f0830c37f301f6349e0dac8b2466e4fe89eef90e9eef906cd046" 437 - dependencies = [ 438 - "crypto-common", 439 - ] 440 - 441 - [[package]] 442 - name = "crypto-bigint" 443 - version = "0.5.5" 444 - source = "registry+https://github.com/rust-lang/crates.io-index" 445 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 446 - dependencies = [ 447 - "generic-array", 448 - "rand_core", 449 - "subtle", 450 - "zeroize", 451 - ] 452 - 453 - [[package]] 454 - name = "crypto-common" 455 - version = "0.1.6" 456 - source = "registry+https://github.com/rust-lang/crates.io-index" 457 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 458 - dependencies = [ 459 - "generic-array", 460 - "typenum", 461 - ] 462 - 463 - [[package]] 464 - name = "crypto-mac" 465 - version = "0.11.1" 466 - source = "registry+https://github.com/rust-lang/crates.io-index" 467 - checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714" 468 - dependencies = [ 469 - "generic-array", 470 - "subtle", 471 - ] 472 - 473 - [[package]] 474 - name = "curve25519-dalek" 475 - version = "4.1.3" 476 - source = "registry+https://github.com/rust-lang/crates.io-index" 477 - checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 478 - dependencies = [ 479 - "cfg-if", 480 - "cpufeatures", 481 - "curve25519-dalek-derive", 482 - "digest", 483 - "fiat-crypto", 484 - "rustc_version", 485 - "subtle", 486 - "zeroize", 487 - ] 488 - 489 - [[package]] 490 - name = "curve25519-dalek-derive" 491 - version = "0.1.1" 492 - source = "registry+https://github.com/rust-lang/crates.io-index" 493 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 494 - dependencies = [ 495 - "proc-macro2", 496 - "quote", 497 - "syn 2.0.68", 498 - ] 499 - 500 - [[package]] 501 - name = "delog" 502 - version = "0.1.7" 503 - source = "registry+https://github.com/rust-lang/crates.io-index" 504 - checksum = "af2b93368262340c9d4441251b824500d1b641a50957ecf4219a2cc41b9eac8f" 505 - dependencies = [ 506 - "log", 507 - ] 508 - 509 - [[package]] 510 - name = "der" 511 - version = "0.7.9" 512 - source = "registry+https://github.com/rust-lang/crates.io-index" 513 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 514 - dependencies = [ 515 - "const-oid", 516 - "der_derive", 517 - "flagset", 518 - "pem-rfc7468", 519 - "zeroize", 520 - ] 521 - 522 - [[package]] 523 - name = "der-parser" 524 - version = "9.0.0" 525 - source = "registry+https://github.com/rust-lang/crates.io-index" 526 - checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 527 - dependencies = [ 528 - "asn1-rs", 529 - "displaydoc", 530 - "nom", 531 - "num-traits", 532 - "rusticata-macros", 533 - ] 534 - 535 - [[package]] 536 - name = "der_derive" 537 - version = "0.7.2" 538 - source = "registry+https://github.com/rust-lang/crates.io-index" 539 - checksum = "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049" 540 - dependencies = [ 541 - "proc-macro2", 542 - "quote", 543 - "syn 2.0.68", 544 - ] 545 - 546 - [[package]] 547 - name = "deranged" 548 - version = "0.3.11" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 551 - dependencies = [ 552 - "powerfmt", 553 - ] 554 - 555 - [[package]] 556 - name = "des" 557 - version = "0.8.1" 558 - source = "registry+https://github.com/rust-lang/crates.io-index" 559 - checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" 560 - dependencies = [ 561 - "cipher", 562 - ] 563 - 564 - [[package]] 565 - name = "digest" 566 - version = "0.10.7" 567 - source = "registry+https://github.com/rust-lang/crates.io-index" 568 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 569 - dependencies = [ 570 - "block-buffer", 571 - "const-oid", 572 - "crypto-common", 573 - "subtle", 574 - ] 575 - 576 - [[package]] 577 - name = "displaydoc" 578 - version = "0.2.5" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 581 - dependencies = [ 582 - "proc-macro2", 583 - "quote", 584 - "syn 2.0.68", 585 - ] 586 - 587 - [[package]] 588 - name = "ecdsa" 589 - version = "0.16.9" 590 - source = "registry+https://github.com/rust-lang/crates.io-index" 591 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 592 - dependencies = [ 593 - "der", 594 - "digest", 595 - "elliptic-curve", 596 - "rfc6979", 597 - "signature", 598 - "spki", 599 - ] 600 - 601 - [[package]] 602 - name = "ed25519" 603 - version = "2.2.3" 604 - source = "registry+https://github.com/rust-lang/crates.io-index" 605 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 606 - dependencies = [ 607 - "pkcs8", 608 - "signature", 609 - ] 610 - 611 - [[package]] 612 - name = "ed25519-dalek" 613 - version = "2.1.1" 614 - source = "registry+https://github.com/rust-lang/crates.io-index" 615 - checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 616 - dependencies = [ 617 - "curve25519-dalek", 618 - "ed25519", 619 - "rand_core", 620 - "serde", 621 - "sha2", 622 - "subtle", 623 - "zeroize", 624 - ] 625 - 626 - [[package]] 627 - name = "elliptic-curve" 628 - version = "0.13.8" 629 - source = "registry+https://github.com/rust-lang/crates.io-index" 630 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 631 - dependencies = [ 632 - "base16ct", 633 - "crypto-bigint", 634 - "digest", 635 - "ff", 636 - "generic-array", 637 - "group", 638 - "hkdf", 639 - "pem-rfc7468", 640 - "pkcs8", 641 - "rand_core", 642 - "sec1", 643 - "subtle", 644 - "zeroize", 645 - ] 646 - 647 - [[package]] 648 - name = "encoding_rs" 649 - version = "0.8.34" 650 - source = "registry+https://github.com/rust-lang/crates.io-index" 651 - checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59" 652 - dependencies = [ 653 - "cfg-if", 654 - ] 655 - 656 - [[package]] 657 - name = "env_logger" 658 - version = "0.10.2" 659 - source = "registry+https://github.com/rust-lang/crates.io-index" 660 - checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580" 661 - dependencies = [ 662 - "humantime", 663 - "is-terminal", 664 - "log", 665 - "regex", 666 - "termcolor", 667 - ] 668 - 669 - [[package]] 670 - name = "equivalent" 671 - version = "1.0.1" 672 - source = "registry+https://github.com/rust-lang/crates.io-index" 673 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 674 - 675 - [[package]] 676 - name = "errno" 677 - version = "0.3.9" 678 - source = "registry+https://github.com/rust-lang/crates.io-index" 679 - checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 680 - dependencies = [ 681 - "libc", 682 - "windows-sys 0.52.0", 683 - ] 684 - 685 - [[package]] 686 - name = "fastrand" 687 - version = "2.1.0" 688 - source = "registry+https://github.com/rust-lang/crates.io-index" 689 - checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a" 690 - 691 - [[package]] 692 - name = "ff" 693 - version = "0.13.0" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 696 - dependencies = [ 697 - "rand_core", 698 - "subtle", 699 - ] 700 - 701 - [[package]] 702 - name = "fiat-crypto" 703 - version = "0.2.9" 704 - source = "registry+https://github.com/rust-lang/crates.io-index" 705 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 706 - 707 - [[package]] 708 - name = "flagset" 709 - version = "0.4.5" 710 - source = "registry+https://github.com/rust-lang/crates.io-index" 711 - checksum = "cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1" 712 - 713 - [[package]] 714 - name = "fnv" 715 - version = "1.0.7" 716 - source = "registry+https://github.com/rust-lang/crates.io-index" 717 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 718 - 719 - [[package]] 720 - name = "foreign-types" 721 - version = "0.5.0" 722 - source = "registry+https://github.com/rust-lang/crates.io-index" 723 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 724 - dependencies = [ 725 - "foreign-types-macros", 726 - "foreign-types-shared", 727 - ] 728 - 729 - [[package]] 730 - name = "foreign-types-macros" 731 - version = "0.2.3" 732 - source = "registry+https://github.com/rust-lang/crates.io-index" 733 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 734 - dependencies = [ 735 - "proc-macro2", 736 - "quote", 737 - "syn 2.0.68", 738 - ] 739 - 740 - [[package]] 741 - name = "foreign-types-shared" 742 - version = "0.3.1" 743 - source = "registry+https://github.com/rust-lang/crates.io-index" 744 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 745 - 746 - [[package]] 747 - name = "form_urlencoded" 748 - version = "1.2.1" 749 - source = "registry+https://github.com/rust-lang/crates.io-index" 750 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 751 - dependencies = [ 752 - "percent-encoding", 753 - ] 754 - 755 - [[package]] 756 - name = "fs_extra" 757 - version = "1.3.0" 758 - source = "registry+https://github.com/rust-lang/crates.io-index" 759 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 760 - 761 - [[package]] 762 - name = "fslock" 763 - version = "0.2.1" 764 - source = "registry+https://github.com/rust-lang/crates.io-index" 765 - checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 766 - dependencies = [ 767 - "libc", 768 - "winapi", 769 - ] 770 - 771 - [[package]] 772 - name = "funty" 773 - version = "2.0.0" 774 - source = "registry+https://github.com/rust-lang/crates.io-index" 775 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 776 - 777 - [[package]] 778 - name = "futures" 779 - version = "0.3.30" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 782 - dependencies = [ 783 - "futures-channel", 784 - "futures-core", 785 - "futures-executor", 786 - "futures-io", 787 - "futures-sink", 788 - "futures-task", 789 - "futures-util", 790 - ] 791 - 792 - [[package]] 793 - name = "futures-channel" 794 - version = "0.3.30" 795 - source = "registry+https://github.com/rust-lang/crates.io-index" 796 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 797 - dependencies = [ 798 - "futures-core", 799 - "futures-sink", 800 - ] 801 - 802 - [[package]] 803 - name = "futures-core" 804 - version = "0.3.30" 805 - source = "registry+https://github.com/rust-lang/crates.io-index" 806 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 807 - 808 - [[package]] 809 - name = "futures-executor" 810 - version = "0.3.30" 811 - source = "registry+https://github.com/rust-lang/crates.io-index" 812 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 813 - dependencies = [ 814 - "futures-core", 815 - "futures-task", 816 - "futures-util", 817 - ] 818 - 819 - [[package]] 820 - name = "futures-io" 821 - version = "0.3.30" 822 - source = "registry+https://github.com/rust-lang/crates.io-index" 823 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 824 - 825 - [[package]] 826 - name = "futures-macro" 827 - version = "0.3.30" 828 - source = "registry+https://github.com/rust-lang/crates.io-index" 829 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 830 - dependencies = [ 831 - "proc-macro2", 832 - "quote", 833 - "syn 2.0.68", 834 - ] 835 - 836 - [[package]] 837 - name = "futures-sink" 838 - version = "0.3.30" 839 - source = "registry+https://github.com/rust-lang/crates.io-index" 840 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 841 - 842 - [[package]] 843 - name = "futures-task" 844 - version = "0.3.30" 845 - source = "registry+https://github.com/rust-lang/crates.io-index" 846 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 847 - 848 - [[package]] 849 - name = "futures-util" 850 - version = "0.3.30" 851 - source = "registry+https://github.com/rust-lang/crates.io-index" 852 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 853 - dependencies = [ 854 - "futures-channel", 855 - "futures-core", 856 - "futures-io", 857 - "futures-macro", 858 - "futures-sink", 859 - "futures-task", 860 - "memchr", 861 - "pin-project-lite", 862 - "pin-utils", 863 - "slab", 864 - ] 865 - 866 - [[package]] 867 - name = "generic-array" 868 - version = "0.14.7" 869 - source = "registry+https://github.com/rust-lang/crates.io-index" 870 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 871 - dependencies = [ 872 - "typenum", 873 - "version_check", 874 - "zeroize", 875 - ] 876 - 877 - [[package]] 878 - name = "getrandom" 879 - version = "0.2.15" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 882 - dependencies = [ 883 - "cfg-if", 884 - "js-sys", 885 - "libc", 886 - "wasi", 887 - "wasm-bindgen", 888 - ] 889 - 890 - [[package]] 891 - name = "gimli" 892 - version = "0.29.0" 893 - source = "registry+https://github.com/rust-lang/crates.io-index" 894 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 895 - 896 - [[package]] 897 - name = "glob" 898 - version = "0.3.1" 899 - source = "registry+https://github.com/rust-lang/crates.io-index" 900 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 901 - 902 - [[package]] 903 - name = "group" 904 - version = "0.13.0" 905 - source = "registry+https://github.com/rust-lang/crates.io-index" 906 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 907 - dependencies = [ 908 - "ff", 909 - "rand_core", 910 - "subtle", 911 - ] 912 - 913 - [[package]] 914 - name = "h2" 915 - version = "0.3.26" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 918 - dependencies = [ 919 - "bytes", 920 - "fnv", 921 - "futures-core", 922 - "futures-sink", 923 - "futures-util", 924 - "http", 925 - "indexmap 2.2.6", 926 - "slab", 927 - "tokio", 928 - "tokio-util", 929 - "tracing", 930 - ] 931 - 932 - [[package]] 933 - name = "hash32" 934 - version = "0.2.1" 935 - source = "registry+https://github.com/rust-lang/crates.io-index" 936 - checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 937 - dependencies = [ 938 - "byteorder", 939 - ] 940 - 941 - [[package]] 942 - name = "hashbrown" 943 - version = "0.12.3" 944 - source = "registry+https://github.com/rust-lang/crates.io-index" 945 - checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 946 - 947 - [[package]] 948 - name = "hashbrown" 949 - version = "0.14.5" 950 - source = "registry+https://github.com/rust-lang/crates.io-index" 951 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 952 - 953 - [[package]] 954 - name = "heapless" 955 - version = "0.7.17" 956 - source = "registry+https://github.com/rust-lang/crates.io-index" 957 - checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 958 - dependencies = [ 959 - "atomic-polyfill", 960 - "hash32", 961 - "rustc_version", 962 - "spin", 963 - "stable_deref_trait", 964 - ] 965 - 966 - [[package]] 967 - name = "heck" 968 - version = "0.4.1" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 971 - 972 - [[package]] 973 - name = "hermit-abi" 974 - version = "0.1.19" 975 - source = "registry+https://github.com/rust-lang/crates.io-index" 976 - checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33" 977 - dependencies = [ 978 - "libc", 979 - ] 980 - 981 - [[package]] 982 - name = "hermit-abi" 983 - version = "0.3.9" 984 - source = "registry+https://github.com/rust-lang/crates.io-index" 985 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 986 - 987 - [[package]] 988 - name = "hkdf" 989 - version = "0.12.4" 990 - source = "registry+https://github.com/rust-lang/crates.io-index" 991 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 992 - dependencies = [ 993 - "hmac", 994 - ] 995 - 996 - [[package]] 997 - name = "hmac" 998 - version = "0.12.1" 999 - source = "registry+https://github.com/rust-lang/crates.io-index" 1000 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1001 - dependencies = [ 1002 - "digest", 1003 - ] 1004 - 1005 - [[package]] 1006 - name = "http" 1007 - version = "0.2.12" 1008 - source = "registry+https://github.com/rust-lang/crates.io-index" 1009 - checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 1010 - dependencies = [ 1011 - "bytes", 1012 - "fnv", 1013 - "itoa", 1014 - ] 1015 - 1016 - [[package]] 1017 - name = "http-body" 1018 - version = "0.4.6" 1019 - source = "registry+https://github.com/rust-lang/crates.io-index" 1020 - checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 1021 - dependencies = [ 1022 - "bytes", 1023 - "http", 1024 - "pin-project-lite", 1025 - ] 1026 - 1027 - [[package]] 1028 - name = "httparse" 1029 - version = "1.9.4" 1030 - source = "registry+https://github.com/rust-lang/crates.io-index" 1031 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 1032 - 1033 - [[package]] 1034 - name = "httpdate" 1035 - version = "1.0.3" 1036 - source = "registry+https://github.com/rust-lang/crates.io-index" 1037 - checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1038 - 1039 - [[package]] 1040 - name = "humantime" 1041 - version = "2.1.0" 1042 - source = "registry+https://github.com/rust-lang/crates.io-index" 1043 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1044 - 1045 - [[package]] 1046 - name = "hyper" 1047 - version = "0.14.29" 1048 - source = "registry+https://github.com/rust-lang/crates.io-index" 1049 - checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33" 1050 - dependencies = [ 1051 - "bytes", 1052 - "futures-channel", 1053 - "futures-core", 1054 - "futures-util", 1055 - "h2", 1056 - "http", 1057 - "http-body", 1058 - "httparse", 1059 - "httpdate", 1060 - "itoa", 1061 - "pin-project-lite", 1062 - "socket2", 1063 - "tokio", 1064 - "tower-service", 1065 - "tracing", 1066 - "want", 1067 - ] 1068 - 1069 - [[package]] 1070 - name = "hyper-rustls" 1071 - version = "0.24.2" 1072 - source = "registry+https://github.com/rust-lang/crates.io-index" 1073 - checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590" 1074 - dependencies = [ 1075 - "futures-util", 1076 - "http", 1077 - "hyper", 1078 - "rustls", 1079 - "tokio", 1080 - "tokio-rustls", 1081 - ] 1082 - 1083 - [[package]] 1084 - name = "idna" 1085 - version = "0.5.0" 1086 - source = "registry+https://github.com/rust-lang/crates.io-index" 1087 - checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6" 1088 - dependencies = [ 1089 - "unicode-bidi", 1090 - "unicode-normalization", 1091 - ] 1092 - 1093 - [[package]] 1094 - name = "indexmap" 1095 - version = "1.9.3" 1096 - source = "registry+https://github.com/rust-lang/crates.io-index" 1097 - checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 1098 - dependencies = [ 1099 - "autocfg", 1100 - "hashbrown 0.12.3", 1101 - ] 1102 - 1103 - [[package]] 1104 - name = "indexmap" 1105 - version = "2.2.6" 1106 - source = "registry+https://github.com/rust-lang/crates.io-index" 1107 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1108 - dependencies = [ 1109 - "equivalent", 1110 - "hashbrown 0.14.5", 1111 - ] 1112 - 1113 - [[package]] 1114 - name = "inout" 1115 - version = "0.1.3" 1116 - source = "registry+https://github.com/rust-lang/crates.io-index" 1117 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1118 - dependencies = [ 1119 - "block-padding", 1120 - "generic-array", 1121 - ] 1122 - 1123 - [[package]] 1124 - name = "instant" 1125 - version = "0.1.13" 1126 - source = "registry+https://github.com/rust-lang/crates.io-index" 1127 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1128 - dependencies = [ 1129 - "cfg-if", 1130 - ] 1131 - 1132 - [[package]] 1133 - name = "ipnet" 1134 - version = "2.9.0" 1135 - source = "registry+https://github.com/rust-lang/crates.io-index" 1136 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1137 - 1138 - [[package]] 1139 - name = "ironrdp" 1140 - version = "0.1.0" 1141 - dependencies = [ 1142 - "console_error_panic_hook", 1143 - "getrandom", 1144 - "ironrdp-graphics", 1145 - "ironrdp-pdu", 1146 - "ironrdp-session", 1147 - "js-sys", 1148 - "log", 1149 - "time", 1150 - "tracing", 1151 - "tracing-subscriber", 1152 - "tracing-web", 1153 - "wasm-bindgen", 1154 - "web-sys", 1155 - ] 1156 - 1157 - [[package]] 1158 - name = "ironrdp-async" 1159 - version = "0.1.0" 1160 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1161 - dependencies = [ 1162 - "bytes", 1163 - "ironrdp-connector", 1164 - "ironrdp-pdu", 1165 - "tracing", 1166 - ] 1167 - 1168 - [[package]] 1169 - name = "ironrdp-cliprdr" 1170 - version = "0.1.0" 1171 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1172 - dependencies = [ 1173 - "bitflags 2.6.0", 1174 - "ironrdp-pdu", 1175 - "ironrdp-svc", 1176 - "thiserror", 1177 - "tracing", 1178 - ] 1179 - 1180 - [[package]] 1181 - name = "ironrdp-connector" 1182 - version = "0.1.0" 1183 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1184 - dependencies = [ 1185 - "ironrdp-error", 1186 - "ironrdp-pdu", 1187 - "ironrdp-svc", 1188 - "rand_core", 1189 - "sspi 0.11.1", 1190 - "tracing", 1191 - "url", 1192 - "winapi", 1193 - ] 1194 - 1195 - [[package]] 1196 - name = "ironrdp-displaycontrol" 1197 - version = "0.1.0" 1198 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1199 - dependencies = [ 1200 - "ironrdp-dvc", 1201 - "ironrdp-pdu", 1202 - "ironrdp-svc", 1203 - "tracing", 1204 - ] 1205 - 1206 - [[package]] 1207 - name = "ironrdp-dvc" 1208 - version = "0.1.0" 1209 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1210 - dependencies = [ 1211 - "ironrdp-pdu", 1212 - "ironrdp-svc", 1213 - "slab", 1214 - "tracing", 1215 - ] 1216 - 1217 - [[package]] 1218 - name = "ironrdp-error" 1219 - version = "0.1.0" 1220 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1221 - 1222 - [[package]] 1223 - name = "ironrdp-graphics" 1224 - version = "0.1.0" 1225 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1226 - dependencies = [ 1227 - "bit_field", 1228 - "bitflags 2.6.0", 1229 - "bitvec", 1230 - "byteorder", 1231 - "ironrdp-error", 1232 - "ironrdp-pdu", 1233 - "lazy_static", 1234 - "num-derive", 1235 - "num-traits", 1236 - "thiserror", 1237 - ] 1238 - 1239 - [[package]] 1240 - name = "ironrdp-pdu" 1241 - version = "0.1.0" 1242 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1243 - dependencies = [ 1244 - "bit_field", 1245 - "bitflags 2.6.0", 1246 - "byteorder", 1247 - "der-parser", 1248 - "ironrdp-error", 1249 - "md-5", 1250 - "num-bigint", 1251 - "num-derive", 1252 - "num-integer", 1253 - "num-traits", 1254 - "pkcs1", 1255 - "sha1", 1256 - "tap", 1257 - "thiserror", 1258 - "x509-cert", 1259 - ] 1260 - 1261 - [[package]] 1262 - name = "ironrdp-rdpdr" 1263 - version = "0.1.0" 1264 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1265 - dependencies = [ 1266 - "bitflags 2.6.0", 1267 - "ironrdp-error", 1268 - "ironrdp-pdu", 1269 - "ironrdp-svc", 1270 - "tracing", 1271 - ] 1272 - 1273 - [[package]] 1274 - name = "ironrdp-rdpsnd" 1275 - version = "0.1.0" 1276 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1277 - dependencies = [ 1278 - "ironrdp-pdu", 1279 - "ironrdp-svc", 1280 - ] 1281 - 1282 - [[package]] 1283 - name = "ironrdp-session" 1284 - version = "0.1.0" 1285 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1286 - dependencies = [ 1287 - "ironrdp-connector", 1288 - "ironrdp-displaycontrol", 1289 - "ironrdp-dvc", 1290 - "ironrdp-error", 1291 - "ironrdp-graphics", 1292 - "ironrdp-pdu", 1293 - "ironrdp-svc", 1294 - "tracing", 1295 - ] 1296 - 1297 - [[package]] 1298 - name = "ironrdp-svc" 1299 - version = "0.1.0" 1300 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1301 - dependencies = [ 1302 - "bitflags 2.6.0", 1303 - "ironrdp-pdu", 1304 - ] 1305 - 1306 - [[package]] 1307 - name = "ironrdp-tls" 1308 - version = "0.1.0" 1309 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1310 - dependencies = [ 1311 - "tokio", 1312 - "tokio-rustls", 1313 - "x509-cert", 1314 - ] 1315 - 1316 - [[package]] 1317 - name = "ironrdp-tokio" 1318 - version = "0.1.0" 1319 - source = "git+https://github.com/Devolutions/IronRDP?rev=dfbe947e5b9bd2da06f1e14620ee4d68bca4252f#dfbe947e5b9bd2da06f1e14620ee4d68bca4252f" 1320 - dependencies = [ 1321 - "bytes", 1322 - "ironrdp-async", 1323 - "tokio", 1324 - ] 1325 - 1326 - [[package]] 1327 - name = "is-terminal" 1328 - version = "0.4.12" 1329 - source = "registry+https://github.com/rust-lang/crates.io-index" 1330 - checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b" 1331 - dependencies = [ 1332 - "hermit-abi 0.3.9", 1333 - "libc", 1334 - "windows-sys 0.52.0", 1335 - ] 1336 - 1337 - [[package]] 1338 - name = "iso7816" 1339 - version = "0.1.2" 1340 - source = "registry+https://github.com/rust-lang/crates.io-index" 1341 - checksum = "b3af73ac9c821e7aea3280532118e15cdf9e7bb45c923cbf0e319ae25b27d20c" 1342 - dependencies = [ 1343 - "delog", 1344 - "heapless", 1345 - ] 1346 - 1347 - [[package]] 1348 - name = "iso7816-tlv" 1349 - version = "0.4.4" 1350 - source = "registry+https://github.com/rust-lang/crates.io-index" 1351 - checksum = "7660d28d24a831d690228a275d544654a30f3b167a8e491cf31af5fe5058b546" 1352 - dependencies = [ 1353 - "untrusted", 1354 - ] 1355 - 1356 - [[package]] 1357 - name = "itoa" 1358 - version = "1.0.11" 1359 - source = "registry+https://github.com/rust-lang/crates.io-index" 1360 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1361 - 1362 - [[package]] 1363 - name = "js-sys" 1364 - version = "0.3.69" 1365 - source = "registry+https://github.com/rust-lang/crates.io-index" 1366 - checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d" 1367 - dependencies = [ 1368 - "wasm-bindgen", 1369 - ] 1370 - 1371 - [[package]] 1372 - name = "keccak" 1373 - version = "0.1.5" 1374 - source = "registry+https://github.com/rust-lang/crates.io-index" 1375 - checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 1376 - dependencies = [ 1377 - "cpufeatures", 1378 - ] 1379 - 1380 - [[package]] 1381 - name = "lazy_static" 1382 - version = "1.5.0" 1383 - source = "registry+https://github.com/rust-lang/crates.io-index" 1384 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1385 - dependencies = [ 1386 - "spin", 1387 - ] 1388 - 1389 - [[package]] 1390 - name = "lazycell" 1391 - version = "1.3.0" 1392 - source = "registry+https://github.com/rust-lang/crates.io-index" 1393 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1394 - 1395 - [[package]] 1396 - name = "libc" 1397 - version = "0.2.155" 1398 - source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c" 1400 - 1401 - [[package]] 1402 - name = "libloading" 1403 - version = "0.8.4" 1404 - source = "registry+https://github.com/rust-lang/crates.io-index" 1405 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 1406 - dependencies = [ 1407 - "cfg-if", 1408 - "windows-targets 0.52.5", 1409 - ] 1410 - 1411 - [[package]] 1412 - name = "libm" 1413 - version = "0.2.8" 1414 - source = "registry+https://github.com/rust-lang/crates.io-index" 1415 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1416 - 1417 - [[package]] 1418 - name = "linux-raw-sys" 1419 - version = "0.4.14" 1420 - source = "registry+https://github.com/rust-lang/crates.io-index" 1421 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1422 - 1423 - [[package]] 1424 - name = "lock_api" 1425 - version = "0.4.12" 1426 - source = "registry+https://github.com/rust-lang/crates.io-index" 1427 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1428 - dependencies = [ 1429 - "autocfg", 1430 - "scopeguard", 1431 - ] 1432 - 1433 - [[package]] 1434 - name = "log" 1435 - version = "0.4.22" 1436 - source = "registry+https://github.com/rust-lang/crates.io-index" 1437 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1438 - 1439 - [[package]] 1440 - name = "md-5" 1441 - version = "0.10.6" 1442 - source = "registry+https://github.com/rust-lang/crates.io-index" 1443 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1444 - dependencies = [ 1445 - "cfg-if", 1446 - "digest", 1447 - ] 1448 - 1449 - [[package]] 1450 - name = "md4" 1451 - version = "0.10.2" 1452 - source = "registry+https://github.com/rust-lang/crates.io-index" 1453 - checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda" 1454 - dependencies = [ 1455 - "digest", 1456 - ] 1457 - 1458 - [[package]] 1459 - name = "memchr" 1460 - version = "2.7.4" 1461 - source = "registry+https://github.com/rust-lang/crates.io-index" 1462 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1463 - 1464 - [[package]] 1465 - name = "mime" 1466 - version = "0.3.17" 1467 - source = "registry+https://github.com/rust-lang/crates.io-index" 1468 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1469 - 1470 - [[package]] 1471 - name = "minimal-lexical" 1472 - version = "0.2.1" 1473 - source = "registry+https://github.com/rust-lang/crates.io-index" 1474 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1475 - 1476 - [[package]] 1477 - name = "miniz_oxide" 1478 - version = "0.7.4" 1479 - source = "registry+https://github.com/rust-lang/crates.io-index" 1480 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 1481 - dependencies = [ 1482 - "adler", 1483 - ] 1484 - 1485 - [[package]] 1486 - name = "mio" 1487 - version = "0.8.11" 1488 - source = "registry+https://github.com/rust-lang/crates.io-index" 1489 - checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c" 1490 - dependencies = [ 1491 - "libc", 1492 - "wasi", 1493 - "windows-sys 0.48.0", 1494 - ] 1495 - 1496 - [[package]] 1497 - name = "nom" 1498 - version = "7.1.3" 1499 - source = "registry+https://github.com/rust-lang/crates.io-index" 1500 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1501 - dependencies = [ 1502 - "memchr", 1503 - "minimal-lexical", 1504 - ] 1505 - 1506 - [[package]] 1507 - name = "nu-ansi-term" 1508 - version = "0.46.0" 1509 - source = "registry+https://github.com/rust-lang/crates.io-index" 1510 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1511 - dependencies = [ 1512 - "overload", 1513 - "winapi", 1514 - ] 1515 - 1516 - [[package]] 1517 - name = "num-bigint" 1518 - version = "0.4.6" 1519 - source = "registry+https://github.com/rust-lang/crates.io-index" 1520 - checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1521 - dependencies = [ 1522 - "num-integer", 1523 - "num-traits", 1524 - ] 1525 - 1526 - [[package]] 1527 - name = "num-bigint-dig" 1528 - version = "0.8.4" 1529 - source = "registry+https://github.com/rust-lang/crates.io-index" 1530 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1531 - dependencies = [ 1532 - "byteorder", 1533 - "lazy_static", 1534 - "libm", 1535 - "num-integer", 1536 - "num-iter", 1537 - "num-traits", 1538 - "rand", 1539 - "serde", 1540 - "smallvec", 1541 - "zeroize", 1542 - ] 1543 - 1544 - [[package]] 1545 - name = "num-conv" 1546 - version = "0.1.0" 1547 - source = "registry+https://github.com/rust-lang/crates.io-index" 1548 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1549 - 1550 - [[package]] 1551 - name = "num-derive" 1552 - version = "0.4.2" 1553 - source = "registry+https://github.com/rust-lang/crates.io-index" 1554 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1555 - dependencies = [ 1556 - "proc-macro2", 1557 - "quote", 1558 - "syn 2.0.68", 1559 - ] 1560 - 1561 - [[package]] 1562 - name = "num-integer" 1563 - version = "0.1.46" 1564 - source = "registry+https://github.com/rust-lang/crates.io-index" 1565 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1566 - dependencies = [ 1567 - "num-traits", 1568 - ] 1569 - 1570 - [[package]] 1571 - name = "num-iter" 1572 - version = "0.1.45" 1573 - source = "registry+https://github.com/rust-lang/crates.io-index" 1574 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1575 - dependencies = [ 1576 - "autocfg", 1577 - "num-integer", 1578 - "num-traits", 1579 - ] 1580 - 1581 - [[package]] 1582 - name = "num-traits" 1583 - version = "0.2.19" 1584 - source = "registry+https://github.com/rust-lang/crates.io-index" 1585 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1586 - dependencies = [ 1587 - "autocfg", 1588 - "libm", 1589 - ] 1590 - 1591 - [[package]] 1592 - name = "num_cpus" 1593 - version = "1.16.0" 1594 - source = "registry+https://github.com/rust-lang/crates.io-index" 1595 - checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1596 - dependencies = [ 1597 - "hermit-abi 0.3.9", 1598 - "libc", 1599 - ] 1600 - 1601 - [[package]] 1602 - name = "object" 1603 - version = "0.36.1" 1604 - source = "registry+https://github.com/rust-lang/crates.io-index" 1605 - checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce" 1606 - dependencies = [ 1607 - "memchr", 1608 - ] 1609 - 1610 - [[package]] 1611 - name = "oid" 1612 - version = "0.2.1" 1613 - source = "registry+https://github.com/rust-lang/crates.io-index" 1614 - checksum = "9c19903c598813dba001b53beeae59bb77ad4892c5c1b9b3500ce4293a0d06c2" 1615 - dependencies = [ 1616 - "serde", 1617 - ] 1618 - 1619 - [[package]] 1620 - name = "once_cell" 1621 - version = "1.19.0" 1622 - source = "registry+https://github.com/rust-lang/crates.io-index" 1623 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1624 - 1625 - [[package]] 1626 - name = "openssl-probe" 1627 - version = "0.1.5" 1628 - source = "registry+https://github.com/rust-lang/crates.io-index" 1629 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1630 - 1631 - [[package]] 1632 - name = "os_str_bytes" 1633 - version = "6.6.1" 1634 - source = "registry+https://github.com/rust-lang/crates.io-index" 1635 - checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1" 1636 - 1637 - [[package]] 1638 - name = "overload" 1639 - version = "0.1.1" 1640 - source = "registry+https://github.com/rust-lang/crates.io-index" 1641 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1642 - 1643 - [[package]] 1644 - name = "p256" 1645 - version = "0.13.2" 1646 - source = "registry+https://github.com/rust-lang/crates.io-index" 1647 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1648 - dependencies = [ 1649 - "ecdsa", 1650 - "elliptic-curve", 1651 - "primeorder", 1652 - "sha2", 1653 - ] 1654 - 1655 - [[package]] 1656 - name = "p384" 1657 - version = "0.13.0" 1658 - source = "registry+https://github.com/rust-lang/crates.io-index" 1659 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 1660 - dependencies = [ 1661 - "ecdsa", 1662 - "elliptic-curve", 1663 - "primeorder", 1664 - "sha2", 1665 - ] 1666 - 1667 - [[package]] 1668 - name = "parking_lot" 1669 - version = "0.11.2" 1670 - source = "registry+https://github.com/rust-lang/crates.io-index" 1671 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 1672 - dependencies = [ 1673 - "instant", 1674 - "lock_api", 1675 - "parking_lot_core 0.8.6", 1676 - ] 1677 - 1678 - [[package]] 1679 - name = "parking_lot" 1680 - version = "0.12.3" 1681 - source = "registry+https://github.com/rust-lang/crates.io-index" 1682 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1683 - dependencies = [ 1684 - "lock_api", 1685 - "parking_lot_core 0.9.10", 1686 - ] 1687 - 1688 - [[package]] 1689 - name = "parking_lot_core" 1690 - version = "0.8.6" 1691 - source = "registry+https://github.com/rust-lang/crates.io-index" 1692 - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 1693 - dependencies = [ 1694 - "cfg-if", 1695 - "instant", 1696 - "libc", 1697 - "redox_syscall 0.2.16", 1698 - "smallvec", 1699 - "winapi", 1700 - ] 1701 - 1702 - [[package]] 1703 - name = "parking_lot_core" 1704 - version = "0.9.10" 1705 - source = "registry+https://github.com/rust-lang/crates.io-index" 1706 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1707 - dependencies = [ 1708 - "cfg-if", 1709 - "libc", 1710 - "redox_syscall 0.5.2", 1711 - "smallvec", 1712 - "windows-targets 0.52.5", 1713 - ] 1714 - 1715 - [[package]] 1716 - name = "pbkdf2" 1717 - version = "0.12.2" 1718 - source = "registry+https://github.com/rust-lang/crates.io-index" 1719 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 1720 - dependencies = [ 1721 - "digest", 1722 - "hmac", 1723 - "sha1", 1724 - ] 1725 - 1726 - [[package]] 1727 - name = "peeking_take_while" 1728 - version = "0.1.2" 1729 - source = "registry+https://github.com/rust-lang/crates.io-index" 1730 - checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 1731 - 1732 - [[package]] 1733 - name = "pem-rfc7468" 1734 - version = "0.7.0" 1735 - source = "registry+https://github.com/rust-lang/crates.io-index" 1736 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1737 - dependencies = [ 1738 - "base64ct", 1739 - ] 1740 - 1741 - [[package]] 1742 - name = "percent-encoding" 1743 - version = "2.3.1" 1744 - source = "registry+https://github.com/rust-lang/crates.io-index" 1745 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 1746 - 1747 - [[package]] 1748 - name = "picky" 1749 - version = "7.0.0-rc.8" 1750 - source = "registry+https://github.com/rust-lang/crates.io-index" 1751 - checksum = "52cccdaffd2f361b4b4eb70b4249bd71d89bb66cb84b7f76483ecd1640c543ce" 1752 - dependencies = [ 1753 - "base64", 1754 - "digest", 1755 - "ed25519-dalek", 1756 - "md-5", 1757 - "num-bigint-dig", 1758 - "p256", 1759 - "p384", 1760 - "picky-asn1", 1761 - "picky-asn1-der", 1762 - "picky-asn1-x509", 1763 - "rand", 1764 - "rand_core", 1765 - "rsa", 1766 - "serde", 1767 - "sha1", 1768 - "sha2", 1769 - "sha3", 1770 - "thiserror", 1771 - "x25519-dalek", 1772 - "zeroize", 1773 - ] 1774 - 1775 - [[package]] 1776 - name = "picky-asn1" 1777 - version = "0.8.0" 1778 - source = "registry+https://github.com/rust-lang/crates.io-index" 1779 - checksum = "295eea0f33c16be21e2a98b908fdd4d73c04dd48c8480991b76dbcf0cb58b212" 1780 - dependencies = [ 1781 - "oid", 1782 - "serde", 1783 - "serde_bytes", 1784 - "time", 1785 - "zeroize", 1786 - ] 1787 - 1788 - [[package]] 1789 - name = "picky-asn1-der" 1790 - version = "0.4.1" 1791 - source = "registry+https://github.com/rust-lang/crates.io-index" 1792 - checksum = "5df7873a9e36d42dadb393bea5e211fe83d793c172afad5fb4ec846ec582793f" 1793 - dependencies = [ 1794 - "picky-asn1", 1795 - "serde", 1796 - "serde_bytes", 1797 - ] 1798 - 1799 - [[package]] 1800 - name = "picky-asn1-x509" 1801 - version = "0.12.0" 1802 - source = "registry+https://github.com/rust-lang/crates.io-index" 1803 - checksum = "2c5f20f71a68499ff32310f418a6fad8816eac1a2859ed3f0c5c741389dd6208" 1804 - dependencies = [ 1805 - "base64", 1806 - "num-bigint-dig", 1807 - "oid", 1808 - "picky-asn1", 1809 - "picky-asn1-der", 1810 - "serde", 1811 - "widestring", 1812 - "zeroize", 1813 - ] 1814 - 1815 - [[package]] 1816 - name = "picky-krb" 1817 - version = "0.8.0" 1818 - source = "registry+https://github.com/rust-lang/crates.io-index" 1819 - checksum = "f71cf61ebe6e657a81bcac31f9d61d52c23a1fd517b0dad77b915a7d3d15d2e8" 1820 - dependencies = [ 1821 - "aes", 1822 - "byteorder", 1823 - "cbc", 1824 - "crypto", 1825 - "des", 1826 - "hmac", 1827 - "num-bigint-dig", 1828 - "oid", 1829 - "pbkdf2", 1830 - "picky-asn1", 1831 - "picky-asn1-der", 1832 - "picky-asn1-x509", 1833 - "rand", 1834 - "serde", 1835 - "sha1", 1836 - "thiserror", 1837 - "uuid", 1838 - ] 1839 - 1840 - [[package]] 1841 - name = "pin-project-lite" 1842 - version = "0.2.14" 1843 - source = "registry+https://github.com/rust-lang/crates.io-index" 1844 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 1845 - 1846 - [[package]] 1847 - name = "pin-utils" 1848 - version = "0.1.0" 1849 - source = "registry+https://github.com/rust-lang/crates.io-index" 1850 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1851 - 1852 - [[package]] 1853 - name = "pkcs1" 1854 - version = "0.7.5" 1855 - source = "registry+https://github.com/rust-lang/crates.io-index" 1856 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 1857 - dependencies = [ 1858 - "der", 1859 - "pkcs8", 1860 - "spki", 1861 - ] 1862 - 1863 - [[package]] 1864 - name = "pkcs8" 1865 - version = "0.10.2" 1866 - source = "registry+https://github.com/rust-lang/crates.io-index" 1867 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1868 - dependencies = [ 1869 - "der", 1870 - "spki", 1871 - ] 1872 - 1873 - [[package]] 1874 - name = "pkg-config" 1875 - version = "0.3.30" 1876 - source = "registry+https://github.com/rust-lang/crates.io-index" 1877 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 1878 - 1879 - [[package]] 1880 - name = "portpicker" 1881 - version = "0.1.1" 1882 - source = "registry+https://github.com/rust-lang/crates.io-index" 1883 - checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9" 1884 - dependencies = [ 1885 - "rand", 1886 - ] 1887 - 1888 - [[package]] 1889 - name = "powerfmt" 1890 - version = "0.2.0" 1891 - source = "registry+https://github.com/rust-lang/crates.io-index" 1892 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1893 - 1894 - [[package]] 1895 - name = "ppv-lite86" 1896 - version = "0.2.17" 1897 - source = "registry+https://github.com/rust-lang/crates.io-index" 1898 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 1899 - 1900 - [[package]] 1901 - name = "primeorder" 1902 - version = "0.13.6" 1903 - source = "registry+https://github.com/rust-lang/crates.io-index" 1904 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1905 - dependencies = [ 1906 - "elliptic-curve", 1907 - ] 1908 - 1909 - [[package]] 1910 - name = "proc-macro2" 1911 - version = "1.0.86" 1912 - source = "registry+https://github.com/rust-lang/crates.io-index" 1913 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 1914 - dependencies = [ 1915 - "unicode-ident", 1916 - ] 1917 - 1918 - [[package]] 1919 - name = "quote" 1920 - version = "1.0.36" 1921 - source = "registry+https://github.com/rust-lang/crates.io-index" 1922 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 1923 - dependencies = [ 1924 - "proc-macro2", 1925 - ] 1926 - 1927 - [[package]] 1928 - name = "radium" 1929 - version = "0.7.0" 1930 - source = "registry+https://github.com/rust-lang/crates.io-index" 1931 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 1932 - 1933 - [[package]] 1934 - name = "rand" 1935 - version = "0.8.5" 1936 - source = "registry+https://github.com/rust-lang/crates.io-index" 1937 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1938 - dependencies = [ 1939 - "libc", 1940 - "rand_chacha", 1941 - "rand_core", 1942 - ] 1943 - 1944 - [[package]] 1945 - name = "rand_chacha" 1946 - version = "0.3.1" 1947 - source = "registry+https://github.com/rust-lang/crates.io-index" 1948 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1949 - dependencies = [ 1950 - "ppv-lite86", 1951 - "rand_core", 1952 - ] 1953 - 1954 - [[package]] 1955 - name = "rand_core" 1956 - version = "0.6.4" 1957 - source = "registry+https://github.com/rust-lang/crates.io-index" 1958 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1959 - dependencies = [ 1960 - "getrandom", 1961 - ] 1962 - 1963 - [[package]] 1964 - name = "rdp-client" 1965 - version = "0.1.0" 1966 - dependencies = [ 1967 - "bitflags 2.6.0", 1968 - "boring", 1969 - "byteorder", 1970 - "bytes", 1971 - "cbindgen", 1972 - "env_logger", 1973 - "ironrdp-cliprdr", 1974 - "ironrdp-connector", 1975 - "ironrdp-displaycontrol", 1976 - "ironrdp-dvc", 1977 - "ironrdp-pdu", 1978 - "ironrdp-rdpdr", 1979 - "ironrdp-rdpsnd", 1980 - "ironrdp-session", 1981 - "ironrdp-svc", 1982 - "ironrdp-tls", 1983 - "ironrdp-tokio", 1984 - "iso7816", 1985 - "iso7816-tlv", 1986 - "log", 1987 - "parking_lot 0.12.3", 1988 - "rand", 1989 - "rand_chacha", 1990 - "rsa", 1991 - "sspi 0.10.1", 1992 - "static_init", 1993 - "tempfile", 1994 - "tokio", 1995 - "tokio-boring", 1996 - "utf16string", 1997 - "uuid", 1998 - ] 1999 - 2000 - [[package]] 2001 - name = "redox_syscall" 2002 - version = "0.2.16" 2003 - source = "registry+https://github.com/rust-lang/crates.io-index" 2004 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2005 - dependencies = [ 2006 - "bitflags 1.3.2", 2007 - ] 2008 - 2009 - [[package]] 2010 - name = "redox_syscall" 2011 - version = "0.5.2" 2012 - source = "registry+https://github.com/rust-lang/crates.io-index" 2013 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 2014 - dependencies = [ 2015 - "bitflags 2.6.0", 2016 - ] 2017 - 2018 - [[package]] 2019 - name = "regex" 2020 - version = "1.10.5" 2021 - source = "registry+https://github.com/rust-lang/crates.io-index" 2022 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2023 - dependencies = [ 2024 - "aho-corasick", 2025 - "memchr", 2026 - "regex-automata", 2027 - "regex-syntax", 2028 - ] 2029 - 2030 - [[package]] 2031 - name = "regex-automata" 2032 - version = "0.4.7" 2033 - source = "registry+https://github.com/rust-lang/crates.io-index" 2034 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 2035 - dependencies = [ 2036 - "aho-corasick", 2037 - "memchr", 2038 - "regex-syntax", 2039 - ] 2040 - 2041 - [[package]] 2042 - name = "regex-syntax" 2043 - version = "0.8.4" 2044 - source = "registry+https://github.com/rust-lang/crates.io-index" 2045 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 2046 - 2047 - [[package]] 2048 - name = "reqwest" 2049 - version = "0.11.27" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62" 2052 - dependencies = [ 2053 - "base64", 2054 - "bytes", 2055 - "encoding_rs", 2056 - "futures-core", 2057 - "futures-util", 2058 - "h2", 2059 - "http", 2060 - "http-body", 2061 - "hyper", 2062 - "hyper-rustls", 2063 - "ipnet", 2064 - "js-sys", 2065 - "log", 2066 - "mime", 2067 - "once_cell", 2068 - "percent-encoding", 2069 - "pin-project-lite", 2070 - "rustls", 2071 - "rustls-native-certs", 2072 - "rustls-pemfile", 2073 - "serde", 2074 - "serde_json", 2075 - "serde_urlencoded", 2076 - "sync_wrapper", 2077 - "system-configuration", 2078 - "tokio", 2079 - "tokio-rustls", 2080 - "tower-service", 2081 - "url", 2082 - "wasm-bindgen", 2083 - "wasm-bindgen-futures", 2084 - "web-sys", 2085 - "webpki-roots", 2086 - "winreg 0.50.0", 2087 - ] 2088 - 2089 - [[package]] 2090 - name = "rfc6979" 2091 - version = "0.4.0" 2092 - source = "registry+https://github.com/rust-lang/crates.io-index" 2093 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2094 - dependencies = [ 2095 - "hmac", 2096 - "subtle", 2097 - ] 2098 - 2099 - [[package]] 2100 - name = "ring" 2101 - version = "0.17.8" 2102 - source = "registry+https://github.com/rust-lang/crates.io-index" 2103 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2104 - dependencies = [ 2105 - "cc", 2106 - "cfg-if", 2107 - "getrandom", 2108 - "libc", 2109 - "spin", 2110 - "untrusted", 2111 - "windows-sys 0.52.0", 2112 - ] 2113 - 2114 - [[package]] 2115 - name = "rsa" 2116 - version = "0.9.6" 2117 - source = "registry+https://github.com/rust-lang/crates.io-index" 2118 - checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc" 2119 - dependencies = [ 2120 - "const-oid", 2121 - "digest", 2122 - "num-bigint-dig", 2123 - "num-integer", 2124 - "num-traits", 2125 - "pkcs1", 2126 - "pkcs8", 2127 - "rand_core", 2128 - "signature", 2129 - "spki", 2130 - "subtle", 2131 - "zeroize", 2132 - ] 2133 - 2134 - [[package]] 2135 - name = "rustc-demangle" 2136 - version = "0.1.24" 2137 - source = "registry+https://github.com/rust-lang/crates.io-index" 2138 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2139 - 2140 - [[package]] 2141 - name = "rustc-hash" 2142 - version = "1.1.0" 2143 - source = "registry+https://github.com/rust-lang/crates.io-index" 2144 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2145 - 2146 - [[package]] 2147 - name = "rustc_version" 2148 - version = "0.4.0" 2149 - source = "registry+https://github.com/rust-lang/crates.io-index" 2150 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2151 - dependencies = [ 2152 - "semver", 2153 - ] 2154 - 2155 - [[package]] 2156 - name = "rusticata-macros" 2157 - version = "4.1.0" 2158 - source = "registry+https://github.com/rust-lang/crates.io-index" 2159 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2160 - dependencies = [ 2161 - "nom", 2162 - ] 2163 - 2164 - [[package]] 2165 - name = "rustix" 2166 - version = "0.38.34" 2167 - source = "registry+https://github.com/rust-lang/crates.io-index" 2168 - checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f" 2169 - dependencies = [ 2170 - "bitflags 2.6.0", 2171 - "errno", 2172 - "libc", 2173 - "linux-raw-sys", 2174 - "windows-sys 0.52.0", 2175 - ] 2176 - 2177 - [[package]] 2178 - name = "rustls" 2179 - version = "0.21.12" 2180 - source = "registry+https://github.com/rust-lang/crates.io-index" 2181 - checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e" 2182 - dependencies = [ 2183 - "log", 2184 - "ring", 2185 - "rustls-webpki", 2186 - "sct", 2187 - ] 2188 - 2189 - [[package]] 2190 - name = "rustls-native-certs" 2191 - version = "0.6.3" 2192 - source = "registry+https://github.com/rust-lang/crates.io-index" 2193 - checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00" 2194 - dependencies = [ 2195 - "openssl-probe", 2196 - "rustls-pemfile", 2197 - "schannel", 2198 - "security-framework", 2199 - ] 2200 - 2201 - [[package]] 2202 - name = "rustls-pemfile" 2203 - version = "1.0.4" 2204 - source = "registry+https://github.com/rust-lang/crates.io-index" 2205 - checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c" 2206 - dependencies = [ 2207 - "base64", 2208 - ] 2209 - 2210 - [[package]] 2211 - name = "rustls-webpki" 2212 - version = "0.101.7" 2213 - source = "registry+https://github.com/rust-lang/crates.io-index" 2214 - checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765" 2215 - dependencies = [ 2216 - "ring", 2217 - "untrusted", 2218 - ] 2219 - 2220 - [[package]] 2221 - name = "ryu" 2222 - version = "1.0.18" 2223 - source = "registry+https://github.com/rust-lang/crates.io-index" 2224 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2225 - 2226 - [[package]] 2227 - name = "schannel" 2228 - version = "0.1.23" 2229 - source = "registry+https://github.com/rust-lang/crates.io-index" 2230 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2231 - dependencies = [ 2232 - "windows-sys 0.52.0", 2233 - ] 2234 - 2235 - [[package]] 2236 - name = "scopeguard" 2237 - version = "1.2.0" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2240 - 2241 - [[package]] 2242 - name = "sct" 2243 - version = "0.7.1" 2244 - source = "registry+https://github.com/rust-lang/crates.io-index" 2245 - checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414" 2246 - dependencies = [ 2247 - "ring", 2248 - "untrusted", 2249 - ] 2250 - 2251 - [[package]] 2252 - name = "sec1" 2253 - version = "0.7.3" 2254 - source = "registry+https://github.com/rust-lang/crates.io-index" 2255 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2256 - dependencies = [ 2257 - "base16ct", 2258 - "der", 2259 - "generic-array", 2260 - "pkcs8", 2261 - "subtle", 2262 - "zeroize", 2263 - ] 2264 - 2265 - [[package]] 2266 - name = "security-framework" 2267 - version = "2.11.0" 2268 - source = "registry+https://github.com/rust-lang/crates.io-index" 2269 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 2270 - dependencies = [ 2271 - "bitflags 2.6.0", 2272 - "core-foundation", 2273 - "core-foundation-sys", 2274 - "libc", 2275 - "security-framework-sys", 2276 - ] 2277 - 2278 - [[package]] 2279 - name = "security-framework-sys" 2280 - version = "2.11.0" 2281 - source = "registry+https://github.com/rust-lang/crates.io-index" 2282 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 2283 - dependencies = [ 2284 - "core-foundation-sys", 2285 - "libc", 2286 - ] 2287 - 2288 - [[package]] 2289 - name = "semver" 2290 - version = "1.0.23" 2291 - source = "registry+https://github.com/rust-lang/crates.io-index" 2292 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2293 - 2294 - [[package]] 2295 - name = "serde" 2296 - version = "1.0.203" 2297 - source = "registry+https://github.com/rust-lang/crates.io-index" 2298 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 2299 - dependencies = [ 2300 - "serde_derive", 2301 - ] 2302 - 2303 - [[package]] 2304 - name = "serde_bytes" 2305 - version = "0.11.15" 2306 - source = "registry+https://github.com/rust-lang/crates.io-index" 2307 - checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 2308 - dependencies = [ 2309 - "serde", 2310 - ] 2311 - 2312 - [[package]] 2313 - name = "serde_derive" 2314 - version = "1.0.203" 2315 - source = "registry+https://github.com/rust-lang/crates.io-index" 2316 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 2317 - dependencies = [ 2318 - "proc-macro2", 2319 - "quote", 2320 - "syn 2.0.68", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "serde_json" 2325 - version = "1.0.118" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" 2328 - dependencies = [ 2329 - "itoa", 2330 - "ryu", 2331 - "serde", 2332 - ] 2333 - 2334 - [[package]] 2335 - name = "serde_urlencoded" 2336 - version = "0.7.1" 2337 - source = "registry+https://github.com/rust-lang/crates.io-index" 2338 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2339 - dependencies = [ 2340 - "form_urlencoded", 2341 - "itoa", 2342 - "ryu", 2343 - "serde", 2344 - ] 2345 - 2346 - [[package]] 2347 - name = "sha1" 2348 - version = "0.10.6" 2349 - source = "registry+https://github.com/rust-lang/crates.io-index" 2350 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2351 - dependencies = [ 2352 - "cfg-if", 2353 - "cpufeatures", 2354 - "digest", 2355 - ] 2356 - 2357 - [[package]] 2358 - name = "sha2" 2359 - version = "0.10.8" 2360 - source = "registry+https://github.com/rust-lang/crates.io-index" 2361 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2362 - dependencies = [ 2363 - "cfg-if", 2364 - "cpufeatures", 2365 - "digest", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "sha3" 2370 - version = "0.10.8" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 2373 - dependencies = [ 2374 - "digest", 2375 - "keccak", 2376 - ] 2377 - 2378 - [[package]] 2379 - name = "sharded-slab" 2380 - version = "0.1.7" 2381 - source = "registry+https://github.com/rust-lang/crates.io-index" 2382 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2383 - dependencies = [ 2384 - "lazy_static", 2385 - ] 2386 - 2387 - [[package]] 2388 - name = "shlex" 2389 - version = "1.3.0" 2390 - source = "registry+https://github.com/rust-lang/crates.io-index" 2391 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2392 - 2393 - [[package]] 2394 - name = "signal-hook-registry" 2395 - version = "1.4.2" 2396 - source = "registry+https://github.com/rust-lang/crates.io-index" 2397 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2398 - dependencies = [ 2399 - "libc", 2400 - ] 2401 - 2402 - [[package]] 2403 - name = "signature" 2404 - version = "2.2.0" 2405 - source = "registry+https://github.com/rust-lang/crates.io-index" 2406 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2407 - dependencies = [ 2408 - "digest", 2409 - "rand_core", 2410 - ] 2411 - 2412 - [[package]] 2413 - name = "slab" 2414 - version = "0.4.9" 2415 - source = "registry+https://github.com/rust-lang/crates.io-index" 2416 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2417 - dependencies = [ 2418 - "autocfg", 2419 - ] 2420 - 2421 - [[package]] 2422 - name = "smallvec" 2423 - version = "1.13.2" 2424 - source = "registry+https://github.com/rust-lang/crates.io-index" 2425 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2426 - 2427 - [[package]] 2428 - name = "socket2" 2429 - version = "0.5.7" 2430 - source = "registry+https://github.com/rust-lang/crates.io-index" 2431 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2432 - dependencies = [ 2433 - "libc", 2434 - "windows-sys 0.52.0", 2435 - ] 2436 - 2437 - [[package]] 2438 - name = "spin" 2439 - version = "0.9.8" 2440 - source = "registry+https://github.com/rust-lang/crates.io-index" 2441 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2442 - dependencies = [ 2443 - "lock_api", 2444 - ] 2445 - 2446 - [[package]] 2447 - name = "spki" 2448 - version = "0.7.3" 2449 - source = "registry+https://github.com/rust-lang/crates.io-index" 2450 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2451 - dependencies = [ 2452 - "base64ct", 2453 - "der", 2454 - ] 2455 - 2456 - [[package]] 2457 - name = "sspi" 2458 - version = "0.10.1" 2459 - source = "git+https://github.com/Devolutions/sspi-rs?rev=d54bdfcafa0e10d9d78224ebacc4f2a0992a6b79#d54bdfcafa0e10d9d78224ebacc4f2a0992a6b79" 2460 - dependencies = [ 2461 - "async-dnssd", 2462 - "async-recursion", 2463 - "bitflags 2.6.0", 2464 - "byteorder", 2465 - "cfg-if", 2466 - "crypto-mac", 2467 - "futures", 2468 - "hmac", 2469 - "lazy_static", 2470 - "md-5", 2471 - "md4", 2472 - "num-bigint-dig", 2473 - "num-derive", 2474 - "num-traits", 2475 - "oid", 2476 - "picky", 2477 - "picky-asn1", 2478 - "picky-asn1-der", 2479 - "picky-asn1-x509", 2480 - "picky-krb", 2481 - "portpicker", 2482 - "rand", 2483 - "reqwest", 2484 - "serde", 2485 - "serde_derive", 2486 - "sha1", 2487 - "sha2", 2488 - "time", 2489 - "tokio", 2490 - "tracing", 2491 - "url", 2492 - "uuid", 2493 - "winapi", 2494 - "windows", 2495 - "windows-sys 0.48.0", 2496 - "winreg 0.51.0", 2497 - "zeroize", 2498 - ] 2499 - 2500 - [[package]] 2501 - name = "sspi" 2502 - version = "0.11.1" 2503 - source = "registry+https://github.com/rust-lang/crates.io-index" 2504 - checksum = "18d31fab47d9290be28a8d027c8428756826f1d4fe1e5ba0f51d24f52c568e21" 2505 - dependencies = [ 2506 - "async-dnssd", 2507 - "async-recursion", 2508 - "bitflags 2.6.0", 2509 - "byteorder", 2510 - "cfg-if", 2511 - "crypto-mac", 2512 - "futures", 2513 - "hmac", 2514 - "lazy_static", 2515 - "md-5", 2516 - "md4", 2517 - "num-bigint-dig", 2518 - "num-derive", 2519 - "num-traits", 2520 - "oid", 2521 - "picky", 2522 - "picky-asn1", 2523 - "picky-asn1-der", 2524 - "picky-asn1-x509", 2525 - "picky-krb", 2526 - "rand", 2527 - "serde", 2528 - "serde_derive", 2529 - "sha1", 2530 - "sha2", 2531 - "time", 2532 - "tokio", 2533 - "tracing", 2534 - "url", 2535 - "uuid", 2536 - "winapi", 2537 - "windows", 2538 - "windows-sys 0.48.0", 2539 - "winreg 0.51.0", 2540 - "zeroize", 2541 - ] 2542 - 2543 - [[package]] 2544 - name = "stable_deref_trait" 2545 - version = "1.2.0" 2546 - source = "registry+https://github.com/rust-lang/crates.io-index" 2547 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2548 - 2549 - [[package]] 2550 - name = "static_init" 2551 - version = "1.0.3" 2552 - source = "registry+https://github.com/rust-lang/crates.io-index" 2553 - checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" 2554 - dependencies = [ 2555 - "bitflags 1.3.2", 2556 - "cfg_aliases", 2557 - "libc", 2558 - "parking_lot 0.11.2", 2559 - "parking_lot_core 0.8.6", 2560 - "static_init_macro", 2561 - "winapi", 2562 - ] 2563 - 2564 - [[package]] 2565 - name = "static_init_macro" 2566 - version = "1.0.2" 2567 - source = "registry+https://github.com/rust-lang/crates.io-index" 2568 - checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" 2569 - dependencies = [ 2570 - "cfg_aliases", 2571 - "memchr", 2572 - "proc-macro2", 2573 - "quote", 2574 - "syn 1.0.109", 2575 - ] 2576 - 2577 - [[package]] 2578 - name = "strsim" 2579 - version = "0.10.0" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623" 2582 - 2583 - [[package]] 2584 - name = "subtle" 2585 - version = "2.4.1" 2586 - source = "registry+https://github.com/rust-lang/crates.io-index" 2587 - checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601" 2588 - 2589 - [[package]] 2590 - name = "syn" 2591 - version = "1.0.109" 2592 - source = "registry+https://github.com/rust-lang/crates.io-index" 2593 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2594 - dependencies = [ 2595 - "proc-macro2", 2596 - "quote", 2597 - "unicode-ident", 2598 - ] 2599 - 2600 - [[package]] 2601 - name = "syn" 2602 - version = "2.0.68" 2603 - source = "registry+https://github.com/rust-lang/crates.io-index" 2604 - checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" 2605 - dependencies = [ 2606 - "proc-macro2", 2607 - "quote", 2608 - "unicode-ident", 2609 - ] 2610 - 2611 - [[package]] 2612 - name = "sync_wrapper" 2613 - version = "0.1.2" 2614 - source = "registry+https://github.com/rust-lang/crates.io-index" 2615 - checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160" 2616 - 2617 - [[package]] 2618 - name = "synstructure" 2619 - version = "0.13.1" 2620 - source = "registry+https://github.com/rust-lang/crates.io-index" 2621 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 2622 - dependencies = [ 2623 - "proc-macro2", 2624 - "quote", 2625 - "syn 2.0.68", 2626 - ] 2627 - 2628 - [[package]] 2629 - name = "system-configuration" 2630 - version = "0.5.1" 2631 - source = "registry+https://github.com/rust-lang/crates.io-index" 2632 - checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7" 2633 - dependencies = [ 2634 - "bitflags 1.3.2", 2635 - "core-foundation", 2636 - "system-configuration-sys", 2637 - ] 2638 - 2639 - [[package]] 2640 - name = "system-configuration-sys" 2641 - version = "0.5.0" 2642 - source = "registry+https://github.com/rust-lang/crates.io-index" 2643 - checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9" 2644 - dependencies = [ 2645 - "core-foundation-sys", 2646 - "libc", 2647 - ] 2648 - 2649 - [[package]] 2650 - name = "tap" 2651 - version = "1.0.1" 2652 - source = "registry+https://github.com/rust-lang/crates.io-index" 2653 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 2654 - 2655 - [[package]] 2656 - name = "tempfile" 2657 - version = "3.10.1" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1" 2660 - dependencies = [ 2661 - "cfg-if", 2662 - "fastrand", 2663 - "rustix", 2664 - "windows-sys 0.52.0", 2665 - ] 2666 - 2667 - [[package]] 2668 - name = "termcolor" 2669 - version = "1.4.1" 2670 - source = "registry+https://github.com/rust-lang/crates.io-index" 2671 - checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" 2672 - dependencies = [ 2673 - "winapi-util", 2674 - ] 2675 - 2676 - [[package]] 2677 - name = "textwrap" 2678 - version = "0.16.1" 2679 - source = "registry+https://github.com/rust-lang/crates.io-index" 2680 - checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" 2681 - 2682 - [[package]] 2683 - name = "thiserror" 2684 - version = "1.0.61" 2685 - source = "registry+https://github.com/rust-lang/crates.io-index" 2686 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 2687 - dependencies = [ 2688 - "thiserror-impl", 2689 - ] 2690 - 2691 - [[package]] 2692 - name = "thiserror-impl" 2693 - version = "1.0.61" 2694 - source = "registry+https://github.com/rust-lang/crates.io-index" 2695 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 2696 - dependencies = [ 2697 - "proc-macro2", 2698 - "quote", 2699 - "syn 2.0.68", 2700 - ] 2701 - 2702 - [[package]] 2703 - name = "thread_local" 2704 - version = "1.1.8" 2705 - source = "registry+https://github.com/rust-lang/crates.io-index" 2706 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2707 - dependencies = [ 2708 - "cfg-if", 2709 - "once_cell", 2710 - ] 2711 - 2712 - [[package]] 2713 - name = "time" 2714 - version = "0.3.36" 2715 - source = "registry+https://github.com/rust-lang/crates.io-index" 2716 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2717 - dependencies = [ 2718 - "deranged", 2719 - "itoa", 2720 - "js-sys", 2721 - "num-conv", 2722 - "powerfmt", 2723 - "serde", 2724 - "time-core", 2725 - "time-macros", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "time-core" 2730 - version = "0.1.2" 2731 - source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2733 - 2734 - [[package]] 2735 - name = "time-macros" 2736 - version = "0.2.18" 2737 - source = "registry+https://github.com/rust-lang/crates.io-index" 2738 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2739 - dependencies = [ 2740 - "num-conv", 2741 - "time-core", 2742 - ] 2743 - 2744 - [[package]] 2745 - name = "tinyvec" 2746 - version = "1.6.1" 2747 - source = "registry+https://github.com/rust-lang/crates.io-index" 2748 - checksum = "c55115c6fbe2d2bef26eb09ad74bde02d8255476fc0c7b515ef09fbb35742d82" 2749 - dependencies = [ 2750 - "tinyvec_macros", 2751 - ] 2752 - 2753 - [[package]] 2754 - name = "tinyvec_macros" 2755 - version = "0.1.1" 2756 - source = "registry+https://github.com/rust-lang/crates.io-index" 2757 - checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2758 - 2759 - [[package]] 2760 - name = "tls_codec" 2761 - version = "0.4.1" 2762 - source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a" 2764 - dependencies = [ 2765 - "tls_codec_derive", 2766 - "zeroize", 2767 - ] 2768 - 2769 - [[package]] 2770 - name = "tls_codec_derive" 2771 - version = "0.4.1" 2772 - source = "registry+https://github.com/rust-lang/crates.io-index" 2773 - checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c" 2774 - dependencies = [ 2775 - "proc-macro2", 2776 - "quote", 2777 - "syn 2.0.68", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "tokio" 2782 - version = "1.38.0" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a" 2785 - dependencies = [ 2786 - "backtrace", 2787 - "bytes", 2788 - "libc", 2789 - "mio", 2790 - "num_cpus", 2791 - "parking_lot 0.12.3", 2792 - "pin-project-lite", 2793 - "signal-hook-registry", 2794 - "socket2", 2795 - "tokio-macros", 2796 - "windows-sys 0.48.0", 2797 - ] 2798 - 2799 - [[package]] 2800 - name = "tokio-boring" 2801 - version = "4.4.0" 2802 - source = "git+https://github.com/gravitational/boring?rev=605253d99d5e363e178bcf97e1d4622e33844cd5#605253d99d5e363e178bcf97e1d4622e33844cd5" 2803 - dependencies = [ 2804 - "boring", 2805 - "boring-sys", 2806 - "once_cell", 2807 - "tokio", 2808 - ] 2809 - 2810 - [[package]] 2811 - name = "tokio-macros" 2812 - version = "2.3.0" 2813 - source = "registry+https://github.com/rust-lang/crates.io-index" 2814 - checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a" 2815 - dependencies = [ 2816 - "proc-macro2", 2817 - "quote", 2818 - "syn 2.0.68", 2819 - ] 2820 - 2821 - [[package]] 2822 - name = "tokio-rustls" 2823 - version = "0.24.1" 2824 - source = "registry+https://github.com/rust-lang/crates.io-index" 2825 - checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081" 2826 - dependencies = [ 2827 - "rustls", 2828 - "tokio", 2829 - ] 2830 - 2831 - [[package]] 2832 - name = "tokio-util" 2833 - version = "0.7.11" 2834 - source = "registry+https://github.com/rust-lang/crates.io-index" 2835 - checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1" 2836 - dependencies = [ 2837 - "bytes", 2838 - "futures-core", 2839 - "futures-sink", 2840 - "pin-project-lite", 2841 - "tokio", 2842 - ] 2843 - 2844 - [[package]] 2845 - name = "toml" 2846 - version = "0.5.11" 2847 - source = "registry+https://github.com/rust-lang/crates.io-index" 2848 - checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 2849 - dependencies = [ 2850 - "serde", 2851 - ] 2852 - 2853 - [[package]] 2854 - name = "tower-service" 2855 - version = "0.3.2" 2856 - source = "registry+https://github.com/rust-lang/crates.io-index" 2857 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 2858 - 2859 - [[package]] 2860 - name = "tracing" 2861 - version = "0.1.40" 2862 - source = "registry+https://github.com/rust-lang/crates.io-index" 2863 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2864 - dependencies = [ 2865 - "log", 2866 - "pin-project-lite", 2867 - "tracing-attributes", 2868 - "tracing-core", 2869 - ] 2870 - 2871 - [[package]] 2872 - name = "tracing-attributes" 2873 - version = "0.1.27" 2874 - source = "registry+https://github.com/rust-lang/crates.io-index" 2875 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2876 - dependencies = [ 2877 - "proc-macro2", 2878 - "quote", 2879 - "syn 2.0.68", 2880 - ] 2881 - 2882 - [[package]] 2883 - name = "tracing-core" 2884 - version = "0.1.32" 2885 - source = "registry+https://github.com/rust-lang/crates.io-index" 2886 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2887 - dependencies = [ 2888 - "once_cell", 2889 - "valuable", 2890 - ] 2891 - 2892 - [[package]] 2893 - name = "tracing-log" 2894 - version = "0.2.0" 2895 - source = "registry+https://github.com/rust-lang/crates.io-index" 2896 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2897 - dependencies = [ 2898 - "log", 2899 - "once_cell", 2900 - "tracing-core", 2901 - ] 2902 - 2903 - [[package]] 2904 - name = "tracing-subscriber" 2905 - version = "0.3.18" 2906 - source = "registry+https://github.com/rust-lang/crates.io-index" 2907 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2908 - dependencies = [ 2909 - "nu-ansi-term", 2910 - "sharded-slab", 2911 - "smallvec", 2912 - "thread_local", 2913 - "time", 2914 - "tracing-core", 2915 - "tracing-log", 2916 - ] 2917 - 2918 - [[package]] 2919 - name = "tracing-web" 2920 - version = "0.1.3" 2921 - source = "registry+https://github.com/rust-lang/crates.io-index" 2922 - checksum = "b9e6a141feebd51f8d91ebfd785af50fca223c570b86852166caa3b141defe7c" 2923 - dependencies = [ 2924 - "js-sys", 2925 - "tracing-core", 2926 - "tracing-subscriber", 2927 - "wasm-bindgen", 2928 - "web-sys", 2929 - ] 2930 - 2931 - [[package]] 2932 - name = "try-lock" 2933 - version = "0.2.5" 2934 - source = "registry+https://github.com/rust-lang/crates.io-index" 2935 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2936 - 2937 - [[package]] 2938 - name = "typenum" 2939 - version = "1.17.0" 2940 - source = "registry+https://github.com/rust-lang/crates.io-index" 2941 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 2942 - 2943 - [[package]] 2944 - name = "unicode-bidi" 2945 - version = "0.3.15" 2946 - source = "registry+https://github.com/rust-lang/crates.io-index" 2947 - checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75" 2948 - 2949 - [[package]] 2950 - name = "unicode-ident" 2951 - version = "1.0.12" 2952 - source = "registry+https://github.com/rust-lang/crates.io-index" 2953 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 2954 - 2955 - [[package]] 2956 - name = "unicode-normalization" 2957 - version = "0.1.23" 2958 - source = "registry+https://github.com/rust-lang/crates.io-index" 2959 - checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 2960 - dependencies = [ 2961 - "tinyvec", 2962 - ] 2963 - 2964 - [[package]] 2965 - name = "untrusted" 2966 - version = "0.9.0" 2967 - source = "registry+https://github.com/rust-lang/crates.io-index" 2968 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2969 - 2970 - [[package]] 2971 - name = "url" 2972 - version = "2.5.2" 2973 - source = "registry+https://github.com/rust-lang/crates.io-index" 2974 - checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c" 2975 - dependencies = [ 2976 - "form_urlencoded", 2977 - "idna", 2978 - "percent-encoding", 2979 - ] 2980 - 2981 - [[package]] 2982 - name = "utf16string" 2983 - version = "0.2.0" 2984 - source = "registry+https://github.com/rust-lang/crates.io-index" 2985 - checksum = "0b62a1e85e12d5d712bf47a85f426b73d303e2d00a90de5f3004df3596e9d216" 2986 - dependencies = [ 2987 - "byteorder", 2988 - ] 2989 - 2990 - [[package]] 2991 - name = "uuid" 2992 - version = "1.9.1" 2993 - source = "registry+https://github.com/rust-lang/crates.io-index" 2994 - checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439" 2995 - dependencies = [ 2996 - "getrandom", 2997 - "serde", 2998 - ] 2999 - 3000 - [[package]] 3001 - name = "valuable" 3002 - version = "0.1.0" 3003 - source = "registry+https://github.com/rust-lang/crates.io-index" 3004 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3005 - 3006 - [[package]] 3007 - name = "version_check" 3008 - version = "0.9.4" 3009 - source = "registry+https://github.com/rust-lang/crates.io-index" 3010 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3011 - 3012 - [[package]] 3013 - name = "want" 3014 - version = "0.3.1" 3015 - source = "registry+https://github.com/rust-lang/crates.io-index" 3016 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3017 - dependencies = [ 3018 - "try-lock", 3019 - ] 3020 - 3021 - [[package]] 3022 - name = "wasi" 3023 - version = "0.11.0+wasi-snapshot-preview1" 3024 - source = "registry+https://github.com/rust-lang/crates.io-index" 3025 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3026 - 3027 - [[package]] 3028 - name = "wasm-bindgen" 3029 - version = "0.2.92" 3030 - source = "registry+https://github.com/rust-lang/crates.io-index" 3031 - checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8" 3032 - dependencies = [ 3033 - "cfg-if", 3034 - "wasm-bindgen-macro", 3035 - ] 3036 - 3037 - [[package]] 3038 - name = "wasm-bindgen-backend" 3039 - version = "0.2.92" 3040 - source = "registry+https://github.com/rust-lang/crates.io-index" 3041 - checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da" 3042 - dependencies = [ 3043 - "bumpalo", 3044 - "log", 3045 - "once_cell", 3046 - "proc-macro2", 3047 - "quote", 3048 - "syn 2.0.68", 3049 - "wasm-bindgen-shared", 3050 - ] 3051 - 3052 - [[package]] 3053 - name = "wasm-bindgen-futures" 3054 - version = "0.4.42" 3055 - source = "registry+https://github.com/rust-lang/crates.io-index" 3056 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3057 - dependencies = [ 3058 - "cfg-if", 3059 - "js-sys", 3060 - "wasm-bindgen", 3061 - "web-sys", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "wasm-bindgen-macro" 3066 - version = "0.2.92" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726" 3069 - dependencies = [ 3070 - "quote", 3071 - "wasm-bindgen-macro-support", 3072 - ] 3073 - 3074 - [[package]] 3075 - name = "wasm-bindgen-macro-support" 3076 - version = "0.2.92" 3077 - source = "registry+https://github.com/rust-lang/crates.io-index" 3078 - checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7" 3079 - dependencies = [ 3080 - "proc-macro2", 3081 - "quote", 3082 - "syn 2.0.68", 3083 - "wasm-bindgen-backend", 3084 - "wasm-bindgen-shared", 3085 - ] 3086 - 3087 - [[package]] 3088 - name = "wasm-bindgen-shared" 3089 - version = "0.2.92" 3090 - source = "registry+https://github.com/rust-lang/crates.io-index" 3091 - checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96" 3092 - 3093 - [[package]] 3094 - name = "web-sys" 3095 - version = "0.3.69" 3096 - source = "registry+https://github.com/rust-lang/crates.io-index" 3097 - checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef" 3098 - dependencies = [ 3099 - "js-sys", 3100 - "wasm-bindgen", 3101 - ] 3102 - 3103 - [[package]] 3104 - name = "webpki-roots" 3105 - version = "0.25.4" 3106 - source = "registry+https://github.com/rust-lang/crates.io-index" 3107 - checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1" 3108 - 3109 - [[package]] 3110 - name = "widestring" 3111 - version = "1.1.0" 3112 - source = "registry+https://github.com/rust-lang/crates.io-index" 3113 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 3114 - 3115 - [[package]] 3116 - name = "winapi" 3117 - version = "0.3.9" 3118 - source = "registry+https://github.com/rust-lang/crates.io-index" 3119 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3120 - dependencies = [ 3121 - "winapi-i686-pc-windows-gnu", 3122 - "winapi-x86_64-pc-windows-gnu", 3123 - ] 3124 - 3125 - [[package]] 3126 - name = "winapi-i686-pc-windows-gnu" 3127 - version = "0.4.0" 3128 - source = "registry+https://github.com/rust-lang/crates.io-index" 3129 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3130 - 3131 - [[package]] 3132 - name = "winapi-util" 3133 - version = "0.1.8" 3134 - source = "registry+https://github.com/rust-lang/crates.io-index" 3135 - checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b" 3136 - dependencies = [ 3137 - "windows-sys 0.52.0", 3138 - ] 3139 - 3140 - [[package]] 3141 - name = "winapi-x86_64-pc-windows-gnu" 3142 - version = "0.4.0" 3143 - source = "registry+https://github.com/rust-lang/crates.io-index" 3144 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3145 - 3146 - [[package]] 3147 - name = "windows" 3148 - version = "0.51.1" 3149 - source = "registry+https://github.com/rust-lang/crates.io-index" 3150 - checksum = "ca229916c5ee38c2f2bc1e9d8f04df975b4bd93f9955dc69fabb5d91270045c9" 3151 - dependencies = [ 3152 - "windows-core", 3153 - "windows-targets 0.48.5", 3154 - ] 3155 - 3156 - [[package]] 3157 - name = "windows-core" 3158 - version = "0.51.1" 3159 - source = "registry+https://github.com/rust-lang/crates.io-index" 3160 - checksum = "f1f8cf84f35d2db49a46868f947758c7a1138116f7fac3bc844f43ade1292e64" 3161 - dependencies = [ 3162 - "windows-targets 0.48.5", 3163 - ] 3164 - 3165 - [[package]] 3166 - name = "windows-sys" 3167 - version = "0.48.0" 3168 - source = "registry+https://github.com/rust-lang/crates.io-index" 3169 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3170 - dependencies = [ 3171 - "windows-targets 0.48.5", 3172 - ] 3173 - 3174 - [[package]] 3175 - name = "windows-sys" 3176 - version = "0.52.0" 3177 - source = "registry+https://github.com/rust-lang/crates.io-index" 3178 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3179 - dependencies = [ 3180 - "windows-targets 0.52.5", 3181 - ] 3182 - 3183 - [[package]] 3184 - name = "windows-targets" 3185 - version = "0.48.5" 3186 - source = "registry+https://github.com/rust-lang/crates.io-index" 3187 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3188 - dependencies = [ 3189 - "windows_aarch64_gnullvm 0.48.5", 3190 - "windows_aarch64_msvc 0.48.5", 3191 - "windows_i686_gnu 0.48.5", 3192 - "windows_i686_msvc 0.48.5", 3193 - "windows_x86_64_gnu 0.48.5", 3194 - "windows_x86_64_gnullvm 0.48.5", 3195 - "windows_x86_64_msvc 0.48.5", 3196 - ] 3197 - 3198 - [[package]] 3199 - name = "windows-targets" 3200 - version = "0.52.5" 3201 - source = "registry+https://github.com/rust-lang/crates.io-index" 3202 - checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb" 3203 - dependencies = [ 3204 - "windows_aarch64_gnullvm 0.52.5", 3205 - "windows_aarch64_msvc 0.52.5", 3206 - "windows_i686_gnu 0.52.5", 3207 - "windows_i686_gnullvm", 3208 - "windows_i686_msvc 0.52.5", 3209 - "windows_x86_64_gnu 0.52.5", 3210 - "windows_x86_64_gnullvm 0.52.5", 3211 - "windows_x86_64_msvc 0.52.5", 3212 - ] 3213 - 3214 - [[package]] 3215 - name = "windows_aarch64_gnullvm" 3216 - version = "0.48.5" 3217 - source = "registry+https://github.com/rust-lang/crates.io-index" 3218 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3219 - 3220 - [[package]] 3221 - name = "windows_aarch64_gnullvm" 3222 - version = "0.52.5" 3223 - source = "registry+https://github.com/rust-lang/crates.io-index" 3224 - checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263" 3225 - 3226 - [[package]] 3227 - name = "windows_aarch64_msvc" 3228 - version = "0.48.5" 3229 - source = "registry+https://github.com/rust-lang/crates.io-index" 3230 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3231 - 3232 - [[package]] 3233 - name = "windows_aarch64_msvc" 3234 - version = "0.52.5" 3235 - source = "registry+https://github.com/rust-lang/crates.io-index" 3236 - checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6" 3237 - 3238 - [[package]] 3239 - name = "windows_i686_gnu" 3240 - version = "0.48.5" 3241 - source = "registry+https://github.com/rust-lang/crates.io-index" 3242 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3243 - 3244 - [[package]] 3245 - name = "windows_i686_gnu" 3246 - version = "0.52.5" 3247 - source = "registry+https://github.com/rust-lang/crates.io-index" 3248 - checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670" 3249 - 3250 - [[package]] 3251 - name = "windows_i686_gnullvm" 3252 - version = "0.52.5" 3253 - source = "registry+https://github.com/rust-lang/crates.io-index" 3254 - checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9" 3255 - 3256 - [[package]] 3257 - name = "windows_i686_msvc" 3258 - version = "0.48.5" 3259 - source = "registry+https://github.com/rust-lang/crates.io-index" 3260 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3261 - 3262 - [[package]] 3263 - name = "windows_i686_msvc" 3264 - version = "0.52.5" 3265 - source = "registry+https://github.com/rust-lang/crates.io-index" 3266 - checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf" 3267 - 3268 - [[package]] 3269 - name = "windows_x86_64_gnu" 3270 - version = "0.48.5" 3271 - source = "registry+https://github.com/rust-lang/crates.io-index" 3272 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3273 - 3274 - [[package]] 3275 - name = "windows_x86_64_gnu" 3276 - version = "0.52.5" 3277 - source = "registry+https://github.com/rust-lang/crates.io-index" 3278 - checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9" 3279 - 3280 - [[package]] 3281 - name = "windows_x86_64_gnullvm" 3282 - version = "0.48.5" 3283 - source = "registry+https://github.com/rust-lang/crates.io-index" 3284 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3285 - 3286 - [[package]] 3287 - name = "windows_x86_64_gnullvm" 3288 - version = "0.52.5" 3289 - source = "registry+https://github.com/rust-lang/crates.io-index" 3290 - checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596" 3291 - 3292 - [[package]] 3293 - name = "windows_x86_64_msvc" 3294 - version = "0.48.5" 3295 - source = "registry+https://github.com/rust-lang/crates.io-index" 3296 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3297 - 3298 - [[package]] 3299 - name = "windows_x86_64_msvc" 3300 - version = "0.52.5" 3301 - source = "registry+https://github.com/rust-lang/crates.io-index" 3302 - checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0" 3303 - 3304 - [[package]] 3305 - name = "winreg" 3306 - version = "0.50.0" 3307 - source = "registry+https://github.com/rust-lang/crates.io-index" 3308 - checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 3309 - dependencies = [ 3310 - "cfg-if", 3311 - "windows-sys 0.48.0", 3312 - ] 3313 - 3314 - [[package]] 3315 - name = "winreg" 3316 - version = "0.51.0" 3317 - source = "registry+https://github.com/rust-lang/crates.io-index" 3318 - checksum = "937f3df7948156640f46aacef17a70db0de5917bda9c92b0f751f3a955b588fc" 3319 - dependencies = [ 3320 - "cfg-if", 3321 - "windows-sys 0.48.0", 3322 - ] 3323 - 3324 - [[package]] 3325 - name = "wyz" 3326 - version = "0.5.1" 3327 - source = "registry+https://github.com/rust-lang/crates.io-index" 3328 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3329 - dependencies = [ 3330 - "tap", 3331 - ] 3332 - 3333 - [[package]] 3334 - name = "x25519-dalek" 3335 - version = "2.0.1" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 3338 - dependencies = [ 3339 - "curve25519-dalek", 3340 - "rand_core", 3341 - "serde", 3342 - "zeroize", 3343 - ] 3344 - 3345 - [[package]] 3346 - name = "x509-cert" 3347 - version = "0.2.5" 3348 - source = "registry+https://github.com/rust-lang/crates.io-index" 3349 - checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" 3350 - dependencies = [ 3351 - "const-oid", 3352 - "der", 3353 - "spki", 3354 - "tls_codec", 3355 - ] 3356 - 3357 - [[package]] 3358 - name = "zeroize" 3359 - version = "1.8.1" 3360 - source = "registry+https://github.com/rust-lang/crates.io-index" 3361 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3362 - dependencies = [ 3363 - "zeroize_derive", 3364 - ] 3365 - 3366 - [[package]] 3367 - name = "zeroize_derive" 3368 - version = "1.4.2" 3369 - source = "registry+https://github.com/rust-lang/crates.io-index" 3370 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 3371 - dependencies = [ 3372 - "proc-macro2", 3373 - "quote", 3374 - "syn 2.0.68", 3375 - ]
+1 -8
pkgs/servers/teleport/15/default.nix
··· 6 6 hash = "sha256-LxMwCI/8otH32bRJvz9p1zWw4QzF/wrqeboZ6B3aw9o="; 7 7 vendorHash = "sha256-VG9b1M3zdtRXY3eCFC7izejSSs4nTjtR9/wOc36PFnA="; 8 8 yarnHash = "sha256-kmjY7KQfSzmlNS7ZK25YItZct/Tg7CWKfoRfubFBGlY="; 9 - cargoLock = { 10 - lockFile = ./Cargo.lock; 11 - outputHashes = { 12 - "boring-4.4.0" = "sha256-4wdl2kIA5oHQ0H6IddKQ+B5kRwrTeMbKe1+tAYZt2uw="; 13 - "ironrdp-async-0.1.0" = "sha256-nE5O/wRJ3vJqJG5zdYmpVkhx6JC6Yb92pR4EKSWSdkA="; 14 - "sspi-0.10.1" = "sha256-fkclC/plTh2d8zcmqthYmr5yXqbPTeFxI1VuaPX5vxk="; 15 - }; 16 - }; 9 + cargoHash = "sha256-IQi11Hpavj4pImwjxU6uoHQ+vjwc/++NuWXREcIKH3s="; 17 10 } 18 11 )
-3919
pkgs/servers/teleport/16/Cargo.lock
··· 1 - # This file is automatically @generated by Cargo. 2 - # It is not intended for manual editing. 3 - version = 3 4 - 5 - [[package]] 6 - name = "addr2line" 7 - version = "0.22.0" 8 - source = "registry+https://github.com/rust-lang/crates.io-index" 9 - checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678" 10 - dependencies = [ 11 - "gimli", 12 - ] 13 - 14 - [[package]] 15 - name = "adler" 16 - version = "1.0.2" 17 - source = "registry+https://github.com/rust-lang/crates.io-index" 18 - checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" 19 - 20 - [[package]] 21 - name = "aead" 22 - version = "0.5.2" 23 - source = "registry+https://github.com/rust-lang/crates.io-index" 24 - checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0" 25 - dependencies = [ 26 - "crypto-common", 27 - "generic-array", 28 - ] 29 - 30 - [[package]] 31 - name = "aes" 32 - version = "0.8.4" 33 - source = "registry+https://github.com/rust-lang/crates.io-index" 34 - checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0" 35 - dependencies = [ 36 - "cfg-if", 37 - "cipher", 38 - "cpufeatures", 39 - ] 40 - 41 - [[package]] 42 - name = "aes-gcm" 43 - version = "0.10.3" 44 - source = "registry+https://github.com/rust-lang/crates.io-index" 45 - checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1" 46 - dependencies = [ 47 - "aead", 48 - "aes", 49 - "cipher", 50 - "ctr", 51 - "ghash", 52 - "subtle", 53 - ] 54 - 55 - [[package]] 56 - name = "aes-kw" 57 - version = "0.2.1" 58 - source = "registry+https://github.com/rust-lang/crates.io-index" 59 - checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c" 60 - dependencies = [ 61 - "aes", 62 - ] 63 - 64 - [[package]] 65 - name = "aho-corasick" 66 - version = "1.1.3" 67 - source = "registry+https://github.com/rust-lang/crates.io-index" 68 - checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 69 - dependencies = [ 70 - "memchr", 71 - ] 72 - 73 - [[package]] 74 - name = "anstream" 75 - version = "0.6.14" 76 - source = "registry+https://github.com/rust-lang/crates.io-index" 77 - checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b" 78 - dependencies = [ 79 - "anstyle", 80 - "anstyle-parse", 81 - "anstyle-query", 82 - "anstyle-wincon", 83 - "colorchoice", 84 - "is_terminal_polyfill", 85 - "utf8parse", 86 - ] 87 - 88 - [[package]] 89 - name = "anstyle" 90 - version = "1.0.7" 91 - source = "registry+https://github.com/rust-lang/crates.io-index" 92 - checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b" 93 - 94 - [[package]] 95 - name = "anstyle-parse" 96 - version = "0.2.4" 97 - source = "registry+https://github.com/rust-lang/crates.io-index" 98 - checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4" 99 - dependencies = [ 100 - "utf8parse", 101 - ] 102 - 103 - [[package]] 104 - name = "anstyle-query" 105 - version = "1.1.0" 106 - source = "registry+https://github.com/rust-lang/crates.io-index" 107 - checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391" 108 - dependencies = [ 109 - "windows-sys 0.52.0", 110 - ] 111 - 112 - [[package]] 113 - name = "anstyle-wincon" 114 - version = "3.0.3" 115 - source = "registry+https://github.com/rust-lang/crates.io-index" 116 - checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19" 117 - dependencies = [ 118 - "anstyle", 119 - "windows-sys 0.52.0", 120 - ] 121 - 122 - [[package]] 123 - name = "asn1-rs" 124 - version = "0.6.1" 125 - source = "registry+https://github.com/rust-lang/crates.io-index" 126 - checksum = "22ad1373757efa0f70ec53939aabc7152e1591cb485208052993070ac8d2429d" 127 - dependencies = [ 128 - "asn1-rs-derive", 129 - "asn1-rs-impl", 130 - "displaydoc", 131 - "nom", 132 - "num-traits", 133 - "rusticata-macros", 134 - "thiserror", 135 - ] 136 - 137 - [[package]] 138 - name = "asn1-rs-derive" 139 - version = "0.5.0" 140 - source = "registry+https://github.com/rust-lang/crates.io-index" 141 - checksum = "7378575ff571966e99a744addeff0bff98b8ada0dedf1956d59e634db95eaac1" 142 - dependencies = [ 143 - "proc-macro2", 144 - "quote", 145 - "syn 2.0.68", 146 - "synstructure", 147 - ] 148 - 149 - [[package]] 150 - name = "asn1-rs-impl" 151 - version = "0.2.0" 152 - source = "registry+https://github.com/rust-lang/crates.io-index" 153 - checksum = "7b18050c2cd6fe86c3a76584ef5e0baf286d038cda203eb6223df2cc413565f7" 154 - dependencies = [ 155 - "proc-macro2", 156 - "quote", 157 - "syn 2.0.68", 158 - ] 159 - 160 - [[package]] 161 - name = "async-dnssd" 162 - version = "0.5.0" 163 - source = "registry+https://github.com/rust-lang/crates.io-index" 164 - checksum = "98efc05996cc8d660e88841fcffb75aa71be5339c9ae559a8c8016c048420b82" 165 - dependencies = [ 166 - "bitflags 1.3.2", 167 - "futures-channel", 168 - "futures-core", 169 - "futures-executor", 170 - "futures-util", 171 - "libc", 172 - "log", 173 - "pin-utils", 174 - "pkg-config", 175 - "tokio", 176 - "winapi", 177 - ] 178 - 179 - [[package]] 180 - name = "async-recursion" 181 - version = "1.1.1" 182 - source = "registry+https://github.com/rust-lang/crates.io-index" 183 - checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11" 184 - dependencies = [ 185 - "proc-macro2", 186 - "quote", 187 - "syn 2.0.68", 188 - ] 189 - 190 - [[package]] 191 - name = "atomic-polyfill" 192 - version = "1.0.3" 193 - source = "registry+https://github.com/rust-lang/crates.io-index" 194 - checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 195 - dependencies = [ 196 - "critical-section", 197 - ] 198 - 199 - [[package]] 200 - name = "autocfg" 201 - version = "1.3.0" 202 - source = "registry+https://github.com/rust-lang/crates.io-index" 203 - checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 204 - 205 - [[package]] 206 - name = "aws-lc-rs" 207 - version = "1.9.0" 208 - source = "registry+https://github.com/rust-lang/crates.io-index" 209 - checksum = "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070" 210 - dependencies = [ 211 - "aws-lc-sys", 212 - "mirai-annotations", 213 - "paste", 214 - "zeroize", 215 - ] 216 - 217 - [[package]] 218 - name = "aws-lc-sys" 219 - version = "0.21.2" 220 - source = "registry+https://github.com/rust-lang/crates.io-index" 221 - checksum = "b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62" 222 - dependencies = [ 223 - "bindgen 0.69.4", 224 - "cc", 225 - "cmake", 226 - "dunce", 227 - "fs_extra", 228 - "libc", 229 - "paste", 230 - ] 231 - 232 - [[package]] 233 - name = "backtrace" 234 - version = "0.3.73" 235 - source = "registry+https://github.com/rust-lang/crates.io-index" 236 - checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a" 237 - dependencies = [ 238 - "addr2line", 239 - "cc", 240 - "cfg-if", 241 - "libc", 242 - "miniz_oxide", 243 - "object", 244 - "rustc-demangle", 245 - ] 246 - 247 - [[package]] 248 - name = "base16ct" 249 - version = "0.2.0" 250 - source = "registry+https://github.com/rust-lang/crates.io-index" 251 - checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 252 - 253 - [[package]] 254 - name = "base64" 255 - version = "0.22.1" 256 - source = "registry+https://github.com/rust-lang/crates.io-index" 257 - checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 258 - 259 - [[package]] 260 - name = "base64ct" 261 - version = "1.6.0" 262 - source = "registry+https://github.com/rust-lang/crates.io-index" 263 - checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b" 264 - 265 - [[package]] 266 - name = "bindgen" 267 - version = "0.68.1" 268 - source = "registry+https://github.com/rust-lang/crates.io-index" 269 - checksum = "726e4313eb6ec35d2730258ad4e15b547ee75d6afaa1361a922e78e59b7d8078" 270 - dependencies = [ 271 - "bitflags 2.6.0", 272 - "cexpr", 273 - "clang-sys", 274 - "lazy_static", 275 - "lazycell", 276 - "peeking_take_while", 277 - "proc-macro2", 278 - "quote", 279 - "regex", 280 - "rustc-hash", 281 - "shlex", 282 - "syn 2.0.68", 283 - ] 284 - 285 - [[package]] 286 - name = "bindgen" 287 - version = "0.69.4" 288 - source = "registry+https://github.com/rust-lang/crates.io-index" 289 - checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0" 290 - dependencies = [ 291 - "bitflags 2.6.0", 292 - "cexpr", 293 - "clang-sys", 294 - "itertools", 295 - "lazy_static", 296 - "lazycell", 297 - "log", 298 - "prettyplease", 299 - "proc-macro2", 300 - "quote", 301 - "regex", 302 - "rustc-hash", 303 - "shlex", 304 - "syn 2.0.68", 305 - "which", 306 - ] 307 - 308 - [[package]] 309 - name = "bit_field" 310 - version = "0.10.2" 311 - source = "registry+https://github.com/rust-lang/crates.io-index" 312 - checksum = "dc827186963e592360843fb5ba4b973e145841266c1357f7180c43526f2e5b61" 313 - 314 - [[package]] 315 - name = "bitflags" 316 - version = "1.3.2" 317 - source = "registry+https://github.com/rust-lang/crates.io-index" 318 - checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 319 - 320 - [[package]] 321 - name = "bitflags" 322 - version = "2.6.0" 323 - source = "registry+https://github.com/rust-lang/crates.io-index" 324 - checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 325 - 326 - [[package]] 327 - name = "bitvec" 328 - version = "1.0.1" 329 - source = "registry+https://github.com/rust-lang/crates.io-index" 330 - checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c" 331 - dependencies = [ 332 - "funty", 333 - "radium", 334 - "tap", 335 - "wyz", 336 - ] 337 - 338 - [[package]] 339 - name = "block-buffer" 340 - version = "0.10.4" 341 - source = "registry+https://github.com/rust-lang/crates.io-index" 342 - checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 343 - dependencies = [ 344 - "generic-array", 345 - ] 346 - 347 - [[package]] 348 - name = "block-padding" 349 - version = "0.3.3" 350 - source = "registry+https://github.com/rust-lang/crates.io-index" 351 - checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93" 352 - dependencies = [ 353 - "generic-array", 354 - ] 355 - 356 - [[package]] 357 - name = "boring" 358 - version = "4.7.0" 359 - source = "git+https://github.com/gravitational/boring?rev=99897308abb5976ea05625b8314c24b16eebb01b#99897308abb5976ea05625b8314c24b16eebb01b" 360 - dependencies = [ 361 - "bitflags 2.6.0", 362 - "boring-sys", 363 - "foreign-types", 364 - "libc", 365 - "once_cell", 366 - ] 367 - 368 - [[package]] 369 - name = "boring-sys" 370 - version = "4.7.0" 371 - source = "git+https://github.com/gravitational/boring?rev=99897308abb5976ea05625b8314c24b16eebb01b#99897308abb5976ea05625b8314c24b16eebb01b" 372 - dependencies = [ 373 - "bindgen 0.68.1", 374 - "cmake", 375 - "fs_extra", 376 - "fslock", 377 - ] 378 - 379 - [[package]] 380 - name = "bumpalo" 381 - version = "3.16.0" 382 - source = "registry+https://github.com/rust-lang/crates.io-index" 383 - checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 384 - 385 - [[package]] 386 - name = "byteorder" 387 - version = "1.5.0" 388 - source = "registry+https://github.com/rust-lang/crates.io-index" 389 - checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 390 - 391 - [[package]] 392 - name = "bytes" 393 - version = "1.9.0" 394 - source = "registry+https://github.com/rust-lang/crates.io-index" 395 - checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b" 396 - 397 - [[package]] 398 - name = "cbc" 399 - version = "0.1.2" 400 - source = "registry+https://github.com/rust-lang/crates.io-index" 401 - checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6" 402 - dependencies = [ 403 - "cipher", 404 - ] 405 - 406 - [[package]] 407 - name = "cbindgen" 408 - version = "0.27.0" 409 - source = "registry+https://github.com/rust-lang/crates.io-index" 410 - checksum = "3fce8dd7fcfcbf3a0a87d8f515194b49d6135acab73e18bd380d1d93bb1a15eb" 411 - dependencies = [ 412 - "clap", 413 - "heck", 414 - "indexmap", 415 - "log", 416 - "proc-macro2", 417 - "quote", 418 - "serde", 419 - "serde_json", 420 - "syn 2.0.68", 421 - "tempfile", 422 - "toml", 423 - ] 424 - 425 - [[package]] 426 - name = "cc" 427 - version = "1.0.101" 428 - source = "registry+https://github.com/rust-lang/crates.io-index" 429 - checksum = "ac367972e516d45567c7eafc73d24e1c193dcf200a8d94e9db7b3d38b349572d" 430 - dependencies = [ 431 - "jobserver", 432 - "libc", 433 - "once_cell", 434 - ] 435 - 436 - [[package]] 437 - name = "cexpr" 438 - version = "0.6.0" 439 - source = "registry+https://github.com/rust-lang/crates.io-index" 440 - checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 441 - dependencies = [ 442 - "nom", 443 - ] 444 - 445 - [[package]] 446 - name = "cfg-if" 447 - version = "1.0.0" 448 - source = "registry+https://github.com/rust-lang/crates.io-index" 449 - checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 450 - 451 - [[package]] 452 - name = "cfg_aliases" 453 - version = "0.1.1" 454 - source = "registry+https://github.com/rust-lang/crates.io-index" 455 - checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e" 456 - 457 - [[package]] 458 - name = "cipher" 459 - version = "0.4.4" 460 - source = "registry+https://github.com/rust-lang/crates.io-index" 461 - checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad" 462 - dependencies = [ 463 - "crypto-common", 464 - "inout", 465 - ] 466 - 467 - [[package]] 468 - name = "clang-sys" 469 - version = "1.8.1" 470 - source = "registry+https://github.com/rust-lang/crates.io-index" 471 - checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 472 - dependencies = [ 473 - "glob", 474 - "libc", 475 - "libloading", 476 - ] 477 - 478 - [[package]] 479 - name = "clap" 480 - version = "4.5.13" 481 - source = "registry+https://github.com/rust-lang/crates.io-index" 482 - checksum = "0fbb260a053428790f3de475e304ff84cdbc4face759ea7a3e64c1edd938a7fc" 483 - dependencies = [ 484 - "clap_builder", 485 - ] 486 - 487 - [[package]] 488 - name = "clap_builder" 489 - version = "4.5.13" 490 - source = "registry+https://github.com/rust-lang/crates.io-index" 491 - checksum = "64b17d7ea74e9f833c7dbf2cbe4fb12ff26783eda4782a8975b72f895c9b4d99" 492 - dependencies = [ 493 - "anstream", 494 - "anstyle", 495 - "clap_lex", 496 - "strsim", 497 - ] 498 - 499 - [[package]] 500 - name = "clap_lex" 501 - version = "0.7.2" 502 - source = "registry+https://github.com/rust-lang/crates.io-index" 503 - checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 504 - 505 - [[package]] 506 - name = "cmake" 507 - version = "0.1.50" 508 - source = "registry+https://github.com/rust-lang/crates.io-index" 509 - checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130" 510 - dependencies = [ 511 - "cc", 512 - ] 513 - 514 - [[package]] 515 - name = "colorchoice" 516 - version = "1.0.1" 517 - source = "registry+https://github.com/rust-lang/crates.io-index" 518 - checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422" 519 - 520 - [[package]] 521 - name = "console_error_panic_hook" 522 - version = "0.1.7" 523 - source = "registry+https://github.com/rust-lang/crates.io-index" 524 - checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 525 - dependencies = [ 526 - "cfg-if", 527 - "wasm-bindgen", 528 - ] 529 - 530 - [[package]] 531 - name = "const-oid" 532 - version = "0.9.6" 533 - source = "registry+https://github.com/rust-lang/crates.io-index" 534 - checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 535 - 536 - [[package]] 537 - name = "core-foundation" 538 - version = "0.9.4" 539 - source = "registry+https://github.com/rust-lang/crates.io-index" 540 - checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 541 - dependencies = [ 542 - "core-foundation-sys", 543 - "libc", 544 - ] 545 - 546 - [[package]] 547 - name = "core-foundation-sys" 548 - version = "0.8.6" 549 - source = "registry+https://github.com/rust-lang/crates.io-index" 550 - checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f" 551 - 552 - [[package]] 553 - name = "cpufeatures" 554 - version = "0.2.12" 555 - source = "registry+https://github.com/rust-lang/crates.io-index" 556 - checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504" 557 - dependencies = [ 558 - "libc", 559 - ] 560 - 561 - [[package]] 562 - name = "critical-section" 563 - version = "1.1.2" 564 - source = "registry+https://github.com/rust-lang/crates.io-index" 565 - checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216" 566 - 567 - [[package]] 568 - name = "crypto" 569 - version = "0.5.1" 570 - source = "registry+https://github.com/rust-lang/crates.io-index" 571 - checksum = "bf1e6e5492f8f0830c37f301f6349e0dac8b2466e4fe89eef90e9eef906cd046" 572 - dependencies = [ 573 - "crypto-common", 574 - ] 575 - 576 - [[package]] 577 - name = "crypto-bigint" 578 - version = "0.5.5" 579 - source = "registry+https://github.com/rust-lang/crates.io-index" 580 - checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 581 - dependencies = [ 582 - "generic-array", 583 - "rand_core", 584 - "subtle", 585 - "zeroize", 586 - ] 587 - 588 - [[package]] 589 - name = "crypto-common" 590 - version = "0.1.6" 591 - source = "registry+https://github.com/rust-lang/crates.io-index" 592 - checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 593 - dependencies = [ 594 - "generic-array", 595 - "rand_core", 596 - "typenum", 597 - ] 598 - 599 - [[package]] 600 - name = "crypto-mac" 601 - version = "0.11.0" 602 - source = "registry+https://github.com/rust-lang/crates.io-index" 603 - checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e" 604 - dependencies = [ 605 - "generic-array", 606 - "subtle", 607 - ] 608 - 609 - [[package]] 610 - name = "ctr" 611 - version = "0.9.2" 612 - source = "registry+https://github.com/rust-lang/crates.io-index" 613 - checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835" 614 - dependencies = [ 615 - "cipher", 616 - ] 617 - 618 - [[package]] 619 - name = "curve25519-dalek" 620 - version = "4.1.3" 621 - source = "registry+https://github.com/rust-lang/crates.io-index" 622 - checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 623 - dependencies = [ 624 - "cfg-if", 625 - "cpufeatures", 626 - "curve25519-dalek-derive", 627 - "digest", 628 - "fiat-crypto", 629 - "rustc_version", 630 - "subtle", 631 - "zeroize", 632 - ] 633 - 634 - [[package]] 635 - name = "curve25519-dalek-derive" 636 - version = "0.1.1" 637 - source = "registry+https://github.com/rust-lang/crates.io-index" 638 - checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 639 - dependencies = [ 640 - "proc-macro2", 641 - "quote", 642 - "syn 2.0.68", 643 - ] 644 - 645 - [[package]] 646 - name = "delog" 647 - version = "0.1.7" 648 - source = "registry+https://github.com/rust-lang/crates.io-index" 649 - checksum = "af2b93368262340c9d4441251b824500d1b641a50957ecf4219a2cc41b9eac8f" 650 - dependencies = [ 651 - "log", 652 - ] 653 - 654 - [[package]] 655 - name = "der" 656 - version = "0.7.9" 657 - source = "registry+https://github.com/rust-lang/crates.io-index" 658 - checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0" 659 - dependencies = [ 660 - "const-oid", 661 - "der_derive", 662 - "flagset", 663 - "pem-rfc7468", 664 - "zeroize", 665 - ] 666 - 667 - [[package]] 668 - name = "der-parser" 669 - version = "9.0.0" 670 - source = "registry+https://github.com/rust-lang/crates.io-index" 671 - checksum = "5cd0a5c643689626bec213c4d8bd4d96acc8ffdb4ad4bb6bc16abf27d5f4b553" 672 - dependencies = [ 673 - "asn1-rs", 674 - "displaydoc", 675 - "nom", 676 - "num-traits", 677 - "rusticata-macros", 678 - ] 679 - 680 - [[package]] 681 - name = "der_derive" 682 - version = "0.7.2" 683 - source = "registry+https://github.com/rust-lang/crates.io-index" 684 - checksum = "5fe87ce4529967e0ba1dcf8450bab64d97dfd5010a6256187ffe2e43e6f0e049" 685 - dependencies = [ 686 - "proc-macro2", 687 - "quote", 688 - "syn 2.0.68", 689 - ] 690 - 691 - [[package]] 692 - name = "deranged" 693 - version = "0.3.11" 694 - source = "registry+https://github.com/rust-lang/crates.io-index" 695 - checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 696 - dependencies = [ 697 - "powerfmt", 698 - ] 699 - 700 - [[package]] 701 - name = "des" 702 - version = "0.8.1" 703 - source = "registry+https://github.com/rust-lang/crates.io-index" 704 - checksum = "ffdd80ce8ce993de27e9f063a444a4d53ce8e8db4c1f00cc03af5ad5a9867a1e" 705 - dependencies = [ 706 - "cipher", 707 - ] 708 - 709 - [[package]] 710 - name = "digest" 711 - version = "0.10.7" 712 - source = "registry+https://github.com/rust-lang/crates.io-index" 713 - checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 714 - dependencies = [ 715 - "block-buffer", 716 - "const-oid", 717 - "crypto-common", 718 - "subtle", 719 - ] 720 - 721 - [[package]] 722 - name = "displaydoc" 723 - version = "0.2.5" 724 - source = "registry+https://github.com/rust-lang/crates.io-index" 725 - checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 726 - dependencies = [ 727 - "proc-macro2", 728 - "quote", 729 - "syn 2.0.68", 730 - ] 731 - 732 - [[package]] 733 - name = "dunce" 734 - version = "1.0.5" 735 - source = "registry+https://github.com/rust-lang/crates.io-index" 736 - checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 737 - 738 - [[package]] 739 - name = "ecdsa" 740 - version = "0.16.9" 741 - source = "registry+https://github.com/rust-lang/crates.io-index" 742 - checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 743 - dependencies = [ 744 - "der", 745 - "digest", 746 - "elliptic-curve", 747 - "rfc6979", 748 - "signature", 749 - "spki", 750 - ] 751 - 752 - [[package]] 753 - name = "ed25519" 754 - version = "2.2.3" 755 - source = "registry+https://github.com/rust-lang/crates.io-index" 756 - checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 757 - dependencies = [ 758 - "pkcs8", 759 - "signature", 760 - ] 761 - 762 - [[package]] 763 - name = "ed25519-dalek" 764 - version = "2.1.1" 765 - source = "registry+https://github.com/rust-lang/crates.io-index" 766 - checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871" 767 - dependencies = [ 768 - "curve25519-dalek", 769 - "ed25519", 770 - "rand_core", 771 - "serde", 772 - "sha2", 773 - "subtle", 774 - "zeroize", 775 - ] 776 - 777 - [[package]] 778 - name = "either" 779 - version = "1.13.0" 780 - source = "registry+https://github.com/rust-lang/crates.io-index" 781 - checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 782 - 783 - [[package]] 784 - name = "elliptic-curve" 785 - version = "0.13.8" 786 - source = "registry+https://github.com/rust-lang/crates.io-index" 787 - checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 788 - dependencies = [ 789 - "base16ct", 790 - "crypto-bigint", 791 - "digest", 792 - "ff", 793 - "generic-array", 794 - "group", 795 - "hkdf", 796 - "pem-rfc7468", 797 - "pkcs8", 798 - "rand_core", 799 - "sec1", 800 - "subtle", 801 - "zeroize", 802 - ] 803 - 804 - [[package]] 805 - name = "env_filter" 806 - version = "0.1.0" 807 - source = "registry+https://github.com/rust-lang/crates.io-index" 808 - checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea" 809 - dependencies = [ 810 - "log", 811 - "regex", 812 - ] 813 - 814 - [[package]] 815 - name = "env_logger" 816 - version = "0.11.5" 817 - source = "registry+https://github.com/rust-lang/crates.io-index" 818 - checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d" 819 - dependencies = [ 820 - "anstream", 821 - "anstyle", 822 - "env_filter", 823 - "humantime", 824 - "log", 825 - ] 826 - 827 - [[package]] 828 - name = "equivalent" 829 - version = "1.0.1" 830 - source = "registry+https://github.com/rust-lang/crates.io-index" 831 - checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 832 - 833 - [[package]] 834 - name = "errno" 835 - version = "0.3.10" 836 - source = "registry+https://github.com/rust-lang/crates.io-index" 837 - checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d" 838 - dependencies = [ 839 - "libc", 840 - "windows-sys 0.59.0", 841 - ] 842 - 843 - [[package]] 844 - name = "fastrand" 845 - version = "2.1.1" 846 - source = "registry+https://github.com/rust-lang/crates.io-index" 847 - checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 848 - 849 - [[package]] 850 - name = "ff" 851 - version = "0.13.0" 852 - source = "registry+https://github.com/rust-lang/crates.io-index" 853 - checksum = "ded41244b729663b1e574f1b4fb731469f69f79c17667b5d776b16cda0479449" 854 - dependencies = [ 855 - "rand_core", 856 - "subtle", 857 - ] 858 - 859 - [[package]] 860 - name = "fiat-crypto" 861 - version = "0.2.9" 862 - source = "registry+https://github.com/rust-lang/crates.io-index" 863 - checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 864 - 865 - [[package]] 866 - name = "flagset" 867 - version = "0.4.5" 868 - source = "registry+https://github.com/rust-lang/crates.io-index" 869 - checksum = "cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1" 870 - 871 - [[package]] 872 - name = "fnv" 873 - version = "1.0.7" 874 - source = "registry+https://github.com/rust-lang/crates.io-index" 875 - checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 876 - 877 - [[package]] 878 - name = "foreign-types" 879 - version = "0.5.0" 880 - source = "registry+https://github.com/rust-lang/crates.io-index" 881 - checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965" 882 - dependencies = [ 883 - "foreign-types-macros", 884 - "foreign-types-shared", 885 - ] 886 - 887 - [[package]] 888 - name = "foreign-types-macros" 889 - version = "0.2.3" 890 - source = "registry+https://github.com/rust-lang/crates.io-index" 891 - checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742" 892 - dependencies = [ 893 - "proc-macro2", 894 - "quote", 895 - "syn 2.0.68", 896 - ] 897 - 898 - [[package]] 899 - name = "foreign-types-shared" 900 - version = "0.3.1" 901 - source = "registry+https://github.com/rust-lang/crates.io-index" 902 - checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b" 903 - 904 - [[package]] 905 - name = "form_urlencoded" 906 - version = "1.2.1" 907 - source = "registry+https://github.com/rust-lang/crates.io-index" 908 - checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456" 909 - dependencies = [ 910 - "percent-encoding", 911 - ] 912 - 913 - [[package]] 914 - name = "fs_extra" 915 - version = "1.3.0" 916 - source = "registry+https://github.com/rust-lang/crates.io-index" 917 - checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 918 - 919 - [[package]] 920 - name = "fslock" 921 - version = "0.2.1" 922 - source = "registry+https://github.com/rust-lang/crates.io-index" 923 - checksum = "04412b8935272e3a9bae6f48c7bfff74c2911f60525404edfdd28e49884c3bfb" 924 - dependencies = [ 925 - "libc", 926 - "winapi", 927 - ] 928 - 929 - [[package]] 930 - name = "funty" 931 - version = "2.0.0" 932 - source = "registry+https://github.com/rust-lang/crates.io-index" 933 - checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c" 934 - 935 - [[package]] 936 - name = "futures" 937 - version = "0.3.30" 938 - source = "registry+https://github.com/rust-lang/crates.io-index" 939 - checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0" 940 - dependencies = [ 941 - "futures-channel", 942 - "futures-core", 943 - "futures-executor", 944 - "futures-io", 945 - "futures-sink", 946 - "futures-task", 947 - "futures-util", 948 - ] 949 - 950 - [[package]] 951 - name = "futures-channel" 952 - version = "0.3.30" 953 - source = "registry+https://github.com/rust-lang/crates.io-index" 954 - checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78" 955 - dependencies = [ 956 - "futures-core", 957 - "futures-sink", 958 - ] 959 - 960 - [[package]] 961 - name = "futures-core" 962 - version = "0.3.30" 963 - source = "registry+https://github.com/rust-lang/crates.io-index" 964 - checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d" 965 - 966 - [[package]] 967 - name = "futures-executor" 968 - version = "0.3.30" 969 - source = "registry+https://github.com/rust-lang/crates.io-index" 970 - checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d" 971 - dependencies = [ 972 - "futures-core", 973 - "futures-task", 974 - "futures-util", 975 - ] 976 - 977 - [[package]] 978 - name = "futures-io" 979 - version = "0.3.30" 980 - source = "registry+https://github.com/rust-lang/crates.io-index" 981 - checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1" 982 - 983 - [[package]] 984 - name = "futures-macro" 985 - version = "0.3.30" 986 - source = "registry+https://github.com/rust-lang/crates.io-index" 987 - checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac" 988 - dependencies = [ 989 - "proc-macro2", 990 - "quote", 991 - "syn 2.0.68", 992 - ] 993 - 994 - [[package]] 995 - name = "futures-sink" 996 - version = "0.3.30" 997 - source = "registry+https://github.com/rust-lang/crates.io-index" 998 - checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5" 999 - 1000 - [[package]] 1001 - name = "futures-task" 1002 - version = "0.3.30" 1003 - source = "registry+https://github.com/rust-lang/crates.io-index" 1004 - checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004" 1005 - 1006 - [[package]] 1007 - name = "futures-util" 1008 - version = "0.3.30" 1009 - source = "registry+https://github.com/rust-lang/crates.io-index" 1010 - checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48" 1011 - dependencies = [ 1012 - "futures-channel", 1013 - "futures-core", 1014 - "futures-io", 1015 - "futures-macro", 1016 - "futures-sink", 1017 - "futures-task", 1018 - "memchr", 1019 - "pin-project-lite", 1020 - "pin-utils", 1021 - "slab", 1022 - ] 1023 - 1024 - [[package]] 1025 - name = "generic-array" 1026 - version = "0.14.7" 1027 - source = "registry+https://github.com/rust-lang/crates.io-index" 1028 - checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1029 - dependencies = [ 1030 - "typenum", 1031 - "version_check", 1032 - "zeroize", 1033 - ] 1034 - 1035 - [[package]] 1036 - name = "getrandom" 1037 - version = "0.2.15" 1038 - source = "registry+https://github.com/rust-lang/crates.io-index" 1039 - checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 1040 - dependencies = [ 1041 - "cfg-if", 1042 - "js-sys", 1043 - "libc", 1044 - "wasi", 1045 - "wasm-bindgen", 1046 - ] 1047 - 1048 - [[package]] 1049 - name = "ghash" 1050 - version = "0.5.1" 1051 - source = "registry+https://github.com/rust-lang/crates.io-index" 1052 - checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1" 1053 - dependencies = [ 1054 - "opaque-debug", 1055 - "polyval", 1056 - ] 1057 - 1058 - [[package]] 1059 - name = "gimli" 1060 - version = "0.29.0" 1061 - source = "registry+https://github.com/rust-lang/crates.io-index" 1062 - checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd" 1063 - 1064 - [[package]] 1065 - name = "glob" 1066 - version = "0.3.1" 1067 - source = "registry+https://github.com/rust-lang/crates.io-index" 1068 - checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 1069 - 1070 - [[package]] 1071 - name = "group" 1072 - version = "0.13.0" 1073 - source = "registry+https://github.com/rust-lang/crates.io-index" 1074 - checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1075 - dependencies = [ 1076 - "ff", 1077 - "rand_core", 1078 - "subtle", 1079 - ] 1080 - 1081 - [[package]] 1082 - name = "hash32" 1083 - version = "0.2.1" 1084 - source = "registry+https://github.com/rust-lang/crates.io-index" 1085 - checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1086 - dependencies = [ 1087 - "byteorder", 1088 - ] 1089 - 1090 - [[package]] 1091 - name = "hashbrown" 1092 - version = "0.14.5" 1093 - source = "registry+https://github.com/rust-lang/crates.io-index" 1094 - checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1095 - 1096 - [[package]] 1097 - name = "heapless" 1098 - version = "0.7.17" 1099 - source = "registry+https://github.com/rust-lang/crates.io-index" 1100 - checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1101 - dependencies = [ 1102 - "atomic-polyfill", 1103 - "hash32", 1104 - "rustc_version", 1105 - "spin", 1106 - "stable_deref_trait", 1107 - ] 1108 - 1109 - [[package]] 1110 - name = "heck" 1111 - version = "0.4.1" 1112 - source = "registry+https://github.com/rust-lang/crates.io-index" 1113 - checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1114 - 1115 - [[package]] 1116 - name = "hermit-abi" 1117 - version = "0.3.9" 1118 - source = "registry+https://github.com/rust-lang/crates.io-index" 1119 - checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 1120 - 1121 - [[package]] 1122 - name = "hex" 1123 - version = "0.4.3" 1124 - source = "registry+https://github.com/rust-lang/crates.io-index" 1125 - checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1126 - 1127 - [[package]] 1128 - name = "hkdf" 1129 - version = "0.12.4" 1130 - source = "registry+https://github.com/rust-lang/crates.io-index" 1131 - checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1132 - dependencies = [ 1133 - "hmac", 1134 - ] 1135 - 1136 - [[package]] 1137 - name = "hmac" 1138 - version = "0.12.1" 1139 - source = "registry+https://github.com/rust-lang/crates.io-index" 1140 - checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1141 - dependencies = [ 1142 - "digest", 1143 - ] 1144 - 1145 - [[package]] 1146 - name = "home" 1147 - version = "0.5.9" 1148 - source = "registry+https://github.com/rust-lang/crates.io-index" 1149 - checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5" 1150 - dependencies = [ 1151 - "windows-sys 0.52.0", 1152 - ] 1153 - 1154 - [[package]] 1155 - name = "http" 1156 - version = "1.1.0" 1157 - source = "registry+https://github.com/rust-lang/crates.io-index" 1158 - checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 1159 - dependencies = [ 1160 - "bytes", 1161 - "fnv", 1162 - "itoa", 1163 - ] 1164 - 1165 - [[package]] 1166 - name = "http-body" 1167 - version = "1.0.1" 1168 - source = "registry+https://github.com/rust-lang/crates.io-index" 1169 - checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1170 - dependencies = [ 1171 - "bytes", 1172 - "http", 1173 - ] 1174 - 1175 - [[package]] 1176 - name = "http-body-util" 1177 - version = "0.1.2" 1178 - source = "registry+https://github.com/rust-lang/crates.io-index" 1179 - checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 1180 - dependencies = [ 1181 - "bytes", 1182 - "futures-util", 1183 - "http", 1184 - "http-body", 1185 - "pin-project-lite", 1186 - ] 1187 - 1188 - [[package]] 1189 - name = "httparse" 1190 - version = "1.9.4" 1191 - source = "registry+https://github.com/rust-lang/crates.io-index" 1192 - checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9" 1193 - 1194 - [[package]] 1195 - name = "humantime" 1196 - version = "2.1.0" 1197 - source = "registry+https://github.com/rust-lang/crates.io-index" 1198 - checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4" 1199 - 1200 - [[package]] 1201 - name = "hyper" 1202 - version = "1.4.1" 1203 - source = "registry+https://github.com/rust-lang/crates.io-index" 1204 - checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05" 1205 - dependencies = [ 1206 - "bytes", 1207 - "futures-channel", 1208 - "futures-util", 1209 - "http", 1210 - "http-body", 1211 - "httparse", 1212 - "itoa", 1213 - "pin-project-lite", 1214 - "smallvec", 1215 - "tokio", 1216 - "want", 1217 - ] 1218 - 1219 - [[package]] 1220 - name = "hyper-rustls" 1221 - version = "0.27.2" 1222 - source = "registry+https://github.com/rust-lang/crates.io-index" 1223 - checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155" 1224 - dependencies = [ 1225 - "futures-util", 1226 - "http", 1227 - "hyper", 1228 - "hyper-util", 1229 - "rustls", 1230 - "rustls-pki-types", 1231 - "tokio", 1232 - "tokio-rustls", 1233 - "tower-service", 1234 - ] 1235 - 1236 - [[package]] 1237 - name = "hyper-util" 1238 - version = "0.1.7" 1239 - source = "registry+https://github.com/rust-lang/crates.io-index" 1240 - checksum = "cde7055719c54e36e95e8719f95883f22072a48ede39db7fc17a4e1d5281e9b9" 1241 - dependencies = [ 1242 - "bytes", 1243 - "futures-channel", 1244 - "futures-util", 1245 - "http", 1246 - "http-body", 1247 - "hyper", 1248 - "pin-project-lite", 1249 - "socket2", 1250 - "tokio", 1251 - "tower", 1252 - "tower-service", 1253 - "tracing", 1254 - ] 1255 - 1256 - [[package]] 1257 - name = "icu_collections" 1258 - version = "1.5.0" 1259 - source = "registry+https://github.com/rust-lang/crates.io-index" 1260 - checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" 1261 - dependencies = [ 1262 - "displaydoc", 1263 - "yoke", 1264 - "zerofrom", 1265 - "zerovec", 1266 - ] 1267 - 1268 - [[package]] 1269 - name = "icu_locid" 1270 - version = "1.5.0" 1271 - source = "registry+https://github.com/rust-lang/crates.io-index" 1272 - checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" 1273 - dependencies = [ 1274 - "displaydoc", 1275 - "litemap", 1276 - "tinystr", 1277 - "writeable", 1278 - "zerovec", 1279 - ] 1280 - 1281 - [[package]] 1282 - name = "icu_locid_transform" 1283 - version = "1.5.0" 1284 - source = "registry+https://github.com/rust-lang/crates.io-index" 1285 - checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e" 1286 - dependencies = [ 1287 - "displaydoc", 1288 - "icu_locid", 1289 - "icu_locid_transform_data", 1290 - "icu_provider", 1291 - "tinystr", 1292 - "zerovec", 1293 - ] 1294 - 1295 - [[package]] 1296 - name = "icu_locid_transform_data" 1297 - version = "1.5.0" 1298 - source = "registry+https://github.com/rust-lang/crates.io-index" 1299 - checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e" 1300 - 1301 - [[package]] 1302 - name = "icu_normalizer" 1303 - version = "1.5.0" 1304 - source = "registry+https://github.com/rust-lang/crates.io-index" 1305 - checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f" 1306 - dependencies = [ 1307 - "displaydoc", 1308 - "icu_collections", 1309 - "icu_normalizer_data", 1310 - "icu_properties", 1311 - "icu_provider", 1312 - "smallvec", 1313 - "utf16_iter", 1314 - "utf8_iter", 1315 - "write16", 1316 - "zerovec", 1317 - ] 1318 - 1319 - [[package]] 1320 - name = "icu_normalizer_data" 1321 - version = "1.5.0" 1322 - source = "registry+https://github.com/rust-lang/crates.io-index" 1323 - checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516" 1324 - 1325 - [[package]] 1326 - name = "icu_properties" 1327 - version = "1.5.1" 1328 - source = "registry+https://github.com/rust-lang/crates.io-index" 1329 - checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" 1330 - dependencies = [ 1331 - "displaydoc", 1332 - "icu_collections", 1333 - "icu_locid_transform", 1334 - "icu_properties_data", 1335 - "icu_provider", 1336 - "tinystr", 1337 - "zerovec", 1338 - ] 1339 - 1340 - [[package]] 1341 - name = "icu_properties_data" 1342 - version = "1.5.0" 1343 - source = "registry+https://github.com/rust-lang/crates.io-index" 1344 - checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569" 1345 - 1346 - [[package]] 1347 - name = "icu_provider" 1348 - version = "1.5.0" 1349 - source = "registry+https://github.com/rust-lang/crates.io-index" 1350 - checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9" 1351 - dependencies = [ 1352 - "displaydoc", 1353 - "icu_locid", 1354 - "icu_provider_macros", 1355 - "stable_deref_trait", 1356 - "tinystr", 1357 - "writeable", 1358 - "yoke", 1359 - "zerofrom", 1360 - "zerovec", 1361 - ] 1362 - 1363 - [[package]] 1364 - name = "icu_provider_macros" 1365 - version = "1.5.0" 1366 - source = "registry+https://github.com/rust-lang/crates.io-index" 1367 - checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" 1368 - dependencies = [ 1369 - "proc-macro2", 1370 - "quote", 1371 - "syn 2.0.68", 1372 - ] 1373 - 1374 - [[package]] 1375 - name = "idna" 1376 - version = "1.0.3" 1377 - source = "registry+https://github.com/rust-lang/crates.io-index" 1378 - checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" 1379 - dependencies = [ 1380 - "idna_adapter", 1381 - "smallvec", 1382 - "utf8_iter", 1383 - ] 1384 - 1385 - [[package]] 1386 - name = "idna_adapter" 1387 - version = "1.2.0" 1388 - source = "registry+https://github.com/rust-lang/crates.io-index" 1389 - checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" 1390 - dependencies = [ 1391 - "icu_normalizer", 1392 - "icu_properties", 1393 - ] 1394 - 1395 - [[package]] 1396 - name = "indexmap" 1397 - version = "2.2.6" 1398 - source = "registry+https://github.com/rust-lang/crates.io-index" 1399 - checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26" 1400 - dependencies = [ 1401 - "equivalent", 1402 - "hashbrown", 1403 - ] 1404 - 1405 - [[package]] 1406 - name = "inout" 1407 - version = "0.1.3" 1408 - source = "registry+https://github.com/rust-lang/crates.io-index" 1409 - checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5" 1410 - dependencies = [ 1411 - "block-padding", 1412 - "generic-array", 1413 - ] 1414 - 1415 - [[package]] 1416 - name = "instant" 1417 - version = "0.1.13" 1418 - source = "registry+https://github.com/rust-lang/crates.io-index" 1419 - checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" 1420 - dependencies = [ 1421 - "cfg-if", 1422 - ] 1423 - 1424 - [[package]] 1425 - name = "ipnet" 1426 - version = "2.9.0" 1427 - source = "registry+https://github.com/rust-lang/crates.io-index" 1428 - checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3" 1429 - 1430 - [[package]] 1431 - name = "ironrdp" 1432 - version = "0.1.0" 1433 - dependencies = [ 1434 - "console_error_panic_hook", 1435 - "getrandom", 1436 - "ironrdp-core", 1437 - "ironrdp-graphics", 1438 - "ironrdp-pdu", 1439 - "ironrdp-session", 1440 - "js-sys", 1441 - "log", 1442 - "time", 1443 - "tracing", 1444 - "tracing-subscriber", 1445 - "tracing-web", 1446 - "wasm-bindgen", 1447 - "web-sys", 1448 - ] 1449 - 1450 - [[package]] 1451 - name = "ironrdp-async" 1452 - version = "0.2.0" 1453 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1454 - dependencies = [ 1455 - "bytes", 1456 - "ironrdp-connector", 1457 - "ironrdp-core", 1458 - "ironrdp-pdu", 1459 - "tracing", 1460 - ] 1461 - 1462 - [[package]] 1463 - name = "ironrdp-cliprdr" 1464 - version = "0.1.0" 1465 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1466 - dependencies = [ 1467 - "bitflags 2.6.0", 1468 - "ironrdp-core", 1469 - "ironrdp-pdu", 1470 - "ironrdp-svc", 1471 - "thiserror", 1472 - "tracing", 1473 - ] 1474 - 1475 - [[package]] 1476 - name = "ironrdp-connector" 1477 - version = "0.2.1" 1478 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1479 - dependencies = [ 1480 - "ironrdp-core", 1481 - "ironrdp-error", 1482 - "ironrdp-pdu", 1483 - "ironrdp-svc", 1484 - "picky", 1485 - "picky-asn1-der", 1486 - "picky-asn1-x509", 1487 - "rand_core", 1488 - "sspi", 1489 - "tracing", 1490 - "url", 1491 - ] 1492 - 1493 - [[package]] 1494 - name = "ironrdp-core" 1495 - version = "0.1.1" 1496 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1497 - dependencies = [ 1498 - "ironrdp-error", 1499 - ] 1500 - 1501 - [[package]] 1502 - name = "ironrdp-displaycontrol" 1503 - version = "0.1.0" 1504 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1505 - dependencies = [ 1506 - "ironrdp-core", 1507 - "ironrdp-dvc", 1508 - "ironrdp-pdu", 1509 - "ironrdp-svc", 1510 - "tracing", 1511 - ] 1512 - 1513 - [[package]] 1514 - name = "ironrdp-dvc" 1515 - version = "0.1.0" 1516 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1517 - dependencies = [ 1518 - "ironrdp-core", 1519 - "ironrdp-pdu", 1520 - "ironrdp-svc", 1521 - "slab", 1522 - "tracing", 1523 - ] 1524 - 1525 - [[package]] 1526 - name = "ironrdp-error" 1527 - version = "0.1.0" 1528 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1529 - 1530 - [[package]] 1531 - name = "ironrdp-graphics" 1532 - version = "0.1.0" 1533 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1534 - dependencies = [ 1535 - "bit_field", 1536 - "bitflags 2.6.0", 1537 - "bitvec", 1538 - "byteorder", 1539 - "ironrdp-core", 1540 - "ironrdp-pdu", 1541 - "lazy_static", 1542 - "num-derive", 1543 - "num-traits", 1544 - "thiserror", 1545 - ] 1546 - 1547 - [[package]] 1548 - name = "ironrdp-pdu" 1549 - version = "0.1.1" 1550 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1551 - dependencies = [ 1552 - "bit_field", 1553 - "bitflags 2.6.0", 1554 - "byteorder", 1555 - "der-parser", 1556 - "ironrdp-core", 1557 - "ironrdp-error", 1558 - "md-5", 1559 - "num-bigint", 1560 - "num-derive", 1561 - "num-integer", 1562 - "num-traits", 1563 - "pkcs1", 1564 - "sha1", 1565 - "tap", 1566 - "thiserror", 1567 - "x509-cert", 1568 - ] 1569 - 1570 - [[package]] 1571 - name = "ironrdp-rdpdr" 1572 - version = "0.1.0" 1573 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1574 - dependencies = [ 1575 - "bitflags 2.6.0", 1576 - "ironrdp-core", 1577 - "ironrdp-error", 1578 - "ironrdp-pdu", 1579 - "ironrdp-svc", 1580 - "tracing", 1581 - ] 1582 - 1583 - [[package]] 1584 - name = "ironrdp-rdpsnd" 1585 - version = "0.1.0" 1586 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1587 - dependencies = [ 1588 - "bitflags 2.6.0", 1589 - "ironrdp-core", 1590 - "ironrdp-pdu", 1591 - "ironrdp-svc", 1592 - "tracing", 1593 - ] 1594 - 1595 - [[package]] 1596 - name = "ironrdp-session" 1597 - version = "0.2.0" 1598 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1599 - dependencies = [ 1600 - "ironrdp-connector", 1601 - "ironrdp-core", 1602 - "ironrdp-displaycontrol", 1603 - "ironrdp-dvc", 1604 - "ironrdp-error", 1605 - "ironrdp-graphics", 1606 - "ironrdp-pdu", 1607 - "ironrdp-svc", 1608 - "tracing", 1609 - ] 1610 - 1611 - [[package]] 1612 - name = "ironrdp-svc" 1613 - version = "0.1.1" 1614 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1615 - dependencies = [ 1616 - "bitflags 2.6.0", 1617 - "ironrdp-core", 1618 - "ironrdp-pdu", 1619 - ] 1620 - 1621 - [[package]] 1622 - name = "ironrdp-tls" 1623 - version = "0.1.0" 1624 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1625 - dependencies = [ 1626 - "tokio", 1627 - "tokio-rustls", 1628 - "x509-cert", 1629 - ] 1630 - 1631 - [[package]] 1632 - name = "ironrdp-tokio" 1633 - version = "0.2.0" 1634 - source = "git+https://github.com/Devolutions/IronRDP?rev=2f57fd2de320f58fe240d88a83519255ba94cb73#2f57fd2de320f58fe240d88a83519255ba94cb73" 1635 - dependencies = [ 1636 - "bytes", 1637 - "ironrdp-async", 1638 - "tokio", 1639 - ] 1640 - 1641 - [[package]] 1642 - name = "is_terminal_polyfill" 1643 - version = "1.70.0" 1644 - source = "registry+https://github.com/rust-lang/crates.io-index" 1645 - checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800" 1646 - 1647 - [[package]] 1648 - name = "iso7816" 1649 - version = "0.1.3" 1650 - source = "registry+https://github.com/rust-lang/crates.io-index" 1651 - checksum = "c75f5d3f2d959c5d37b382ed9b5a32d0a0e6112ab6ac9eb8fce82359db6f2367" 1652 - dependencies = [ 1653 - "delog", 1654 - "heapless", 1655 - ] 1656 - 1657 - [[package]] 1658 - name = "iso7816-tlv" 1659 - version = "0.4.4" 1660 - source = "registry+https://github.com/rust-lang/crates.io-index" 1661 - checksum = "7660d28d24a831d690228a275d544654a30f3b167a8e491cf31af5fe5058b546" 1662 - dependencies = [ 1663 - "untrusted", 1664 - ] 1665 - 1666 - [[package]] 1667 - name = "itertools" 1668 - version = "0.12.1" 1669 - source = "registry+https://github.com/rust-lang/crates.io-index" 1670 - checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569" 1671 - dependencies = [ 1672 - "either", 1673 - ] 1674 - 1675 - [[package]] 1676 - name = "itoa" 1677 - version = "1.0.11" 1678 - source = "registry+https://github.com/rust-lang/crates.io-index" 1679 - checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1680 - 1681 - [[package]] 1682 - name = "jobserver" 1683 - version = "0.1.32" 1684 - source = "registry+https://github.com/rust-lang/crates.io-index" 1685 - checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0" 1686 - dependencies = [ 1687 - "libc", 1688 - ] 1689 - 1690 - [[package]] 1691 - name = "js-sys" 1692 - version = "0.3.72" 1693 - source = "registry+https://github.com/rust-lang/crates.io-index" 1694 - checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 1695 - dependencies = [ 1696 - "wasm-bindgen", 1697 - ] 1698 - 1699 - [[package]] 1700 - name = "keccak" 1701 - version = "0.1.5" 1702 - source = "registry+https://github.com/rust-lang/crates.io-index" 1703 - checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654" 1704 - dependencies = [ 1705 - "cpufeatures", 1706 - ] 1707 - 1708 - [[package]] 1709 - name = "lazy_static" 1710 - version = "1.5.0" 1711 - source = "registry+https://github.com/rust-lang/crates.io-index" 1712 - checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1713 - dependencies = [ 1714 - "spin", 1715 - ] 1716 - 1717 - [[package]] 1718 - name = "lazycell" 1719 - version = "1.3.0" 1720 - source = "registry+https://github.com/rust-lang/crates.io-index" 1721 - checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55" 1722 - 1723 - [[package]] 1724 - name = "libc" 1725 - version = "0.2.168" 1726 - source = "registry+https://github.com/rust-lang/crates.io-index" 1727 - checksum = "5aaeb2981e0606ca11d79718f8bb01164f1d6ed75080182d3abf017e6d244b6d" 1728 - 1729 - [[package]] 1730 - name = "libloading" 1731 - version = "0.8.4" 1732 - source = "registry+https://github.com/rust-lang/crates.io-index" 1733 - checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d" 1734 - dependencies = [ 1735 - "cfg-if", 1736 - "windows-targets 0.52.6", 1737 - ] 1738 - 1739 - [[package]] 1740 - name = "libm" 1741 - version = "0.2.8" 1742 - source = "registry+https://github.com/rust-lang/crates.io-index" 1743 - checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 1744 - 1745 - [[package]] 1746 - name = "linux-raw-sys" 1747 - version = "0.4.14" 1748 - source = "registry+https://github.com/rust-lang/crates.io-index" 1749 - checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1750 - 1751 - [[package]] 1752 - name = "litemap" 1753 - version = "0.7.4" 1754 - source = "registry+https://github.com/rust-lang/crates.io-index" 1755 - checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104" 1756 - 1757 - [[package]] 1758 - name = "lock_api" 1759 - version = "0.4.12" 1760 - source = "registry+https://github.com/rust-lang/crates.io-index" 1761 - checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1762 - dependencies = [ 1763 - "autocfg", 1764 - "scopeguard", 1765 - ] 1766 - 1767 - [[package]] 1768 - name = "log" 1769 - version = "0.4.22" 1770 - source = "registry+https://github.com/rust-lang/crates.io-index" 1771 - checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1772 - 1773 - [[package]] 1774 - name = "md-5" 1775 - version = "0.10.6" 1776 - source = "registry+https://github.com/rust-lang/crates.io-index" 1777 - checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1778 - dependencies = [ 1779 - "cfg-if", 1780 - "digest", 1781 - ] 1782 - 1783 - [[package]] 1784 - name = "md4" 1785 - version = "0.10.2" 1786 - source = "registry+https://github.com/rust-lang/crates.io-index" 1787 - checksum = "7da5ac363534dce5fabf69949225e174fbf111a498bf0ff794c8ea1fba9f3dda" 1788 - dependencies = [ 1789 - "digest", 1790 - ] 1791 - 1792 - [[package]] 1793 - name = "memchr" 1794 - version = "2.7.4" 1795 - source = "registry+https://github.com/rust-lang/crates.io-index" 1796 - checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1797 - 1798 - [[package]] 1799 - name = "mime" 1800 - version = "0.3.17" 1801 - source = "registry+https://github.com/rust-lang/crates.io-index" 1802 - checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1803 - 1804 - [[package]] 1805 - name = "minimal-lexical" 1806 - version = "0.2.1" 1807 - source = "registry+https://github.com/rust-lang/crates.io-index" 1808 - checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1809 - 1810 - [[package]] 1811 - name = "miniz_oxide" 1812 - version = "0.7.4" 1813 - source = "registry+https://github.com/rust-lang/crates.io-index" 1814 - checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" 1815 - dependencies = [ 1816 - "adler", 1817 - ] 1818 - 1819 - [[package]] 1820 - name = "mio" 1821 - version = "1.0.1" 1822 - source = "registry+https://github.com/rust-lang/crates.io-index" 1823 - checksum = "4569e456d394deccd22ce1c1913e6ea0e54519f577285001215d33557431afe4" 1824 - dependencies = [ 1825 - "hermit-abi", 1826 - "libc", 1827 - "wasi", 1828 - "windows-sys 0.52.0", 1829 - ] 1830 - 1831 - [[package]] 1832 - name = "mirai-annotations" 1833 - version = "1.12.0" 1834 - source = "registry+https://github.com/rust-lang/crates.io-index" 1835 - checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1" 1836 - 1837 - [[package]] 1838 - name = "nom" 1839 - version = "7.1.3" 1840 - source = "registry+https://github.com/rust-lang/crates.io-index" 1841 - checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 1842 - dependencies = [ 1843 - "memchr", 1844 - "minimal-lexical", 1845 - ] 1846 - 1847 - [[package]] 1848 - name = "nu-ansi-term" 1849 - version = "0.46.0" 1850 - source = "registry+https://github.com/rust-lang/crates.io-index" 1851 - checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1852 - dependencies = [ 1853 - "overload", 1854 - "winapi", 1855 - ] 1856 - 1857 - [[package]] 1858 - name = "num-bigint" 1859 - version = "0.4.5" 1860 - source = "registry+https://github.com/rust-lang/crates.io-index" 1861 - checksum = "c165a9ab64cf766f73521c0dd2cfdff64f488b8f0b3e621face3462d3db536d7" 1862 - dependencies = [ 1863 - "num-integer", 1864 - "num-traits", 1865 - ] 1866 - 1867 - [[package]] 1868 - name = "num-bigint-dig" 1869 - version = "0.8.4" 1870 - source = "registry+https://github.com/rust-lang/crates.io-index" 1871 - checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1872 - dependencies = [ 1873 - "byteorder", 1874 - "lazy_static", 1875 - "libm", 1876 - "num-integer", 1877 - "num-iter", 1878 - "num-traits", 1879 - "rand", 1880 - "serde", 1881 - "smallvec", 1882 - "zeroize", 1883 - ] 1884 - 1885 - [[package]] 1886 - name = "num-conv" 1887 - version = "0.1.0" 1888 - source = "registry+https://github.com/rust-lang/crates.io-index" 1889 - checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1890 - 1891 - [[package]] 1892 - name = "num-derive" 1893 - version = "0.4.2" 1894 - source = "registry+https://github.com/rust-lang/crates.io-index" 1895 - checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 1896 - dependencies = [ 1897 - "proc-macro2", 1898 - "quote", 1899 - "syn 2.0.68", 1900 - ] 1901 - 1902 - [[package]] 1903 - name = "num-integer" 1904 - version = "0.1.46" 1905 - source = "registry+https://github.com/rust-lang/crates.io-index" 1906 - checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1907 - dependencies = [ 1908 - "num-traits", 1909 - ] 1910 - 1911 - [[package]] 1912 - name = "num-iter" 1913 - version = "0.1.45" 1914 - source = "registry+https://github.com/rust-lang/crates.io-index" 1915 - checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1916 - dependencies = [ 1917 - "autocfg", 1918 - "num-integer", 1919 - "num-traits", 1920 - ] 1921 - 1922 - [[package]] 1923 - name = "num-traits" 1924 - version = "0.2.19" 1925 - source = "registry+https://github.com/rust-lang/crates.io-index" 1926 - checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1927 - dependencies = [ 1928 - "autocfg", 1929 - "libm", 1930 - ] 1931 - 1932 - [[package]] 1933 - name = "object" 1934 - version = "0.36.0" 1935 - source = "registry+https://github.com/rust-lang/crates.io-index" 1936 - checksum = "576dfe1fc8f9df304abb159d767a29d0476f7750fbf8aa7ad07816004a207434" 1937 - dependencies = [ 1938 - "memchr", 1939 - ] 1940 - 1941 - [[package]] 1942 - name = "oid" 1943 - version = "0.2.1" 1944 - source = "registry+https://github.com/rust-lang/crates.io-index" 1945 - checksum = "9c19903c598813dba001b53beeae59bb77ad4892c5c1b9b3500ce4293a0d06c2" 1946 - dependencies = [ 1947 - "serde", 1948 - ] 1949 - 1950 - [[package]] 1951 - name = "once_cell" 1952 - version = "1.19.0" 1953 - source = "registry+https://github.com/rust-lang/crates.io-index" 1954 - checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 1955 - 1956 - [[package]] 1957 - name = "opaque-debug" 1958 - version = "0.3.1" 1959 - source = "registry+https://github.com/rust-lang/crates.io-index" 1960 - checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381" 1961 - 1962 - [[package]] 1963 - name = "openssl-probe" 1964 - version = "0.1.5" 1965 - source = "registry+https://github.com/rust-lang/crates.io-index" 1966 - checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1967 - 1968 - [[package]] 1969 - name = "overload" 1970 - version = "0.1.1" 1971 - source = "registry+https://github.com/rust-lang/crates.io-index" 1972 - checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1973 - 1974 - [[package]] 1975 - name = "p256" 1976 - version = "0.13.2" 1977 - source = "registry+https://github.com/rust-lang/crates.io-index" 1978 - checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1979 - dependencies = [ 1980 - "ecdsa", 1981 - "elliptic-curve", 1982 - "primeorder", 1983 - "sha2", 1984 - ] 1985 - 1986 - [[package]] 1987 - name = "p384" 1988 - version = "0.13.0" 1989 - source = "registry+https://github.com/rust-lang/crates.io-index" 1990 - checksum = "70786f51bcc69f6a4c0360e063a4cac5419ef7c5cd5b3c99ad70f3be5ba79209" 1991 - dependencies = [ 1992 - "ecdsa", 1993 - "elliptic-curve", 1994 - "primeorder", 1995 - "sha2", 1996 - ] 1997 - 1998 - [[package]] 1999 - name = "p521" 2000 - version = "0.13.3" 2001 - source = "registry+https://github.com/rust-lang/crates.io-index" 2002 - checksum = "0fc9e2161f1f215afdfce23677034ae137bbd45016a880c2eb3ba8eb95f085b2" 2003 - dependencies = [ 2004 - "base16ct", 2005 - "ecdsa", 2006 - "elliptic-curve", 2007 - "primeorder", 2008 - "rand_core", 2009 - "sha2", 2010 - ] 2011 - 2012 - [[package]] 2013 - name = "parking_lot" 2014 - version = "0.11.2" 2015 - source = "registry+https://github.com/rust-lang/crates.io-index" 2016 - checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99" 2017 - dependencies = [ 2018 - "instant", 2019 - "lock_api", 2020 - "parking_lot_core 0.8.6", 2021 - ] 2022 - 2023 - [[package]] 2024 - name = "parking_lot" 2025 - version = "0.12.3" 2026 - source = "registry+https://github.com/rust-lang/crates.io-index" 2027 - checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 2028 - dependencies = [ 2029 - "lock_api", 2030 - "parking_lot_core 0.9.10", 2031 - ] 2032 - 2033 - [[package]] 2034 - name = "parking_lot_core" 2035 - version = "0.8.6" 2036 - source = "registry+https://github.com/rust-lang/crates.io-index" 2037 - checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc" 2038 - dependencies = [ 2039 - "cfg-if", 2040 - "instant", 2041 - "libc", 2042 - "redox_syscall 0.2.16", 2043 - "smallvec", 2044 - "winapi", 2045 - ] 2046 - 2047 - [[package]] 2048 - name = "parking_lot_core" 2049 - version = "0.9.10" 2050 - source = "registry+https://github.com/rust-lang/crates.io-index" 2051 - checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 2052 - dependencies = [ 2053 - "cfg-if", 2054 - "libc", 2055 - "redox_syscall 0.5.2", 2056 - "smallvec", 2057 - "windows-targets 0.52.6", 2058 - ] 2059 - 2060 - [[package]] 2061 - name = "paste" 2062 - version = "1.0.15" 2063 - source = "registry+https://github.com/rust-lang/crates.io-index" 2064 - checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2065 - 2066 - [[package]] 2067 - name = "pbkdf2" 2068 - version = "0.12.2" 2069 - source = "registry+https://github.com/rust-lang/crates.io-index" 2070 - checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2" 2071 - dependencies = [ 2072 - "digest", 2073 - "hmac", 2074 - "sha1", 2075 - ] 2076 - 2077 - [[package]] 2078 - name = "peeking_take_while" 2079 - version = "0.1.2" 2080 - source = "registry+https://github.com/rust-lang/crates.io-index" 2081 - checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" 2082 - 2083 - [[package]] 2084 - name = "pem-rfc7468" 2085 - version = "0.7.0" 2086 - source = "registry+https://github.com/rust-lang/crates.io-index" 2087 - checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2088 - dependencies = [ 2089 - "base64ct", 2090 - ] 2091 - 2092 - [[package]] 2093 - name = "percent-encoding" 2094 - version = "2.3.1" 2095 - source = "registry+https://github.com/rust-lang/crates.io-index" 2096 - checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 2097 - 2098 - [[package]] 2099 - name = "picky" 2100 - version = "7.0.0-rc.11" 2101 - source = "registry+https://github.com/rust-lang/crates.io-index" 2102 - checksum = "f62f11977ee3ab76e48f7465f035a607e61b7421b154384b71607cb85a26d5dd" 2103 - dependencies = [ 2104 - "aes", 2105 - "aes-gcm", 2106 - "aes-kw", 2107 - "base64", 2108 - "cbc", 2109 - "des", 2110 - "digest", 2111 - "ed25519-dalek", 2112 - "hex", 2113 - "hmac", 2114 - "http", 2115 - "md-5", 2116 - "num-bigint-dig", 2117 - "p256", 2118 - "p384", 2119 - "p521", 2120 - "pbkdf2", 2121 - "picky-asn1", 2122 - "picky-asn1-der", 2123 - "picky-asn1-x509", 2124 - "rand", 2125 - "rand_core", 2126 - "rc2", 2127 - "rsa", 2128 - "serde", 2129 - "serde_json", 2130 - "sha1", 2131 - "sha2", 2132 - "sha3", 2133 - "thiserror", 2134 - "x25519-dalek", 2135 - "zeroize", 2136 - ] 2137 - 2138 - [[package]] 2139 - name = "picky-asn1" 2140 - version = "0.10.0" 2141 - source = "registry+https://github.com/rust-lang/crates.io-index" 2142 - checksum = "d061c9f67e256511d8d69b86730a506bed100db520c8812e789cf91d9c6a16cc" 2143 - dependencies = [ 2144 - "oid", 2145 - "serde", 2146 - "serde_bytes", 2147 - "time", 2148 - "zeroize", 2149 - ] 2150 - 2151 - [[package]] 2152 - name = "picky-asn1-der" 2153 - version = "0.5.1" 2154 - source = "registry+https://github.com/rust-lang/crates.io-index" 2155 - checksum = "e15b90fb132c46ded79c39277afa93151691d9df6e7ff369c071890b36478392" 2156 - dependencies = [ 2157 - "picky-asn1", 2158 - "serde", 2159 - "serde_bytes", 2160 - ] 2161 - 2162 - [[package]] 2163 - name = "picky-asn1-x509" 2164 - version = "0.14.1" 2165 - source = "registry+https://github.com/rust-lang/crates.io-index" 2166 - checksum = "f702973074c654cef724d7430e2852acdb8b0e897ed9c4120727446a1bda1464" 2167 - dependencies = [ 2168 - "base64", 2169 - "num-bigint-dig", 2170 - "oid", 2171 - "picky-asn1", 2172 - "picky-asn1-der", 2173 - "serde", 2174 - "widestring", 2175 - "zeroize", 2176 - ] 2177 - 2178 - [[package]] 2179 - name = "picky-krb" 2180 - version = "0.9.2" 2181 - source = "registry+https://github.com/rust-lang/crates.io-index" 2182 - checksum = "f5f3c62393fbe5538020af4f8b07d1647f99748becd207476417f8d2aa8900cd" 2183 - dependencies = [ 2184 - "aes", 2185 - "byteorder", 2186 - "cbc", 2187 - "crypto", 2188 - "des", 2189 - "hmac", 2190 - "num-bigint-dig", 2191 - "oid", 2192 - "pbkdf2", 2193 - "picky-asn1", 2194 - "picky-asn1-der", 2195 - "picky-asn1-x509", 2196 - "rand", 2197 - "serde", 2198 - "sha1", 2199 - "thiserror", 2200 - "uuid", 2201 - ] 2202 - 2203 - [[package]] 2204 - name = "pin-project" 2205 - version = "1.1.5" 2206 - source = "registry+https://github.com/rust-lang/crates.io-index" 2207 - checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3" 2208 - dependencies = [ 2209 - "pin-project-internal", 2210 - ] 2211 - 2212 - [[package]] 2213 - name = "pin-project-internal" 2214 - version = "1.1.5" 2215 - source = "registry+https://github.com/rust-lang/crates.io-index" 2216 - checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965" 2217 - dependencies = [ 2218 - "proc-macro2", 2219 - "quote", 2220 - "syn 2.0.68", 2221 - ] 2222 - 2223 - [[package]] 2224 - name = "pin-project-lite" 2225 - version = "0.2.14" 2226 - source = "registry+https://github.com/rust-lang/crates.io-index" 2227 - checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02" 2228 - 2229 - [[package]] 2230 - name = "pin-utils" 2231 - version = "0.1.0" 2232 - source = "registry+https://github.com/rust-lang/crates.io-index" 2233 - checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2234 - 2235 - [[package]] 2236 - name = "pkcs1" 2237 - version = "0.7.5" 2238 - source = "registry+https://github.com/rust-lang/crates.io-index" 2239 - checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2240 - dependencies = [ 2241 - "der", 2242 - "pkcs8", 2243 - "spki", 2244 - ] 2245 - 2246 - [[package]] 2247 - name = "pkcs8" 2248 - version = "0.10.2" 2249 - source = "registry+https://github.com/rust-lang/crates.io-index" 2250 - checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2251 - dependencies = [ 2252 - "der", 2253 - "spki", 2254 - ] 2255 - 2256 - [[package]] 2257 - name = "pkg-config" 2258 - version = "0.3.30" 2259 - source = "registry+https://github.com/rust-lang/crates.io-index" 2260 - checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 2261 - 2262 - [[package]] 2263 - name = "polyval" 2264 - version = "0.6.2" 2265 - source = "registry+https://github.com/rust-lang/crates.io-index" 2266 - checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25" 2267 - dependencies = [ 2268 - "cfg-if", 2269 - "cpufeatures", 2270 - "opaque-debug", 2271 - "universal-hash", 2272 - ] 2273 - 2274 - [[package]] 2275 - name = "portpicker" 2276 - version = "0.1.1" 2277 - source = "registry+https://github.com/rust-lang/crates.io-index" 2278 - checksum = "be97d76faf1bfab666e1375477b23fde79eccf0276e9b63b92a39d676a889ba9" 2279 - dependencies = [ 2280 - "rand", 2281 - ] 2282 - 2283 - [[package]] 2284 - name = "powerfmt" 2285 - version = "0.2.0" 2286 - source = "registry+https://github.com/rust-lang/crates.io-index" 2287 - checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2288 - 2289 - [[package]] 2290 - name = "ppv-lite86" 2291 - version = "0.2.17" 2292 - source = "registry+https://github.com/rust-lang/crates.io-index" 2293 - checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" 2294 - 2295 - [[package]] 2296 - name = "prettyplease" 2297 - version = "0.2.20" 2298 - source = "registry+https://github.com/rust-lang/crates.io-index" 2299 - checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e" 2300 - dependencies = [ 2301 - "proc-macro2", 2302 - "syn 2.0.68", 2303 - ] 2304 - 2305 - [[package]] 2306 - name = "primeorder" 2307 - version = "0.13.6" 2308 - source = "registry+https://github.com/rust-lang/crates.io-index" 2309 - checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2310 - dependencies = [ 2311 - "elliptic-curve", 2312 - ] 2313 - 2314 - [[package]] 2315 - name = "proc-macro2" 2316 - version = "1.0.86" 2317 - source = "registry+https://github.com/rust-lang/crates.io-index" 2318 - checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 2319 - dependencies = [ 2320 - "unicode-ident", 2321 - ] 2322 - 2323 - [[package]] 2324 - name = "quote" 2325 - version = "1.0.36" 2326 - source = "registry+https://github.com/rust-lang/crates.io-index" 2327 - checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7" 2328 - dependencies = [ 2329 - "proc-macro2", 2330 - ] 2331 - 2332 - [[package]] 2333 - name = "radium" 2334 - version = "0.7.0" 2335 - source = "registry+https://github.com/rust-lang/crates.io-index" 2336 - checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09" 2337 - 2338 - [[package]] 2339 - name = "rand" 2340 - version = "0.8.5" 2341 - source = "registry+https://github.com/rust-lang/crates.io-index" 2342 - checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2343 - dependencies = [ 2344 - "libc", 2345 - "rand_chacha", 2346 - "rand_core", 2347 - ] 2348 - 2349 - [[package]] 2350 - name = "rand_chacha" 2351 - version = "0.3.1" 2352 - source = "registry+https://github.com/rust-lang/crates.io-index" 2353 - checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2354 - dependencies = [ 2355 - "ppv-lite86", 2356 - "rand_core", 2357 - ] 2358 - 2359 - [[package]] 2360 - name = "rand_core" 2361 - version = "0.6.4" 2362 - source = "registry+https://github.com/rust-lang/crates.io-index" 2363 - checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2364 - dependencies = [ 2365 - "getrandom", 2366 - ] 2367 - 2368 - [[package]] 2369 - name = "rc2" 2370 - version = "0.8.1" 2371 - source = "registry+https://github.com/rust-lang/crates.io-index" 2372 - checksum = "62c64daa8e9438b84aaae55010a93f396f8e60e3911590fcba770d04643fc1dd" 2373 - dependencies = [ 2374 - "cipher", 2375 - ] 2376 - 2377 - [[package]] 2378 - name = "rdp-client" 2379 - version = "0.1.0" 2380 - dependencies = [ 2381 - "bitflags 2.6.0", 2382 - "boring", 2383 - "byteorder", 2384 - "bytes", 2385 - "cbindgen", 2386 - "env_logger", 2387 - "ironrdp-cliprdr", 2388 - "ironrdp-connector", 2389 - "ironrdp-core", 2390 - "ironrdp-displaycontrol", 2391 - "ironrdp-dvc", 2392 - "ironrdp-pdu", 2393 - "ironrdp-rdpdr", 2394 - "ironrdp-rdpsnd", 2395 - "ironrdp-session", 2396 - "ironrdp-svc", 2397 - "ironrdp-tls", 2398 - "ironrdp-tokio", 2399 - "iso7816", 2400 - "iso7816-tlv", 2401 - "log", 2402 - "parking_lot 0.12.3", 2403 - "picky", 2404 - "picky-asn1-der", 2405 - "picky-asn1-x509", 2406 - "picky-krb", 2407 - "rand", 2408 - "rand_chacha", 2409 - "reqwest", 2410 - "rsa", 2411 - "rustls", 2412 - "sspi", 2413 - "static_init", 2414 - "tempfile", 2415 - "tokio", 2416 - "tokio-boring", 2417 - "url", 2418 - "utf16string", 2419 - "uuid", 2420 - ] 2421 - 2422 - [[package]] 2423 - name = "redox_syscall" 2424 - version = "0.2.16" 2425 - source = "registry+https://github.com/rust-lang/crates.io-index" 2426 - checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a" 2427 - dependencies = [ 2428 - "bitflags 1.3.2", 2429 - ] 2430 - 2431 - [[package]] 2432 - name = "redox_syscall" 2433 - version = "0.5.2" 2434 - source = "registry+https://github.com/rust-lang/crates.io-index" 2435 - checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd" 2436 - dependencies = [ 2437 - "bitflags 2.6.0", 2438 - ] 2439 - 2440 - [[package]] 2441 - name = "regex" 2442 - version = "1.10.5" 2443 - source = "registry+https://github.com/rust-lang/crates.io-index" 2444 - checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f" 2445 - dependencies = [ 2446 - "aho-corasick", 2447 - "memchr", 2448 - "regex-automata", 2449 - "regex-syntax", 2450 - ] 2451 - 2452 - [[package]] 2453 - name = "regex-automata" 2454 - version = "0.4.7" 2455 - source = "registry+https://github.com/rust-lang/crates.io-index" 2456 - checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 2457 - dependencies = [ 2458 - "aho-corasick", 2459 - "memchr", 2460 - "regex-syntax", 2461 - ] 2462 - 2463 - [[package]] 2464 - name = "regex-syntax" 2465 - version = "0.8.4" 2466 - source = "registry+https://github.com/rust-lang/crates.io-index" 2467 - checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 2468 - 2469 - [[package]] 2470 - name = "reqwest" 2471 - version = "0.12.9" 2472 - source = "registry+https://github.com/rust-lang/crates.io-index" 2473 - checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 2474 - dependencies = [ 2475 - "base64", 2476 - "bytes", 2477 - "futures-channel", 2478 - "futures-core", 2479 - "futures-util", 2480 - "http", 2481 - "http-body", 2482 - "http-body-util", 2483 - "hyper", 2484 - "hyper-rustls", 2485 - "hyper-util", 2486 - "ipnet", 2487 - "js-sys", 2488 - "log", 2489 - "mime", 2490 - "once_cell", 2491 - "percent-encoding", 2492 - "pin-project-lite", 2493 - "rustls", 2494 - "rustls-pemfile", 2495 - "rustls-pki-types", 2496 - "serde", 2497 - "serde_json", 2498 - "serde_urlencoded", 2499 - "sync_wrapper", 2500 - "tokio", 2501 - "tokio-rustls", 2502 - "tower-service", 2503 - "url", 2504 - "wasm-bindgen", 2505 - "wasm-bindgen-futures", 2506 - "web-sys", 2507 - "windows-registry", 2508 - ] 2509 - 2510 - [[package]] 2511 - name = "rfc6979" 2512 - version = "0.4.0" 2513 - source = "registry+https://github.com/rust-lang/crates.io-index" 2514 - checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2515 - dependencies = [ 2516 - "hmac", 2517 - "subtle", 2518 - ] 2519 - 2520 - [[package]] 2521 - name = "ring" 2522 - version = "0.17.8" 2523 - source = "registry+https://github.com/rust-lang/crates.io-index" 2524 - checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 2525 - dependencies = [ 2526 - "cc", 2527 - "cfg-if", 2528 - "getrandom", 2529 - "libc", 2530 - "spin", 2531 - "untrusted", 2532 - "windows-sys 0.52.0", 2533 - ] 2534 - 2535 - [[package]] 2536 - name = "rsa" 2537 - version = "0.9.7" 2538 - source = "registry+https://github.com/rust-lang/crates.io-index" 2539 - checksum = "47c75d7c5c6b673e58bf54d8544a9f432e3a925b0e80f7cd3602ab5c50c55519" 2540 - dependencies = [ 2541 - "const-oid", 2542 - "digest", 2543 - "num-bigint-dig", 2544 - "num-integer", 2545 - "num-traits", 2546 - "pkcs1", 2547 - "pkcs8", 2548 - "rand_core", 2549 - "sha1", 2550 - "signature", 2551 - "spki", 2552 - "subtle", 2553 - "zeroize", 2554 - ] 2555 - 2556 - [[package]] 2557 - name = "rustc-demangle" 2558 - version = "0.1.24" 2559 - source = "registry+https://github.com/rust-lang/crates.io-index" 2560 - checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 2561 - 2562 - [[package]] 2563 - name = "rustc-hash" 2564 - version = "1.1.0" 2565 - source = "registry+https://github.com/rust-lang/crates.io-index" 2566 - checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" 2567 - 2568 - [[package]] 2569 - name = "rustc_version" 2570 - version = "0.4.0" 2571 - source = "registry+https://github.com/rust-lang/crates.io-index" 2572 - checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366" 2573 - dependencies = [ 2574 - "semver", 2575 - ] 2576 - 2577 - [[package]] 2578 - name = "rusticata-macros" 2579 - version = "4.1.0" 2580 - source = "registry+https://github.com/rust-lang/crates.io-index" 2581 - checksum = "faf0c4a6ece9950b9abdb62b1cfcf2a68b3b67a10ba445b3bb85be2a293d0632" 2582 - dependencies = [ 2583 - "nom", 2584 - ] 2585 - 2586 - [[package]] 2587 - name = "rustix" 2588 - version = "0.38.42" 2589 - source = "registry+https://github.com/rust-lang/crates.io-index" 2590 - checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85" 2591 - dependencies = [ 2592 - "bitflags 2.6.0", 2593 - "errno", 2594 - "libc", 2595 - "linux-raw-sys", 2596 - "windows-sys 0.59.0", 2597 - ] 2598 - 2599 - [[package]] 2600 - name = "rustls" 2601 - version = "0.23.19" 2602 - source = "registry+https://github.com/rust-lang/crates.io-index" 2603 - checksum = "934b404430bb06b3fae2cba809eb45a1ab1aecd64491213d7c3301b88393f8d1" 2604 - dependencies = [ 2605 - "aws-lc-rs", 2606 - "log", 2607 - "once_cell", 2608 - "rustls-pki-types", 2609 - "rustls-webpki", 2610 - "subtle", 2611 - "zeroize", 2612 - ] 2613 - 2614 - [[package]] 2615 - name = "rustls-native-certs" 2616 - version = "0.8.0" 2617 - source = "registry+https://github.com/rust-lang/crates.io-index" 2618 - checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a" 2619 - dependencies = [ 2620 - "openssl-probe", 2621 - "rustls-pemfile", 2622 - "rustls-pki-types", 2623 - "schannel", 2624 - "security-framework", 2625 - ] 2626 - 2627 - [[package]] 2628 - name = "rustls-pemfile" 2629 - version = "2.1.3" 2630 - source = "registry+https://github.com/rust-lang/crates.io-index" 2631 - checksum = "196fe16b00e106300d3e45ecfcb764fa292a535d7326a29a5875c579c7417425" 2632 - dependencies = [ 2633 - "base64", 2634 - "rustls-pki-types", 2635 - ] 2636 - 2637 - [[package]] 2638 - name = "rustls-pki-types" 2639 - version = "1.10.0" 2640 - source = "registry+https://github.com/rust-lang/crates.io-index" 2641 - checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 2642 - 2643 - [[package]] 2644 - name = "rustls-webpki" 2645 - version = "0.102.8" 2646 - source = "registry+https://github.com/rust-lang/crates.io-index" 2647 - checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2648 - dependencies = [ 2649 - "aws-lc-rs", 2650 - "ring", 2651 - "rustls-pki-types", 2652 - "untrusted", 2653 - ] 2654 - 2655 - [[package]] 2656 - name = "ryu" 2657 - version = "1.0.18" 2658 - source = "registry+https://github.com/rust-lang/crates.io-index" 2659 - checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2660 - 2661 - [[package]] 2662 - name = "schannel" 2663 - version = "0.1.23" 2664 - source = "registry+https://github.com/rust-lang/crates.io-index" 2665 - checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534" 2666 - dependencies = [ 2667 - "windows-sys 0.52.0", 2668 - ] 2669 - 2670 - [[package]] 2671 - name = "scopeguard" 2672 - version = "1.2.0" 2673 - source = "registry+https://github.com/rust-lang/crates.io-index" 2674 - checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2675 - 2676 - [[package]] 2677 - name = "sec1" 2678 - version = "0.7.3" 2679 - source = "registry+https://github.com/rust-lang/crates.io-index" 2680 - checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2681 - dependencies = [ 2682 - "base16ct", 2683 - "der", 2684 - "generic-array", 2685 - "pkcs8", 2686 - "subtle", 2687 - "zeroize", 2688 - ] 2689 - 2690 - [[package]] 2691 - name = "security-framework" 2692 - version = "2.11.0" 2693 - source = "registry+https://github.com/rust-lang/crates.io-index" 2694 - checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0" 2695 - dependencies = [ 2696 - "bitflags 2.6.0", 2697 - "core-foundation", 2698 - "core-foundation-sys", 2699 - "libc", 2700 - "security-framework-sys", 2701 - ] 2702 - 2703 - [[package]] 2704 - name = "security-framework-sys" 2705 - version = "2.11.0" 2706 - source = "registry+https://github.com/rust-lang/crates.io-index" 2707 - checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7" 2708 - dependencies = [ 2709 - "core-foundation-sys", 2710 - "libc", 2711 - ] 2712 - 2713 - [[package]] 2714 - name = "semver" 2715 - version = "1.0.23" 2716 - source = "registry+https://github.com/rust-lang/crates.io-index" 2717 - checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" 2718 - 2719 - [[package]] 2720 - name = "serde" 2721 - version = "1.0.203" 2722 - source = "registry+https://github.com/rust-lang/crates.io-index" 2723 - checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094" 2724 - dependencies = [ 2725 - "serde_derive", 2726 - ] 2727 - 2728 - [[package]] 2729 - name = "serde_bytes" 2730 - version = "0.11.15" 2731 - source = "registry+https://github.com/rust-lang/crates.io-index" 2732 - checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 2733 - dependencies = [ 2734 - "serde", 2735 - ] 2736 - 2737 - [[package]] 2738 - name = "serde_derive" 2739 - version = "1.0.203" 2740 - source = "registry+https://github.com/rust-lang/crates.io-index" 2741 - checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba" 2742 - dependencies = [ 2743 - "proc-macro2", 2744 - "quote", 2745 - "syn 2.0.68", 2746 - ] 2747 - 2748 - [[package]] 2749 - name = "serde_json" 2750 - version = "1.0.118" 2751 - source = "registry+https://github.com/rust-lang/crates.io-index" 2752 - checksum = "d947f6b3163d8857ea16c4fa0dd4840d52f3041039a85decd46867eb1abef2e4" 2753 - dependencies = [ 2754 - "itoa", 2755 - "ryu", 2756 - "serde", 2757 - ] 2758 - 2759 - [[package]] 2760 - name = "serde_spanned" 2761 - version = "0.6.7" 2762 - source = "registry+https://github.com/rust-lang/crates.io-index" 2763 - checksum = "eb5b1b31579f3811bf615c144393417496f152e12ac8b7663bf664f4a815306d" 2764 - dependencies = [ 2765 - "serde", 2766 - ] 2767 - 2768 - [[package]] 2769 - name = "serde_urlencoded" 2770 - version = "0.7.1" 2771 - source = "registry+https://github.com/rust-lang/crates.io-index" 2772 - checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2773 - dependencies = [ 2774 - "form_urlencoded", 2775 - "itoa", 2776 - "ryu", 2777 - "serde", 2778 - ] 2779 - 2780 - [[package]] 2781 - name = "sha1" 2782 - version = "0.10.6" 2783 - source = "registry+https://github.com/rust-lang/crates.io-index" 2784 - checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2785 - dependencies = [ 2786 - "cfg-if", 2787 - "cpufeatures", 2788 - "digest", 2789 - ] 2790 - 2791 - [[package]] 2792 - name = "sha2" 2793 - version = "0.10.8" 2794 - source = "registry+https://github.com/rust-lang/crates.io-index" 2795 - checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8" 2796 - dependencies = [ 2797 - "cfg-if", 2798 - "cpufeatures", 2799 - "digest", 2800 - ] 2801 - 2802 - [[package]] 2803 - name = "sha3" 2804 - version = "0.10.8" 2805 - source = "registry+https://github.com/rust-lang/crates.io-index" 2806 - checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60" 2807 - dependencies = [ 2808 - "digest", 2809 - "keccak", 2810 - ] 2811 - 2812 - [[package]] 2813 - name = "sharded-slab" 2814 - version = "0.1.7" 2815 - source = "registry+https://github.com/rust-lang/crates.io-index" 2816 - checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2817 - dependencies = [ 2818 - "lazy_static", 2819 - ] 2820 - 2821 - [[package]] 2822 - name = "shlex" 2823 - version = "1.3.0" 2824 - source = "registry+https://github.com/rust-lang/crates.io-index" 2825 - checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2826 - 2827 - [[package]] 2828 - name = "signal-hook-registry" 2829 - version = "1.4.2" 2830 - source = "registry+https://github.com/rust-lang/crates.io-index" 2831 - checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2832 - dependencies = [ 2833 - "libc", 2834 - ] 2835 - 2836 - [[package]] 2837 - name = "signature" 2838 - version = "2.2.0" 2839 - source = "registry+https://github.com/rust-lang/crates.io-index" 2840 - checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2841 - dependencies = [ 2842 - "digest", 2843 - "rand_core", 2844 - ] 2845 - 2846 - [[package]] 2847 - name = "slab" 2848 - version = "0.4.9" 2849 - source = "registry+https://github.com/rust-lang/crates.io-index" 2850 - checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2851 - dependencies = [ 2852 - "autocfg", 2853 - ] 2854 - 2855 - [[package]] 2856 - name = "smallvec" 2857 - version = "1.13.2" 2858 - source = "registry+https://github.com/rust-lang/crates.io-index" 2859 - checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2860 - 2861 - [[package]] 2862 - name = "socket2" 2863 - version = "0.5.7" 2864 - source = "registry+https://github.com/rust-lang/crates.io-index" 2865 - checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2866 - dependencies = [ 2867 - "libc", 2868 - "windows-sys 0.52.0", 2869 - ] 2870 - 2871 - [[package]] 2872 - name = "spin" 2873 - version = "0.9.8" 2874 - source = "registry+https://github.com/rust-lang/crates.io-index" 2875 - checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2876 - dependencies = [ 2877 - "lock_api", 2878 - ] 2879 - 2880 - [[package]] 2881 - name = "spki" 2882 - version = "0.7.3" 2883 - source = "registry+https://github.com/rust-lang/crates.io-index" 2884 - checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2885 - dependencies = [ 2886 - "base64ct", 2887 - "der", 2888 - ] 2889 - 2890 - [[package]] 2891 - name = "sspi" 2892 - version = "0.15.0" 2893 - source = "registry+https://github.com/rust-lang/crates.io-index" 2894 - checksum = "b94e3c7aa94f5b440eedeab677686629bddcb43edf52ef3703038cce98e2bf70" 2895 - dependencies = [ 2896 - "async-dnssd", 2897 - "async-recursion", 2898 - "bitflags 2.6.0", 2899 - "byteorder", 2900 - "cfg-if", 2901 - "crypto-mac", 2902 - "futures", 2903 - "hmac", 2904 - "lazy_static", 2905 - "md-5", 2906 - "md4", 2907 - "num-bigint-dig", 2908 - "num-derive", 2909 - "num-traits", 2910 - "oid", 2911 - "picky", 2912 - "picky-asn1", 2913 - "picky-asn1-der", 2914 - "picky-asn1-x509", 2915 - "picky-krb", 2916 - "portpicker", 2917 - "rand", 2918 - "reqwest", 2919 - "rsa", 2920 - "rustls", 2921 - "rustls-native-certs", 2922 - "serde", 2923 - "serde_derive", 2924 - "sha1", 2925 - "sha2", 2926 - "time", 2927 - "tokio", 2928 - "tracing", 2929 - "url", 2930 - "uuid", 2931 - "windows", 2932 - "windows-sys 0.59.0", 2933 - "winreg", 2934 - "zeroize", 2935 - ] 2936 - 2937 - [[package]] 2938 - name = "stable_deref_trait" 2939 - version = "1.2.0" 2940 - source = "registry+https://github.com/rust-lang/crates.io-index" 2941 - checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2942 - 2943 - [[package]] 2944 - name = "static_init" 2945 - version = "1.0.3" 2946 - source = "registry+https://github.com/rust-lang/crates.io-index" 2947 - checksum = "8a2a1c578e98c1c16fc3b8ec1328f7659a500737d7a0c6d625e73e830ff9c1f6" 2948 - dependencies = [ 2949 - "bitflags 1.3.2", 2950 - "cfg_aliases", 2951 - "libc", 2952 - "parking_lot 0.11.2", 2953 - "parking_lot_core 0.8.6", 2954 - "static_init_macro", 2955 - "winapi", 2956 - ] 2957 - 2958 - [[package]] 2959 - name = "static_init_macro" 2960 - version = "1.0.2" 2961 - source = "registry+https://github.com/rust-lang/crates.io-index" 2962 - checksum = "70a2595fc3aa78f2d0e45dd425b22282dd863273761cc77780914b2cf3003acf" 2963 - dependencies = [ 2964 - "cfg_aliases", 2965 - "memchr", 2966 - "proc-macro2", 2967 - "quote", 2968 - "syn 1.0.109", 2969 - ] 2970 - 2971 - [[package]] 2972 - name = "strsim" 2973 - version = "0.11.1" 2974 - source = "registry+https://github.com/rust-lang/crates.io-index" 2975 - checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2976 - 2977 - [[package]] 2978 - name = "subtle" 2979 - version = "2.6.1" 2980 - source = "registry+https://github.com/rust-lang/crates.io-index" 2981 - checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2982 - 2983 - [[package]] 2984 - name = "syn" 2985 - version = "1.0.109" 2986 - source = "registry+https://github.com/rust-lang/crates.io-index" 2987 - checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2988 - dependencies = [ 2989 - "proc-macro2", 2990 - "quote", 2991 - "unicode-ident", 2992 - ] 2993 - 2994 - [[package]] 2995 - name = "syn" 2996 - version = "2.0.68" 2997 - source = "registry+https://github.com/rust-lang/crates.io-index" 2998 - checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9" 2999 - dependencies = [ 3000 - "proc-macro2", 3001 - "quote", 3002 - "unicode-ident", 3003 - ] 3004 - 3005 - [[package]] 3006 - name = "sync_wrapper" 3007 - version = "1.0.1" 3008 - source = "registry+https://github.com/rust-lang/crates.io-index" 3009 - checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 3010 - dependencies = [ 3011 - "futures-core", 3012 - ] 3013 - 3014 - [[package]] 3015 - name = "synstructure" 3016 - version = "0.13.1" 3017 - source = "registry+https://github.com/rust-lang/crates.io-index" 3018 - checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" 3019 - dependencies = [ 3020 - "proc-macro2", 3021 - "quote", 3022 - "syn 2.0.68", 3023 - ] 3024 - 3025 - [[package]] 3026 - name = "tap" 3027 - version = "1.0.1" 3028 - source = "registry+https://github.com/rust-lang/crates.io-index" 3029 - checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" 3030 - 3031 - [[package]] 3032 - name = "tempfile" 3033 - version = "3.14.0" 3034 - source = "registry+https://github.com/rust-lang/crates.io-index" 3035 - checksum = "28cce251fcbc87fac86a866eeb0d6c2d536fc16d06f184bb61aeae11aa4cee0c" 3036 - dependencies = [ 3037 - "cfg-if", 3038 - "fastrand", 3039 - "once_cell", 3040 - "rustix", 3041 - "windows-sys 0.59.0", 3042 - ] 3043 - 3044 - [[package]] 3045 - name = "thiserror" 3046 - version = "1.0.61" 3047 - source = "registry+https://github.com/rust-lang/crates.io-index" 3048 - checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709" 3049 - dependencies = [ 3050 - "thiserror-impl", 3051 - ] 3052 - 3053 - [[package]] 3054 - name = "thiserror-impl" 3055 - version = "1.0.61" 3056 - source = "registry+https://github.com/rust-lang/crates.io-index" 3057 - checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533" 3058 - dependencies = [ 3059 - "proc-macro2", 3060 - "quote", 3061 - "syn 2.0.68", 3062 - ] 3063 - 3064 - [[package]] 3065 - name = "thread_local" 3066 - version = "1.1.8" 3067 - source = "registry+https://github.com/rust-lang/crates.io-index" 3068 - checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 3069 - dependencies = [ 3070 - "cfg-if", 3071 - "once_cell", 3072 - ] 3073 - 3074 - [[package]] 3075 - name = "time" 3076 - version = "0.3.36" 3077 - source = "registry+https://github.com/rust-lang/crates.io-index" 3078 - checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 3079 - dependencies = [ 3080 - "deranged", 3081 - "itoa", 3082 - "js-sys", 3083 - "num-conv", 3084 - "powerfmt", 3085 - "serde", 3086 - "time-core", 3087 - "time-macros", 3088 - ] 3089 - 3090 - [[package]] 3091 - name = "time-core" 3092 - version = "0.1.2" 3093 - source = "registry+https://github.com/rust-lang/crates.io-index" 3094 - checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 3095 - 3096 - [[package]] 3097 - name = "time-macros" 3098 - version = "0.2.18" 3099 - source = "registry+https://github.com/rust-lang/crates.io-index" 3100 - checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 3101 - dependencies = [ 3102 - "num-conv", 3103 - "time-core", 3104 - ] 3105 - 3106 - [[package]] 3107 - name = "tinystr" 3108 - version = "0.7.6" 3109 - source = "registry+https://github.com/rust-lang/crates.io-index" 3110 - checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" 3111 - dependencies = [ 3112 - "displaydoc", 3113 - "zerovec", 3114 - ] 3115 - 3116 - [[package]] 3117 - name = "tls_codec" 3118 - version = "0.4.1" 3119 - source = "registry+https://github.com/rust-lang/crates.io-index" 3120 - checksum = "b5e78c9c330f8c85b2bae7c8368f2739157db9991235123aa1b15ef9502bfb6a" 3121 - dependencies = [ 3122 - "tls_codec_derive", 3123 - "zeroize", 3124 - ] 3125 - 3126 - [[package]] 3127 - name = "tls_codec_derive" 3128 - version = "0.4.1" 3129 - source = "registry+https://github.com/rust-lang/crates.io-index" 3130 - checksum = "8d9ef545650e79f30233c0003bcc2504d7efac6dad25fca40744de773fe2049c" 3131 - dependencies = [ 3132 - "proc-macro2", 3133 - "quote", 3134 - "syn 2.0.68", 3135 - ] 3136 - 3137 - [[package]] 3138 - name = "tokio" 3139 - version = "1.42.0" 3140 - source = "registry+https://github.com/rust-lang/crates.io-index" 3141 - checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551" 3142 - dependencies = [ 3143 - "backtrace", 3144 - "bytes", 3145 - "libc", 3146 - "mio", 3147 - "parking_lot 0.12.3", 3148 - "pin-project-lite", 3149 - "signal-hook-registry", 3150 - "socket2", 3151 - "tokio-macros", 3152 - "windows-sys 0.52.0", 3153 - ] 3154 - 3155 - [[package]] 3156 - name = "tokio-boring" 3157 - version = "4.7.0" 3158 - source = "git+https://github.com/gravitational/boring?rev=99897308abb5976ea05625b8314c24b16eebb01b#99897308abb5976ea05625b8314c24b16eebb01b" 3159 - dependencies = [ 3160 - "boring", 3161 - "boring-sys", 3162 - "once_cell", 3163 - "tokio", 3164 - ] 3165 - 3166 - [[package]] 3167 - name = "tokio-macros" 3168 - version = "2.4.0" 3169 - source = "registry+https://github.com/rust-lang/crates.io-index" 3170 - checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752" 3171 - dependencies = [ 3172 - "proc-macro2", 3173 - "quote", 3174 - "syn 2.0.68", 3175 - ] 3176 - 3177 - [[package]] 3178 - name = "tokio-rustls" 3179 - version = "0.26.0" 3180 - source = "registry+https://github.com/rust-lang/crates.io-index" 3181 - checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 3182 - dependencies = [ 3183 - "rustls", 3184 - "rustls-pki-types", 3185 - "tokio", 3186 - ] 3187 - 3188 - [[package]] 3189 - name = "toml" 3190 - version = "0.8.19" 3191 - source = "registry+https://github.com/rust-lang/crates.io-index" 3192 - checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 3193 - dependencies = [ 3194 - "serde", 3195 - "serde_spanned", 3196 - "toml_datetime", 3197 - "toml_edit", 3198 - ] 3199 - 3200 - [[package]] 3201 - name = "toml_datetime" 3202 - version = "0.6.8" 3203 - source = "registry+https://github.com/rust-lang/crates.io-index" 3204 - checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 3205 - dependencies = [ 3206 - "serde", 3207 - ] 3208 - 3209 - [[package]] 3210 - name = "toml_edit" 3211 - version = "0.22.20" 3212 - source = "registry+https://github.com/rust-lang/crates.io-index" 3213 - checksum = "583c44c02ad26b0c3f3066fe629275e50627026c51ac2e595cca4c230ce1ce1d" 3214 - dependencies = [ 3215 - "indexmap", 3216 - "serde", 3217 - "serde_spanned", 3218 - "toml_datetime", 3219 - "winnow", 3220 - ] 3221 - 3222 - [[package]] 3223 - name = "tower" 3224 - version = "0.4.13" 3225 - source = "registry+https://github.com/rust-lang/crates.io-index" 3226 - checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c" 3227 - dependencies = [ 3228 - "futures-core", 3229 - "futures-util", 3230 - "pin-project", 3231 - "pin-project-lite", 3232 - "tokio", 3233 - "tower-layer", 3234 - "tower-service", 3235 - ] 3236 - 3237 - [[package]] 3238 - name = "tower-layer" 3239 - version = "0.3.3" 3240 - source = "registry+https://github.com/rust-lang/crates.io-index" 3241 - checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3242 - 3243 - [[package]] 3244 - name = "tower-service" 3245 - version = "0.3.2" 3246 - source = "registry+https://github.com/rust-lang/crates.io-index" 3247 - checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52" 3248 - 3249 - [[package]] 3250 - name = "tracing" 3251 - version = "0.1.40" 3252 - source = "registry+https://github.com/rust-lang/crates.io-index" 3253 - checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 3254 - dependencies = [ 3255 - "log", 3256 - "pin-project-lite", 3257 - "tracing-attributes", 3258 - "tracing-core", 3259 - ] 3260 - 3261 - [[package]] 3262 - name = "tracing-attributes" 3263 - version = "0.1.27" 3264 - source = "registry+https://github.com/rust-lang/crates.io-index" 3265 - checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 3266 - dependencies = [ 3267 - "proc-macro2", 3268 - "quote", 3269 - "syn 2.0.68", 3270 - ] 3271 - 3272 - [[package]] 3273 - name = "tracing-core" 3274 - version = "0.1.32" 3275 - source = "registry+https://github.com/rust-lang/crates.io-index" 3276 - checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 3277 - dependencies = [ 3278 - "once_cell", 3279 - "valuable", 3280 - ] 3281 - 3282 - [[package]] 3283 - name = "tracing-log" 3284 - version = "0.2.0" 3285 - source = "registry+https://github.com/rust-lang/crates.io-index" 3286 - checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3287 - dependencies = [ 3288 - "log", 3289 - "once_cell", 3290 - "tracing-core", 3291 - ] 3292 - 3293 - [[package]] 3294 - name = "tracing-subscriber" 3295 - version = "0.3.18" 3296 - source = "registry+https://github.com/rust-lang/crates.io-index" 3297 - checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 3298 - dependencies = [ 3299 - "nu-ansi-term", 3300 - "sharded-slab", 3301 - "smallvec", 3302 - "thread_local", 3303 - "time", 3304 - "tracing-core", 3305 - "tracing-log", 3306 - ] 3307 - 3308 - [[package]] 3309 - name = "tracing-web" 3310 - version = "0.1.3" 3311 - source = "registry+https://github.com/rust-lang/crates.io-index" 3312 - checksum = "b9e6a141feebd51f8d91ebfd785af50fca223c570b86852166caa3b141defe7c" 3313 - dependencies = [ 3314 - "js-sys", 3315 - "tracing-core", 3316 - "tracing-subscriber", 3317 - "wasm-bindgen", 3318 - "web-sys", 3319 - ] 3320 - 3321 - [[package]] 3322 - name = "try-lock" 3323 - version = "0.2.5" 3324 - source = "registry+https://github.com/rust-lang/crates.io-index" 3325 - checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3326 - 3327 - [[package]] 3328 - name = "typenum" 3329 - version = "1.17.0" 3330 - source = "registry+https://github.com/rust-lang/crates.io-index" 3331 - checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825" 3332 - 3333 - [[package]] 3334 - name = "unicode-ident" 3335 - version = "1.0.12" 3336 - source = "registry+https://github.com/rust-lang/crates.io-index" 3337 - checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 3338 - 3339 - [[package]] 3340 - name = "universal-hash" 3341 - version = "0.5.1" 3342 - source = "registry+https://github.com/rust-lang/crates.io-index" 3343 - checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea" 3344 - dependencies = [ 3345 - "crypto-common", 3346 - "subtle", 3347 - ] 3348 - 3349 - [[package]] 3350 - name = "untrusted" 3351 - version = "0.9.0" 3352 - source = "registry+https://github.com/rust-lang/crates.io-index" 3353 - checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3354 - 3355 - [[package]] 3356 - name = "url" 3357 - version = "2.5.4" 3358 - source = "registry+https://github.com/rust-lang/crates.io-index" 3359 - checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60" 3360 - dependencies = [ 3361 - "form_urlencoded", 3362 - "idna", 3363 - "percent-encoding", 3364 - ] 3365 - 3366 - [[package]] 3367 - name = "utf16_iter" 3368 - version = "1.0.5" 3369 - source = "registry+https://github.com/rust-lang/crates.io-index" 3370 - checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246" 3371 - 3372 - [[package]] 3373 - name = "utf16string" 3374 - version = "0.2.0" 3375 - source = "registry+https://github.com/rust-lang/crates.io-index" 3376 - checksum = "0b62a1e85e12d5d712bf47a85f426b73d303e2d00a90de5f3004df3596e9d216" 3377 - dependencies = [ 3378 - "byteorder", 3379 - ] 3380 - 3381 - [[package]] 3382 - name = "utf8_iter" 3383 - version = "1.0.4" 3384 - source = "registry+https://github.com/rust-lang/crates.io-index" 3385 - checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3386 - 3387 - [[package]] 3388 - name = "utf8parse" 3389 - version = "0.2.2" 3390 - source = "registry+https://github.com/rust-lang/crates.io-index" 3391 - checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3392 - 3393 - [[package]] 3394 - name = "uuid" 3395 - version = "1.11.0" 3396 - source = "registry+https://github.com/rust-lang/crates.io-index" 3397 - checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a" 3398 - dependencies = [ 3399 - "getrandom", 3400 - "serde", 3401 - ] 3402 - 3403 - [[package]] 3404 - name = "valuable" 3405 - version = "0.1.0" 3406 - source = "registry+https://github.com/rust-lang/crates.io-index" 3407 - checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 3408 - 3409 - [[package]] 3410 - name = "version_check" 3411 - version = "0.9.4" 3412 - source = "registry+https://github.com/rust-lang/crates.io-index" 3413 - checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" 3414 - 3415 - [[package]] 3416 - name = "want" 3417 - version = "0.3.1" 3418 - source = "registry+https://github.com/rust-lang/crates.io-index" 3419 - checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3420 - dependencies = [ 3421 - "try-lock", 3422 - ] 3423 - 3424 - [[package]] 3425 - name = "wasi" 3426 - version = "0.11.0+wasi-snapshot-preview1" 3427 - source = "registry+https://github.com/rust-lang/crates.io-index" 3428 - checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 3429 - 3430 - [[package]] 3431 - name = "wasm-bindgen" 3432 - version = "0.2.95" 3433 - source = "registry+https://github.com/rust-lang/crates.io-index" 3434 - checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 3435 - dependencies = [ 3436 - "cfg-if", 3437 - "once_cell", 3438 - "wasm-bindgen-macro", 3439 - ] 3440 - 3441 - [[package]] 3442 - name = "wasm-bindgen-backend" 3443 - version = "0.2.95" 3444 - source = "registry+https://github.com/rust-lang/crates.io-index" 3445 - checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 3446 - dependencies = [ 3447 - "bumpalo", 3448 - "log", 3449 - "once_cell", 3450 - "proc-macro2", 3451 - "quote", 3452 - "syn 2.0.68", 3453 - "wasm-bindgen-shared", 3454 - ] 3455 - 3456 - [[package]] 3457 - name = "wasm-bindgen-futures" 3458 - version = "0.4.42" 3459 - source = "registry+https://github.com/rust-lang/crates.io-index" 3460 - checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0" 3461 - dependencies = [ 3462 - "cfg-if", 3463 - "js-sys", 3464 - "wasm-bindgen", 3465 - "web-sys", 3466 - ] 3467 - 3468 - [[package]] 3469 - name = "wasm-bindgen-macro" 3470 - version = "0.2.95" 3471 - source = "registry+https://github.com/rust-lang/crates.io-index" 3472 - checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 3473 - dependencies = [ 3474 - "quote", 3475 - "wasm-bindgen-macro-support", 3476 - ] 3477 - 3478 - [[package]] 3479 - name = "wasm-bindgen-macro-support" 3480 - version = "0.2.95" 3481 - source = "registry+https://github.com/rust-lang/crates.io-index" 3482 - checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 3483 - dependencies = [ 3484 - "proc-macro2", 3485 - "quote", 3486 - "syn 2.0.68", 3487 - "wasm-bindgen-backend", 3488 - "wasm-bindgen-shared", 3489 - ] 3490 - 3491 - [[package]] 3492 - name = "wasm-bindgen-shared" 3493 - version = "0.2.95" 3494 - source = "registry+https://github.com/rust-lang/crates.io-index" 3495 - checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 3496 - 3497 - [[package]] 3498 - name = "web-sys" 3499 - version = "0.3.72" 3500 - source = "registry+https://github.com/rust-lang/crates.io-index" 3501 - checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 3502 - dependencies = [ 3503 - "js-sys", 3504 - "wasm-bindgen", 3505 - ] 3506 - 3507 - [[package]] 3508 - name = "which" 3509 - version = "4.4.2" 3510 - source = "registry+https://github.com/rust-lang/crates.io-index" 3511 - checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 3512 - dependencies = [ 3513 - "either", 3514 - "home", 3515 - "once_cell", 3516 - "rustix", 3517 - ] 3518 - 3519 - [[package]] 3520 - name = "widestring" 3521 - version = "1.1.0" 3522 - source = "registry+https://github.com/rust-lang/crates.io-index" 3523 - checksum = "7219d36b6eac893fa81e84ebe06485e7dcbb616177469b142df14f1f4deb1311" 3524 - 3525 - [[package]] 3526 - name = "winapi" 3527 - version = "0.3.9" 3528 - source = "registry+https://github.com/rust-lang/crates.io-index" 3529 - checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3530 - dependencies = [ 3531 - "winapi-i686-pc-windows-gnu", 3532 - "winapi-x86_64-pc-windows-gnu", 3533 - ] 3534 - 3535 - [[package]] 3536 - name = "winapi-i686-pc-windows-gnu" 3537 - version = "0.4.0" 3538 - source = "registry+https://github.com/rust-lang/crates.io-index" 3539 - checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3540 - 3541 - [[package]] 3542 - name = "winapi-x86_64-pc-windows-gnu" 3543 - version = "0.4.0" 3544 - source = "registry+https://github.com/rust-lang/crates.io-index" 3545 - checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3546 - 3547 - [[package]] 3548 - name = "windows" 3549 - version = "0.58.0" 3550 - source = "registry+https://github.com/rust-lang/crates.io-index" 3551 - checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6" 3552 - dependencies = [ 3553 - "windows-core", 3554 - "windows-targets 0.52.6", 3555 - ] 3556 - 3557 - [[package]] 3558 - name = "windows-core" 3559 - version = "0.58.0" 3560 - source = "registry+https://github.com/rust-lang/crates.io-index" 3561 - checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99" 3562 - dependencies = [ 3563 - "windows-implement", 3564 - "windows-interface", 3565 - "windows-result", 3566 - "windows-strings", 3567 - "windows-targets 0.52.6", 3568 - ] 3569 - 3570 - [[package]] 3571 - name = "windows-implement" 3572 - version = "0.58.0" 3573 - source = "registry+https://github.com/rust-lang/crates.io-index" 3574 - checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b" 3575 - dependencies = [ 3576 - "proc-macro2", 3577 - "quote", 3578 - "syn 2.0.68", 3579 - ] 3580 - 3581 - [[package]] 3582 - name = "windows-interface" 3583 - version = "0.58.0" 3584 - source = "registry+https://github.com/rust-lang/crates.io-index" 3585 - checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515" 3586 - dependencies = [ 3587 - "proc-macro2", 3588 - "quote", 3589 - "syn 2.0.68", 3590 - ] 3591 - 3592 - [[package]] 3593 - name = "windows-registry" 3594 - version = "0.2.0" 3595 - source = "registry+https://github.com/rust-lang/crates.io-index" 3596 - checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 3597 - dependencies = [ 3598 - "windows-result", 3599 - "windows-strings", 3600 - "windows-targets 0.52.6", 3601 - ] 3602 - 3603 - [[package]] 3604 - name = "windows-result" 3605 - version = "0.2.0" 3606 - source = "registry+https://github.com/rust-lang/crates.io-index" 3607 - checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 3608 - dependencies = [ 3609 - "windows-targets 0.52.6", 3610 - ] 3611 - 3612 - [[package]] 3613 - name = "windows-strings" 3614 - version = "0.1.0" 3615 - source = "registry+https://github.com/rust-lang/crates.io-index" 3616 - checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 3617 - dependencies = [ 3618 - "windows-result", 3619 - "windows-targets 0.52.6", 3620 - ] 3621 - 3622 - [[package]] 3623 - name = "windows-sys" 3624 - version = "0.48.0" 3625 - source = "registry+https://github.com/rust-lang/crates.io-index" 3626 - checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 3627 - dependencies = [ 3628 - "windows-targets 0.48.5", 3629 - ] 3630 - 3631 - [[package]] 3632 - name = "windows-sys" 3633 - version = "0.52.0" 3634 - source = "registry+https://github.com/rust-lang/crates.io-index" 3635 - checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3636 - dependencies = [ 3637 - "windows-targets 0.52.6", 3638 - ] 3639 - 3640 - [[package]] 3641 - name = "windows-sys" 3642 - version = "0.59.0" 3643 - source = "registry+https://github.com/rust-lang/crates.io-index" 3644 - checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3645 - dependencies = [ 3646 - "windows-targets 0.52.6", 3647 - ] 3648 - 3649 - [[package]] 3650 - name = "windows-targets" 3651 - version = "0.48.5" 3652 - source = "registry+https://github.com/rust-lang/crates.io-index" 3653 - checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 3654 - dependencies = [ 3655 - "windows_aarch64_gnullvm 0.48.5", 3656 - "windows_aarch64_msvc 0.48.5", 3657 - "windows_i686_gnu 0.48.5", 3658 - "windows_i686_msvc 0.48.5", 3659 - "windows_x86_64_gnu 0.48.5", 3660 - "windows_x86_64_gnullvm 0.48.5", 3661 - "windows_x86_64_msvc 0.48.5", 3662 - ] 3663 - 3664 - [[package]] 3665 - name = "windows-targets" 3666 - version = "0.52.6" 3667 - source = "registry+https://github.com/rust-lang/crates.io-index" 3668 - checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3669 - dependencies = [ 3670 - "windows_aarch64_gnullvm 0.52.6", 3671 - "windows_aarch64_msvc 0.52.6", 3672 - "windows_i686_gnu 0.52.6", 3673 - "windows_i686_gnullvm", 3674 - "windows_i686_msvc 0.52.6", 3675 - "windows_x86_64_gnu 0.52.6", 3676 - "windows_x86_64_gnullvm 0.52.6", 3677 - "windows_x86_64_msvc 0.52.6", 3678 - ] 3679 - 3680 - [[package]] 3681 - name = "windows_aarch64_gnullvm" 3682 - version = "0.48.5" 3683 - source = "registry+https://github.com/rust-lang/crates.io-index" 3684 - checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 3685 - 3686 - [[package]] 3687 - name = "windows_aarch64_gnullvm" 3688 - version = "0.52.6" 3689 - source = "registry+https://github.com/rust-lang/crates.io-index" 3690 - checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3691 - 3692 - [[package]] 3693 - name = "windows_aarch64_msvc" 3694 - version = "0.48.5" 3695 - source = "registry+https://github.com/rust-lang/crates.io-index" 3696 - checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3697 - 3698 - [[package]] 3699 - name = "windows_aarch64_msvc" 3700 - version = "0.52.6" 3701 - source = "registry+https://github.com/rust-lang/crates.io-index" 3702 - checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3703 - 3704 - [[package]] 3705 - name = "windows_i686_gnu" 3706 - version = "0.48.5" 3707 - source = "registry+https://github.com/rust-lang/crates.io-index" 3708 - checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3709 - 3710 - [[package]] 3711 - name = "windows_i686_gnu" 3712 - version = "0.52.6" 3713 - source = "registry+https://github.com/rust-lang/crates.io-index" 3714 - checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3715 - 3716 - [[package]] 3717 - name = "windows_i686_gnullvm" 3718 - version = "0.52.6" 3719 - source = "registry+https://github.com/rust-lang/crates.io-index" 3720 - checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3721 - 3722 - [[package]] 3723 - name = "windows_i686_msvc" 3724 - version = "0.48.5" 3725 - source = "registry+https://github.com/rust-lang/crates.io-index" 3726 - checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3727 - 3728 - [[package]] 3729 - name = "windows_i686_msvc" 3730 - version = "0.52.6" 3731 - source = "registry+https://github.com/rust-lang/crates.io-index" 3732 - checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3733 - 3734 - [[package]] 3735 - name = "windows_x86_64_gnu" 3736 - version = "0.48.5" 3737 - source = "registry+https://github.com/rust-lang/crates.io-index" 3738 - checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3739 - 3740 - [[package]] 3741 - name = "windows_x86_64_gnu" 3742 - version = "0.52.6" 3743 - source = "registry+https://github.com/rust-lang/crates.io-index" 3744 - checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3745 - 3746 - [[package]] 3747 - name = "windows_x86_64_gnullvm" 3748 - version = "0.48.5" 3749 - source = "registry+https://github.com/rust-lang/crates.io-index" 3750 - checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3751 - 3752 - [[package]] 3753 - name = "windows_x86_64_gnullvm" 3754 - version = "0.52.6" 3755 - source = "registry+https://github.com/rust-lang/crates.io-index" 3756 - checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3757 - 3758 - [[package]] 3759 - name = "windows_x86_64_msvc" 3760 - version = "0.48.5" 3761 - source = "registry+https://github.com/rust-lang/crates.io-index" 3762 - checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3763 - 3764 - [[package]] 3765 - name = "windows_x86_64_msvc" 3766 - version = "0.52.6" 3767 - source = "registry+https://github.com/rust-lang/crates.io-index" 3768 - checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3769 - 3770 - [[package]] 3771 - name = "winnow" 3772 - version = "0.6.18" 3773 - source = "registry+https://github.com/rust-lang/crates.io-index" 3774 - checksum = "68a9bda4691f099d435ad181000724da8e5899daa10713c2d432552b9ccd3a6f" 3775 - dependencies = [ 3776 - "memchr", 3777 - ] 3778 - 3779 - [[package]] 3780 - name = "winreg" 3781 - version = "0.52.0" 3782 - source = "registry+https://github.com/rust-lang/crates.io-index" 3783 - checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 3784 - dependencies = [ 3785 - "cfg-if", 3786 - "windows-sys 0.48.0", 3787 - ] 3788 - 3789 - [[package]] 3790 - name = "write16" 3791 - version = "1.0.0" 3792 - source = "registry+https://github.com/rust-lang/crates.io-index" 3793 - checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936" 3794 - 3795 - [[package]] 3796 - name = "writeable" 3797 - version = "0.5.5" 3798 - source = "registry+https://github.com/rust-lang/crates.io-index" 3799 - checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51" 3800 - 3801 - [[package]] 3802 - name = "wyz" 3803 - version = "0.5.1" 3804 - source = "registry+https://github.com/rust-lang/crates.io-index" 3805 - checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed" 3806 - dependencies = [ 3807 - "tap", 3808 - ] 3809 - 3810 - [[package]] 3811 - name = "x25519-dalek" 3812 - version = "2.0.1" 3813 - source = "registry+https://github.com/rust-lang/crates.io-index" 3814 - checksum = "c7e468321c81fb07fa7f4c636c3972b9100f0346e5b6a9f2bd0603a52f7ed277" 3815 - dependencies = [ 3816 - "curve25519-dalek", 3817 - "rand_core", 3818 - "serde", 3819 - "zeroize", 3820 - ] 3821 - 3822 - [[package]] 3823 - name = "x509-cert" 3824 - version = "0.2.5" 3825 - source = "registry+https://github.com/rust-lang/crates.io-index" 3826 - checksum = "1301e935010a701ae5f8655edc0ad17c44bad3ac5ce8c39185f75453b720ae94" 3827 - dependencies = [ 3828 - "const-oid", 3829 - "der", 3830 - "spki", 3831 - "tls_codec", 3832 - ] 3833 - 3834 - [[package]] 3835 - name = "yoke" 3836 - version = "0.7.5" 3837 - source = "registry+https://github.com/rust-lang/crates.io-index" 3838 - checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40" 3839 - dependencies = [ 3840 - "serde", 3841 - "stable_deref_trait", 3842 - "yoke-derive", 3843 - "zerofrom", 3844 - ] 3845 - 3846 - [[package]] 3847 - name = "yoke-derive" 3848 - version = "0.7.5" 3849 - source = "registry+https://github.com/rust-lang/crates.io-index" 3850 - checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154" 3851 - dependencies = [ 3852 - "proc-macro2", 3853 - "quote", 3854 - "syn 2.0.68", 3855 - "synstructure", 3856 - ] 3857 - 3858 - [[package]] 3859 - name = "zerofrom" 3860 - version = "0.1.5" 3861 - source = "registry+https://github.com/rust-lang/crates.io-index" 3862 - checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e" 3863 - dependencies = [ 3864 - "zerofrom-derive", 3865 - ] 3866 - 3867 - [[package]] 3868 - name = "zerofrom-derive" 3869 - version = "0.1.5" 3870 - source = "registry+https://github.com/rust-lang/crates.io-index" 3871 - checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808" 3872 - dependencies = [ 3873 - "proc-macro2", 3874 - "quote", 3875 - "syn 2.0.68", 3876 - "synstructure", 3877 - ] 3878 - 3879 - [[package]] 3880 - name = "zeroize" 3881 - version = "1.8.1" 3882 - source = "registry+https://github.com/rust-lang/crates.io-index" 3883 - checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3884 - dependencies = [ 3885 - "zeroize_derive", 3886 - ] 3887 - 3888 - [[package]] 3889 - name = "zeroize_derive" 3890 - version = "1.4.2" 3891 - source = "registry+https://github.com/rust-lang/crates.io-index" 3892 - checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 3893 - dependencies = [ 3894 - "proc-macro2", 3895 - "quote", 3896 - "syn 2.0.68", 3897 - ] 3898 - 3899 - [[package]] 3900 - name = "zerovec" 3901 - version = "0.10.4" 3902 - source = "registry+https://github.com/rust-lang/crates.io-index" 3903 - checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" 3904 - dependencies = [ 3905 - "yoke", 3906 - "zerofrom", 3907 - "zerovec-derive", 3908 - ] 3909 - 3910 - [[package]] 3911 - name = "zerovec-derive" 3912 - version = "0.10.3" 3913 - source = "registry+https://github.com/rust-lang/crates.io-index" 3914 - checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6" 3915 - dependencies = [ 3916 - "proc-macro2", 3917 - "quote", 3918 - "syn 2.0.68", 3919 - ]
+1 -7
pkgs/servers/teleport/16/default.nix
··· 6 6 hash = "sha256-9X4PLN5y1pJMNGL7o+NR/b3yUYch/VVEMmGmWbEO1CA="; 7 7 vendorHash = "sha256-nJdtllxjem+EA77Sb1XKmrAaWh/8WrL3AuvVxgBRkxI="; 8 8 pnpmHash = "sha256-+eOfGS9m3c9i7ccOS8q6KM0IrBIJZKlxx7h3qqxTJHE="; 9 - cargoLock = { 10 - lockFile = ./Cargo.lock; 11 - outputHashes = { 12 - "boring-4.7.0" = "sha256-ACzw4Bfo6OUrwvi3h21tvx5CpdQaWCEIDkslzjzy9o8="; 13 - "ironrdp-async-0.2.0" = "sha256-s0WdaEd3J2r/UmSVBktxtspIytlfw6eWUW3A4kOsTP0="; 14 - }; 15 - }; 9 + cargoHash = "sha256-6JYSW65ou8iC4/7AJVZ9+vpItxpJtaGFA4Nm3fgyHIs="; 16 10 } 17 11 )
+11
pkgs/servers/teleport/17/default.nix
··· 1 + { wasm-bindgen-cli, ... }@args: 2 + import ../generic.nix ( 3 + args 4 + // { 5 + version = "17.2.1"; 6 + hash = "sha256-QlBj3zGnELgQJMIMSZK1YVE3H2hO09Xgdtcw0BML7KQ="; 7 + vendorHash = "sha256-Y3og6oifpQIZxkKR1qgD3l06YaCFpSlh/+jN3w0gq7M="; 8 + pnpmHash = "sha256-ChRWq0acDzHhm6JK2W3V6LZHlq4vXMxa1AMqiCPIouc="; 9 + cargoHash = "sha256-GDwH/2aiqvTbLC8/x/n0yLuU8IEBVpyacN2B+EGwBgE="; 10 + } 11 + )
+13
pkgs/servers/teleport/default.nix
··· 3 3 lib, 4 4 wasm-bindgen-cli_0_2_92, 5 5 wasm-bindgen-cli_0_2_95, 6 + buildGo122Module, 7 + buildGo123Module, 6 8 ... 7 9 }@args: 8 10 let ··· 12 14 args 13 15 // { 14 16 wasm-bindgen-cli = wasm-bindgen-cli_0_2_92; 17 + buildGoModule = buildGo122Module; 15 18 } 16 19 ); 17 20 teleport_16 = import ./16 ( 18 21 args 19 22 // { 20 23 wasm-bindgen-cli = wasm-bindgen-cli_0_2_95; 24 + buildGoModule = buildGo122Module; 21 25 } 22 26 ); 23 27 teleport = teleport_16; 28 + teleport_17 = import ./17 ( 29 + args 30 + // { 31 + wasm-bindgen-cli = wasm-bindgen-cli_0_2_95; 32 + buildGoModule = buildGo123Module; 33 + } 34 + ); 24 35 }; 25 36 # Ensure the following callPackages invocation includes everything 'generic' needs. 26 37 f' = lib.setFunctionArgs f (builtins.functionArgs (import ./generic.nix)); ··· 30 41 "callPackages" 31 42 "wasm-bindgen-cli_0_2_92" 32 43 "wasm-bindgen-cli_0_2_95" 44 + "buildGo122Module" 45 + "buildGo123Module" 33 46 ] 34 47 )
+6 -3
pkgs/servers/teleport/generic.nix
··· 32 32 vendorHash, 33 33 extPatches ? [ ], 34 34 cargoHash ? null, 35 - cargoLock ? null, 36 35 yarnHash ? null, 37 36 pnpmHash ? null, 38 37 }: ··· 50 49 51 50 rdpClient = rustPlatform.buildRustPackage rec { 52 51 pname = "teleport-rdpclient"; 53 - inherit cargoHash cargoLock; 52 + useFetchCargoVendor = true; 53 + inherit cargoHash; 54 54 inherit version src; 55 55 56 56 buildAndTestSubdir = "lib/srv/desktop/rdp/rdpclient"; ··· 84 84 pname = "teleport-webassets"; 85 85 inherit src version; 86 86 87 - cargoDeps = rustPlatform.importCargoLock cargoLock; 87 + cargoDeps = rustPlatform.fetchCargoVendor { 88 + inherit src; 89 + hash = cargoHash; 90 + }; 88 91 89 92 pnpmDeps = 90 93 if pnpmHash != null then
+1 -2
pkgs/top-level/all-packages.nix
··· 5133 5133 5134 5134 inherit (callPackages ../servers/teleport { 5135 5135 inherit (darwin.apple_sdk.frameworks) CoreFoundation Security AppKit; 5136 - buildGoModule = buildGo122Module; 5137 - }) teleport_15 teleport_16 teleport; 5136 + }) teleport_15 teleport_16 teleport_17 teleport; 5138 5137 5139 5138 telepresence = callPackage ../tools/networking/telepresence { 5140 5139 pythonPackages = python3Packages;