Client Test

Client Test

rev. 5a860d70d7e90d11840f267fbc8429e14ba5d76d

Files changed:

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

@@ -1,0 +4124,0 @@
    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.24.2"
    8         -
source = "registry+https://github.com/rust-lang/crates.io-index"
    9         -
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
   10         -
dependencies = [
   11         -
 "gimli",
   12         -
]
   13         -
   14         -
[[package]]
   15         -
name = "adler2"
   16         -
version = "2.0.0"
   17         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   18         -
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
   19         -
   20         -
[[package]]
   21         -
name = "aho-corasick"
   22         -
version = "1.1.3"
   23         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   24         -
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
   25         -
dependencies = [
   26         -
 "memchr",
   27         -
]
   28         -
   29         -
[[package]]
   30         -
name = "allocator-api2"
   31         -
version = "0.2.18"
   32         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   33         -
checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
   34         -
   35         -
[[package]]
   36         -
name = "anes"
   37         -
version = "0.1.6"
   38         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   39         -
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
   40         -
   41         -
[[package]]
   42         -
name = "anstyle"
   43         -
version = "1.0.10"
   44         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   45         -
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
   46         -
   47         -
[[package]]
   48         -
name = "approx"
   49         -
version = "0.5.1"
   50         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   51         -
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
   52         -
dependencies = [
   53         -
 "num-traits",
   54         -
]
   55         -
   56         -
[[package]]
   57         -
name = "arbitrary"
   58         -
version = "1.4.1"
   59         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   60         -
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
   61         -
   62         -
[[package]]
   63         -
name = "assert-json-diff"
   64         -
version = "1.1.0"
   65         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   66         -
checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
   67         -
dependencies = [
   68         -
 "extend",
   69         -
 "serde",
   70         -
 "serde_json",
   71         -
]
   72         -
   73         -
[[package]]
   74         -
name = "async-channel"
   75         -
version = "1.9.0"
   76         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   77         -
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
   78         -
dependencies = [
   79         -
 "concurrent-queue",
   80         -
 "event-listener",
   81         -
 "futures-core",
   82         -
]
   83         -
   84         -
[[package]]
   85         -
name = "async-stream"
   86         -
version = "0.3.6"
   87         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   88         -
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
   89         -
dependencies = [
   90         -
 "async-stream-impl",
   91         -
 "futures-core",
   92         -
 "pin-project-lite",
   93         -
]
   94         -
   95         -
[[package]]
   96         -
name = "async-stream-impl"
   97         -
version = "0.3.6"
   98         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   99         -
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
  100         -
dependencies = [
  101         -
 "proc-macro2",
  102         -
 "quote",
  103         -
 "syn 2.0.87",
  104         -
]
  105         -
  106         -
[[package]]
  107         -
name = "atomic-waker"
  108         -
version = "1.1.2"
  109         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  110         -
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
  111         -
  112         -
[[package]]
  113         -
name = "atty"
  114         -
version = "0.2.14"
  115         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  116         -
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  117         -
dependencies = [
  118         -
 "hermit-abi 0.1.19",
  119         -
 "libc",
  120         -
 "winapi",
  121         -
]
  122         -
  123         -
[[package]]
  124         -
name = "autocfg"
  125         -
version = "1.4.0"
  126         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  127         -
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
  128         -
  129         -
[[package]]
  130         -
name = "aws-credential-types"
  131         -
version = "1.2.1"
  132         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  133         -
checksum = "60e8f6b615cb5fc60a98132268508ad104310f0cfb25a1c22eee76efdf9154da"
  134         -
dependencies = [
  135         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  136         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  137         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  138         -
 "zeroize",
  139         -
]
  140         -
  141         -
[[package]]
  142         -
name = "aws-lc-fips-sys"
  143         -
version = "0.12.13"
  144         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  145         -
checksum = "bf12b67bc9c5168f68655aadb2a12081689a58f1d9b1484705e4d1810ed6e4ac"
  146         -
dependencies = [
  147         -
 "bindgen",
  148         -
 "cc",
  149         -
 "cmake",
  150         -
 "dunce",
  151         -
 "fs_extra",
  152         -
 "libc",
  153         -
 "paste",
  154         -
]
  155         -
  156         -
[[package]]
  157         -
name = "aws-lc-rs"
  158         -
version = "1.10.0"
  159         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  160         -
checksum = "cdd82dba44d209fddb11c190e0a94b78651f95299598e472215667417a03ff1d"
  161         -
dependencies = [
  162         -
 "aws-lc-fips-sys",
  163         -
 "aws-lc-sys",
  164         -
 "mirai-annotations",
  165         -
 "paste",
  166         -
 "zeroize",
  167         -
]
  168         -
  169         -
[[package]]
  170         -
name = "aws-lc-sys"
  171         -
version = "0.22.0"
  172         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  173         -
checksum = "df7a4168111d7eb622a31b214057b8509c0a7e1794f44c546d742330dc793972"
  174         -
dependencies = [
  175         -
 "bindgen",
  176         -
 "cc",
  177         -
 "cmake",
  178         -
 "dunce",
  179         -
 "fs_extra",
  180         -
 "libc",
  181         -
 "paste",
  182         -
]
  183         -
  184         -
[[package]]
  185         -
name = "aws-runtime"
  186         -
version = "1.4.3"
  187         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  188         -
checksum = "a10d5c055aa540164d9561a0e2e74ad30f0dcf7393c3a92f6733ddf9c5762468"
  189         -
dependencies = [
  190         -
 "aws-credential-types",
  191         -
 "aws-sigv4",
  192         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  193         -
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  194         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  195         -
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  196         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  197         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  198         -
 "aws-types",
  199         -
 "bytes",
  200         -
 "fastrand",
  201         -
 "http 0.2.12",
  202         -
 "http-body 0.4.6",
  203         -
 "once_cell",
  204         -
 "percent-encoding",
  205         -
 "pin-project-lite",
  206         -
 "tracing",
  207         -
 "uuid",
  208         -
]
  209         -
  210         -
[[package]]
  211         -
name = "aws-sdk-s3"
  212         -
version = "1.60.0"
  213         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  214         -
checksum = "0506cc60e392e33712d47717d5ae5760a3b134bf8ee7aea7e43df3d7e2669ae0"
  215         -
dependencies = [
  216         -
 "aws-credential-types",
  217         -
 "aws-runtime",
  218         -
 "aws-sigv4",
  219         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  220         -
 "aws-smithy-checksums 0.60.13 (registry+https://github.com/rust-lang/crates.io-index)",
  221         -
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  222         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  223         -
 "aws-smithy-json 0.60.7 (registry+https://github.com/rust-lang/crates.io-index)",
  224         -
 "aws-smithy-runtime 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  225         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  226         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  227         -
 "aws-smithy-xml 0.60.9 (registry+https://github.com/rust-lang/crates.io-index)",
  228         -
 "aws-types",
  229         -
 "bytes",
  230         -
 "fastrand",
  231         -
 "hex",
  232         -
 "hmac",
  233         -
 "http 0.2.12",
  234         -
 "http-body 0.4.6",
  235         -
 "lru",
  236         -
 "once_cell",
  237         -
 "percent-encoding",
  238         -
 "regex-lite",
  239         -
 "sha2",
  240         -
 "tracing",
  241         -
 "url",
  242         -
]
  243         -
  244         -
[[package]]
  245         -
name = "aws-sigv4"
  246         -
version = "1.2.5"
  247         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  248         -
checksum = "5619742a0d8f253be760bfbb8e8e8368c69e3587e4637af5754e488a611499b1"
  249         -
dependencies = [
  250         -
 "aws-credential-types",
  251         -
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  252         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  253         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  254         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  255         -
 "bytes",
  256         -
 "crypto-bigint 0.5.5",
  257         -
 "form_urlencoded",
  258         -
 "hex",
  259         -
 "hmac",
  260         -
 "http 0.2.12",
  261         -
 "http 1.1.0",
  262         -
 "once_cell",
  263         -
 "p256",
  264         -
 "percent-encoding",
  265         -
 "ring 0.17.8",
  266         -
 "sha2",
  267         -
 "subtle",
  268         -
 "time",
  269         -
 "tracing",
  270         -
 "zeroize",
  271         -
]
  272         -
  273         -
[[package]]
  274         -
name = "aws-smithy-async"
  275         -
version = "1.2.1"
  276         -
dependencies = [
  277         -
 "futures-util",
  278         -
 "pin-project-lite",
  279         -
 "pin-utils",
  280         -
 "tokio",
  281         -
 "tokio-test",
  282         -
]
  283         -
  284         -
[[package]]
  285         -
name = "aws-smithy-async"
  286         -
version = "1.2.1"
  287         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  288         -
checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
  289         -
dependencies = [
  290         -
 "futures-util",
  291         -
 "pin-project-lite",
  292         -
 "tokio",
  293         -
]
  294         -
  295         -
[[package]]
  296         -
name = "aws-smithy-cbor"
  297         -
version = "0.60.8"
  298         -
dependencies = [
  299         -
 "aws-smithy-types 1.2.9",
  300         -
 "criterion",
  301         -
 "minicbor",
  302         -
]
  303         -
  304         -
[[package]]
  305         -
name = "aws-smithy-checksums"
  306         -
version = "0.60.13"
  307         -
dependencies = [
  308         -
 "aws-smithy-http 0.60.11",
  309         -
 "aws-smithy-types 1.2.9",
  310         -
 "bytes",
  311         -
 "bytes-utils",
  312         -
 "crc32c",
  313         -
 "crc32fast",
  314         -
 "hex",
  315         -
 "http 0.2.12",
  316         -
 "http-body 0.4.6",
  317         -
 "md-5",
  318         -
 "pin-project-lite",
  319         -
 "pretty_assertions",
  320         -
 "sha1",
  321         -
 "sha2",
  322         -
 "tokio",
  323         -
 "tracing",
  324         -
 "tracing-test",
  325         -
]
  326         -
  327         -
[[package]]
  328         -
name = "aws-smithy-checksums"
  329         -
version = "0.60.13"
  330         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  331         -
checksum = "ba1a71073fca26775c8b5189175ea8863afb1c9ea2cceb02a5de5ad9dfbaa795"
  332         -
dependencies = [
  333         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  334         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  335         -
 "bytes",
  336         -
 "crc32c",
  337         -
 "crc32fast",
  338         -
 "hex",
  339         -
 "http 0.2.12",
  340         -
 "http-body 0.4.6",
  341         -
 "md-5",
  342         -
 "pin-project-lite",
  343         -
 "sha1",
  344         -
 "sha2",
  345         -
 "tracing",
  346         -
]
  347         -
  348         -
[[package]]
  349         -
name = "aws-smithy-client"
  350         -
version = "0.60.3"
  351         -
  352         -
[[package]]
  353         -
name = "aws-smithy-compression"
  354         -
version = "0.0.2"
  355         -
dependencies = [
  356         -
 "aws-smithy-runtime-api 1.7.3",
  357         -
 "aws-smithy-types 1.2.9",
  358         -
 "bytes",
  359         -
 "bytes-utils",
  360         -
 "flate2",
  361         -
 "futures-util",
  362         -
 "http 0.2.12",
  363         -
 "http 1.1.0",
  364         -
 "http-body 0.4.6",
  365         -
 "http-body 1.0.1",
  366         -
 "http-body-util",
  367         -
 "pin-project-lite",
  368         -
 "pretty_assertions",
  369         -
 "tokio",
  370         -
 "tracing",
  371         -
]
  372         -
  373         -
[[package]]
  374         -
name = "aws-smithy-eventstream"
  375         -
version = "0.60.5"
  376         -
dependencies = [
  377         -
 "arbitrary",
  378         -
 "aws-smithy-types 1.2.9",
  379         -
 "bytes",
  380         -
 "bytes-utils",
  381         -
 "crc32fast",
  382         -
 "derive_arbitrary",
  383         -
]
  384         -
  385         -
[[package]]
  386         -
name = "aws-smithy-eventstream"
  387         -
version = "0.60.5"
  388         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  389         -
checksum = "cef7d0a272725f87e51ba2bf89f8c21e4df61b9e49ae1ac367a6d69916ef7c90"
  390         -
dependencies = [
  391         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  392         -
 "bytes",
  393         -
 "crc32fast",
  394         -
]
  395         -
  396         -
[[package]]
  397         -
name = "aws-smithy-experimental"
  398         -
version = "0.1.5"
  399         -
dependencies = [
  400         -
 "aws-smithy-async 1.2.1",
  401         -
 "aws-smithy-runtime 1.7.3",
  402         -
 "aws-smithy-runtime-api 1.7.3",
  403         -
 "aws-smithy-types 1.2.9",
  404         -
 "h2 0.4.6",
  405         -
 "http 1.1.0",
  406         -
 "hyper 1.5.0",
  407         -
 "hyper-rustls 0.27.3",
  408         -
 "hyper-util",
  409         -
 "once_cell",
  410         -
 "pin-project-lite",
  411         -
 "rustls 0.23.16",
  412         -
 "tokio",
  413         -
 "tower",
  414         -
 "tracing",
  415         -
]
  416         -
  417         -
[[package]]
  418         -
name = "aws-smithy-http"
  419         -
version = "0.60.11"
  420         -
dependencies = [
  421         -
 "async-stream",
  422         -
 "aws-smithy-eventstream 0.60.5",
  423         -
 "aws-smithy-runtime-api 1.7.3",
  424         -
 "aws-smithy-types 1.2.9",
  425         -
 "bytes",
  426         -
 "bytes-utils",
  427         -
 "futures-core",
  428         -
 "futures-util",
  429         -
 "http 0.2.12",
  430         -
 "http-body 0.4.6",
  431         -
 "hyper 0.14.31",
  432         -
 "once_cell",
  433         -
 "percent-encoding",
  434         -
 "pin-project-lite",
  435         -
 "pin-utils",
  436         -
 "proptest",
  437         -
 "tokio",
  438         -
 "tracing",
  439         -
]
  440         -
  441         -
[[package]]
  442         -
name = "aws-smithy-http"
  443         -
version = "0.60.11"
  444         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  445         -
checksum = "5c8bc3e8fdc6b8d07d976e301c02fe553f72a39b7a9fea820e023268467d7ab6"
  446         -
dependencies = [
  447         -
 "aws-smithy-eventstream 0.60.5 (registry+https://github.com/rust-lang/crates.io-index)",
  448         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  449         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  450         -
 "bytes",
  451         -
 "bytes-utils",
  452         -
 "futures-core",
  453         -
 "http 0.2.12",
  454         -
 "http-body 0.4.6",
  455         -
 "once_cell",
  456         -
 "percent-encoding",
  457         -
 "pin-project-lite",
  458         -
 "pin-utils",
  459         -
 "tracing",
  460         -
]
  461         -
  462         -
[[package]]
  463         -
name = "aws-smithy-http-auth"
  464         -
version = "0.60.3"
  465         -
  466         -
[[package]]
  467         -
name = "aws-smithy-http-server"
  468         -
version = "0.63.3"
  469         -
dependencies = [
  470         -
 "aws-smithy-cbor",
  471         -
 "aws-smithy-http 0.60.11",
  472         -
 "aws-smithy-json 0.60.7",
  473         -
 "aws-smithy-runtime-api 1.7.3",
  474         -
 "aws-smithy-types 1.2.9",
  475         -
 "aws-smithy-xml 0.60.9",
  476         -
 "bytes",
  477         -
 "futures-util",
  478         -
 "http 0.2.12",
  479         -
 "http-body 0.4.6",
  480         -
 "hyper 0.14.31",
  481         -
 "lambda_http",
  482         -
 "mime",
  483         -
 "nom",
  484         -
 "once_cell",
  485         -
 "pin-project-lite",
  486         -
 "pretty_assertions",
  487         -
 "regex",
  488         -
 "serde_urlencoded",
  489         -
 "thiserror",
  490         -
 "tokio",
  491         -
 "tower",
  492         -
 "tower-http",
  493         -
 "tracing",
  494         -
 "uuid",
  495         -
]
  496         -
  497         -
[[package]]
  498         -
name = "aws-smithy-http-server-python"
  499         -
version = "0.63.2"
  500         -
dependencies = [
  501         -
 "aws-smithy-http 0.60.11",
  502         -
 "aws-smithy-http-server",
  503         -
 "aws-smithy-json 0.60.7",
  504         -
 "aws-smithy-types 1.2.9",
  505         -
 "aws-smithy-xml 0.60.9",
  506         -
 "bytes",
  507         -
 "futures",
  508         -
 "futures-util",
  509         -
 "http 0.2.12",
  510         -
 "hyper 0.14.31",
  511         -
 "hyper-rustls 0.24.2",
  512         -
 "lambda_http",
  513         -
 "num_cpus",
  514         -
 "parking_lot",
  515         -
 "pin-project-lite",
  516         -
 "pretty_assertions",
  517         -
 "pyo3",
  518         -
 "pyo3-asyncio",
  519         -
 "rcgen",
  520         -
 "rustls-pemfile 1.0.4",
  521         -
 "signal-hook",
  522         -
 "socket2",
  523         -
 "thiserror",
  524         -
 "tls-listener",
  525         -
 "tokio",
  526         -
 "tokio-rustls 0.24.1",
  527         -
 "tokio-stream",
  528         -
 "tokio-test",
  529         -
 "tower",
  530         -
 "tower-test",
  531         -
 "tracing",
  532         -
 "tracing-appender",
  533         -
 "tracing-subscriber",
  534         -
]
  535         -
  536         -
[[package]]
  537         -
name = "aws-smithy-http-tower"
  538         -
version = "0.60.3"
  539         -
  540         -
[[package]]
  541         -
name = "aws-smithy-json"
  542         -
version = "0.60.7"
  543         -
dependencies = [
  544         -
 "aws-smithy-types 1.2.9",
  545         -
 "proptest",
  546         -
 "serde_json",
  547         -
]
  548         -
  549         -
[[package]]
  550         -
name = "aws-smithy-json"
  551         -
version = "0.60.7"
  552         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  553         -
checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
  554         -
dependencies = [
  555         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  556         -
]
  557         -
  558         -
[[package]]
  559         -
name = "aws-smithy-mocks-experimental"
  560         -
version = "0.2.1"
  561         -
dependencies = [
  562         -
 "aws-sdk-s3",
  563         -
 "aws-smithy-runtime-api 1.7.3",
  564         -
 "aws-smithy-types 1.2.9",
  565         -
 "tokio",
  566         -
]
  567         -
  568         -
[[package]]
  569         -
name = "aws-smithy-protocol-test"
  570         -
version = "0.63.0"
  571         -
dependencies = [
  572         -
 "assert-json-diff",
  573         -
 "aws-smithy-runtime-api 1.7.3",
  574         -
 "base64-simd",
  575         -
 "cbor-diag",
  576         -
 "ciborium",
  577         -
 "http 0.2.12",
  578         -
 "pretty_assertions",
  579         -
 "regex-lite",
  580         -
 "roxmltree",
  581         -
 "serde_json",
  582         -
 "thiserror",
  583         -
]
  584         -
  585         -
[[package]]
  586         -
name = "aws-smithy-protocol-test"
  587         -
version = "0.63.0"
  588         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  589         -
checksum = "3b92b62199921f10685c6b588fdbeb81168ae4e7950ae3e5f50145a01bb5f1ad"
  590         -
dependencies = [
  591         -
 "assert-json-diff",
  592         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  593         -
 "base64-simd",
  594         -
 "cbor-diag",
  595         -
 "ciborium",
  596         -
 "http 0.2.12",
  597         -
 "pretty_assertions",
  598         -
 "regex-lite",
  599         -
 "roxmltree",
  600         -
 "serde_json",
  601         -
 "thiserror",
  602         -
]
  603         -
  604         -
[[package]]
  605         -
name = "aws-smithy-query"
  606         -
version = "0.60.7"
  607         -
dependencies = [
  608         -
 "aws-smithy-types 1.2.9",
  609         -
 "urlencoding",
  610         -
]
  611         -
  612         -
[[package]]
  613         -
name = "aws-smithy-runtime"
  614         -
version = "1.7.3"
  615         -
dependencies = [
  616         -
 "approx",
  617         -
 "aws-smithy-async 1.2.1",
  618         -
 "aws-smithy-http 0.60.11",
  619         -
 "aws-smithy-protocol-test 0.63.0",
  620         -
 "aws-smithy-runtime-api 1.7.3",
  621         -
 "aws-smithy-types 1.2.9",
  622         -
 "bytes",
  623         -
 "fastrand",
  624         -
 "futures-util",
  625         -
 "h2 0.3.26",
  626         -
 "http 0.2.12",
  627         -
 "http 1.1.0",
  628         -
 "http-body 0.4.6",
  629         -
 "http-body 1.0.1",
  630         -
 "httparse",
  631         -
 "hyper 0.14.31",
  632         -
 "hyper-rustls 0.24.2",
  633         -
 "indexmap 2.6.0",
  634         -
 "once_cell",
  635         -
 "pin-project-lite",
  636         -
 "pin-utils",
  637         -
 "pretty_assertions",
  638         -
 "rustls 0.21.12",
  639         -
 "serde",
  640         -
 "serde_json",
  641         -
 "tokio",
  642         -
 "tracing",
  643         -
 "tracing-subscriber",
  644         -
 "tracing-test",
  645         -
]
  646         -
  647         -
[[package]]
  648         -
name = "aws-smithy-runtime"
  649         -
version = "1.7.3"
  650         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  651         -
checksum = "be28bd063fa91fd871d131fc8b68d7cd4c5fa0869bea68daca50dcb1cbd76be2"
  652         -
dependencies = [
  653         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  654         -
 "aws-smithy-http 0.60.11 (registry+https://github.com/rust-lang/crates.io-index)",
  655         -
 "aws-smithy-protocol-test 0.63.0 (registry+https://github.com/rust-lang/crates.io-index)",
  656         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  657         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  658         -
 "bytes",
  659         -
 "fastrand",
  660         -
 "h2 0.3.26",
  661         -
 "http 0.2.12",
  662         -
 "http-body 0.4.6",
  663         -
 "http-body 1.0.1",
  664         -
 "httparse",
  665         -
 "hyper 0.14.31",
  666         -
 "hyper-rustls 0.24.2",
  667         -
 "indexmap 2.6.0",
  668         -
 "once_cell",
  669         -
 "pin-project-lite",
  670         -
 "pin-utils",
  671         -
 "rustls 0.21.12",
  672         -
 "serde",
  673         -
 "serde_json",
  674         -
 "tokio",
  675         -
 "tracing",
  676         -
 "tracing-subscriber",
  677         -
]
  678         -
  679         -
[[package]]
  680         -
name = "aws-smithy-runtime-api"
  681         -
version = "1.7.3"
  682         -
dependencies = [
  683         -
 "aws-smithy-async 1.2.1",
  684         -
 "aws-smithy-types 1.2.9",
  685         -
 "bytes",
  686         -
 "http 0.2.12",
  687         -
 "http 1.1.0",
  688         -
 "pin-project-lite",
  689         -
 "proptest",
  690         -
 "tokio",
  691         -
 "tracing",
  692         -
 "zeroize",
  693         -
]
  694         -
  695         -
[[package]]
  696         -
name = "aws-smithy-runtime-api"
  697         -
version = "1.7.3"
  698         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  699         -
checksum = "92165296a47a812b267b4f41032ff8069ab7ff783696d217f0994a0d7ab585cd"
  700         -
dependencies = [
  701         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  702         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  703         -
 "bytes",
  704         -
 "http 0.2.12",
  705         -
 "http 1.1.0",
  706         -
 "pin-project-lite",
  707         -
 "tokio",
  708         -
 "tracing",
  709         -
 "zeroize",
  710         -
]
  711         -
  712         -
[[package]]
  713         -
name = "aws-smithy-types"
  714         -
version = "1.2.9"
  715         -
dependencies = [
  716         -
 "base64 0.13.1",
  717         -
 "base64-simd",
  718         -
 "bytes",
  719         -
 "bytes-utils",
  720         -
 "ciborium",
  721         -
 "criterion",
  722         -
 "futures-core",
  723         -
 "http 0.2.12",
  724         -
 "http 1.1.0",
  725         -
 "http-body 0.4.6",
  726         -
 "http-body 1.0.1",
  727         -
 "http-body-util",
  728         -
 "hyper 0.14.31",
  729         -
 "itoa",
  730         -
 "lazy_static",
  731         -
 "num-integer",
  732         -
 "pin-project-lite",
  733         -
 "pin-utils",
  734         -
 "proptest",
  735         -
 "rand",
  736         -
 "ryu",
  737         -
 "serde",
  738         -
 "serde_json",
  739         -
 "tempfile",
  740         -
 "time",
  741         -
 "tokio",
  742         -
 "tokio-stream",
  743         -
 "tokio-util",
  744         -
]
  745         -
  746         -
[[package]]
  747         -
name = "aws-smithy-types"
  748         -
version = "1.2.9"
  749         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  750         -
checksum = "4fbd94a32b3a7d55d3806fe27d98d3ad393050439dd05eb53ece36ec5e3d3510"
  751         -
dependencies = [
  752         -
 "base64-simd",
  753         -
 "bytes",
  754         -
 "bytes-utils",
  755         -
 "futures-core",
  756         -
 "http 0.2.12",
  757         -
 "http 1.1.0",
  758         -
 "http-body 0.4.6",
  759         -
 "http-body 1.0.1",
  760         -
 "http-body-util",
  761         -
 "itoa",
  762         -
 "num-integer",
  763         -
 "pin-project-lite",
  764         -
 "pin-utils",
  765         -
 "ryu",
  766         -
 "serde",
  767         -
 "time",
  768         -
 "tokio",
  769         -
 "tokio-util",
  770         -
]
  771         -
  772         -
[[package]]
  773         -
name = "aws-smithy-types-convert"
  774         -
version = "0.60.8"
  775         -
dependencies = [
  776         -
 "aws-smithy-async 1.2.1",
  777         -
 "aws-smithy-types 1.2.9",
  778         -
 "chrono",
  779         -
 "futures-core",
  780         -
 "time",
  781         -
]
  782         -
  783         -
[[package]]
  784         -
name = "aws-smithy-wasm"
  785         -
version = "0.1.3"
  786         -
dependencies = [
  787         -
 "aws-smithy-http 0.60.11",
  788         -
 "aws-smithy-runtime-api 1.7.3",
  789         -
 "aws-smithy-types 1.2.9",
  790         -
 "bytes",
  791         -
 "http 1.1.0",
  792         -
 "tracing",
  793         -
 "wasi 0.12.1+wasi-0.2.0",
  794         -
]
  795         -
  796         -
[[package]]
  797         -
name = "aws-smithy-xml"
  798         -
version = "0.60.9"
  799         -
dependencies = [
  800         -
 "aws-smithy-protocol-test 0.63.0",
  801         -
 "base64 0.13.1",
  802         -
 "proptest",
  803         -
 "xmlparser",
  804         -
]
  805         -
  806         -
[[package]]
  807         -
name = "aws-smithy-xml"
  808         -
version = "0.60.9"
  809         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  810         -
checksum = "ab0b0166827aa700d3dc519f72f8b3a91c35d0b8d042dc5d643a91e6f80648fc"
  811         -
dependencies = [
  812         -
 "xmlparser",
  813         -
]
  814         -
  815         -
[[package]]
  816         -
name = "aws-types"
  817         -
version = "1.3.3"
  818         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  819         -
checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
  820         -
dependencies = [
  821         -
 "aws-credential-types",
  822         -
 "aws-smithy-async 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  823         -
 "aws-smithy-runtime-api 1.7.3 (registry+https://github.com/rust-lang/crates.io-index)",
  824         -
 "aws-smithy-types 1.2.9 (registry+https://github.com/rust-lang/crates.io-index)",
  825         -
 "rustc_version",
  826         -
 "tracing",
  827         -
]
  828         -
  829         -
[[package]]
  830         -
name = "aws_lambda_events"
  831         -
version = "0.12.1"
  832         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  833         -
checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
  834         -
dependencies = [
  835         -
 "base64 0.21.7",
  836         -
 "bytes",
  837         -
 "http 0.2.12",
  838         -
 "http-body 0.4.6",
  839         -
 "http-serde",
  840         -
 "query_map",
  841         -
 "serde",
  842         -
 "serde_json",
  843         -
]
  844         -
  845         -
[[package]]
  846         -
name = "backtrace"
  847         -
version = "0.3.74"
  848         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  849         -
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
  850         -
dependencies = [
  851         -
 "addr2line",
  852         -
 "cfg-if",
  853         -
 "libc",
  854         -
 "miniz_oxide",
  855         -
 "object",
  856         -
 "rustc-demangle",
  857         -
 "windows-targets",
  858         -
]
  859         -
  860         -
[[package]]
  861         -
name = "base16ct"
  862         -
version = "0.1.1"
  863         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  864         -
checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
  865         -
  866         -
[[package]]
  867         -
name = "base64"
  868         -
version = "0.13.1"
  869         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  870         -
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
  871         -
  872         -
[[package]]
  873         -
name = "base64"
  874         -
version = "0.20.0"
  875         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  876         -
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
  877         -
  878         -
[[package]]
  879         -
name = "base64"
  880         -
version = "0.21.7"
  881         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  882         -
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  883         -
  884         -
[[package]]
  885         -
name = "base64-simd"
  886         -
version = "0.8.0"
  887         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  888         -
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
  889         -
dependencies = [
  890         -
 "outref",
  891         -
 "vsimd",
  892         -
]
  893         -
  894         -
[[package]]
  895         -
name = "base64ct"
  896         -
version = "1.6.0"
  897         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  898         -
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
  899         -
  900         -
[[package]]
  901         -
name = "bindgen"
  902         -
version = "0.69.5"
  903         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  904         -
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
  905         -
dependencies = [
  906         -
 "bitflags 2.6.0",
  907         -
 "cexpr",
  908         -
 "clang-sys",
  909         -
 "itertools 0.12.1",
  910         -
 "lazy_static",
  911         -
 "lazycell",
  912         -
 "log",
  913         -
 "prettyplease",
  914         -
 "proc-macro2",
  915         -
 "quote",
  916         -
 "regex",
  917         -
 "rustc-hash",
  918         -
 "shlex",
  919         -
 "syn 2.0.87",
  920         -
 "which",
  921         -
]
  922         -
  923         -
[[package]]
  924         -
name = "bit-set"
  925         -
version = "0.5.3"
  926         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  927         -
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
  928         -
dependencies = [
  929         -
 "bit-vec",
  930         -
]
  931         -
  932         -
[[package]]
  933         -
name = "bit-vec"
  934         -
version = "0.6.3"
  935         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  936         -
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
  937         -
  938         -
[[package]]
  939         -
name = "bitflags"
  940         -
version = "1.3.2"
  941         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  942         -
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  943         -
  944         -
[[package]]
  945         -
name = "bitflags"
  946         -
version = "2.6.0"
  947         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  948         -
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
  949         -
  950         -
[[package]]
  951         -
name = "block-buffer"
  952         -
version = "0.10.4"
  953         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  954         -
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
  955         -
dependencies = [
  956         -
 "generic-array",
  957         -
]
  958         -
  959         -
[[package]]
  960         -
name = "bs58"
  961         -
version = "0.5.1"
  962         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  963         -
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
  964         -
dependencies = [
  965         -
 "tinyvec",
  966         -
]
  967         -
  968         -
[[package]]
  969         -
name = "bumpalo"
  970         -
version = "3.16.0"
  971         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  972         -
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
  973         -
  974         -
[[package]]
  975         -
name = "byteorder"
  976         -
version = "1.5.0"
  977         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  978         -
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  979         -
  980         -
[[package]]
  981         -
name = "bytes"
  982         -
version = "1.8.0"
  983         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  984         -
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
  985         -
dependencies = [
  986         -
 "serde",
  987         -
]
  988         -
  989         -
[[package]]
  990         -
name = "bytes-utils"
  991         -
version = "0.1.4"
  992         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  993         -
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
  994         -
dependencies = [
  995         -
 "bytes",
  996         -
 "either",
  997         -
]
  998         -
  999         -
[[package]]
 1000         -
name = "cast"
 1001         -
version = "0.3.0"
 1002         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1003         -
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 1004         -
 1005         -
[[package]]
 1006         -
name = "cbor-diag"
 1007         -
version = "0.1.12"
 1008         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1009         -
checksum = "dc245b6ecd09b23901a4fbad1ad975701fd5061ceaef6afa93a2d70605a64429"
 1010         -
dependencies = [
 1011         -
 "bs58",
 1012         -
 "chrono",
 1013         -
 "data-encoding",
 1014         -
 "half",
 1015         -
 "nom",
 1016         -
 "num-bigint",
 1017         -
 "num-rational",
 1018         -
 "num-traits",
 1019         -
 "separator",
 1020         -
 "url",
 1021         -
 "uuid",
 1022         -
]
 1023         -
 1024         -
[[package]]
 1025         -
name = "cc"
 1026         -
version = "1.1.36"
 1027         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1028         -
checksum = "baee610e9452a8f6f0a1b6194ec09ff9e2d85dea54432acdae41aa0761c95d70"
 1029         -
dependencies = [
 1030         -
 "jobserver",
 1031         -
 "libc",
 1032         -
 "shlex",
 1033         -
]
 1034         -
 1035         -
[[package]]
 1036         -
name = "cexpr"
 1037         -
version = "0.6.0"
 1038         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1039         -
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 1040         -
dependencies = [
 1041         -
 "nom",
 1042         -
]
 1043         -
 1044         -
[[package]]
 1045         -
name = "cfg-if"
 1046         -
version = "1.0.0"
 1047         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1048         -
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 1049         -
 1050         -
[[package]]
 1051         -
name = "chrono"
 1052         -
version = "0.4.38"
 1053         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1054         -
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
 1055         -
dependencies = [
 1056         -
 "num-traits",
 1057         -
]
 1058         -
 1059         -
[[package]]
 1060         -
name = "ciborium"
 1061         -
version = "0.2.2"
 1062         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1063         -
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 1064         -
dependencies = [
 1065         -
 "ciborium-io",
 1066         -
 "ciborium-ll",
 1067         -
 "serde",
 1068         -
]
 1069         -
 1070         -
[[package]]
 1071         -
name = "ciborium-io"
 1072         -
version = "0.2.2"
 1073         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1074         -
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 1075         -
 1076         -
[[package]]
 1077         -
name = "ciborium-ll"
 1078         -
version = "0.2.2"
 1079         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1080         -
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 1081         -
dependencies = [
 1082         -
 "ciborium-io",
 1083         -
 "half",
 1084         -
]
 1085         -
 1086         -
[[package]]
 1087         -
name = "clang-sys"
 1088         -
version = "1.8.1"
 1089         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1090         -
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 1091         -
dependencies = [
 1092         -
 "glob",
 1093         -
 "libc",
 1094         -
 "libloading",
 1095         -
]
 1096         -
 1097         -
[[package]]
 1098         -
name = "clap"
 1099         -
version = "3.2.25"
 1100         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1101         -
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
 1102         -
dependencies = [
 1103         -
 "atty",
 1104         -
 "bitflags 1.3.2",
 1105         -
 "clap_lex 0.2.4",
 1106         -
 "indexmap 1.9.3",
 1107         -
 "strsim",
 1108         -
 "termcolor",
 1109         -
 "textwrap",
 1110         -
]
 1111         -
 1112         -
[[package]]
 1113         -
name = "clap"
 1114         -
version = "4.5.20"
 1115         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1116         -
checksum = "b97f376d85a664d5837dbae44bf546e6477a679ff6610010f17276f686d867e8"
 1117         -
dependencies = [
 1118         -
 "clap_builder",
 1119         -
]
 1120         -
 1121         -
[[package]]
 1122         -
name = "clap_builder"
 1123         -
version = "4.5.20"
 1124         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1125         -
checksum = "19bc80abd44e4bed93ca373a0704ccbd1b710dc5749406201bb018272808dc54"
 1126         -
dependencies = [
 1127         -
 "anstyle",
 1128         -
 "clap_lex 0.7.2",
 1129         -
]
 1130         -
 1131         -
[[package]]
 1132         -
name = "clap_lex"
 1133         -
version = "0.2.4"
 1134         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1135         -
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
 1136         -
dependencies = [
 1137         -
 "os_str_bytes",
 1138         -
]
 1139         -
 1140         -
[[package]]
 1141         -
name = "clap_lex"
 1142         -
version = "0.7.2"
 1143         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1144         -
checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
 1145         -
 1146         -
[[package]]
 1147         -
name = "cmake"
 1148         -
version = "0.1.51"
 1149         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1150         -
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
 1151         -
dependencies = [
 1152         -
 "cc",
 1153         -
]
 1154         -
 1155         -
[[package]]
 1156         -
name = "concurrent-queue"
 1157         -
version = "2.5.0"
 1158         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1159         -
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 1160         -
dependencies = [
 1161         -
 "crossbeam-utils",
 1162         -
]
 1163         -
 1164         -
[[package]]
 1165         -
name = "const-oid"
 1166         -
version = "0.9.6"
 1167         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1168         -
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 1169         -
 1170         -
[[package]]
 1171         -
name = "core-foundation"
 1172         -
version = "0.9.4"
 1173         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1174         -
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 1175         -
dependencies = [
 1176         -
 "core-foundation-sys",
 1177         -
 "libc",
 1178         -
]
 1179         -
 1180         -
[[package]]
 1181         -
name = "core-foundation-sys"
 1182         -
version = "0.8.7"
 1183         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1184         -
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 1185         -
 1186         -
[[package]]
 1187         -
name = "cpufeatures"
 1188         -
version = "0.2.14"
 1189         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1190         -
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
 1191         -
dependencies = [
 1192         -
 "libc",
 1193         -
]
 1194         -
 1195         -
[[package]]
 1196         -
name = "crc32c"
 1197         -
version = "0.6.8"
 1198         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1199         -
checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
 1200         -
dependencies = [
 1201         -
 "rustc_version",
 1202         -
]
 1203         -
 1204         -
[[package]]
 1205         -
name = "crc32fast"
 1206         -
version = "1.4.2"
 1207         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1208         -
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
 1209         -
dependencies = [
 1210         -
 "cfg-if",
 1211         -
]
 1212         -
 1213         -
[[package]]
 1214         -
name = "criterion"
 1215         -
version = "0.5.1"
 1216         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1217         -
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 1218         -
dependencies = [
 1219         -
 "anes",
 1220         -
 "cast",
 1221         -
 "ciborium",
 1222         -
 "clap 4.5.20",
 1223         -
 "criterion-plot",
 1224         -
 "is-terminal",
 1225         -
 "itertools 0.10.5",
 1226         -
 "num-traits",
 1227         -
 "once_cell",
 1228         -
 "oorandom",
 1229         -
 "plotters",
 1230         -
 "rayon",
 1231         -
 "regex",
 1232         -
 "serde",
 1233         -
 "serde_derive",
 1234         -
 "serde_json",
 1235         -
 "tinytemplate",
 1236         -
 "walkdir",
 1237         -
]
 1238         -
 1239         -
[[package]]
 1240         -
name = "criterion-plot"
 1241         -
version = "0.5.0"
 1242         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1243         -
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 1244         -
dependencies = [
 1245         -
 "cast",
 1246         -
 "itertools 0.10.5",
 1247         -
]
 1248         -
 1249         -
[[package]]
 1250         -
name = "crossbeam-channel"
 1251         -
version = "0.5.13"
 1252         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1253         -
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
 1254         -
dependencies = [
 1255         -
 "crossbeam-utils",
 1256         -
]
 1257         -
 1258         -
[[package]]
 1259         -
name = "crossbeam-deque"
 1260         -
version = "0.8.5"
 1261         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1262         -
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
 1263         -
dependencies = [
 1264         -
 "crossbeam-epoch",
 1265         -
 "crossbeam-utils",
 1266         -
]
 1267         -
 1268         -
[[package]]
 1269         -
name = "crossbeam-epoch"
 1270         -
version = "0.9.18"
 1271         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1272         -
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 1273         -
dependencies = [
 1274         -
 "crossbeam-utils",
 1275         -
]
 1276         -
 1277         -
[[package]]
 1278         -
name = "crossbeam-utils"
 1279         -
version = "0.8.20"
 1280         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1281         -
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
 1282         -
 1283         -
[[package]]
 1284         -
name = "crunchy"
 1285         -
version = "0.2.2"
 1286         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1287         -
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
 1288         -
 1289         -
[[package]]
 1290         -
name = "crypto-bigint"
 1291         -
version = "0.4.9"
 1292         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1293         -
checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 1294         -
dependencies = [
 1295         -
 "generic-array",
 1296         -
 "rand_core",
 1297         -
 "subtle",
 1298         -
 "zeroize",
 1299         -
]
 1300         -
 1301         -
[[package]]
 1302         -
name = "crypto-bigint"
 1303         -
version = "0.5.5"
 1304         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1305         -
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 1306         -
dependencies = [
 1307         -
 "rand_core",
 1308         -
 "subtle",
 1309         -
]
 1310         -
 1311         -
[[package]]
 1312         -
name = "crypto-common"
 1313         -
version = "0.1.6"
 1314         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1315         -
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 1316         -
dependencies = [
 1317         -
 "generic-array",
 1318         -
 "typenum",
 1319         -
]
 1320         -
 1321         -
[[package]]
 1322         -
name = "data-encoding"
 1323         -
version = "2.6.0"
 1324         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1325         -
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
 1326         -
 1327         -
[[package]]
 1328         -
name = "der"
 1329         -
version = "0.6.1"
 1330         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1331         -
checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 1332         -
dependencies = [
 1333         -
 "const-oid",
 1334         -
 "zeroize",
 1335         -
]
 1336         -
 1337         -
[[package]]
 1338         -
name = "deranged"
 1339         -
version = "0.3.11"
 1340         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1341         -
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
 1342         -
dependencies = [
 1343         -
 "powerfmt",
 1344         -
]
 1345         -
 1346         -
[[package]]
 1347         -
name = "derive_arbitrary"
 1348         -
version = "1.4.1"
 1349         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1350         -
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
 1351         -
dependencies = [
 1352         -
 "proc-macro2",
 1353         -
 "quote",
 1354         -
 "syn 2.0.87",
 1355         -
]
 1356         -
 1357         -
[[package]]
 1358         -
name = "diff"
 1359         -
version = "0.1.13"
 1360         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1361         -
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 1362         -
 1363         -
[[package]]
 1364         -
name = "digest"
 1365         -
version = "0.10.7"
 1366         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1367         -
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 1368         -
dependencies = [
 1369         -
 "block-buffer",
 1370         -
 "crypto-common",
 1371         -
 "subtle",
 1372         -
]
 1373         -
 1374         -
[[package]]
 1375         -
name = "dunce"
 1376         -
version = "1.0.5"
 1377         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1378         -
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 1379         -
 1380         -
[[package]]
 1381         -
name = "ecdsa"
 1382         -
version = "0.14.8"
 1383         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1384         -
checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 1385         -
dependencies = [
 1386         -
 "der",
 1387         -
 "elliptic-curve",
 1388         -
 "rfc6979",
 1389         -
 "signature",
 1390         -
]
 1391         -
 1392         -
[[package]]
 1393         -
name = "either"
 1394         -
version = "1.13.0"
 1395         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1396         -
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
 1397         -
 1398         -
[[package]]
 1399         -
name = "elliptic-curve"
 1400         -
version = "0.12.3"
 1401         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1402         -
checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 1403         -
dependencies = [
 1404         -
 "base16ct",
 1405         -
 "crypto-bigint 0.4.9",
 1406         -
 "der",
 1407         -
 "digest",
 1408         -
 "ff",
 1409         -
 "generic-array",
 1410         -
 "group",
 1411         -
 "pkcs8",
 1412         -
 "rand_core",
 1413         -
 "sec1",
 1414         -
 "subtle",
 1415         -
 "zeroize",
 1416         -
]
 1417         -
 1418         -
[[package]]
 1419         -
name = "encoding_rs"
 1420         -
version = "0.8.35"
 1421         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1422         -
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 1423         -
dependencies = [
 1424         -
 "cfg-if",
 1425         -
]
 1426         -
 1427         -
[[package]]
 1428         -
name = "equivalent"
 1429         -
version = "1.0.1"
 1430         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1431         -
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
 1432         -
 1433         -
[[package]]
 1434         -
name = "errno"
 1435         -
version = "0.3.9"
 1436         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1437         -
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
 1438         -
dependencies = [
 1439         -
 "libc",
 1440         -
 "windows-sys 0.52.0",
 1441         -
]
 1442         -
 1443         -
[[package]]
 1444         -
name = "event-listener"
 1445         -
version = "2.5.3"
 1446         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1447         -
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 1448         -
 1449         -
[[package]]
 1450         -
name = "extend"
 1451         -
version = "0.1.2"
 1452         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1453         -
checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
 1454         -
dependencies = [
 1455         -
 "proc-macro-error",
 1456         -
 "proc-macro2",
 1457         -
 "quote",
 1458         -
 "syn 1.0.109",
 1459         -
]
 1460         -
 1461         -
[[package]]
 1462         -
name = "fastrand"
 1463         -
version = "2.0.2"
 1464         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1465         -
checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
 1466         -
 1467         -
[[package]]
 1468         -
name = "ff"
 1469         -
version = "0.12.1"
 1470         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1471         -
checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 1472         -
dependencies = [
 1473         -
 "rand_core",
 1474         -
 "subtle",
 1475         -
]
 1476         -
 1477         -
[[package]]
 1478         -
name = "flate2"
 1479         -
version = "1.0.34"
 1480         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1481         -
checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0"
 1482         -
dependencies = [
 1483         -
 "crc32fast",
 1484         -
 "miniz_oxide",
 1485         -
]
 1486         -
 1487         -
[[package]]
 1488         -
name = "fnv"
 1489         -
version = "1.0.7"
 1490         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1491         -
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 1492         -
 1493         -
[[package]]
 1494         -
name = "foldhash"
 1495         -
version = "0.1.3"
 1496         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1497         -
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
 1498         -
 1499         -
[[package]]
 1500         -
name = "form_urlencoded"
 1501         -
version = "1.2.1"
 1502         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1503         -
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
 1504         -
dependencies = [
 1505         -
 "percent-encoding",
 1506         -
]
 1507         -
 1508         -
[[package]]
 1509         -
name = "fs_extra"
 1510         -
version = "1.3.0"
 1511         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1512         -
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 1513         -
 1514         -
[[package]]
 1515         -
name = "futures"
 1516         -
version = "0.3.31"
 1517         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1518         -
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
 1519         -
dependencies = [
 1520         -
 "futures-channel",
 1521         -
 "futures-core",
 1522         -
 "futures-executor",
 1523         -
 "futures-io",
 1524         -
 "futures-sink",
 1525         -
 "futures-task",
 1526         -
 "futures-util",
 1527         -
]
 1528         -
 1529         -
[[package]]
 1530         -
name = "futures-channel"
 1531         -
version = "0.3.31"
 1532         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1533         -
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
 1534         -
dependencies = [
 1535         -
 "futures-core",
 1536         -
 "futures-sink",
 1537         -
]
 1538         -
 1539         -
[[package]]
 1540         -
name = "futures-core"
 1541         -
version = "0.3.31"
 1542         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1543         -
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
 1544         -
 1545         -
[[package]]
 1546         -
name = "futures-executor"
 1547         -
version = "0.3.31"
 1548         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1549         -
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
 1550         -
dependencies = [
 1551         -
 "futures-core",
 1552         -
 "futures-task",
 1553         -
 "futures-util",
 1554         -
]
 1555         -
 1556         -
[[package]]
 1557         -
name = "futures-io"
 1558         -
version = "0.3.31"
 1559         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1560         -
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
 1561         -
 1562         -
[[package]]
 1563         -
name = "futures-macro"
 1564         -
version = "0.3.31"
 1565         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1566         -
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
 1567         -
dependencies = [
 1568         -
 "proc-macro2",
 1569         -
 "quote",
 1570         -
 "syn 2.0.87",
 1571         -
]
 1572         -
 1573         -
[[package]]
 1574         -
name = "futures-sink"
 1575         -
version = "0.3.31"
 1576         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1577         -
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
 1578         -
 1579         -
[[package]]
 1580         -
name = "futures-task"
 1581         -
version = "0.3.31"
 1582         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1583         -
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
 1584         -
 1585         -
[[package]]
 1586         -
name = "futures-util"
 1587         -
version = "0.3.31"
 1588         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1589         -
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
 1590         -
dependencies = [
 1591         -
 "futures-channel",
 1592         -
 "futures-core",
 1593         -
 "futures-io",
 1594         -
 "futures-macro",
 1595         -
 "futures-sink",
 1596         -
 "futures-task",
 1597         -
 "memchr",
 1598         -
 "pin-project-lite",
 1599         -
 "pin-utils",
 1600         -
 "slab",
 1601         -
]
 1602         -
 1603         -
[[package]]
 1604         -
name = "generic-array"
 1605         -
version = "0.14.7"
 1606         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1607         -
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 1608         -
dependencies = [
 1609         -
 "typenum",
 1610         -
 "version_check",
 1611         -
]
 1612         -
 1613         -
[[package]]
 1614         -
name = "getrandom"
 1615         -
version = "0.2.15"
 1616         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1617         -
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
 1618         -
dependencies = [
 1619         -
 "cfg-if",
 1620         -
 "libc",
 1621         -
 "wasi 0.11.0+wasi-snapshot-preview1",
 1622         -
]
 1623         -
 1624         -
[[package]]
 1625         -
name = "gimli"
 1626         -
version = "0.31.1"
 1627         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1628         -
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
 1629         -
 1630         -
[[package]]
 1631         -
name = "glob"
 1632         -
version = "0.3.1"
 1633         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1634         -
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
 1635         -
 1636         -
[[package]]
 1637         -
name = "group"
 1638         -
version = "0.12.1"
 1639         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1640         -
checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 1641         -
dependencies = [
 1642         -
 "ff",
 1643         -
 "rand_core",
 1644         -
 "subtle",
 1645         -
]
 1646         -
 1647         -
[[package]]
 1648         -
name = "h2"
 1649         -
version = "0.3.26"
 1650         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1651         -
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
 1652         -
dependencies = [
 1653         -
 "bytes",
 1654         -
 "fnv",
 1655         -
 "futures-core",
 1656         -
 "futures-sink",
 1657         -
 "futures-util",
 1658         -
 "http 0.2.12",
 1659         -
 "indexmap 2.6.0",
 1660         -
 "slab",
 1661         -
 "tokio",
 1662         -
 "tokio-util",
 1663         -
 "tracing",
 1664         -
]
 1665         -
 1666         -
[[package]]
 1667         -
name = "h2"
 1668         -
version = "0.4.6"
 1669         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1670         -
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
 1671         -
dependencies = [
 1672         -
 "atomic-waker",
 1673         -
 "bytes",
 1674         -
 "fnv",
 1675         -
 "futures-core",
 1676         -
 "futures-sink",
 1677         -
 "http 1.1.0",
 1678         -
 "indexmap 2.6.0",
 1679         -
 "slab",
 1680         -
 "tokio",
 1681         -
 "tokio-util",
 1682         -
 "tracing",
 1683         -
]
 1684         -
 1685         -
[[package]]
 1686         -
name = "half"
 1687         -
version = "2.4.1"
 1688         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1689         -
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
 1690         -
dependencies = [
 1691         -
 "cfg-if",
 1692         -
 "crunchy",
 1693         -
]
 1694         -
 1695         -
[[package]]
 1696         -
name = "hashbrown"
 1697         -
version = "0.12.3"
 1698         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1699         -
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 1700         -
 1701         -
[[package]]
 1702         -
name = "hashbrown"
 1703         -
version = "0.15.1"
 1704         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1705         -
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3"
 1706         -
dependencies = [
 1707         -
 "allocator-api2",
 1708         -
 "equivalent",
 1709         -
 "foldhash",
 1710         -
]
 1711         -
 1712         -
[[package]]
 1713         -
name = "hermit-abi"
 1714         -
version = "0.1.19"
 1715         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1716         -
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
 1717         -
dependencies = [
 1718         -
 "libc",
 1719         -
]
 1720         -
 1721         -
[[package]]
 1722         -
name = "hermit-abi"
 1723         -
version = "0.3.9"
 1724         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1725         -
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
 1726         -
 1727         -
[[package]]
 1728         -
name = "hermit-abi"
 1729         -
version = "0.4.0"
 1730         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1731         -
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc"
 1732         -
 1733         -
[[package]]
 1734         -
name = "hex"
 1735         -
version = "0.4.3"
 1736         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1737         -
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 1738         -
 1739         -
[[package]]
 1740         -
name = "hmac"
 1741         -
version = "0.12.1"
 1742         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1743         -
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 1744         -
dependencies = [
 1745         -
 "digest",
 1746         -
]
 1747         -
 1748         -
[[package]]
 1749         -
name = "home"
 1750         -
version = "0.5.9"
 1751         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1752         -
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
 1753         -
dependencies = [
 1754         -
 "windows-sys 0.52.0",
 1755         -
]
 1756         -
 1757         -
[[package]]
 1758         -
name = "http"
 1759         -
version = "0.2.12"
 1760         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1761         -
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 1762         -
dependencies = [
 1763         -
 "bytes",
 1764         -
 "fnv",
 1765         -
 "itoa",
 1766         -
]
 1767         -
 1768         -
[[package]]
 1769         -
name = "http"
 1770         -
version = "1.1.0"
 1771         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1772         -
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
 1773         -
dependencies = [
 1774         -
 "bytes",
 1775         -
 "fnv",
 1776         -
 "itoa",
 1777         -
]
 1778         -
 1779         -
[[package]]
 1780         -
name = "http-body"
 1781         -
version = "0.4.6"
 1782         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1783         -
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 1784         -
dependencies = [
 1785         -
 "bytes",
 1786         -
 "http 0.2.12",
 1787         -
 "pin-project-lite",
 1788         -
]
 1789         -
 1790         -
[[package]]
 1791         -
name = "http-body"
 1792         -
version = "1.0.1"
 1793         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1794         -
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 1795         -
dependencies = [
 1796         -
 "bytes",
 1797         -
 "http 1.1.0",
 1798         -
]
 1799         -
 1800         -
[[package]]
 1801         -
name = "http-body-util"
 1802         -
version = "0.1.2"
 1803         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1804         -
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
 1805         -
dependencies = [
 1806         -
 "bytes",
 1807         -
 "futures-util",
 1808         -
 "http 1.1.0",
 1809         -
 "http-body 1.0.1",
 1810         -
 "pin-project-lite",
 1811         -
]
 1812         -
 1813         -
[[package]]
 1814         -
name = "http-range-header"
 1815         -
version = "0.3.1"
 1816         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1817         -
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 1818         -
 1819         -
[[package]]
 1820         -
name = "http-serde"
 1821         -
version = "1.1.3"
 1822         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1823         -
checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
 1824         -
dependencies = [
 1825         -
 "http 0.2.12",
 1826         -
 "serde",
 1827         -
]
 1828         -
 1829         -
[[package]]
 1830         -
name = "httparse"
 1831         -
version = "1.9.5"
 1832         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1833         -
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
 1834         -
 1835         -
[[package]]
 1836         -
name = "httpdate"
 1837         -
version = "1.0.3"
 1838         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1839         -
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 1840         -
 1841         -
[[package]]
 1842         -
name = "hyper"
 1843         -
version = "0.14.31"
 1844         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1845         -
checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85"
 1846         -
dependencies = [
 1847         -
 "bytes",
 1848         -
 "futures-channel",
 1849         -
 "futures-core",
 1850         -
 "futures-util",
 1851         -
 "h2 0.3.26",
 1852         -
 "http 0.2.12",
 1853         -
 "http-body 0.4.6",
 1854         -
 "httparse",
 1855         -
 "httpdate",
 1856         -
 "itoa",
 1857         -
 "pin-project-lite",
 1858         -
 "socket2",
 1859         -
 "tokio",
 1860         -
 "tower-service",
 1861         -
 "tracing",
 1862         -
 "want",
 1863         -
]
 1864         -
 1865         -
[[package]]
 1866         -
name = "hyper"
 1867         -
version = "1.5.0"
 1868         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1869         -
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
 1870         -
dependencies = [
 1871         -
 "bytes",
 1872         -
 "futures-channel",
 1873         -
 "futures-util",
 1874         -
 "h2 0.4.6",
 1875         -
 "http 1.1.0",
 1876         -
 "http-body 1.0.1",
 1877         -
 "httparse",
 1878         -
 "itoa",
 1879         -
 "pin-project-lite",
 1880         -
 "smallvec",
 1881         -
 "tokio",
 1882         -
 "want",
 1883         -
]
 1884         -
 1885         -
[[package]]
 1886         -
name = "hyper-rustls"
 1887         -
version = "0.24.2"
 1888         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1889         -
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 1890         -
dependencies = [
 1891         -
 "futures-util",
 1892         -
 "http 0.2.12",
 1893         -
 "hyper 0.14.31",
 1894         -
 "log",
 1895         -
 "rustls 0.21.12",
 1896         -
 "rustls-native-certs 0.6.3",
 1897         -
 "tokio",
 1898         -
 "tokio-rustls 0.24.1",
 1899         -
]
 1900         -
 1901         -
[[package]]
 1902         -
name = "hyper-rustls"
 1903         -
version = "0.27.3"
 1904         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1905         -
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
 1906         -
dependencies = [
 1907         -
 "futures-util",
 1908         -
 "http 1.1.0",
 1909         -
 "hyper 1.5.0",
 1910         -
 "hyper-util",
 1911         -
 "rustls 0.23.16",
 1912         -
 "rustls-native-certs 0.8.0",
 1913         -
 "rustls-pki-types",
 1914         -
 "tokio",
 1915         -
 "tokio-rustls 0.26.0",
 1916         -
 "tower-service",
 1917         -
]
 1918         -
 1919         -
[[package]]
 1920         -
name = "hyper-util"
 1921         -
version = "0.1.10"
 1922         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1923         -
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
 1924         -
dependencies = [
 1925         -
 "bytes",
 1926         -
 "futures-channel",
 1927         -
 "futures-util",
 1928         -
 "http 1.1.0",
 1929         -
 "http-body 1.0.1",
 1930         -
 "hyper 1.5.0",
 1931         -
 "pin-project-lite",
 1932         -
 "socket2",
 1933         -
 "tokio",
 1934         -
 "tower-service",
 1935         -
 "tracing",
 1936         -
]
 1937         -
 1938         -
[[package]]
 1939         -
name = "idna"
 1940         -
version = "0.5.0"
 1941         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1942         -
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
 1943         -
dependencies = [
 1944         -
 "unicode-bidi",
 1945         -
 "unicode-normalization",
 1946         -
]
 1947         -
 1948         -
[[package]]
 1949         -
name = "indexmap"
 1950         -
version = "1.9.3"
 1951         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1952         -
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
 1953         -
dependencies = [
 1954         -
 "autocfg",
 1955         -
 "hashbrown 0.12.3",
 1956         -
]
 1957         -
 1958         -
[[package]]
 1959         -
name = "indexmap"
 1960         -
version = "2.6.0"
 1961         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1962         -
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da"
 1963         -
dependencies = [
 1964         -
 "equivalent",
 1965         -
 "hashbrown 0.15.1",
 1966         -
 "serde",
 1967         -
]
 1968         -
 1969         -
[[package]]
 1970         -
name = "indoc"
 1971         -
version = "1.0.9"
 1972         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1973         -
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
 1974         -
 1975         -
[[package]]
 1976         -
name = "inlineable"
 1977         -
version = "0.1.0"
 1978         -
dependencies = [
 1979         -
 "aws-smithy-cbor",
 1980         -
 "aws-smithy-compression",
 1981         -
 "aws-smithy-http 0.60.11",
 1982         -
 "aws-smithy-json 0.60.7",
 1983         -
 "aws-smithy-runtime 1.7.3",
 1984         -
 "aws-smithy-runtime-api 1.7.3",
 1985         -
 "aws-smithy-types 1.2.9",
 1986         -
 "aws-smithy-xml 0.60.9",
 1987         -
 "bytes",
 1988         -
 "fastrand",
 1989         -
 "futures-util",
 1990         -
 "http 0.2.12",
 1991         -
 "http-body 0.4.6",
 1992         -
 "md-5",
 1993         -
 "once_cell",
 1994         -
 "percent-encoding",
 1995         -
 "pin-project-lite",
 1996         -
 "proptest",
 1997         -
 "regex-lite",
 1998         -
 "tokio",
 1999         -
 "tracing",
 2000         -
 "url",
 2001         -
]
 2002         -
 2003         -
[[package]]
 2004         -
name = "inventory"
 2005         -
version = "0.3.15"
 2006         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2007         -
checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
 2008         -
 2009         -
[[package]]
 2010         -
name = "is-terminal"
 2011         -
version = "0.4.13"
 2012         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2013         -
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b"
 2014         -
dependencies = [
 2015         -
 "hermit-abi 0.4.0",
 2016         -
 "libc",
 2017         -
 "windows-sys 0.52.0",
 2018         -
]
 2019         -
 2020         -
[[package]]
 2021         -
name = "itertools"
 2022         -
version = "0.10.5"
 2023         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2024         -
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 2025         -
dependencies = [
 2026         -
 "either",
 2027         -
]
 2028         -
 2029         -
[[package]]
 2030         -
name = "itertools"
 2031         -
version = "0.12.1"
 2032         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2033         -
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 2034         -
dependencies = [
 2035         -
 "either",
 2036         -
]
 2037         -
 2038         -
[[package]]
 2039         -
name = "itoa"
 2040         -
version = "1.0.11"
 2041         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2042         -
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
 2043         -
 2044         -
[[package]]
 2045         -
name = "jobserver"
 2046         -
version = "0.1.32"
 2047         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2048         -
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
 2049         -
dependencies = [
 2050         -
 "libc",
 2051         -
]
 2052         -
 2053         -
[[package]]
 2054         -
name = "js-sys"
 2055         -
version = "0.3.72"
 2056         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2057         -
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
 2058         -
dependencies = [
 2059         -
 "wasm-bindgen",
 2060         -
]
 2061         -
 2062         -
[[package]]
 2063         -
name = "lambda_http"
 2064         -
version = "0.8.3"
 2065         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2066         -
checksum = "2505c4a24f5a8d8ac66a87691215ec1f79736c5bc6e62bb921788dca9753f650"
 2067         -
dependencies = [
 2068         -
 "aws_lambda_events",
 2069         -
 "base64 0.21.7",
 2070         -
 "bytes",
 2071         -
 "encoding_rs",
 2072         -
 "futures",
 2073         -
 "http 0.2.12",
 2074         -
 "http-body 0.4.6",
 2075         -
 "hyper 0.14.31",
 2076         -
 "lambda_runtime",
 2077         -
 "mime",
 2078         -
 "percent-encoding",
 2079         -
 "serde",
 2080         -
 "serde_json",
 2081         -
 "serde_urlencoded",
 2082         -
 "tokio-stream",
 2083         -
 "url",
 2084         -
]
 2085         -
 2086         -
[[package]]
 2087         -
name = "lambda_runtime"
 2088         -
version = "0.8.3"
 2089         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2090         -
checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702"
 2091         -
dependencies = [
 2092         -
 "async-stream",
 2093         -
 "base64 0.20.0",
 2094         -
 "bytes",
 2095         -
 "futures",
 2096         -
 "http 0.2.12",
 2097         -
 "http-body 0.4.6",
 2098         -
 "http-serde",
 2099         -
 "hyper 0.14.31",
 2100         -
 "lambda_runtime_api_client",
 2101         -
 "serde",
 2102         -
 "serde_json",
 2103         -
 "serde_path_to_error",
 2104         -
 "tokio",
 2105         -
 "tokio-stream",
 2106         -
 "tower",
 2107         -
 "tracing",
 2108         -
]
 2109         -
 2110         -
[[package]]
 2111         -
name = "lambda_runtime_api_client"
 2112         -
version = "0.8.0"
 2113         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2114         -
checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
 2115         -
dependencies = [
 2116         -
 "http 0.2.12",
 2117         -
 "hyper 0.14.31",
 2118         -
 "tokio",
 2119         -
 "tower-service",
 2120         -
]
 2121         -
 2122         -
[[package]]
 2123         -
name = "lazy_static"
 2124         -
version = "1.5.0"
 2125         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2126         -
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 2127         -
 2128         -
[[package]]
 2129         -
name = "lazycell"
 2130         -
version = "1.3.0"
 2131         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2132         -
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 2133         -
 2134         -
[[package]]
 2135         -
name = "libc"
 2136         -
version = "0.2.161"
 2137         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2138         -
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
 2139         -
 2140         -
[[package]]
 2141         -
name = "libloading"
 2142         -
version = "0.8.5"
 2143         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2144         -
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
 2145         -
dependencies = [
 2146         -
 "cfg-if",
 2147         -
 "windows-targets",
 2148         -
]
 2149         -
 2150         -
[[package]]
 2151         -
name = "libm"
 2152         -
version = "0.2.11"
 2153         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2154         -
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa"
 2155         -
 2156         -
[[package]]
 2157         -
name = "linux-raw-sys"
 2158         -
version = "0.4.14"
 2159         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2160         -
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
 2161         -
 2162         -
[[package]]
 2163         -
name = "lock_api"
 2164         -
version = "0.4.12"
 2165         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2166         -
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 2167         -
dependencies = [
 2168         -
 "autocfg",
 2169         -
 "scopeguard",
 2170         -
]
 2171         -
 2172         -
[[package]]
 2173         -
name = "log"
 2174         -
version = "0.4.22"
 2175         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2176         -
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
 2177         -
 2178         -
[[package]]
 2179         -
name = "lru"
 2180         -
version = "0.12.5"
 2181         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2182         -
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
 2183         -
dependencies = [
 2184         -
 "hashbrown 0.15.1",
 2185         -
]
 2186         -
 2187         -
[[package]]
 2188         -
name = "matchers"
 2189         -
version = "0.1.0"
 2190         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2191         -
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 2192         -
dependencies = [
 2193         -
 "regex-automata 0.1.10",
 2194         -
]
 2195         -
 2196         -
[[package]]
 2197         -
name = "md-5"
 2198         -
version = "0.10.6"
 2199         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2200         -
checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
 2201         -
dependencies = [
 2202         -
 "cfg-if",
 2203         -
 "digest",
 2204         -
]
 2205         -
 2206         -
[[package]]
 2207         -
name = "memchr"
 2208         -
version = "2.7.4"
 2209         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2210         -
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 2211         -
 2212         -
[[package]]
 2213         -
name = "memoffset"
 2214         -
version = "0.8.0"
 2215         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2216         -
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
 2217         -
dependencies = [
 2218         -
 "autocfg",
 2219         -
]
 2220         -
 2221         -
[[package]]
 2222         -
name = "mime"
 2223         -
version = "0.3.17"
 2224         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2225         -
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 2226         -
 2227         -
[[package]]
 2228         -
name = "minicbor"
 2229         -
version = "0.24.2"
 2230         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2231         -
checksum = "5f8e213c36148d828083ae01948eed271d03f95f7e72571fa242d78184029af2"
 2232         -
dependencies = [
 2233         -
 "half",
 2234         -
 "minicbor-derive",
 2235         -
]
 2236         -
 2237         -
[[package]]
 2238         -
name = "minicbor-derive"
 2239         -
version = "0.15.3"
 2240         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2241         -
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 2242         -
dependencies = [
 2243         -
 "proc-macro2",
 2244         -
 "quote",
 2245         -
 "syn 2.0.87",
 2246         -
]
 2247         -
 2248         -
[[package]]
 2249         -
name = "minimal-lexical"
 2250         -
version = "0.2.1"
 2251         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2252         -
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 2253         -
 2254         -
[[package]]
 2255         -
name = "miniz_oxide"
 2256         -
version = "0.8.0"
 2257         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2258         -
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
 2259         -
dependencies = [
 2260         -
 "adler2",
 2261         -
]
 2262         -
 2263         -
[[package]]
 2264         -
name = "mio"
 2265         -
version = "1.0.2"
 2266         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2267         -
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
 2268         -
dependencies = [
 2269         -
 "hermit-abi 0.3.9",
 2270         -
 "libc",
 2271         -
 "wasi 0.11.0+wasi-snapshot-preview1",
 2272         -
 "windows-sys 0.52.0",
 2273         -
]
 2274         -
 2275         -
[[package]]
 2276         -
name = "mirai-annotations"
 2277         -
version = "1.12.0"
 2278         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2279         -
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
 2280         -
 2281         -
[[package]]
 2282         -
name = "nom"
 2283         -
version = "7.1.3"
 2284         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2285         -
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 2286         -
dependencies = [
 2287         -
 "memchr",
 2288         -
 "minimal-lexical",
 2289         -
]
 2290         -
 2291         -
[[package]]
 2292         -
name = "nu-ansi-term"
 2293         -
version = "0.46.0"
 2294         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2295         -
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 2296         -
dependencies = [
 2297         -
 "overload",
 2298         -
 "winapi",
 2299         -
]
 2300         -
 2301         -
[[package]]
 2302         -
name = "num-bigint"
 2303         -
version = "0.4.6"
 2304         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2305         -
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
 2306         -
dependencies = [
 2307         -
 "num-integer",
 2308         -
 "num-traits",
 2309         -
]
 2310         -
 2311         -
[[package]]
 2312         -
name = "num-conv"
 2313         -
version = "0.1.0"
 2314         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2315         -
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 2316         -
 2317         -
[[package]]
 2318         -
name = "num-integer"
 2319         -
version = "0.1.46"
 2320         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2321         -
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 2322         -
dependencies = [
 2323         -
 "num-traits",
 2324         -
]
 2325         -
 2326         -
[[package]]
 2327         -
name = "num-rational"
 2328         -
version = "0.4.2"
 2329         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2330         -
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
 2331         -
dependencies = [
 2332         -
 "num-bigint",
 2333         -
 "num-integer",
 2334         -
 "num-traits",
 2335         -
]
 2336         -
 2337         -
[[package]]
 2338         -
name = "num-traits"
 2339         -
version = "0.2.19"
 2340         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2341         -
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 2342         -
dependencies = [
 2343         -
 "autocfg",
 2344         -
 "libm",
 2345         -
]
 2346         -
 2347         -
[[package]]
 2348         -
name = "num_cpus"
 2349         -
version = "1.16.0"
 2350         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2351         -
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 2352         -
dependencies = [
 2353         -
 "hermit-abi 0.3.9",
 2354         -
 "libc",
 2355         -
]
 2356         -
 2357         -
[[package]]
 2358         -
name = "object"
 2359         -
version = "0.36.5"
 2360         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2361         -
checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e"
 2362         -
dependencies = [
 2363         -
 "memchr",
 2364         -
]
 2365         -
 2366         -
[[package]]
 2367         -
name = "once_cell"
 2368         -
version = "1.20.2"
 2369         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2370         -
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
 2371         -
 2372         -
[[package]]
 2373         -
name = "oorandom"
 2374         -
version = "11.1.4"
 2375         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2376         -
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
 2377         -
 2378         -
[[package]]
 2379         -
name = "openssl-probe"
 2380         -
version = "0.1.5"
 2381         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2382         -
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
 2383         -
 2384         -
[[package]]
 2385         -
name = "os_str_bytes"
 2386         -
version = "6.6.1"
 2387         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2388         -
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
 2389         -
 2390         -
[[package]]
 2391         -
name = "outref"
 2392         -
version = "0.5.1"
 2393         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2394         -
checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
 2395         -
 2396         -
[[package]]
 2397         -
name = "overload"
 2398         -
version = "0.1.1"
 2399         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2400         -
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 2401         -
 2402         -
[[package]]
 2403         -
name = "p256"
 2404         -
version = "0.11.1"
 2405         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2406         -
checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
 2407         -
dependencies = [
 2408         -
 "ecdsa",
 2409         -
 "elliptic-curve",
 2410         -
 "sha2",
 2411         -
]
 2412         -
 2413         -
[[package]]
 2414         -
name = "parking_lot"
 2415         -
version = "0.12.3"
 2416         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2417         -
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 2418         -
dependencies = [
 2419         -
 "lock_api",
 2420         -
 "parking_lot_core",
 2421         -
]
 2422         -
 2423         -
[[package]]
 2424         -
name = "parking_lot_core"
 2425         -
version = "0.9.10"
 2426         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2427         -
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 2428         -
dependencies = [
 2429         -
 "cfg-if",
 2430         -
 "libc",
 2431         -
 "redox_syscall",
 2432         -
 "smallvec",
 2433         -
 "windows-targets",
 2434         -
]
 2435         -
 2436         -
[[package]]
 2437         -
name = "paste"
 2438         -
version = "1.0.15"
 2439         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2440         -
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
 2441         -
 2442         -
[[package]]
 2443         -
name = "pem"
 2444         -
version = "1.1.1"
 2445         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2446         -
checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
 2447         -
dependencies = [
 2448         -
 "base64 0.13.1",
 2449         -
]
 2450         -
 2451         -
[[package]]
 2452         -
name = "percent-encoding"
 2453         -
version = "2.3.1"
 2454         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2455         -
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 2456         -
 2457         -
[[package]]
 2458         -
name = "pin-project"
 2459         -
version = "1.1.7"
 2460         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2461         -
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
 2462         -
dependencies = [
 2463         -
 "pin-project-internal",
 2464         -
]
 2465         -
 2466         -
[[package]]
 2467         -
name = "pin-project-internal"
 2468         -
version = "1.1.7"
 2469         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2470         -
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
 2471         -
dependencies = [
 2472         -
 "proc-macro2",
 2473         -
 "quote",
 2474         -
 "syn 2.0.87",
 2475         -
]
 2476         -
 2477         -
[[package]]
 2478         -
name = "pin-project-lite"
 2479         -
version = "0.2.15"
 2480         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2481         -
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
 2482         -
 2483         -
[[package]]
 2484         -
name = "pin-utils"
 2485         -
version = "0.1.0"
 2486         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2487         -
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 2488         -
 2489         -
[[package]]
 2490         -
name = "pkcs8"
 2491         -
version = "0.9.0"
 2492         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2493         -
checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
 2494         -
dependencies = [
 2495         -
 "der",
 2496         -
 "spki",
 2497         -
]
 2498         -
 2499         -
[[package]]
 2500         -
name = "plotters"
 2501         -
version = "0.3.7"
 2502         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2503         -
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
 2504         -
dependencies = [
 2505         -
 "num-traits",
 2506         -
 "plotters-backend",
 2507         -
 "plotters-svg",
 2508         -
 "wasm-bindgen",
 2509         -
 "web-sys",
 2510         -
]
 2511         -
 2512         -
[[package]]
 2513         -
name = "plotters-backend"
 2514         -
version = "0.3.7"
 2515         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2516         -
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
 2517         -
 2518         -
[[package]]
 2519         -
name = "plotters-svg"
 2520         -
version = "0.3.7"
 2521         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2522         -
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
 2523         -
dependencies = [
 2524         -
 "plotters-backend",
 2525         -
]
 2526         -
 2527         -
[[package]]
 2528         -
name = "powerfmt"
 2529         -
version = "0.2.0"
 2530         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2531         -
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 2532         -
 2533         -
[[package]]
 2534         -
name = "ppv-lite86"
 2535         -
version = "0.2.20"
 2536         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2537         -
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
 2538         -
dependencies = [
 2539         -
 "zerocopy",
 2540         -
]
 2541         -
 2542         -
[[package]]
 2543         -
name = "pretty_assertions"
 2544         -
version = "1.4.1"
 2545         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2546         -
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
 2547         -
dependencies = [
 2548         -
 "diff",
 2549         -
 "yansi",
 2550         -
]
 2551         -
 2552         -
[[package]]
 2553         -
name = "prettyplease"
 2554         -
version = "0.2.25"
 2555         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2556         -
checksum = "64d1ec885c64d0457d564db4ec299b2dae3f9c02808b8ad9c3a089c591b18033"
 2557         -
dependencies = [
 2558         -
 "proc-macro2",
 2559         -
 "syn 2.0.87",
 2560         -
]
 2561         -
 2562         -
[[package]]
 2563         -
name = "proc-macro-error"
 2564         -
version = "1.0.4"
 2565         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2566         -
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
 2567         -
dependencies = [
 2568         -
 "proc-macro-error-attr",
 2569         -
 "proc-macro2",
 2570         -
 "quote",
 2571         -
 "syn 1.0.109",
 2572         -
 "version_check",
 2573         -
]
 2574         -
 2575         -
[[package]]
 2576         -
name = "proc-macro-error-attr"
 2577         -
version = "1.0.4"
 2578         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2579         -
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
 2580         -
dependencies = [
 2581         -
 "proc-macro2",
 2582         -
 "quote",
 2583         -
 "version_check",
 2584         -
]
 2585         -
 2586         -
[[package]]
 2587         -
name = "proc-macro2"
 2588         -
version = "1.0.89"
 2589         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2590         -
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
 2591         -
dependencies = [
 2592         -
 "unicode-ident",
 2593         -
]
 2594         -
 2595         -
[[package]]
 2596         -
name = "proptest"
 2597         -
version = "1.5.0"
 2598         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2599         -
checksum = "b4c2511913b88df1637da85cc8d96ec8e43a3f8bb8ccb71ee1ac240d6f3df58d"
 2600         -
dependencies = [
 2601         -
 "bit-set",
 2602         -
 "bit-vec",
 2603         -
 "bitflags 2.6.0",
 2604         -
 "lazy_static",
 2605         -
 "num-traits",
 2606         -
 "rand",
 2607         -
 "rand_chacha",
 2608         -
 "rand_xorshift",
 2609         -
 "regex-syntax 0.8.5",
 2610         -
 "rusty-fork",
 2611         -
 "tempfile",
 2612         -
 "unarray",
 2613         -
]
 2614         -
 2615         -
[[package]]
 2616         -
name = "pyo3"
 2617         -
version = "0.18.3"
 2618         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2619         -
checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109"
 2620         -
dependencies = [
 2621         -
 "cfg-if",
 2622         -
 "indoc",
 2623         -
 "libc",
 2624         -
 "memoffset",
 2625         -
 "parking_lot",
 2626         -
 "pyo3-build-config",
 2627         -
 "pyo3-ffi",
 2628         -
 "pyo3-macros",
 2629         -
 "unindent",
 2630         -
]
 2631         -
 2632         -
[[package]]
 2633         -
name = "pyo3-asyncio"
 2634         -
version = "0.18.0"
 2635         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2636         -
checksum = "d3564762e37035cfc486228e10b0528460fa026d681b5763873c693aa0d5c260"
 2637         -
dependencies = [
 2638         -
 "async-channel",
 2639         -
 "clap 3.2.25",
 2640         -
 "futures",
 2641         -
 "inventory",
 2642         -
 "once_cell",
 2643         -
 "pin-project-lite",
 2644         -
 "pyo3",
 2645         -
 "pyo3-asyncio-macros",
 2646         -
 "tokio",
 2647         -
]
 2648         -
 2649         -
[[package]]
 2650         -
name = "pyo3-asyncio-macros"
 2651         -
version = "0.18.0"
 2652         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2653         -
checksum = "be72d4cd43a27530306bd0d20d3932182fbdd072c6b98d3638bc37efb9d559dd"
 2654         -
dependencies = [
 2655         -
 "proc-macro2",
 2656         -
 "quote",
 2657         -
 "syn 1.0.109",
 2658         -
]
 2659         -
 2660         -
[[package]]
 2661         -
name = "pyo3-build-config"
 2662         -
version = "0.18.3"
 2663         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2664         -
checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3"
 2665         -
dependencies = [
 2666         -
 "once_cell",
 2667         -
 "target-lexicon",
 2668         -
]
 2669         -
 2670         -
[[package]]
 2671         -
name = "pyo3-ffi"
 2672         -
version = "0.18.3"
 2673         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2674         -
checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c"
 2675         -
dependencies = [
 2676         -
 "libc",
 2677         -
 "pyo3-build-config",
 2678         -
]
 2679         -
 2680         -
[[package]]
 2681         -
name = "pyo3-macros"
 2682         -
version = "0.18.3"
 2683         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2684         -
checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d"
 2685         -
dependencies = [
 2686         -
 "proc-macro2",
 2687         -
 "pyo3-macros-backend",
 2688         -
 "quote",
 2689         -
 "syn 1.0.109",
 2690         -
]
 2691         -
 2692         -
[[package]]
 2693         -
name = "pyo3-macros-backend"
 2694         -
version = "0.18.3"
 2695         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2696         -
checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918"
 2697         -
dependencies = [
 2698         -
 "proc-macro2",
 2699         -
 "quote",
 2700         -
 "syn 1.0.109",
 2701         -
]
 2702         -
 2703         -
[[package]]
 2704         -
name = "query_map"
 2705         -
version = "0.7.0"
 2706         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2707         -
checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
 2708         -
dependencies = [
 2709         -
 "form_urlencoded",
 2710         -
 "serde",
 2711         -
 "serde_derive",
 2712         -
]
 2713         -
 2714         -
[[package]]
 2715         -
name = "quick-error"
 2716         -
version = "1.2.3"
 2717         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2718         -
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
 2719         -
 2720         -
[[package]]
 2721         -
name = "quote"
 2722         -
version = "1.0.37"
 2723         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2724         -
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
 2725         -
dependencies = [
 2726         -
 "proc-macro2",
 2727         -
]
 2728         -
 2729         -
[[package]]
 2730         -
name = "rand"
 2731         -
version = "0.8.5"
 2732         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2733         -
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
 2734         -
dependencies = [
 2735         -
 "libc",
 2736         -
 "rand_chacha",
 2737         -
 "rand_core",
 2738         -
]
 2739         -
 2740         -
[[package]]
 2741         -
name = "rand_chacha"
 2742         -
version = "0.3.1"
 2743         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2744         -
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
 2745         -
dependencies = [
 2746         -
 "ppv-lite86",
 2747         -
 "rand_core",
 2748         -
]
 2749         -
 2750         -
[[package]]
 2751         -
name = "rand_core"
 2752         -
version = "0.6.4"
 2753         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2754         -
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
 2755         -
dependencies = [
 2756         -
 "getrandom",
 2757         -
]
 2758         -
 2759         -
[[package]]
 2760         -
name = "rand_xorshift"
 2761         -
version = "0.3.0"
 2762         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2763         -
checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
 2764         -
dependencies = [
 2765         -
 "rand_core",
 2766         -
]
 2767         -
 2768         -
[[package]]
 2769         -
name = "rayon"
 2770         -
version = "1.10.0"
 2771         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2772         -
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
 2773         -
dependencies = [
 2774         -
 "either",
 2775         -
 "rayon-core",
 2776         -
]
 2777         -
 2778         -
[[package]]
 2779         -
name = "rayon-core"
 2780         -
version = "1.12.1"
 2781         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2782         -
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
 2783         -
dependencies = [
 2784         -
 "crossbeam-deque",
 2785         -
 "crossbeam-utils",
 2786         -
]
 2787         -
 2788         -
[[package]]
 2789         -
name = "rcgen"
 2790         -
version = "0.10.0"
 2791         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2792         -
checksum = "ffbe84efe2f38dea12e9bfc1f65377fdf03e53a18cb3b995faedf7934c7e785b"
 2793         -
dependencies = [
 2794         -
 "pem",
 2795         -
 "ring 0.16.20",
 2796         -
 "time",
 2797         -
 "yasna",
 2798         -
]
 2799         -
 2800         -
[[package]]
 2801         -
name = "redox_syscall"
 2802         -
version = "0.5.7"
 2803         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2804         -
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
 2805         -
dependencies = [
 2806         -
 "bitflags 2.6.0",
 2807         -
]
 2808         -
 2809         -
[[package]]
 2810         -
name = "regex"
 2811         -
version = "1.11.1"
 2812         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2813         -
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 2814         -
dependencies = [
 2815         -
 "aho-corasick",
 2816         -
 "memchr",
 2817         -
 "regex-automata 0.4.8",
 2818         -
 "regex-syntax 0.8.5",
 2819         -
]
 2820         -
 2821         -
[[package]]
 2822         -
name = "regex-automata"
 2823         -
version = "0.1.10"
 2824         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2825         -
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 2826         -
dependencies = [
 2827         -
 "regex-syntax 0.6.29",
 2828         -
]
 2829         -
 2830         -
[[package]]
 2831         -
name = "regex-automata"
 2832         -
version = "0.4.8"
 2833         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2834         -
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
 2835         -
dependencies = [
 2836         -
 "aho-corasick",
 2837         -
 "memchr",
 2838         -
 "regex-syntax 0.8.5",
 2839         -
]
 2840         -
 2841         -
[[package]]
 2842         -
name = "regex-lite"
 2843         -
version = "0.1.6"
 2844         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2845         -
checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
 2846         -
 2847         -
[[package]]
 2848         -
name = "regex-syntax"
 2849         -
version = "0.6.29"
 2850         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2851         -
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 2852         -
 2853         -
[[package]]
 2854         -
name = "regex-syntax"
 2855         -
version = "0.8.5"
 2856         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2857         -
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
 2858         -
 2859         -
[[package]]
 2860         -
name = "rfc6979"
 2861         -
version = "0.3.1"
 2862         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2863         -
checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
 2864         -
dependencies = [
 2865         -
 "crypto-bigint 0.4.9",
 2866         -
 "hmac",
 2867         -
 "zeroize",
 2868         -
]
 2869         -
 2870         -
[[package]]
 2871         -
name = "ring"
 2872         -
version = "0.16.20"
 2873         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2874         -
checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
 2875         -
dependencies = [
 2876         -
 "cc",
 2877         -
 "libc",
 2878         -
 "once_cell",
 2879         -
 "spin 0.5.2",
 2880         -
 "untrusted 0.7.1",
 2881         -
 "web-sys",
 2882         -
 "winapi",
 2883         -
]
 2884         -
 2885         -
[[package]]
 2886         -
name = "ring"
 2887         -
version = "0.17.8"
 2888         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2889         -
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
 2890         -
dependencies = [
 2891         -
 "cc",
 2892         -
 "cfg-if",
 2893         -
 "getrandom",
 2894         -
 "libc",
 2895         -
 "spin 0.9.8",
 2896         -
 "untrusted 0.9.0",
 2897         -
 "windows-sys 0.52.0",
 2898         -
]
 2899         -
 2900         -
[[package]]
 2901         -
name = "roxmltree"
 2902         -
version = "0.14.1"
 2903         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2904         -
checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
 2905         -
dependencies = [
 2906         -
 "xmlparser",
 2907         -
]
 2908         -
 2909         -
[[package]]
 2910         -
name = "rustc-demangle"
 2911         -
version = "0.1.24"
 2912         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2913         -
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 2914         -
 2915         -
[[package]]
 2916         -
name = "rustc-hash"
 2917         -
version = "1.1.0"
 2918         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2919         -
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 2920         -
 2921         -
[[package]]
 2922         -
name = "rustc_version"
 2923         -
version = "0.4.1"
 2924         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2925         -
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
 2926         -
dependencies = [
 2927         -
 "semver",
 2928         -
]
 2929         -
 2930         -
[[package]]
 2931         -
name = "rustix"
 2932         -
version = "0.38.39"
 2933         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2934         -
checksum = "375116bee2be9ed569afe2154ea6a99dfdffd257f533f187498c2a8f5feaf4ee"
 2935         -
dependencies = [
 2936         -
 "bitflags 2.6.0",
 2937         -
 "errno",
 2938         -
 "libc",
 2939         -
 "linux-raw-sys",
 2940         -
 "windows-sys 0.52.0",
 2941         -
]
 2942         -
 2943         -
[[package]]
 2944         -
name = "rustls"
 2945         -
version = "0.21.12"
 2946         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2947         -
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 2948         -
dependencies = [
 2949         -
 "log",
 2950         -
 "ring 0.17.8",
 2951         -
 "rustls-webpki 0.101.7",
 2952         -
 "sct",
 2953         -
]
 2954         -
 2955         -
[[package]]
 2956         -
name = "rustls"
 2957         -
version = "0.23.16"
 2958         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2959         -
checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e"
 2960         -
dependencies = [
 2961         -
 "aws-lc-rs",
 2962         -
 "once_cell",
 2963         -
 "ring 0.17.8",
 2964         -
 "rustls-pki-types",
 2965         -
 "rustls-webpki 0.102.8",
 2966         -
 "subtle",
 2967         -
 "zeroize",
 2968         -
]
 2969         -
 2970         -
[[package]]
 2971         -
name = "rustls-native-certs"
 2972         -
version = "0.6.3"
 2973         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2974         -
checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
 2975         -
dependencies = [
 2976         -
 "openssl-probe",
 2977         -
 "rustls-pemfile 1.0.4",
 2978         -
 "schannel",
 2979         -
 "security-framework",
 2980         -
]
 2981         -
 2982         -
[[package]]
 2983         -
name = "rustls-native-certs"
 2984         -
version = "0.8.0"
 2985         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2986         -
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
 2987         -
dependencies = [
 2988         -
 "openssl-probe",
 2989         -
 "rustls-pemfile 2.2.0",
 2990         -
 "rustls-pki-types",
 2991         -
 "schannel",
 2992         -
 "security-framework",
 2993         -
]
 2994         -
 2995         -
[[package]]
 2996         -
name = "rustls-pemfile"
 2997         -
version = "1.0.4"
 2998         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2999         -
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 3000         -
dependencies = [
 3001         -
 "base64 0.21.7",
 3002         -
]
 3003         -
 3004         -
[[package]]
 3005         -
name = "rustls-pemfile"
 3006         -
version = "2.2.0"
 3007         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3008         -
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
 3009         -
dependencies = [
 3010         -
 "rustls-pki-types",
 3011         -
]
 3012         -
 3013         -
[[package]]
 3014         -
name = "rustls-pki-types"
 3015         -
version = "1.10.0"
 3016         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3017         -
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b"
 3018         -
 3019         -
[[package]]
 3020         -
name = "rustls-webpki"
 3021         -
version = "0.101.7"
 3022         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3023         -
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 3024         -
dependencies = [
 3025         -
 "ring 0.17.8",
 3026         -
 "untrusted 0.9.0",
 3027         -
]
 3028         -
 3029         -
[[package]]
 3030         -
name = "rustls-webpki"
 3031         -
version = "0.102.8"
 3032         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3033         -
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
 3034         -
dependencies = [
 3035         -
 "aws-lc-rs",
 3036         -
 "ring 0.17.8",
 3037         -
 "rustls-pki-types",
 3038         -
 "untrusted 0.9.0",
 3039         -
]
 3040         -
 3041         -
[[package]]
 3042         -
name = "rusty-fork"
 3043         -
version = "0.3.0"
 3044         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3045         -
checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
 3046         -
dependencies = [
 3047         -
 "fnv",
 3048         -
 "quick-error",
 3049         -
 "tempfile",
 3050         -
 "wait-timeout",
 3051         -
]
 3052         -
 3053         -
[[package]]
 3054         -
name = "ryu"
 3055         -
version = "1.0.18"
 3056         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3057         -
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
 3058         -
 3059         -
[[package]]
 3060         -
name = "same-file"
 3061         -
version = "1.0.6"
 3062         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3063         -
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
 3064         -
dependencies = [
 3065         -
 "winapi-util",
 3066         -
]
 3067         -
 3068         -
[[package]]
 3069         -
name = "schannel"
 3070         -
version = "0.1.26"
 3071         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3072         -
checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1"
 3073         -
dependencies = [
 3074         -
 "windows-sys 0.59.0",
 3075         -
]
 3076         -
 3077         -
[[package]]
 3078         -
name = "scopeguard"
 3079         -
version = "1.2.0"
 3080         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3081         -
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 3082         -
 3083         -
[[package]]
 3084         -
name = "sct"
 3085         -
version = "0.7.1"
 3086         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3087         -
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 3088         -
dependencies = [
 3089         -
 "ring 0.17.8",
 3090         -
 "untrusted 0.9.0",
 3091         -
]
 3092         -
 3093         -
[[package]]
 3094         -
name = "sec1"
 3095         -
version = "0.3.0"
 3096         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3097         -
checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
 3098         -
dependencies = [
 3099         -
 "base16ct",
 3100         -
 "der",
 3101         -
 "generic-array",
 3102         -
 "pkcs8",
 3103         -
 "subtle",
 3104         -
 "zeroize",
 3105         -
]
 3106         -
 3107         -
[[package]]
 3108         -
name = "security-framework"
 3109         -
version = "2.11.1"
 3110         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3111         -
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
 3112         -
dependencies = [
 3113         -
 "bitflags 2.6.0",
 3114         -
 "core-foundation",
 3115         -
 "core-foundation-sys",
 3116         -
 "libc",
 3117         -
 "security-framework-sys",
 3118         -
]
 3119         -
 3120         -
[[package]]
 3121         -
name = "security-framework-sys"
 3122         -
version = "2.12.0"
 3123         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3124         -
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
 3125         -
dependencies = [
 3126         -
 "core-foundation-sys",
 3127         -
 "libc",
 3128         -
]
 3129         -
 3130         -
[[package]]
 3131         -
name = "semver"
 3132         -
version = "1.0.23"
 3133         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3134         -
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
 3135         -
 3136         -
[[package]]
 3137         -
name = "separator"
 3138         -
version = "0.4.1"
 3139         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3140         -
checksum = "f97841a747eef040fcd2e7b3b9a220a7205926e60488e673d9e4926d27772ce5"
 3141         -
 3142         -
[[package]]
 3143         -
name = "serde"
 3144         -
version = "1.0.214"
 3145         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3146         -
checksum = "f55c3193aca71c12ad7890f1785d2b73e1b9f63a0bbc353c08ef26fe03fc56b5"
 3147         -
dependencies = [
 3148         -
 "serde_derive",
 3149         -
]
 3150         -
 3151         -
[[package]]
 3152         -
name = "serde_derive"
 3153         -
version = "1.0.214"
 3154         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3155         -
checksum = "de523f781f095e28fa605cdce0f8307e451cc0fd14e2eb4cd2e98a355b147766"
 3156         -
dependencies = [
 3157         -
 "proc-macro2",
 3158         -
 "quote",
 3159         -
 "syn 2.0.87",
 3160         -
]
 3161         -
 3162         -
[[package]]
 3163         -
name = "serde_json"
 3164         -
version = "1.0.132"
 3165         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3166         -
checksum = "d726bfaff4b320266d395898905d0eba0345aae23b54aee3a737e260fd46db03"
 3167         -
dependencies = [
 3168         -
 "indexmap 2.6.0",
 3169         -
 "itoa",
 3170         -
 "memchr",
 3171         -
 "ryu",
 3172         -
 "serde",
 3173         -
]
 3174         -
 3175         -
[[package]]
 3176         -
name = "serde_path_to_error"
 3177         -
version = "0.1.16"
 3178         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3179         -
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
 3180         -
dependencies = [
 3181         -
 "itoa",
 3182         -
 "serde",
 3183         -
]
 3184         -
 3185         -
[[package]]
 3186         -
name = "serde_urlencoded"
 3187         -
version = "0.7.1"
 3188         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3189         -
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 3190         -
dependencies = [
 3191         -
 "form_urlencoded",
 3192         -
 "itoa",
 3193         -
 "ryu",
 3194         -
 "serde",
 3195         -
]
 3196         -
 3197         -
[[package]]
 3198         -
name = "sha1"
 3199         -
version = "0.10.6"
 3200         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3201         -
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
 3202         -
dependencies = [
 3203         -
 "cfg-if",
 3204         -
 "cpufeatures",
 3205         -
 "digest",
 3206         -
]
 3207         -
 3208         -
[[package]]
 3209         -
name = "sha2"
 3210         -
version = "0.10.8"
 3211         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3212         -
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
 3213         -
dependencies = [
 3214         -
 "cfg-if",
 3215         -
 "cpufeatures",
 3216         -
 "digest",
 3217         -
]
 3218         -
 3219         -
[[package]]
 3220         -
name = "sharded-slab"
 3221         -
version = "0.1.7"
 3222         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3223         -
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
 3224         -
dependencies = [
 3225         -
 "lazy_static",
 3226         -
]
 3227         -
 3228         -
[[package]]
 3229         -
name = "shlex"
 3230         -
version = "1.3.0"
 3231         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3232         -
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 3233         -
 3234         -
[[package]]
 3235         -
name = "signal-hook"
 3236         -
version = "0.3.17"
 3237         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3238         -
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
 3239         -
dependencies = [
 3240         -
 "cc",
 3241         -
 "libc",
 3242         -
 "signal-hook-registry",
 3243         -
]
 3244         -
 3245         -
[[package]]
 3246         -
name = "signal-hook-registry"
 3247         -
version = "1.4.2"
 3248         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3249         -
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
 3250         -
dependencies = [
 3251         -
 "libc",
 3252         -
]
 3253         -
 3254         -
[[package]]
 3255         -
name = "signature"
 3256         -
version = "1.6.4"
 3257         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3258         -
checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
 3259         -
dependencies = [
 3260         -
 "digest",
 3261         -
 "rand_core",
 3262         -
]
 3263         -
 3264         -
[[package]]
 3265         -
name = "slab"
 3266         -
version = "0.4.9"
 3267         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3268         -
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 3269         -
dependencies = [
 3270         -
 "autocfg",
 3271         -
]
 3272         -
 3273         -
[[package]]
 3274         -
name = "smallvec"
 3275         -
version = "1.13.2"
 3276         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3277         -
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
 3278         -
 3279         -
[[package]]
 3280         -
name = "socket2"
 3281         -
version = "0.5.7"
 3282         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3283         -
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
 3284         -
dependencies = [
 3285         -
 "libc",
 3286         -
 "windows-sys 0.52.0",
 3287         -
]
 3288         -
 3289         -
[[package]]
 3290         -
name = "spin"
 3291         -
version = "0.5.2"
 3292         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3293         -
checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
 3294         -
 3295         -
[[package]]
 3296         -
name = "spin"
 3297         -
version = "0.9.8"
 3298         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3299         -
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
 3300         -
 3301         -
[[package]]
 3302         -
name = "spki"
 3303         -
version = "0.6.0"
 3304         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3305         -
checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
 3306         -
dependencies = [
 3307         -
 "base64ct",
 3308         -
 "der",
 3309         -
]
 3310         -
 3311         -
[[package]]
 3312         -
name = "strsim"
 3313         -
version = "0.10.0"
 3314         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3315         -
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
 3316         -
 3317         -
[[package]]
 3318         -
name = "subtle"
 3319         -
version = "2.6.1"
 3320         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3321         -
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
 3322         -
 3323         -
[[package]]
 3324         -
name = "syn"
 3325         -
version = "1.0.109"
 3326         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3327         -
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 3328         -
dependencies = [
 3329         -
 "proc-macro2",
 3330         -
 "quote",
 3331         -
 "unicode-ident",
 3332         -
]
 3333         -
 3334         -
[[package]]
 3335         -
name = "syn"
 3336         -
version = "2.0.87"
 3337         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3338         -
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
 3339         -
dependencies = [
 3340         -
 "proc-macro2",
 3341         -
 "quote",
 3342         -
 "unicode-ident",
 3343         -
]
 3344         -
 3345         -
[[package]]
 3346         -
name = "target-lexicon"
 3347         -
version = "0.12.16"
 3348         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3349         -
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 3350         -
 3351         -
[[package]]
 3352         -
name = "tempfile"
 3353         -
version = "3.12.0"
 3354         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3355         -
checksum = "04cbcdd0c794ebb0d4cf35e88edd2f7d2c4c3e9a5a6dab322839b321c6a87a64"
 3356         -
dependencies = [
 3357         -
 "cfg-if",
 3358         -
 "fastrand",
 3359         -
 "once_cell",
 3360         -
 "rustix",
 3361         -
 "windows-sys 0.59.0",
 3362         -
]
 3363         -
 3364         -
[[package]]
 3365         -
name = "termcolor"
 3366         -
version = "1.4.1"
 3367         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3368         -
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
 3369         -
dependencies = [
 3370         -
 "winapi-util",
 3371         -
]
 3372         -
 3373         -
[[package]]
 3374         -
name = "textwrap"
 3375         -
version = "0.16.1"
 3376         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3377         -
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9"
 3378         -
 3379         -
[[package]]
 3380         -
name = "thiserror"
 3381         -
version = "1.0.68"
 3382         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3383         -
checksum = "02dd99dc800bbb97186339685293e1cc5d9df1f8fae2d0aecd9ff1c77efea892"
 3384         -
dependencies = [
 3385         -
 "thiserror-impl",
 3386         -
]
 3387         -
 3388         -
[[package]]
 3389         -
name = "thiserror-impl"
 3390         -
version = "1.0.68"
 3391         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3392         -
checksum = "a7c61ec9a6f64d2793d8a45faba21efbe3ced62a886d44c36a009b2b519b4c7e"
 3393         -
dependencies = [
 3394         -
 "proc-macro2",
 3395         -
 "quote",
 3396         -
 "syn 2.0.87",
 3397         -
]
 3398         -
 3399         -
[[package]]
 3400         -
name = "thread_local"
 3401         -
version = "1.1.8"
 3402         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3403         -
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 3404         -
dependencies = [
 3405         -
 "cfg-if",
 3406         -
 "once_cell",
 3407         -
]
 3408         -
 3409         -
[[package]]
 3410         -
name = "time"
 3411         -
version = "0.3.36"
 3412         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3413         -
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
 3414         -
dependencies = [
 3415         -
 "deranged",
 3416         -
 "itoa",
 3417         -
 "num-conv",
 3418         -
 "powerfmt",
 3419         -
 "serde",
 3420         -
 "time-core",
 3421         -
 "time-macros",
 3422         -
]
 3423         -
 3424         -
[[package]]
 3425         -
name = "time-core"
 3426         -
version = "0.1.2"
 3427         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3428         -
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
 3429         -
 3430         -
[[package]]
 3431         -
name = "time-macros"
 3432         -
version = "0.2.18"
 3433         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3434         -
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
 3435         -
dependencies = [
 3436         -
 "num-conv",
 3437         -
 "time-core",
 3438         -
]
 3439         -
 3440         -
[[package]]
 3441         -
name = "tinytemplate"
 3442         -
version = "1.2.1"
 3443         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3444         -
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
 3445         -
dependencies = [
 3446         -
 "serde",
 3447         -
 "serde_json",
 3448         -
]
 3449         -
 3450         -
[[package]]
 3451         -
name = "tinyvec"
 3452         -
version = "1.8.0"
 3453         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3454         -
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
 3455         -
dependencies = [
 3456         -
 "tinyvec_macros",
 3457         -
]
 3458         -
 3459         -
[[package]]
 3460         -
name = "tinyvec_macros"
 3461         -
version = "0.1.1"
 3462         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3463         -
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
 3464         -
 3465         -
[[package]]
 3466         -
name = "tls-listener"
 3467         -
version = "0.7.0"
 3468         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3469         -
checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
 3470         -
dependencies = [
 3471         -
 "futures-util",
 3472         -
 "hyper 0.14.31",
 3473         -
 "pin-project-lite",
 3474         -
 "thiserror",
 3475         -
 "tokio",
 3476         -
 "tokio-rustls 0.24.1",
 3477         -
]
 3478         -
 3479         -
[[package]]
 3480         -
name = "tokio"
 3481         -
version = "1.41.0"
 3482         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3483         -
checksum = "145f3413504347a2be84393cc8a7d2fb4d863b375909ea59f2158261aa258bbb"
 3484         -
dependencies = [
 3485         -
 "backtrace",
 3486         -
 "bytes",
 3487         -
 "libc",
 3488         -
 "mio",
 3489         -
 "parking_lot",
 3490         -
 "pin-project-lite",
 3491         -
 "signal-hook-registry",
 3492         -
 "socket2",
 3493         -
 "tokio-macros",
 3494         -
 "windows-sys 0.52.0",
 3495         -
]
 3496         -
 3497         -
[[package]]
 3498         -
name = "tokio-macros"
 3499         -
version = "2.4.0"
 3500         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3501         -
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
 3502         -
dependencies = [
 3503         -
 "proc-macro2",
 3504         -
 "quote",
 3505         -
 "syn 2.0.87",
 3506         -
]
 3507         -
 3508         -
[[package]]
 3509         -
name = "tokio-rustls"
 3510         -
version = "0.24.1"
 3511         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3512         -
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 3513         -
dependencies = [
 3514         -
 "rustls 0.21.12",
 3515         -
 "tokio",
 3516         -
]
 3517         -
 3518         -
[[package]]
 3519         -
name = "tokio-rustls"
 3520         -
version = "0.26.0"
 3521         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3522         -
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
 3523         -
dependencies = [
 3524         -
 "rustls 0.23.16",
 3525         -
 "rustls-pki-types",
 3526         -
 "tokio",
 3527         -
]
 3528         -
 3529         -
[[package]]
 3530         -
name = "tokio-stream"
 3531         -
version = "0.1.16"
 3532         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3533         -
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
 3534         -
dependencies = [
 3535         -
 "futures-core",
 3536         -
 "pin-project-lite",
 3537         -
 "tokio",
 3538         -
]
 3539         -
 3540         -
[[package]]
 3541         -
name = "tokio-test"
 3542         -
version = "0.4.4"
 3543         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3544         -
checksum = "2468baabc3311435b55dd935f702f42cd1b8abb7e754fb7dfb16bd36aa88f9f7"
 3545         -
dependencies = [
 3546         -
 "async-stream",
 3547         -
 "bytes",
 3548         -
 "futures-core",
 3549         -
 "tokio",
 3550         -
 "tokio-stream",
 3551         -
]
 3552         -
 3553         -
[[package]]
 3554         -
name = "tokio-util"
 3555         -
version = "0.7.12"
 3556         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3557         -
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
 3558         -
dependencies = [
 3559         -
 "bytes",
 3560         -
 "futures-core",
 3561         -
 "futures-sink",
 3562         -
 "pin-project-lite",
 3563         -
 "tokio",
 3564         -
]
 3565         -
 3566         -
[[package]]
 3567         -
name = "tower"
 3568         -
version = "0.4.13"
 3569         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3570         -
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
 3571         -
dependencies = [
 3572         -
 "futures-core",
 3573         -
 "futures-util",
 3574         -
 "pin-project",
 3575         -
 "pin-project-lite",
 3576         -
 "tokio",
 3577         -
 "tower-layer",
 3578         -
 "tower-service",
 3579         -
 "tracing",
 3580         -
]
 3581         -
 3582         -
[[package]]
 3583         -
name = "tower-http"
 3584         -
version = "0.3.5"
 3585         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3586         -
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
 3587         -
dependencies = [
 3588         -
 "bitflags 1.3.2",
 3589         -
 "bytes",
 3590         -
 "futures-core",
 3591         -
 "futures-util",
 3592         -
 "http 0.2.12",
 3593         -
 "http-body 0.4.6",
 3594         -
 "http-range-header",
 3595         -
 "pin-project-lite",
 3596         -
 "tower-layer",
 3597         -
 "tower-service",
 3598         -
]
 3599         -
 3600         -
[[package]]
 3601         -
name = "tower-layer"
 3602         -
version = "0.3.3"
 3603         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3604         -
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
 3605         -
 3606         -
[[package]]
 3607         -
name = "tower-service"
 3608         -
version = "0.3.3"
 3609         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3610         -
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
 3611         -
 3612         -
[[package]]
 3613         -
name = "tower-test"
 3614         -
version = "0.4.0"
 3615         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3616         -
checksum = "a4546773ffeab9e4ea02b8872faa49bb616a80a7da66afc2f32688943f97efa7"
 3617         -
dependencies = [
 3618         -
 "futures-util",
 3619         -
 "pin-project",
 3620         -
 "tokio",
 3621         -
 "tokio-test",
 3622         -
 "tower-layer",
 3623         -
 "tower-service",
 3624         -
]
 3625         -
 3626         -
[[package]]
 3627         -
name = "tracing"
 3628         -
version = "0.1.40"
 3629         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3630         -
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
 3631         -
dependencies = [
 3632         -
 "log",
 3633         -
 "pin-project-lite",
 3634         -
 "tracing-attributes",
 3635         -
 "tracing-core",
 3636         -
]
 3637         -
 3638         -
[[package]]
 3639         -
name = "tracing-appender"
 3640         -
version = "0.2.3"
 3641         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3642         -
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
 3643         -
dependencies = [
 3644         -
 "crossbeam-channel",
 3645         -
 "thiserror",
 3646         -
 "time",
 3647         -
 "tracing-subscriber",
 3648         -
]
 3649         -
 3650         -
[[package]]
 3651         -
name = "tracing-attributes"
 3652         -
version = "0.1.27"
 3653         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3654         -
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
 3655         -
dependencies = [
 3656         -
 "proc-macro2",
 3657         -
 "quote",
 3658         -
 "syn 2.0.87",
 3659         -
]
 3660         -
 3661         -
[[package]]
 3662         -
name = "tracing-core"
 3663         -
version = "0.1.32"
 3664         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3665         -
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
 3666         -
dependencies = [
 3667         -
 "once_cell",
 3668         -
 "valuable",
 3669         -
]
 3670         -
 3671         -
[[package]]
 3672         -
name = "tracing-log"
 3673         -
version = "0.2.0"
 3674         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3675         -
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
 3676         -
dependencies = [
 3677         -
 "log",
 3678         -
 "once_cell",
 3679         -
 "tracing-core",
 3680         -
]
 3681         -
 3682         -
[[package]]
 3683         -
name = "tracing-serde"
 3684         -
version = "0.1.3"
 3685         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3686         -
checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
 3687         -
dependencies = [
 3688         -
 "serde",
 3689         -
 "tracing-core",
 3690         -
]
 3691         -
 3692         -
[[package]]
 3693         -
name = "tracing-subscriber"
 3694         -
version = "0.3.18"
 3695         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3696         -
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
 3697         -
dependencies = [
 3698         -
 "matchers",
 3699         -
 "nu-ansi-term",
 3700         -
 "once_cell",
 3701         -
 "regex",
 3702         -
 "serde",
 3703         -
 "serde_json",
 3704         -
 "sharded-slab",
 3705         -
 "smallvec",
 3706         -
 "thread_local",
 3707         -
 "tracing",
 3708         -
 "tracing-core",
 3709         -
 "tracing-log",
 3710         -
 "tracing-serde",
 3711         -
]
 3712         -
 3713         -
[[package]]
 3714         -
name = "tracing-test"
 3715         -
version = "0.2.5"
 3716         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3717         -
checksum = "557b891436fe0d5e0e363427fc7f217abf9ccd510d5136549847bdcbcd011d68"
 3718         -
dependencies = [
 3719         -
 "tracing-core",
 3720         -
 "tracing-subscriber",
 3721         -
 "tracing-test-macro",
 3722         -
]
 3723         -
 3724         -
[[package]]
 3725         -
name = "tracing-test-macro"
 3726         -
version = "0.2.5"
 3727         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3728         -
checksum = "04659ddb06c87d233c566112c1c9c5b9e98256d9af50ec3bc9c8327f873a7568"
 3729         -
dependencies = [
 3730         -
 "quote",
 3731         -
 "syn 2.0.87",
 3732         -
]
 3733         -
 3734         -
[[package]]
 3735         -
name = "try-lock"
 3736         -
version = "0.2.5"
 3737         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3738         -
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 3739         -
 3740         -
[[package]]
 3741         -
name = "typenum"
 3742         -
version = "1.17.0"
 3743         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3744         -
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
 3745         -
 3746         -
[[package]]
 3747         -
name = "unarray"
 3748         -
version = "0.1.4"
 3749         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3750         -
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
 3751         -
 3752         -
[[package]]
 3753         -
name = "unicode-bidi"
 3754         -
version = "0.3.17"
 3755         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3756         -
checksum = "5ab17db44d7388991a428b2ee655ce0c212e862eff1768a455c58f9aad6e7893"
 3757         -
 3758         -
[[package]]
 3759         -
name = "unicode-ident"
 3760         -
version = "1.0.13"
 3761         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3762         -
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
 3763         -
 3764         -
[[package]]
 3765         -
name = "unicode-normalization"
 3766         -
version = "0.1.24"
 3767         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3768         -
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
 3769         -
dependencies = [
 3770         -
 "tinyvec",
 3771         -
]
 3772         -
 3773         -
[[package]]
 3774         -
name = "unindent"
 3775         -
version = "0.1.11"
 3776         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3777         -
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
 3778         -
 3779         -
[[package]]
 3780         -
name = "untrusted"
 3781         -
version = "0.7.1"
 3782         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3783         -
checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
 3784         -
 3785         -
[[package]]
 3786         -
name = "untrusted"
 3787         -
version = "0.9.0"
 3788         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3789         -
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
 3790         -
 3791         -
[[package]]
 3792         -
name = "url"
 3793         -
version = "2.5.2"
 3794         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3795         -
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
 3796         -
dependencies = [
 3797         -
 "form_urlencoded",
 3798         -
 "idna",
 3799         -
 "percent-encoding",
 3800         -
]
 3801         -
 3802         -
[[package]]
 3803         -
name = "urlencoding"
 3804         -
version = "2.1.3"
 3805         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3806         -
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
 3807         -
 3808         -
[[package]]
 3809         -
name = "uuid"
 3810         -
version = "1.11.0"
 3811         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3812         -
checksum = "f8c5f0a0af699448548ad1a2fbf920fb4bee257eae39953ba95cb84891a0446a"
 3813         -
dependencies = [
 3814         -
 "getrandom",
 3815         -
 "rand",
 3816         -
]
 3817         -
 3818         -
[[package]]
 3819         -
name = "valuable"
 3820         -
version = "0.1.0"
 3821         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3822         -
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
 3823         -
 3824         -
[[package]]
 3825         -
name = "version_check"
 3826         -
version = "0.9.5"
 3827         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3828         -
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
 3829         -
 3830         -
[[package]]
 3831         -
name = "vsimd"
 3832         -
version = "0.8.0"
 3833         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3834         -
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
 3835         -
 3836         -
[[package]]
 3837         -
name = "wait-timeout"
 3838         -
version = "0.2.0"
 3839         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3840         -
checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
 3841         -
dependencies = [
 3842         -
 "libc",
 3843         -
]
 3844         -
 3845         -
[[package]]
 3846         -
name = "walkdir"
 3847         -
version = "2.5.0"
 3848         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3849         -
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
 3850         -
dependencies = [
 3851         -
 "same-file",
 3852         -
 "winapi-util",
 3853         -
]
 3854         -
 3855         -
[[package]]
 3856         -
name = "want"
 3857         -
version = "0.3.1"
 3858         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3859         -
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
 3860         -
dependencies = [
 3861         -
 "try-lock",
 3862         -
]
 3863         -
 3864         -
[[package]]
 3865         -
name = "wasi"
 3866         -
version = "0.11.0+wasi-snapshot-preview1"
 3867         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3868         -
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 3869         -
 3870         -
[[package]]
 3871         -
name = "wasi"
 3872         -
version = "0.12.1+wasi-0.2.0"
 3873         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3874         -
checksum = "af274f03e73b7d85551b3f9e97b8a04d5c9aec703cfc227a3fe0595a7561c67a"
 3875         -
dependencies = [
 3876         -
 "wit-bindgen",
 3877         -
]
 3878         -
 3879         -
[[package]]
 3880         -
name = "wasm-bindgen"
 3881         -
version = "0.2.95"
 3882         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3883         -
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
 3884         -
dependencies = [
 3885         -
 "cfg-if",
 3886         -
 "once_cell",
 3887         -
 "wasm-bindgen-macro",
 3888         -
]
 3889         -
 3890         -
[[package]]
 3891         -
name = "wasm-bindgen-backend"
 3892         -
version = "0.2.95"
 3893         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3894         -
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
 3895         -
dependencies = [
 3896         -
 "bumpalo",
 3897         -
 "log",
 3898         -
 "once_cell",
 3899         -
 "proc-macro2",
 3900         -
 "quote",
 3901         -
 "syn 2.0.87",
 3902         -
 "wasm-bindgen-shared",
 3903         -
]
 3904         -
 3905         -
[[package]]
 3906         -
name = "wasm-bindgen-macro"
 3907         -
version = "0.2.95"
 3908         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3909         -
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
 3910         -
dependencies = [
 3911         -
 "quote",
 3912         -
 "wasm-bindgen-macro-support",
 3913         -
]
 3914         -
 3915         -
[[package]]
 3916         -
name = "wasm-bindgen-macro-support"
 3917         -
version = "0.2.95"
 3918         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3919         -
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
 3920         -
dependencies = [
 3921         -
 "proc-macro2",
 3922         -
 "quote",
 3923         -
 "syn 2.0.87",
 3924         -
 "wasm-bindgen-backend",
 3925         -
 "wasm-bindgen-shared",
 3926         -
]
 3927         -
 3928         -
[[package]]
 3929         -
name = "wasm-bindgen-shared"
 3930         -
version = "0.2.95"
 3931         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3932         -
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
 3933         -
 3934         -
[[package]]
 3935         -
name = "web-sys"
 3936         -
version = "0.3.72"
 3937         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3938         -
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
 3939         -
dependencies = [
 3940         -
 "js-sys",
 3941         -
 "wasm-bindgen",
 3942         -
]
 3943         -
 3944         -
[[package]]
 3945         -
name = "which"
 3946         -
version = "4.4.2"
 3947         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3948         -
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
 3949         -
dependencies = [
 3950         -
 "either",
 3951         -
 "home",
 3952         -
 "once_cell",
 3953         -
 "rustix",
 3954         -
]
 3955         -
 3956         -
[[package]]
 3957         -
name = "winapi"
 3958         -
version = "0.3.9"
 3959         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3960         -
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 3961         -
dependencies = [
 3962         -
 "winapi-i686-pc-windows-gnu",
 3963         -
 "winapi-x86_64-pc-windows-gnu",
 3964         -
]
 3965         -
 3966         -
[[package]]
 3967         -
name = "winapi-i686-pc-windows-gnu"
 3968         -
version = "0.4.0"
 3969         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3970         -
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 3971         -
 3972         -
[[package]]
 3973         -
name = "winapi-util"
 3974         -
version = "0.1.9"
 3975         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3976         -
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
 3977         -
dependencies = [
 3978         -
 "windows-sys 0.59.0",
 3979         -
]
 3980         -
 3981         -
[[package]]
 3982         -
name = "winapi-x86_64-pc-windows-gnu"
 3983         -
version = "0.4.0"
 3984         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3985         -
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 3986         -
 3987         -
[[package]]
 3988         -
name = "windows-sys"
 3989         -
version = "0.52.0"
 3990         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 3991         -
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 3992         -
dependencies = [
 3993         -
 "windows-targets",
 3994         -
]
 3995         -
 3996         -
[[package]]
 3997         -
name = "windows-sys"
 3998         -
version = "0.59.0"
 3999         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4000         -
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
 4001         -
dependencies = [
 4002         -
 "windows-targets",
 4003         -
]
 4004         -
 4005         -
[[package]]
 4006         -
name = "windows-targets"
 4007         -
version = "0.52.6"
 4008         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4009         -
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
 4010         -
dependencies = [
 4011         -
 "windows_aarch64_gnullvm",
 4012         -
 "windows_aarch64_msvc",
 4013         -
 "windows_i686_gnu",
 4014         -
 "windows_i686_gnullvm",
 4015         -
 "windows_i686_msvc",
 4016         -
 "windows_x86_64_gnu",
 4017         -
 "windows_x86_64_gnullvm",
 4018         -
 "windows_x86_64_msvc",
 4019         -
]
 4020         -
 4021         -
[[package]]
 4022         -
name = "windows_aarch64_gnullvm"
 4023         -
version = "0.52.6"
 4024         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4025         -
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
 4026         -
 4027         -
[[package]]
 4028         -
name = "windows_aarch64_msvc"
 4029         -
version = "0.52.6"
 4030         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4031         -
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
 4032         -
 4033         -
[[package]]
 4034         -
name = "windows_i686_gnu"
 4035         -
version = "0.52.6"
 4036         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4037         -
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
 4038         -
 4039         -
[[package]]
 4040         -
name = "windows_i686_gnullvm"
 4041         -
version = "0.52.6"
 4042         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4043         -
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
 4044         -
 4045         -
[[package]]
 4046         -
name = "windows_i686_msvc"
 4047         -
version = "0.52.6"
 4048         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4049         -
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
 4050         -
 4051         -
[[package]]
 4052         -
name = "windows_x86_64_gnu"
 4053         -
version = "0.52.6"
 4054         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4055         -
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
 4056         -
 4057         -
[[package]]
 4058         -
name = "windows_x86_64_gnullvm"
 4059         -
version = "0.52.6"
 4060         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4061         -
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
 4062         -
 4063         -
[[package]]
 4064         -
name = "windows_x86_64_msvc"
 4065         -
version = "0.52.6"
 4066         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4067         -
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 4068         -
 4069         -
[[package]]
 4070         -
name = "wit-bindgen"
 4071         -
version = "0.19.2"
 4072         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4073         -
checksum = "b37d270da94012e0ac490ac633ad5bdd76a10a3fb15069edb033c1b771ce931f"
 4074         -
dependencies = [
 4075         -
 "bitflags 2.6.0",
 4076         -
]
 4077         -
 4078         -
[[package]]
 4079         -
name = "xmlparser"
 4080         -
version = "0.13.6"
 4081         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4082         -
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 4083         -
 4084         -
[[package]]
 4085         -
name = "yansi"
 4086         -
version = "1.0.1"
 4087         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4088         -
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
 4089         -
 4090         -
[[package]]
 4091         -
name = "yasna"
 4092         -
version = "0.5.2"
 4093         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4094         -
checksum = "e17bb3549cc1321ae1296b9cdc2698e2b6cb1992adfa19a8c72e5b7a738f44cd"
 4095         -
dependencies = [
 4096         -
 "time",
 4097         -
]
 4098         -
 4099         -
[[package]]
 4100         -
name = "zerocopy"
 4101         -
version = "0.7.35"
 4102         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4103         -
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
 4104         -
dependencies = [
 4105         -
 "byteorder",
 4106         -
 "zerocopy-derive",
 4107         -
]
 4108         -
 4109         -
[[package]]
 4110         -
name = "zerocopy-derive"
 4111         -
version = "0.7.35"
 4112         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4113         -
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
 4114         -
dependencies = [
 4115         -
 "proc-macro2",
 4116         -
 "quote",
 4117         -
 "syn 2.0.87",
 4118         -
]
 4119         -
 4120         -
[[package]]
 4121         -
name = "zeroize"
 4122         -
version = "1.8.1"
 4123         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 4124         -
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"