Server Test Python

Server Test Python

rev. 1d902e1fdfff69f8aafe42b2306fa317ef96d562

Files changed:

tmp-codegen-diff/codegen-server-test-python/Cargo.lock

@@ -1,0 +2509,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 = "async-channel"
   31         -
version = "1.9.0"
   32         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   33         -
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
   34         -
dependencies = [
   35         -
 "concurrent-queue",
   36         -
 "event-listener",
   37         -
 "futures-core",
   38         -
]
   39         -
   40         -
[[package]]
   41         -
name = "async-stream"
   42         -
version = "0.3.6"
   43         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   44         -
checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
   45         -
dependencies = [
   46         -
 "async-stream-impl",
   47         -
 "futures-core",
   48         -
 "pin-project-lite",
   49         -
]
   50         -
   51         -
[[package]]
   52         -
name = "async-stream-impl"
   53         -
version = "0.3.6"
   54         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   55         -
checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
   56         -
dependencies = [
   57         -
 "proc-macro2",
   58         -
 "quote",
   59         -
 "syn 2.0.101",
   60         -
]
   61         -
   62         -
[[package]]
   63         -
name = "autocfg"
   64         -
version = "1.4.0"
   65         -
source = "registry+https://github.com/rust-lang/crates.io-index"
   66         -
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
   67         -
   68         -
[[package]]
   69         -
name = "aws-smithy-async"
   70         -
version = "1.2.5"
   71         -
dependencies = [
   72         -
 "futures-util",
   73         -
 "pin-project-lite",
   74         -
 "tokio",
   75         -
]
   76         -
   77         -
[[package]]
   78         -
name = "aws-smithy-cbor"
   79         -
version = "0.61.0"
   80         -
dependencies = [
   81         -
 "aws-smithy-types",
   82         -
 "minicbor",
   83         -
]
   84         -
   85         -
[[package]]
   86         -
name = "aws-smithy-eventstream"
   87         -
version = "0.60.8"
   88         -
dependencies = [
   89         -
 "aws-smithy-types",
   90         -
 "bytes",
   91         -
 "crc32fast",
   92         -
]
   93         -
   94         -
[[package]]
   95         -
name = "aws-smithy-http"
   96         -
version = "0.62.1"
   97         -
dependencies = [
   98         -
 "aws-smithy-eventstream",
   99         -
 "aws-smithy-runtime-api",
  100         -
 "aws-smithy-types",
  101         -
 "bytes",
  102         -
 "bytes-utils",
  103         -
 "futures-core",
  104         -
 "http 0.2.12",
  105         -
 "http 1.3.1",
  106         -
 "http-body",
  107         -
 "percent-encoding",
  108         -
 "pin-project-lite",
  109         -
 "pin-utils",
  110         -
 "tracing",
  111         -
]
  112         -
  113         -
[[package]]
  114         -
name = "aws-smithy-http-server"
  115         -
version = "0.65.2"
  116         -
dependencies = [
  117         -
 "aws-smithy-cbor",
  118         -
 "aws-smithy-http",
  119         -
 "aws-smithy-json",
  120         -
 "aws-smithy-runtime-api",
  121         -
 "aws-smithy-types",
  122         -
 "aws-smithy-xml",
  123         -
 "bytes",
  124         -
 "futures-util",
  125         -
 "http 0.2.12",
  126         -
 "http-body",
  127         -
 "hyper",
  128         -
 "lambda_http",
  129         -
 "mime",
  130         -
 "nom",
  131         -
 "pin-project-lite",
  132         -
 "regex",
  133         -
 "serde_urlencoded",
  134         -
 "thiserror",
  135         -
 "tokio",
  136         -
 "tower",
  137         -
 "tower-http",
  138         -
 "tracing",
  139         -
 "uuid",
  140         -
]
  141         -
  142         -
[[package]]
  143         -
name = "aws-smithy-http-server-python"
  144         -
version = "0.65.0"
  145         -
dependencies = [
  146         -
 "aws-smithy-http",
  147         -
 "aws-smithy-http-server",
  148         -
 "aws-smithy-json",
  149         -
 "aws-smithy-types",
  150         -
 "aws-smithy-xml",
  151         -
 "bytes",
  152         -
 "futures",
  153         -
 "http 0.2.12",
  154         -
 "hyper",
  155         -
 "lambda_http",
  156         -
 "num_cpus",
  157         -
 "parking_lot",
  158         -
 "pin-project-lite",
  159         -
 "pyo3",
  160         -
 "pyo3-asyncio",
  161         -
 "rustls-pemfile",
  162         -
 "signal-hook",
  163         -
 "socket2",
  164         -
 "thiserror",
  165         -
 "tls-listener",
  166         -
 "tokio",
  167         -
 "tokio-rustls",
  168         -
 "tokio-stream",
  169         -
 "tower",
  170         -
 "tracing",
  171         -
 "tracing-appender",
  172         -
 "tracing-subscriber",
  173         -
]
  174         -
  175         -
[[package]]
  176         -
name = "aws-smithy-json"
  177         -
version = "0.61.3"
  178         -
dependencies = [
  179         -
 "aws-smithy-types",
  180         -
]
  181         -
  182         -
[[package]]
  183         -
name = "aws-smithy-runtime-api"
  184         -
version = "1.8.0"
  185         -
dependencies = [
  186         -
 "aws-smithy-async",
  187         -
 "aws-smithy-types",
  188         -
 "bytes",
  189         -
 "http 0.2.12",
  190         -
 "http 1.3.1",
  191         -
 "pin-project-lite",
  192         -
 "tokio",
  193         -
 "tracing",
  194         -
]
  195         -
  196         -
[[package]]
  197         -
name = "aws-smithy-types"
  198         -
version = "1.3.1"
  199         -
dependencies = [
  200         -
 "base64-simd",
  201         -
 "bytes",
  202         -
 "bytes-utils",
  203         -
 "futures-core",
  204         -
 "http 0.2.12",
  205         -
 "http-body",
  206         -
 "hyper",
  207         -
 "itoa",
  208         -
 "num-integer",
  209         -
 "pin-project-lite",
  210         -
 "pin-utils",
  211         -
 "ryu",
  212         -
 "serde",
  213         -
 "time",
  214         -
 "tokio",
  215         -
 "tokio-util",
  216         -
]
  217         -
  218         -
[[package]]
  219         -
name = "aws-smithy-xml"
  220         -
version = "0.60.9"
  221         -
dependencies = [
  222         -
 "xmlparser",
  223         -
]
  224         -
  225         -
[[package]]
  226         -
name = "aws_lambda_events"
  227         -
version = "0.12.1"
  228         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  229         -
checksum = "03611508dd1e514e311caec235b581c99a4cb66fa1771bd502819eed69894f12"
  230         -
dependencies = [
  231         -
 "base64 0.21.7",
  232         -
 "bytes",
  233         -
 "http 0.2.12",
  234         -
 "http-body",
  235         -
 "http-serde",
  236         -
 "query_map",
  237         -
 "serde",
  238         -
 "serde_json",
  239         -
]
  240         -
  241         -
[[package]]
  242         -
name = "backtrace"
  243         -
version = "0.3.75"
  244         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  245         -
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
  246         -
dependencies = [
  247         -
 "addr2line",
  248         -
 "cfg-if",
  249         -
 "libc",
  250         -
 "miniz_oxide",
  251         -
 "object",
  252         -
 "rustc-demangle",
  253         -
 "windows-targets",
  254         -
]
  255         -
  256         -
[[package]]
  257         -
name = "base64"
  258         -
version = "0.20.0"
  259         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  260         -
checksum = "0ea22880d78093b0cbe17c89f64a7d457941e65759157ec6cb31a31d652b05e5"
  261         -
  262         -
[[package]]
  263         -
name = "base64"
  264         -
version = "0.21.7"
  265         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  266         -
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
  267         -
  268         -
[[package]]
  269         -
name = "base64-simd"
  270         -
version = "0.8.0"
  271         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  272         -
checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
  273         -
dependencies = [
  274         -
 "outref",
  275         -
 "vsimd",
  276         -
]
  277         -
  278         -
[[package]]
  279         -
name = "bitflags"
  280         -
version = "1.3.2"
  281         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  282         -
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
  283         -
  284         -
[[package]]
  285         -
name = "bitflags"
  286         -
version = "2.9.0"
  287         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  288         -
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
  289         -
  290         -
[[package]]
  291         -
name = "bytes"
  292         -
version = "1.10.1"
  293         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  294         -
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
  295         -
dependencies = [
  296         -
 "serde",
  297         -
]
  298         -
  299         -
[[package]]
  300         -
name = "bytes-utils"
  301         -
version = "0.1.4"
  302         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  303         -
checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
  304         -
dependencies = [
  305         -
 "bytes",
  306         -
 "either",
  307         -
]
  308         -
  309         -
[[package]]
  310         -
name = "cc"
  311         -
version = "1.2.22"
  312         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  313         -
checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1"
  314         -
dependencies = [
  315         -
 "shlex",
  316         -
]
  317         -
  318         -
[[package]]
  319         -
name = "cfg-if"
  320         -
version = "1.0.0"
  321         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  322         -
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  323         -
  324         -
[[package]]
  325         -
name = "concurrent-queue"
  326         -
version = "2.5.0"
  327         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  328         -
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
  329         -
dependencies = [
  330         -
 "crossbeam-utils",
  331         -
]
  332         -
  333         -
[[package]]
  334         -
name = "constraints"
  335         -
version = "0.0.1"
  336         -
dependencies = [
  337         -
 "aws-smithy-eventstream",
  338         -
 "aws-smithy-http",
  339         -
 "aws-smithy-http-server",
  340         -
 "aws-smithy-http-server-python",
  341         -
 "aws-smithy-json",
  342         -
 "aws-smithy-runtime-api",
  343         -
 "aws-smithy-types",
  344         -
 "form_urlencoded",
  345         -
 "futures-util",
  346         -
 "http 0.2.12",
  347         -
 "hyper",
  348         -
 "mime",
  349         -
 "nom",
  350         -
 "once_cell",
  351         -
 "parking_lot",
  352         -
 "percent-encoding",
  353         -
 "pin-project-lite",
  354         -
 "pyo3",
  355         -
 "pyo3-asyncio",
  356         -
 "regex",
  357         -
 "tokio",
  358         -
 "tokio-stream",
  359         -
 "tower",
  360         -
 "tracing",
  361         -
]
  362         -
  363         -
[[package]]
  364         -
name = "constraints_without_public_constrained_types"
  365         -
version = "0.0.1"
  366         -
dependencies = [
  367         -
 "aws-smithy-eventstream",
  368         -
 "aws-smithy-http",
  369         -
 "aws-smithy-http-server",
  370         -
 "aws-smithy-http-server-python",
  371         -
 "aws-smithy-json",
  372         -
 "aws-smithy-runtime-api",
  373         -
 "aws-smithy-types",
  374         -
 "form_urlencoded",
  375         -
 "futures-util",
  376         -
 "http 0.2.12",
  377         -
 "hyper",
  378         -
 "mime",
  379         -
 "nom",
  380         -
 "once_cell",
  381         -
 "parking_lot",
  382         -
 "percent-encoding",
  383         -
 "pin-project-lite",
  384         -
 "pyo3",
  385         -
 "pyo3-asyncio",
  386         -
 "regex",
  387         -
 "tokio",
  388         -
 "tokio-stream",
  389         -
 "tower",
  390         -
 "tracing",
  391         -
]
  392         -
  393         -
[[package]]
  394         -
name = "crc32fast"
  395         -
version = "1.4.2"
  396         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  397         -
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
  398         -
dependencies = [
  399         -
 "cfg-if",
  400         -
]
  401         -
  402         -
[[package]]
  403         -
name = "crossbeam-channel"
  404         -
version = "0.5.15"
  405         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  406         -
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
  407         -
dependencies = [
  408         -
 "crossbeam-utils",
  409         -
]
  410         -
  411         -
[[package]]
  412         -
name = "crossbeam-utils"
  413         -
version = "0.8.21"
  414         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  415         -
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
  416         -
  417         -
[[package]]
  418         -
name = "crunchy"
  419         -
version = "0.2.3"
  420         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  421         -
checksum = "43da5946c66ffcc7745f48db692ffbb10a83bfe0afd96235c5c2a4fb23994929"
  422         -
  423         -
[[package]]
  424         -
name = "deranged"
  425         -
version = "0.4.0"
  426         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  427         -
checksum = "9c9e6a11ca8224451684bc0d7d5a7adbf8f2fd6887261a1cfc3c0432f9d4068e"
  428         -
dependencies = [
  429         -
 "powerfmt",
  430         -
]
  431         -
  432         -
[[package]]
  433         -
name = "displaydoc"
  434         -
version = "0.2.5"
  435         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  436         -
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
  437         -
dependencies = [
  438         -
 "proc-macro2",
  439         -
 "quote",
  440         -
 "syn 2.0.101",
  441         -
]
  442         -
  443         -
[[package]]
  444         -
name = "ebs"
  445         -
version = "0.0.1"
  446         -
dependencies = [
  447         -
 "aws-smithy-http",
  448         -
 "aws-smithy-http-server",
  449         -
 "aws-smithy-http-server-python",
  450         -
 "aws-smithy-json",
  451         -
 "aws-smithy-runtime-api",
  452         -
 "aws-smithy-types",
  453         -
 "form_urlencoded",
  454         -
 "futures-util",
  455         -
 "http 0.2.12",
  456         -
 "hyper",
  457         -
 "mime",
  458         -
 "nom",
  459         -
 "once_cell",
  460         -
 "parking_lot",
  461         -
 "percent-encoding",
  462         -
 "pin-project-lite",
  463         -
 "pyo3",
  464         -
 "pyo3-asyncio",
  465         -
 "regex",
  466         -
 "tokio",
  467         -
 "tower",
  468         -
 "tracing",
  469         -
]
  470         -
  471         -
[[package]]
  472         -
name = "either"
  473         -
version = "1.15.0"
  474         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  475         -
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
  476         -
  477         -
[[package]]
  478         -
name = "encoding_rs"
  479         -
version = "0.8.35"
  480         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  481         -
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
  482         -
dependencies = [
  483         -
 "cfg-if",
  484         -
]
  485         -
  486         -
[[package]]
  487         -
name = "equivalent"
  488         -
version = "1.0.2"
  489         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  490         -
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
  491         -
  492         -
[[package]]
  493         -
name = "event-listener"
  494         -
version = "2.5.3"
  495         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  496         -
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
  497         -
  498         -
[[package]]
  499         -
name = "fnv"
  500         -
version = "1.0.7"
  501         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  502         -
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  503         -
  504         -
[[package]]
  505         -
name = "form_urlencoded"
  506         -
version = "1.2.1"
  507         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  508         -
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
  509         -
dependencies = [
  510         -
 "percent-encoding",
  511         -
]
  512         -
  513         -
[[package]]
  514         -
name = "futures"
  515         -
version = "0.3.31"
  516         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  517         -
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
  518         -
dependencies = [
  519         -
 "futures-channel",
  520         -
 "futures-core",
  521         -
 "futures-executor",
  522         -
 "futures-io",
  523         -
 "futures-sink",
  524         -
 "futures-task",
  525         -
 "futures-util",
  526         -
]
  527         -
  528         -
[[package]]
  529         -
name = "futures-channel"
  530         -
version = "0.3.31"
  531         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  532         -
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
  533         -
dependencies = [
  534         -
 "futures-core",
  535         -
 "futures-sink",
  536         -
]
  537         -
  538         -
[[package]]
  539         -
name = "futures-core"
  540         -
version = "0.3.31"
  541         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  542         -
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
  543         -
  544         -
[[package]]
  545         -
name = "futures-executor"
  546         -
version = "0.3.31"
  547         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  548         -
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
  549         -
dependencies = [
  550         -
 "futures-core",
  551         -
 "futures-task",
  552         -
 "futures-util",
  553         -
]
  554         -
  555         -
[[package]]
  556         -
name = "futures-io"
  557         -
version = "0.3.31"
  558         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  559         -
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
  560         -
  561         -
[[package]]
  562         -
name = "futures-macro"
  563         -
version = "0.3.31"
  564         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  565         -
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
  566         -
dependencies = [
  567         -
 "proc-macro2",
  568         -
 "quote",
  569         -
 "syn 2.0.101",
  570         -
]
  571         -
  572         -
[[package]]
  573         -
name = "futures-sink"
  574         -
version = "0.3.31"
  575         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  576         -
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
  577         -
  578         -
[[package]]
  579         -
name = "futures-task"
  580         -
version = "0.3.31"
  581         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  582         -
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
  583         -
  584         -
[[package]]
  585         -
name = "futures-util"
  586         -
version = "0.3.31"
  587         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  588         -
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
  589         -
dependencies = [
  590         -
 "futures-channel",
  591         -
 "futures-core",
  592         -
 "futures-io",
  593         -
 "futures-macro",
  594         -
 "futures-sink",
  595         -
 "futures-task",
  596         -
 "memchr",
  597         -
 "pin-project-lite",
  598         -
 "pin-utils",
  599         -
 "slab",
  600         -
]
  601         -
  602         -
[[package]]
  603         -
name = "getrandom"
  604         -
version = "0.2.16"
  605         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  606         -
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
  607         -
dependencies = [
  608         -
 "cfg-if",
  609         -
 "libc",
  610         -
 "wasi 0.11.0+wasi-snapshot-preview1",
  611         -
]
  612         -
  613         -
[[package]]
  614         -
name = "getrandom"
  615         -
version = "0.3.3"
  616         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  617         -
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
  618         -
dependencies = [
  619         -
 "cfg-if",
  620         -
 "libc",
  621         -
 "r-efi",
  622         -
 "wasi 0.14.2+wasi-0.2.4",
  623         -
]
  624         -
  625         -
[[package]]
  626         -
name = "gimli"
  627         -
version = "0.31.1"
  628         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  629         -
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
  630         -
  631         -
[[package]]
  632         -
name = "h2"
  633         -
version = "0.3.26"
  634         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  635         -
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
  636         -
dependencies = [
  637         -
 "bytes",
  638         -
 "fnv",
  639         -
 "futures-core",
  640         -
 "futures-sink",
  641         -
 "futures-util",
  642         -
 "http 0.2.12",
  643         -
 "indexmap",
  644         -
 "slab",
  645         -
 "tokio",
  646         -
 "tokio-util",
  647         -
 "tracing",
  648         -
]
  649         -
  650         -
[[package]]
  651         -
name = "half"
  652         -
version = "2.6.0"
  653         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  654         -
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
  655         -
dependencies = [
  656         -
 "cfg-if",
  657         -
 "crunchy",
  658         -
]
  659         -
  660         -
[[package]]
  661         -
name = "hashbrown"
  662         -
version = "0.15.3"
  663         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  664         -
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
  665         -
  666         -
[[package]]
  667         -
name = "hermit-abi"
  668         -
version = "0.3.9"
  669         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  670         -
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
  671         -
  672         -
[[package]]
  673         -
name = "http"
  674         -
version = "0.2.12"
  675         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  676         -
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
  677         -
dependencies = [
  678         -
 "bytes",
  679         -
 "fnv",
  680         -
 "itoa",
  681         -
]
  682         -
  683         -
[[package]]
  684         -
name = "http"
  685         -
version = "1.3.1"
  686         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  687         -
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
  688         -
dependencies = [
  689         -
 "bytes",
  690         -
 "fnv",
  691         -
 "itoa",
  692         -
]
  693         -
  694         -
[[package]]
  695         -
name = "http-body"
  696         -
version = "0.4.6"
  697         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  698         -
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
  699         -
dependencies = [
  700         -
 "bytes",
  701         -
 "http 0.2.12",
  702         -
 "pin-project-lite",
  703         -
]
  704         -
  705         -
[[package]]
  706         -
name = "http-range-header"
  707         -
version = "0.3.1"
  708         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  709         -
checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
  710         -
  711         -
[[package]]
  712         -
name = "http-serde"
  713         -
version = "1.1.3"
  714         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  715         -
checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
  716         -
dependencies = [
  717         -
 "http 0.2.12",
  718         -
 "serde",
  719         -
]
  720         -
  721         -
[[package]]
  722         -
name = "httparse"
  723         -
version = "1.10.1"
  724         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  725         -
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
  726         -
  727         -
[[package]]
  728         -
name = "httpdate"
  729         -
version = "1.0.3"
  730         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  731         -
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
  732         -
  733         -
[[package]]
  734         -
name = "hyper"
  735         -
version = "0.14.32"
  736         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  737         -
checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
  738         -
dependencies = [
  739         -
 "bytes",
  740         -
 "futures-channel",
  741         -
 "futures-core",
  742         -
 "futures-util",
  743         -
 "h2",
  744         -
 "http 0.2.12",
  745         -
 "http-body",
  746         -
 "httparse",
  747         -
 "httpdate",
  748         -
 "itoa",
  749         -
 "pin-project-lite",
  750         -
 "socket2",
  751         -
 "tokio",
  752         -
 "tower-service",
  753         -
 "tracing",
  754         -
 "want",
  755         -
]
  756         -
  757         -
[[package]]
  758         -
name = "icu_collections"
  759         -
version = "2.0.0"
  760         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  761         -
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
  762         -
dependencies = [
  763         -
 "displaydoc",
  764         -
 "potential_utf",
  765         -
 "yoke",
  766         -
 "zerofrom",
  767         -
 "zerovec",
  768         -
]
  769         -
  770         -
[[package]]
  771         -
name = "icu_locale_core"
  772         -
version = "2.0.0"
  773         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  774         -
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
  775         -
dependencies = [
  776         -
 "displaydoc",
  777         -
 "litemap",
  778         -
 "tinystr",
  779         -
 "writeable",
  780         -
 "zerovec",
  781         -
]
  782         -
  783         -
[[package]]
  784         -
name = "icu_normalizer"
  785         -
version = "2.0.0"
  786         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  787         -
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
  788         -
dependencies = [
  789         -
 "displaydoc",
  790         -
 "icu_collections",
  791         -
 "icu_normalizer_data",
  792         -
 "icu_properties",
  793         -
 "icu_provider",
  794         -
 "smallvec",
  795         -
 "zerovec",
  796         -
]
  797         -
  798         -
[[package]]
  799         -
name = "icu_normalizer_data"
  800         -
version = "2.0.0"
  801         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  802         -
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
  803         -
  804         -
[[package]]
  805         -
name = "icu_properties"
  806         -
version = "2.0.0"
  807         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  808         -
checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a"
  809         -
dependencies = [
  810         -
 "displaydoc",
  811         -
 "icu_collections",
  812         -
 "icu_locale_core",
  813         -
 "icu_properties_data",
  814         -
 "icu_provider",
  815         -
 "potential_utf",
  816         -
 "zerotrie",
  817         -
 "zerovec",
  818         -
]
  819         -
  820         -
[[package]]
  821         -
name = "icu_properties_data"
  822         -
version = "2.0.0"
  823         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  824         -
checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04"
  825         -
  826         -
[[package]]
  827         -
name = "icu_provider"
  828         -
version = "2.0.0"
  829         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  830         -
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
  831         -
dependencies = [
  832         -
 "displaydoc",
  833         -
 "icu_locale_core",
  834         -
 "stable_deref_trait",
  835         -
 "tinystr",
  836         -
 "writeable",
  837         -
 "yoke",
  838         -
 "zerofrom",
  839         -
 "zerotrie",
  840         -
 "zerovec",
  841         -
]
  842         -
  843         -
[[package]]
  844         -
name = "idna"
  845         -
version = "1.0.3"
  846         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  847         -
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
  848         -
dependencies = [
  849         -
 "idna_adapter",
  850         -
 "smallvec",
  851         -
 "utf8_iter",
  852         -
]
  853         -
  854         -
[[package]]
  855         -
name = "idna_adapter"
  856         -
version = "1.2.1"
  857         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  858         -
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
  859         -
dependencies = [
  860         -
 "icu_normalizer",
  861         -
 "icu_properties",
  862         -
]
  863         -
  864         -
[[package]]
  865         -
name = "indexmap"
  866         -
version = "2.9.0"
  867         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  868         -
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
  869         -
dependencies = [
  870         -
 "equivalent",
  871         -
 "hashbrown",
  872         -
]
  873         -
  874         -
[[package]]
  875         -
name = "indoc"
  876         -
version = "1.0.9"
  877         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  878         -
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
  879         -
  880         -
[[package]]
  881         -
name = "itoa"
  882         -
version = "1.0.15"
  883         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  884         -
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
  885         -
  886         -
[[package]]
  887         -
name = "json_rpc10"
  888         -
version = "0.0.1"
  889         -
dependencies = [
  890         -
 "aws-smithy-http",
  891         -
 "aws-smithy-http-server",
  892         -
 "aws-smithy-http-server-python",
  893         -
 "aws-smithy-json",
  894         -
 "aws-smithy-runtime-api",
  895         -
 "aws-smithy-types",
  896         -
 "futures-util",
  897         -
 "http 0.2.12",
  898         -
 "hyper",
  899         -
 "mime",
  900         -
 "once_cell",
  901         -
 "parking_lot",
  902         -
 "pin-project-lite",
  903         -
 "pyo3",
  904         -
 "pyo3-asyncio",
  905         -
 "tokio",
  906         -
 "tower",
  907         -
 "tracing",
  908         -
]
  909         -
  910         -
[[package]]
  911         -
name = "json_rpc11"
  912         -
version = "0.0.1"
  913         -
dependencies = [
  914         -
 "aws-smithy-http",
  915         -
 "aws-smithy-http-server",
  916         -
 "aws-smithy-http-server-python",
  917         -
 "aws-smithy-json",
  918         -
 "aws-smithy-runtime-api",
  919         -
 "aws-smithy-types",
  920         -
 "futures-util",
  921         -
 "http 0.2.12",
  922         -
 "hyper",
  923         -
 "mime",
  924         -
 "once_cell",
  925         -
 "parking_lot",
  926         -
 "pin-project-lite",
  927         -
 "pyo3",
  928         -
 "pyo3-asyncio",
  929         -
 "tokio",
  930         -
 "tower",
  931         -
 "tracing",
  932         -
]
  933         -
  934         -
[[package]]
  935         -
name = "lambda_http"
  936         -
version = "0.8.3"
  937         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  938         -
checksum = "2505c4a24f5a8d8ac66a87691215ec1f79736c5bc6e62bb921788dca9753f650"
  939         -
dependencies = [
  940         -
 "aws_lambda_events",
  941         -
 "base64 0.21.7",
  942         -
 "bytes",
  943         -
 "encoding_rs",
  944         -
 "futures",
  945         -
 "http 0.2.12",
  946         -
 "http-body",
  947         -
 "hyper",
  948         -
 "lambda_runtime",
  949         -
 "mime",
  950         -
 "percent-encoding",
  951         -
 "serde",
  952         -
 "serde_json",
  953         -
 "serde_urlencoded",
  954         -
 "tokio-stream",
  955         -
 "url",
  956         -
]
  957         -
  958         -
[[package]]
  959         -
name = "lambda_runtime"
  960         -
version = "0.8.3"
  961         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  962         -
checksum = "deca8f65d7ce9a8bfddebb49d7d91b22e788a59ca0c5190f26794ab80ed7a702"
  963         -
dependencies = [
  964         -
 "async-stream",
  965         -
 "base64 0.20.0",
  966         -
 "bytes",
  967         -
 "futures",
  968         -
 "http 0.2.12",
  969         -
 "http-body",
  970         -
 "http-serde",
  971         -
 "hyper",
  972         -
 "lambda_runtime_api_client",
  973         -
 "serde",
  974         -
 "serde_json",
  975         -
 "serde_path_to_error",
  976         -
 "tokio",
  977         -
 "tokio-stream",
  978         -
 "tower",
  979         -
 "tracing",
  980         -
]
  981         -
  982         -
[[package]]
  983         -
name = "lambda_runtime_api_client"
  984         -
version = "0.8.0"
  985         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  986         -
checksum = "690c5ae01f3acac8c9c3348b556fc443054e9b7f1deaf53e9ebab716282bf0ed"
  987         -
dependencies = [
  988         -
 "http 0.2.12",
  989         -
 "hyper",
  990         -
 "tokio",
  991         -
 "tower-service",
  992         -
]
  993         -
  994         -
[[package]]
  995         -
name = "lazy_static"
  996         -
version = "1.5.0"
  997         -
source = "registry+https://github.com/rust-lang/crates.io-index"
  998         -
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
  999         -
 1000         -
[[package]]
 1001         -
name = "libc"
 1002         -
version = "0.2.172"
 1003         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1004         -
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
 1005         -
 1006         -
[[package]]
 1007         -
name = "litemap"
 1008         -
version = "0.8.0"
 1009         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1010         -
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 1011         -
 1012         -
[[package]]
 1013         -
name = "lock_api"
 1014         -
version = "0.4.12"
 1015         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1016         -
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
 1017         -
dependencies = [
 1018         -
 "autocfg",
 1019         -
 "scopeguard",
 1020         -
]
 1021         -
 1022         -
[[package]]
 1023         -
name = "log"
 1024         -
version = "0.4.27"
 1025         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1026         -
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
 1027         -
 1028         -
[[package]]
 1029         -
name = "matchers"
 1030         -
version = "0.1.0"
 1031         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1032         -
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
 1033         -
dependencies = [
 1034         -
 "regex-automata 0.1.10",
 1035         -
]
 1036         -
 1037         -
[[package]]
 1038         -
name = "memchr"
 1039         -
version = "2.7.4"
 1040         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1041         -
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
 1042         -
 1043         -
[[package]]
 1044         -
name = "memoffset"
 1045         -
version = "0.8.0"
 1046         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1047         -
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
 1048         -
dependencies = [
 1049         -
 "autocfg",
 1050         -
]
 1051         -
 1052         -
[[package]]
 1053         -
name = "mime"
 1054         -
version = "0.3.17"
 1055         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1056         -
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
 1057         -
 1058         -
[[package]]
 1059         -
name = "minicbor"
 1060         -
version = "0.24.4"
 1061         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1062         -
checksum = "29be4f60e41fde478b36998b88821946aafac540e53591e76db53921a0cc225b"
 1063         -
dependencies = [
 1064         -
 "half",
 1065         -
 "minicbor-derive",
 1066         -
]
 1067         -
 1068         -
[[package]]
 1069         -
name = "minicbor-derive"
 1070         -
version = "0.15.3"
 1071         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1072         -
checksum = "bd2209fff77f705b00c737016a48e73733d7fbccb8b007194db148f03561fb70"
 1073         -
dependencies = [
 1074         -
 "proc-macro2",
 1075         -
 "quote",
 1076         -
 "syn 2.0.101",
 1077         -
]
 1078         -
 1079         -
[[package]]
 1080         -
name = "minimal-lexical"
 1081         -
version = "0.2.1"
 1082         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1083         -
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
 1084         -
 1085         -
[[package]]
 1086         -
name = "miniz_oxide"
 1087         -
version = "0.8.8"
 1088         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1089         -
checksum = "3be647b768db090acb35d5ec5db2b0e1f1de11133ca123b9eacf5137868f892a"
 1090         -
dependencies = [
 1091         -
 "adler2",
 1092         -
]
 1093         -
 1094         -
[[package]]
 1095         -
name = "mio"
 1096         -
version = "1.0.3"
 1097         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1098         -
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
 1099         -
dependencies = [
 1100         -
 "libc",
 1101         -
 "wasi 0.11.0+wasi-snapshot-preview1",
 1102         -
 "windows-sys",
 1103         -
]
 1104         -
 1105         -
[[package]]
 1106         -
name = "misc"
 1107         -
version = "0.0.1"
 1108         -
dependencies = [
 1109         -
 "aws-smithy-http",
 1110         -
 "aws-smithy-http-server",
 1111         -
 "aws-smithy-http-server-python",
 1112         -
 "aws-smithy-json",
 1113         -
 "aws-smithy-runtime-api",
 1114         -
 "aws-smithy-types",
 1115         -
 "futures-util",
 1116         -
 "http 0.2.12",
 1117         -
 "hyper",
 1118         -
 "mime",
 1119         -
 "parking_lot",
 1120         -
 "pin-project-lite",
 1121         -
 "pyo3",
 1122         -
 "pyo3-asyncio",
 1123         -
 "tokio",
 1124         -
 "tower",
 1125         -
 "tracing",
 1126         -
]
 1127         -
 1128         -
[[package]]
 1129         -
name = "naming_test_casing"
 1130         -
version = "0.0.1"
 1131         -
dependencies = [
 1132         -
 "aws-smithy-http",
 1133         -
 "aws-smithy-http-server",
 1134         -
 "aws-smithy-http-server-python",
 1135         -
 "aws-smithy-json",
 1136         -
 "aws-smithy-runtime-api",
 1137         -
 "aws-smithy-types",
 1138         -
 "futures-util",
 1139         -
 "http 0.2.12",
 1140         -
 "hyper",
 1141         -
 "mime",
 1142         -
 "once_cell",
 1143         -
 "parking_lot",
 1144         -
 "pin-project-lite",
 1145         -
 "pyo3",
 1146         -
 "pyo3-asyncio",
 1147         -
 "tokio",
 1148         -
 "tower",
 1149         -
 "tracing",
 1150         -
]
 1151         -
 1152         -
[[package]]
 1153         -
name = "naming_test_ops"
 1154         -
version = "0.0.1"
 1155         -
dependencies = [
 1156         -
 "aws-smithy-http",
 1157         -
 "aws-smithy-http-server",
 1158         -
 "aws-smithy-http-server-python",
 1159         -
 "aws-smithy-json",
 1160         -
 "aws-smithy-runtime-api",
 1161         -
 "aws-smithy-types",
 1162         -
 "futures-util",
 1163         -
 "http 0.2.12",
 1164         -
 "hyper",
 1165         -
 "mime",
 1166         -
 "once_cell",
 1167         -
 "parking_lot",
 1168         -
 "pin-project-lite",
 1169         -
 "pyo3",
 1170         -
 "pyo3-asyncio",
 1171         -
 "tokio",
 1172         -
 "tower",
 1173         -
 "tracing",
 1174         -
]
 1175         -
 1176         -
[[package]]
 1177         -
name = "naming_test_structs"
 1178         -
version = "0.0.1"
 1179         -
dependencies = [
 1180         -
 "aws-smithy-http",
 1181         -
 "aws-smithy-http-server",
 1182         -
 "aws-smithy-http-server-python",
 1183         -
 "aws-smithy-json",
 1184         -
 "aws-smithy-runtime-api",
 1185         -
 "aws-smithy-types",
 1186         -
 "futures-util",
 1187         -
 "http 0.2.12",
 1188         -
 "hyper",
 1189         -
 "mime",
 1190         -
 "once_cell",
 1191         -
 "parking_lot",
 1192         -
 "pin-project-lite",
 1193         -
 "pyo3",
 1194         -
 "pyo3-asyncio",
 1195         -
 "tokio",
 1196         -
 "tower",
 1197         -
 "tracing",
 1198         -
]
 1199         -
 1200         -
[[package]]
 1201         -
name = "nom"
 1202         -
version = "7.1.3"
 1203         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1204         -
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
 1205         -
dependencies = [
 1206         -
 "memchr",
 1207         -
 "minimal-lexical",
 1208         -
]
 1209         -
 1210         -
[[package]]
 1211         -
name = "nu-ansi-term"
 1212         -
version = "0.46.0"
 1213         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1214         -
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
 1215         -
dependencies = [
 1216         -
 "overload",
 1217         -
 "winapi",
 1218         -
]
 1219         -
 1220         -
[[package]]
 1221         -
name = "num-conv"
 1222         -
version = "0.1.0"
 1223         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1224         -
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
 1225         -
 1226         -
[[package]]
 1227         -
name = "num-integer"
 1228         -
version = "0.1.46"
 1229         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1230         -
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
 1231         -
dependencies = [
 1232         -
 "num-traits",
 1233         -
]
 1234         -
 1235         -
[[package]]
 1236         -
name = "num-traits"
 1237         -
version = "0.2.19"
 1238         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1239         -
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
 1240         -
dependencies = [
 1241         -
 "autocfg",
 1242         -
]
 1243         -
 1244         -
[[package]]
 1245         -
name = "num_cpus"
 1246         -
version = "1.16.0"
 1247         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1248         -
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
 1249         -
dependencies = [
 1250         -
 "hermit-abi",
 1251         -
 "libc",
 1252         -
]
 1253         -
 1254         -
[[package]]
 1255         -
name = "object"
 1256         -
version = "0.36.7"
 1257         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1258         -
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
 1259         -
dependencies = [
 1260         -
 "memchr",
 1261         -
]
 1262         -
 1263         -
[[package]]
 1264         -
name = "once_cell"
 1265         -
version = "1.21.3"
 1266         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1267         -
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
 1268         -
 1269         -
[[package]]
 1270         -
name = "outref"
 1271         -
version = "0.5.2"
 1272         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1273         -
checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
 1274         -
 1275         -
[[package]]
 1276         -
name = "overload"
 1277         -
version = "0.1.1"
 1278         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1279         -
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
 1280         -
 1281         -
[[package]]
 1282         -
name = "parking_lot"
 1283         -
version = "0.12.3"
 1284         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1285         -
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
 1286         -
dependencies = [
 1287         -
 "lock_api",
 1288         -
 "parking_lot_core",
 1289         -
]
 1290         -
 1291         -
[[package]]
 1292         -
name = "parking_lot_core"
 1293         -
version = "0.9.10"
 1294         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1295         -
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
 1296         -
dependencies = [
 1297         -
 "cfg-if",
 1298         -
 "libc",
 1299         -
 "redox_syscall",
 1300         -
 "smallvec",
 1301         -
 "windows-targets",
 1302         -
]
 1303         -
 1304         -
[[package]]
 1305         -
name = "percent-encoding"
 1306         -
version = "2.3.1"
 1307         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1308         -
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
 1309         -
 1310         -
[[package]]
 1311         -
name = "pin-project"
 1312         -
version = "1.1.10"
 1313         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1314         -
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
 1315         -
dependencies = [
 1316         -
 "pin-project-internal",
 1317         -
]
 1318         -
 1319         -
[[package]]
 1320         -
name = "pin-project-internal"
 1321         -
version = "1.1.10"
 1322         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1323         -
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
 1324         -
dependencies = [
 1325         -
 "proc-macro2",
 1326         -
 "quote",
 1327         -
 "syn 2.0.101",
 1328         -
]
 1329         -
 1330         -
[[package]]
 1331         -
name = "pin-project-lite"
 1332         -
version = "0.2.16"
 1333         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1334         -
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
 1335         -
 1336         -
[[package]]
 1337         -
name = "pin-utils"
 1338         -
version = "0.1.0"
 1339         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1340         -
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
 1341         -
 1342         -
[[package]]
 1343         -
name = "pokemon-service-server-sdk"
 1344         -
version = "0.0.1"
 1345         -
dependencies = [
 1346         -
 "aws-smithy-eventstream",
 1347         -
 "aws-smithy-http",
 1348         -
 "aws-smithy-http-server",
 1349         -
 "aws-smithy-http-server-python",
 1350         -
 "aws-smithy-json",
 1351         -
 "aws-smithy-runtime-api",
 1352         -
 "aws-smithy-types",
 1353         -
 "futures-util",
 1354         -
 "http 0.2.12",
 1355         -
 "hyper",
 1356         -
 "mime",
 1357         -
 "nom",
 1358         -
 "once_cell",
 1359         -
 "parking_lot",
 1360         -
 "percent-encoding",
 1361         -
 "pin-project-lite",
 1362         -
 "pyo3",
 1363         -
 "pyo3-asyncio",
 1364         -
 "tokio",
 1365         -
 "tokio-stream",
 1366         -
 "tower",
 1367         -
 "tracing",
 1368         -
]
 1369         -
 1370         -
[[package]]
 1371         -
name = "potential_utf"
 1372         -
version = "0.1.2"
 1373         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1374         -
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
 1375         -
dependencies = [
 1376         -
 "zerovec",
 1377         -
]
 1378         -
 1379         -
[[package]]
 1380         -
name = "powerfmt"
 1381         -
version = "0.2.0"
 1382         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1383         -
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
 1384         -
 1385         -
[[package]]
 1386         -
name = "ppv-lite86"
 1387         -
version = "0.2.21"
 1388         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1389         -
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
 1390         -
dependencies = [
 1391         -
 "zerocopy",
 1392         -
]
 1393         -
 1394         -
[[package]]
 1395         -
name = "proc-macro2"
 1396         -
version = "1.0.95"
 1397         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1398         -
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
 1399         -
dependencies = [
 1400         -
 "unicode-ident",
 1401         -
]
 1402         -
 1403         -
[[package]]
 1404         -
name = "pyo3"
 1405         -
version = "0.18.3"
 1406         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1407         -
checksum = "e3b1ac5b3731ba34fdaa9785f8d74d17448cd18f30cf19e0c7e7b1fdb5272109"
 1408         -
dependencies = [
 1409         -
 "cfg-if",
 1410         -
 "indoc",
 1411         -
 "libc",
 1412         -
 "memoffset",
 1413         -
 "parking_lot",
 1414         -
 "pyo3-build-config",
 1415         -
 "pyo3-ffi",
 1416         -
 "pyo3-macros",
 1417         -
 "unindent",
 1418         -
]
 1419         -
 1420         -
[[package]]
 1421         -
name = "pyo3-asyncio"
 1422         -
version = "0.18.0"
 1423         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1424         -
checksum = "d3564762e37035cfc486228e10b0528460fa026d681b5763873c693aa0d5c260"
 1425         -
dependencies = [
 1426         -
 "async-channel",
 1427         -
 "futures",
 1428         -
 "once_cell",
 1429         -
 "pin-project-lite",
 1430         -
 "pyo3",
 1431         -
 "pyo3-asyncio-macros",
 1432         -
 "tokio",
 1433         -
]
 1434         -
 1435         -
[[package]]
 1436         -
name = "pyo3-asyncio-macros"
 1437         -
version = "0.18.0"
 1438         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1439         -
checksum = "be72d4cd43a27530306bd0d20d3932182fbdd072c6b98d3638bc37efb9d559dd"
 1440         -
dependencies = [
 1441         -
 "proc-macro2",
 1442         -
 "quote",
 1443         -
 "syn 1.0.109",
 1444         -
]
 1445         -
 1446         -
[[package]]
 1447         -
name = "pyo3-build-config"
 1448         -
version = "0.18.3"
 1449         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1450         -
checksum = "9cb946f5ac61bb61a5014924910d936ebd2b23b705f7a4a3c40b05c720b079a3"
 1451         -
dependencies = [
 1452         -
 "once_cell",
 1453         -
 "target-lexicon",
 1454         -
]
 1455         -
 1456         -
[[package]]
 1457         -
name = "pyo3-ffi"
 1458         -
version = "0.18.3"
 1459         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1460         -
checksum = "fd4d7c5337821916ea2a1d21d1092e8443cf34879e53a0ac653fbb98f44ff65c"
 1461         -
dependencies = [
 1462         -
 "libc",
 1463         -
 "pyo3-build-config",
 1464         -
]
 1465         -
 1466         -
[[package]]
 1467         -
name = "pyo3-macros"
 1468         -
version = "0.18.3"
 1469         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1470         -
checksum = "a9d39c55dab3fc5a4b25bbd1ac10a2da452c4aca13bb450f22818a002e29648d"
 1471         -
dependencies = [
 1472         -
 "proc-macro2",
 1473         -
 "pyo3-macros-backend",
 1474         -
 "quote",
 1475         -
 "syn 1.0.109",
 1476         -
]
 1477         -
 1478         -
[[package]]
 1479         -
name = "pyo3-macros-backend"
 1480         -
version = "0.18.3"
 1481         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1482         -
checksum = "97daff08a4c48320587b5224cc98d609e3c27b6d437315bd40b605c98eeb5918"
 1483         -
dependencies = [
 1484         -
 "proc-macro2",
 1485         -
 "quote",
 1486         -
 "syn 1.0.109",
 1487         -
]
 1488         -
 1489         -
[[package]]
 1490         -
name = "query_map"
 1491         -
version = "0.7.0"
 1492         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1493         -
checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
 1494         -
dependencies = [
 1495         -
 "form_urlencoded",
 1496         -
 "serde",
 1497         -
 "serde_derive",
 1498         -
]
 1499         -
 1500         -
[[package]]
 1501         -
name = "quote"
 1502         -
version = "1.0.40"
 1503         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1504         -
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
 1505         -
dependencies = [
 1506         -
 "proc-macro2",
 1507         -
]
 1508         -
 1509         -
[[package]]
 1510         -
name = "r-efi"
 1511         -
version = "5.2.0"
 1512         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1513         -
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
 1514         -
 1515         -
[[package]]
 1516         -
name = "rand"
 1517         -
version = "0.9.1"
 1518         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1519         -
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
 1520         -
dependencies = [
 1521         -
 "rand_chacha",
 1522         -
 "rand_core",
 1523         -
]
 1524         -
 1525         -
[[package]]
 1526         -
name = "rand_chacha"
 1527         -
version = "0.9.0"
 1528         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1529         -
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
 1530         -
dependencies = [
 1531         -
 "ppv-lite86",
 1532         -
 "rand_core",
 1533         -
]
 1534         -
 1535         -
[[package]]
 1536         -
name = "rand_core"
 1537         -
version = "0.9.3"
 1538         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1539         -
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
 1540         -
dependencies = [
 1541         -
 "getrandom 0.3.3",
 1542         -
]
 1543         -
 1544         -
[[package]]
 1545         -
name = "redox_syscall"
 1546         -
version = "0.5.12"
 1547         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1548         -
checksum = "928fca9cf2aa042393a8325b9ead81d2f0df4cb12e1e24cef072922ccd99c5af"
 1549         -
dependencies = [
 1550         -
 "bitflags 2.9.0",
 1551         -
]
 1552         -
 1553         -
[[package]]
 1554         -
name = "regex"
 1555         -
version = "1.11.1"
 1556         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1557         -
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
 1558         -
dependencies = [
 1559         -
 "aho-corasick",
 1560         -
 "memchr",
 1561         -
 "regex-automata 0.4.9",
 1562         -
 "regex-syntax 0.8.5",
 1563         -
]
 1564         -
 1565         -
[[package]]
 1566         -
name = "regex-automata"
 1567         -
version = "0.1.10"
 1568         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1569         -
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
 1570         -
dependencies = [
 1571         -
 "regex-syntax 0.6.29",
 1572         -
]
 1573         -
 1574         -
[[package]]
 1575         -
name = "regex-automata"
 1576         -
version = "0.4.9"
 1577         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1578         -
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
 1579         -
dependencies = [
 1580         -
 "aho-corasick",
 1581         -
 "memchr",
 1582         -
 "regex-syntax 0.8.5",
 1583         -
]
 1584         -
 1585         -
[[package]]
 1586         -
name = "regex-syntax"
 1587         -
version = "0.6.29"
 1588         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1589         -
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
 1590         -
 1591         -
[[package]]
 1592         -
name = "regex-syntax"
 1593         -
version = "0.8.5"
 1594         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1595         -
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
 1596         -
 1597         -
[[package]]
 1598         -
name = "rest_json"
 1599         -
version = "0.0.1"
 1600         -
dependencies = [
 1601         -
 "aws-smithy-http",
 1602         -
 "aws-smithy-http-server",
 1603         -
 "aws-smithy-http-server-python",
 1604         -
 "aws-smithy-json",
 1605         -
 "aws-smithy-runtime-api",
 1606         -
 "aws-smithy-types",
 1607         -
 "form_urlencoded",
 1608         -
 "futures-util",
 1609         -
 "http 0.2.12",
 1610         -
 "hyper",
 1611         -
 "mime",
 1612         -
 "nom",
 1613         -
 "once_cell",
 1614         -
 "parking_lot",
 1615         -
 "percent-encoding",
 1616         -
 "pin-project-lite",
 1617         -
 "pyo3",
 1618         -
 "pyo3-asyncio",
 1619         -
 "tokio",
 1620         -
 "tower",
 1621         -
 "tracing",
 1622         -
]
 1623         -
 1624         -
[[package]]
 1625         -
name = "rest_json_extras"
 1626         -
version = "0.0.1"
 1627         -
dependencies = [
 1628         -
 "aws-smithy-http",
 1629         -
 "aws-smithy-http-server",
 1630         -
 "aws-smithy-http-server-python",
 1631         -
 "aws-smithy-json",
 1632         -
 "aws-smithy-runtime-api",
 1633         -
 "aws-smithy-types",
 1634         -
 "form_urlencoded",
 1635         -
 "futures-util",
 1636         -
 "http 0.2.12",
 1637         -
 "hyper",
 1638         -
 "mime",
 1639         -
 "nom",
 1640         -
 "once_cell",
 1641         -
 "parking_lot",
 1642         -
 "percent-encoding",
 1643         -
 "pin-project-lite",
 1644         -
 "pyo3",
 1645         -
 "pyo3-asyncio",
 1646         -
 "tokio",
 1647         -
 "tower",
 1648         -
 "tracing",
 1649         -
]
 1650         -
 1651         -
[[package]]
 1652         -
name = "ring"
 1653         -
version = "0.17.14"
 1654         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1655         -
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
 1656         -
dependencies = [
 1657         -
 "cc",
 1658         -
 "cfg-if",
 1659         -
 "getrandom 0.2.16",
 1660         -
 "libc",
 1661         -
 "untrusted",
 1662         -
 "windows-sys",
 1663         -
]
 1664         -
 1665         -
[[package]]
 1666         -
name = "rustc-demangle"
 1667         -
version = "0.1.24"
 1668         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1669         -
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
 1670         -
 1671         -
[[package]]
 1672         -
name = "rustls"
 1673         -
version = "0.21.12"
 1674         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1675         -
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
 1676         -
dependencies = [
 1677         -
 "log",
 1678         -
 "ring",
 1679         -
 "rustls-webpki",
 1680         -
 "sct",
 1681         -
]
 1682         -
 1683         -
[[package]]
 1684         -
name = "rustls-pemfile"
 1685         -
version = "1.0.4"
 1686         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1687         -
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
 1688         -
dependencies = [
 1689         -
 "base64 0.21.7",
 1690         -
]
 1691         -
 1692         -
[[package]]
 1693         -
name = "rustls-webpki"
 1694         -
version = "0.101.7"
 1695         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1696         -
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
 1697         -
dependencies = [
 1698         -
 "ring",
 1699         -
 "untrusted",
 1700         -
]
 1701         -
 1702         -
[[package]]
 1703         -
name = "ryu"
 1704         -
version = "1.0.20"
 1705         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1706         -
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
 1707         -
 1708         -
[[package]]
 1709         -
name = "scopeguard"
 1710         -
version = "1.2.0"
 1711         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1712         -
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
 1713         -
 1714         -
[[package]]
 1715         -
name = "sct"
 1716         -
version = "0.7.1"
 1717         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1718         -
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
 1719         -
dependencies = [
 1720         -
 "ring",
 1721         -
 "untrusted",
 1722         -
]
 1723         -
 1724         -
[[package]]
 1725         -
name = "serde"
 1726         -
version = "1.0.219"
 1727         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1728         -
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
 1729         -
dependencies = [
 1730         -
 "serde_derive",
 1731         -
]
 1732         -
 1733         -
[[package]]
 1734         -
name = "serde_derive"
 1735         -
version = "1.0.219"
 1736         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1737         -
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
 1738         -
dependencies = [
 1739         -
 "proc-macro2",
 1740         -
 "quote",
 1741         -
 "syn 2.0.101",
 1742         -
]
 1743         -
 1744         -
[[package]]
 1745         -
name = "serde_json"
 1746         -
version = "1.0.140"
 1747         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1748         -
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
 1749         -
dependencies = [
 1750         -
 "itoa",
 1751         -
 "memchr",
 1752         -
 "ryu",
 1753         -
 "serde",
 1754         -
]
 1755         -
 1756         -
[[package]]
 1757         -
name = "serde_path_to_error"
 1758         -
version = "0.1.17"
 1759         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1760         -
checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
 1761         -
dependencies = [
 1762         -
 "itoa",
 1763         -
 "serde",
 1764         -
]
 1765         -
 1766         -
[[package]]
 1767         -
name = "serde_urlencoded"
 1768         -
version = "0.7.1"
 1769         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1770         -
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
 1771         -
dependencies = [
 1772         -
 "form_urlencoded",
 1773         -
 "itoa",
 1774         -
 "ryu",
 1775         -
 "serde",
 1776         -
]
 1777         -
 1778         -
[[package]]
 1779         -
name = "sharded-slab"
 1780         -
version = "0.1.7"
 1781         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1782         -
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
 1783         -
dependencies = [
 1784         -
 "lazy_static",
 1785         -
]
 1786         -
 1787         -
[[package]]
 1788         -
name = "shlex"
 1789         -
version = "1.3.0"
 1790         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1791         -
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
 1792         -
 1793         -
[[package]]
 1794         -
name = "signal-hook"
 1795         -
version = "0.3.18"
 1796         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1797         -
checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
 1798         -
dependencies = [
 1799         -
 "cc",
 1800         -
 "libc",
 1801         -
 "signal-hook-registry",
 1802         -
]
 1803         -
 1804         -
[[package]]
 1805         -
name = "signal-hook-registry"
 1806         -
version = "1.4.5"
 1807         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1808         -
checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
 1809         -
dependencies = [
 1810         -
 "libc",
 1811         -
]
 1812         -
 1813         -
[[package]]
 1814         -
name = "simple"
 1815         -
version = "0.0.1"
 1816         -
dependencies = [
 1817         -
 "aws-smithy-http",
 1818         -
 "aws-smithy-http-server",
 1819         -
 "aws-smithy-http-server-python",
 1820         -
 "aws-smithy-json",
 1821         -
 "aws-smithy-runtime-api",
 1822         -
 "aws-smithy-types",
 1823         -
 "futures-util",
 1824         -
 "http 0.2.12",
 1825         -
 "hyper",
 1826         -
 "mime",
 1827         -
 "parking_lot",
 1828         -
 "pin-project-lite",
 1829         -
 "pyo3",
 1830         -
 "pyo3-asyncio",
 1831         -
 "tokio",
 1832         -
 "tower",
 1833         -
 "tracing",
 1834         -
]
 1835         -
 1836         -
[[package]]
 1837         -
name = "slab"
 1838         -
version = "0.4.9"
 1839         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1840         -
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
 1841         -
dependencies = [
 1842         -
 "autocfg",
 1843         -
]
 1844         -
 1845         -
[[package]]
 1846         -
name = "smallvec"
 1847         -
version = "1.15.0"
 1848         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1849         -
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
 1850         -
 1851         -
[[package]]
 1852         -
name = "socket2"
 1853         -
version = "0.5.9"
 1854         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1855         -
checksum = "4f5fd57c80058a56cf5c777ab8a126398ece8e442983605d280a44ce79d0edef"
 1856         -
dependencies = [
 1857         -
 "libc",
 1858         -
 "windows-sys",
 1859         -
]
 1860         -
 1861         -
[[package]]
 1862         -
name = "stable_deref_trait"
 1863         -
version = "1.2.0"
 1864         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1865         -
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
 1866         -
 1867         -
[[package]]
 1868         -
name = "syn"
 1869         -
version = "1.0.109"
 1870         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1871         -
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
 1872         -
dependencies = [
 1873         -
 "proc-macro2",
 1874         -
 "quote",
 1875         -
 "unicode-ident",
 1876         -
]
 1877         -
 1878         -
[[package]]
 1879         -
name = "syn"
 1880         -
version = "2.0.101"
 1881         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1882         -
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
 1883         -
dependencies = [
 1884         -
 "proc-macro2",
 1885         -
 "quote",
 1886         -
 "unicode-ident",
 1887         -
]
 1888         -
 1889         -
[[package]]
 1890         -
name = "synstructure"
 1891         -
version = "0.13.2"
 1892         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1893         -
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
 1894         -
dependencies = [
 1895         -
 "proc-macro2",
 1896         -
 "quote",
 1897         -
 "syn 2.0.101",
 1898         -
]
 1899         -
 1900         -
[[package]]
 1901         -
name = "target-lexicon"
 1902         -
version = "0.12.16"
 1903         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1904         -
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
 1905         -
 1906         -
[[package]]
 1907         -
name = "thiserror"
 1908         -
version = "1.0.69"
 1909         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1910         -
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
 1911         -
dependencies = [
 1912         -
 "thiserror-impl",
 1913         -
]
 1914         -
 1915         -
[[package]]
 1916         -
name = "thiserror-impl"
 1917         -
version = "1.0.69"
 1918         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1919         -
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
 1920         -
dependencies = [
 1921         -
 "proc-macro2",
 1922         -
 "quote",
 1923         -
 "syn 2.0.101",
 1924         -
]
 1925         -
 1926         -
[[package]]
 1927         -
name = "thread_local"
 1928         -
version = "1.1.8"
 1929         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1930         -
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
 1931         -
dependencies = [
 1932         -
 "cfg-if",
 1933         -
 "once_cell",
 1934         -
]
 1935         -
 1936         -
[[package]]
 1937         -
name = "time"
 1938         -
version = "0.3.41"
 1939         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1940         -
checksum = "8a7619e19bc266e0f9c5e6686659d394bc57973859340060a69221e57dbc0c40"
 1941         -
dependencies = [
 1942         -
 "deranged",
 1943         -
 "itoa",
 1944         -
 "num-conv",
 1945         -
 "powerfmt",
 1946         -
 "serde",
 1947         -
 "time-core",
 1948         -
 "time-macros",
 1949         -
]
 1950         -
 1951         -
[[package]]
 1952         -
name = "time-core"
 1953         -
version = "0.1.4"
 1954         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1955         -
checksum = "c9e9a38711f559d9e3ce1cdb06dd7c5b8ea546bc90052da6d06bb76da74bb07c"
 1956         -
 1957         -
[[package]]
 1958         -
name = "time-macros"
 1959         -
version = "0.2.22"
 1960         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1961         -
checksum = "3526739392ec93fd8b359c8e98514cb3e8e021beb4e5f597b00a0221f8ed8a49"
 1962         -
dependencies = [
 1963         -
 "num-conv",
 1964         -
 "time-core",
 1965         -
]
 1966         -
 1967         -
[[package]]
 1968         -
name = "tinystr"
 1969         -
version = "0.8.1"
 1970         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1971         -
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
 1972         -
dependencies = [
 1973         -
 "displaydoc",
 1974         -
 "zerovec",
 1975         -
]
 1976         -
 1977         -
[[package]]
 1978         -
name = "tls-listener"
 1979         -
version = "0.7.0"
 1980         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1981         -
checksum = "81294c017957a1a69794f506723519255879e15a870507faf45dfed288b763dd"
 1982         -
dependencies = [
 1983         -
 "futures-util",
 1984         -
 "hyper",
 1985         -
 "pin-project-lite",
 1986         -
 "thiserror",
 1987         -
 "tokio",
 1988         -
 "tokio-rustls",
 1989         -
]
 1990         -
 1991         -
[[package]]
 1992         -
name = "tokio"
 1993         -
version = "1.45.0"
 1994         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 1995         -
checksum = "2513ca694ef9ede0fb23fe71a4ee4107cb102b9dc1930f6d0fd77aae068ae165"
 1996         -
dependencies = [
 1997         -
 "backtrace",
 1998         -
 "bytes",
 1999         -
 "libc",
 2000         -
 "mio",
 2001         -
 "parking_lot",
 2002         -
 "pin-project-lite",
 2003         -
 "signal-hook-registry",
 2004         -
 "socket2",
 2005         -
 "tokio-macros",
 2006         -
 "windows-sys",
 2007         -
]
 2008         -
 2009         -
[[package]]
 2010         -
name = "tokio-macros"
 2011         -
version = "2.5.0"
 2012         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2013         -
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
 2014         -
dependencies = [
 2015         -
 "proc-macro2",
 2016         -
 "quote",
 2017         -
 "syn 2.0.101",
 2018         -
]
 2019         -
 2020         -
[[package]]
 2021         -
name = "tokio-rustls"
 2022         -
version = "0.24.1"
 2023         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2024         -
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
 2025         -
dependencies = [
 2026         -
 "rustls",
 2027         -
 "tokio",
 2028         -
]
 2029         -
 2030         -
[[package]]
 2031         -
name = "tokio-stream"
 2032         -
version = "0.1.17"
 2033         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2034         -
checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
 2035         -
dependencies = [
 2036         -
 "futures-core",
 2037         -
 "pin-project-lite",
 2038         -
 "tokio",
 2039         -
]
 2040         -
 2041         -
[[package]]
 2042         -
name = "tokio-util"
 2043         -
version = "0.7.15"
 2044         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2045         -
checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
 2046         -
dependencies = [
 2047         -
 "bytes",
 2048         -
 "futures-core",
 2049         -
 "futures-sink",
 2050         -
 "pin-project-lite",
 2051         -
 "tokio",
 2052         -
]
 2053         -
 2054         -
[[package]]
 2055         -
name = "tower"
 2056         -
version = "0.4.13"
 2057         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2058         -
checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
 2059         -
dependencies = [
 2060         -
 "futures-core",
 2061         -
 "futures-util",
 2062         -
 "pin-project",
 2063         -
 "pin-project-lite",
 2064         -
 "tokio",
 2065         -
 "tower-layer",
 2066         -
 "tower-service",
 2067         -
 "tracing",
 2068         -
]
 2069         -
 2070         -
[[package]]
 2071         -
name = "tower-http"
 2072         -
version = "0.3.5"
 2073         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2074         -
checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
 2075         -
dependencies = [
 2076         -
 "bitflags 1.3.2",
 2077         -
 "bytes",
 2078         -
 "futures-core",
 2079         -
 "futures-util",
 2080         -
 "http 0.2.12",
 2081         -
 "http-body",
 2082         -
 "http-range-header",
 2083         -
 "pin-project-lite",
 2084         -
 "tower-layer",
 2085         -
 "tower-service",
 2086         -
]
 2087         -
 2088         -
[[package]]
 2089         -
name = "tower-layer"
 2090         -
version = "0.3.3"
 2091         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2092         -
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
 2093         -
 2094         -
[[package]]
 2095         -
name = "tower-service"
 2096         -
version = "0.3.3"
 2097         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2098         -
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
 2099         -
 2100         -
[[package]]
 2101         -
name = "tracing"
 2102         -
version = "0.1.41"
 2103         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2104         -
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
 2105         -
dependencies = [
 2106         -
 "log",
 2107         -
 "pin-project-lite",
 2108         -
 "tracing-attributes",
 2109         -
 "tracing-core",
 2110         -
]
 2111         -
 2112         -
[[package]]
 2113         -
name = "tracing-appender"
 2114         -
version = "0.2.3"
 2115         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2116         -
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
 2117         -
dependencies = [
 2118         -
 "crossbeam-channel",
 2119         -
 "thiserror",
 2120         -
 "time",
 2121         -
 "tracing-subscriber",
 2122         -
]
 2123         -
 2124         -
[[package]]
 2125         -
name = "tracing-attributes"
 2126         -
version = "0.1.28"
 2127         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2128         -
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
 2129         -
dependencies = [
 2130         -
 "proc-macro2",
 2131         -
 "quote",
 2132         -
 "syn 2.0.101",
 2133         -
]
 2134         -
 2135         -
[[package]]
 2136         -
name = "tracing-core"
 2137         -
version = "0.1.33"
 2138         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2139         -
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
 2140         -
dependencies = [
 2141         -
 "once_cell",
 2142         -
 "valuable",
 2143         -
]
 2144         -
 2145         -
[[package]]
 2146         -
name = "tracing-log"
 2147         -
version = "0.2.0"
 2148         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2149         -
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
 2150         -
dependencies = [
 2151         -
 "log",
 2152         -
 "once_cell",
 2153         -
 "tracing-core",
 2154         -
]
 2155         -
 2156         -
[[package]]
 2157         -
name = "tracing-serde"
 2158         -
version = "0.2.0"
 2159         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2160         -
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
 2161         -
dependencies = [
 2162         -
 "serde",
 2163         -
 "tracing-core",
 2164         -
]
 2165         -
 2166         -
[[package]]
 2167         -
name = "tracing-subscriber"
 2168         -
version = "0.3.19"
 2169         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2170         -
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
 2171         -
dependencies = [
 2172         -
 "matchers",
 2173         -
 "nu-ansi-term",
 2174         -
 "once_cell",
 2175         -
 "regex",
 2176         -
 "serde",
 2177         -
 "serde_json",
 2178         -
 "sharded-slab",
 2179         -
 "smallvec",
 2180         -
 "thread_local",
 2181         -
 "tracing",
 2182         -
 "tracing-core",
 2183         -
 "tracing-log",
 2184         -
 "tracing-serde",
 2185         -
]
 2186         -
 2187         -
[[package]]
 2188         -
name = "try-lock"
 2189         -
version = "0.2.5"
 2190         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2191         -
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
 2192         -
 2193         -
[[package]]
 2194         -
name = "unicode-ident"
 2195         -
version = "1.0.18"
 2196         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2197         -
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
 2198         -
 2199         -
[[package]]
 2200         -
name = "unindent"
 2201         -
version = "0.1.11"
 2202         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2203         -
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
 2204         -
 2205         -
[[package]]
 2206         -
name = "unique_items"
 2207         -
version = "0.0.1"
 2208         -
dependencies = [
 2209         -
 "aws-smithy-http",
 2210         -
 "aws-smithy-http-server",
 2211         -
 "aws-smithy-http-server-python",
 2212         -
 "aws-smithy-json",
 2213         -
 "aws-smithy-runtime-api",
 2214         -
 "aws-smithy-types",
 2215         -
 "futures-util",
 2216         -
 "http 0.2.12",
 2217         -
 "hyper",
 2218         -
 "mime",
 2219         -
 "parking_lot",
 2220         -
 "pin-project-lite",
 2221         -
 "pyo3",
 2222         -
 "pyo3-asyncio",
 2223         -
 "tokio",
 2224         -
 "tower",
 2225         -
 "tracing",
 2226         -
]
 2227         -
 2228         -
[[package]]
 2229         -
name = "untrusted"
 2230         -
version = "0.9.0"
 2231         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2232         -
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
 2233         -
 2234         -
[[package]]
 2235         -
name = "url"
 2236         -
version = "2.5.4"
 2237         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2238         -
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
 2239         -
dependencies = [
 2240         -
 "form_urlencoded",
 2241         -
 "idna",
 2242         -
 "percent-encoding",
 2243         -
]
 2244         -
 2245         -
[[package]]
 2246         -
name = "utf8_iter"
 2247         -
version = "1.0.4"
 2248         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2249         -
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
 2250         -
 2251         -
[[package]]
 2252         -
name = "uuid"
 2253         -
version = "1.16.0"
 2254         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2255         -
checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9"
 2256         -
dependencies = [
 2257         -
 "getrandom 0.3.3",
 2258         -
 "rand",
 2259         -
]
 2260         -
 2261         -
[[package]]
 2262         -
name = "valuable"
 2263         -
version = "0.1.1"
 2264         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2265         -
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
 2266         -
 2267         -
[[package]]
 2268         -
name = "vsimd"
 2269         -
version = "0.8.0"
 2270         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2271         -
checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
 2272         -
 2273         -
[[package]]
 2274         -
name = "want"
 2275         -
version = "0.3.1"
 2276         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2277         -
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
 2278         -
dependencies = [
 2279         -
 "try-lock",
 2280         -
]
 2281         -
 2282         -
[[package]]
 2283         -
name = "wasi"
 2284         -
version = "0.11.0+wasi-snapshot-preview1"
 2285         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2286         -
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
 2287         -
 2288         -
[[package]]
 2289         -
name = "wasi"
 2290         -
version = "0.14.2+wasi-0.2.4"
 2291         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2292         -
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
 2293         -
dependencies = [
 2294         -
 "wit-bindgen-rt",
 2295         -
]
 2296         -
 2297         -
[[package]]
 2298         -
name = "winapi"
 2299         -
version = "0.3.9"
 2300         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2301         -
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
 2302         -
dependencies = [
 2303         -
 "winapi-i686-pc-windows-gnu",
 2304         -
 "winapi-x86_64-pc-windows-gnu",
 2305         -
]
 2306         -
 2307         -
[[package]]
 2308         -
name = "winapi-i686-pc-windows-gnu"
 2309         -
version = "0.4.0"
 2310         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2311         -
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
 2312         -
 2313         -
[[package]]
 2314         -
name = "winapi-x86_64-pc-windows-gnu"
 2315         -
version = "0.4.0"
 2316         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2317         -
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
 2318         -
 2319         -
[[package]]
 2320         -
name = "windows-sys"
 2321         -
version = "0.52.0"
 2322         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2323         -
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
 2324         -
dependencies = [
 2325         -
 "windows-targets",
 2326         -
]
 2327         -
 2328         -
[[package]]
 2329         -
name = "windows-targets"
 2330         -
version = "0.52.6"
 2331         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2332         -
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
 2333         -
dependencies = [
 2334         -
 "windows_aarch64_gnullvm",
 2335         -
 "windows_aarch64_msvc",
 2336         -
 "windows_i686_gnu",
 2337         -
 "windows_i686_gnullvm",
 2338         -
 "windows_i686_msvc",
 2339         -
 "windows_x86_64_gnu",
 2340         -
 "windows_x86_64_gnullvm",
 2341         -
 "windows_x86_64_msvc",
 2342         -
]
 2343         -
 2344         -
[[package]]
 2345         -
name = "windows_aarch64_gnullvm"
 2346         -
version = "0.52.6"
 2347         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2348         -
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
 2349         -
 2350         -
[[package]]
 2351         -
name = "windows_aarch64_msvc"
 2352         -
version = "0.52.6"
 2353         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2354         -
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
 2355         -
 2356         -
[[package]]
 2357         -
name = "windows_i686_gnu"
 2358         -
version = "0.52.6"
 2359         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2360         -
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
 2361         -
 2362         -
[[package]]
 2363         -
name = "windows_i686_gnullvm"
 2364         -
version = "0.52.6"
 2365         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2366         -
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
 2367         -
 2368         -
[[package]]
 2369         -
name = "windows_i686_msvc"
 2370         -
version = "0.52.6"
 2371         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2372         -
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
 2373         -
 2374         -
[[package]]
 2375         -
name = "windows_x86_64_gnu"
 2376         -
version = "0.52.6"
 2377         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2378         -
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
 2379         -
 2380         -
[[package]]
 2381         -
name = "windows_x86_64_gnullvm"
 2382         -
version = "0.52.6"
 2383         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2384         -
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
 2385         -
 2386         -
[[package]]
 2387         -
name = "windows_x86_64_msvc"
 2388         -
version = "0.52.6"
 2389         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2390         -
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
 2391         -
 2392         -
[[package]]
 2393         -
name = "wit-bindgen-rt"
 2394         -
version = "0.39.0"
 2395         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2396         -
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
 2397         -
dependencies = [
 2398         -
 "bitflags 2.9.0",
 2399         -
]
 2400         -
 2401         -
[[package]]
 2402         -
name = "writeable"
 2403         -
version = "0.6.1"
 2404         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2405         -
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
 2406         -
 2407         -
[[package]]
 2408         -
name = "xmlparser"
 2409         -
version = "0.13.6"
 2410         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2411         -
checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
 2412         -
 2413         -
[[package]]
 2414         -
name = "yoke"
 2415         -
version = "0.8.0"
 2416         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2417         -
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
 2418         -
dependencies = [
 2419         -
 "serde",
 2420         -
 "stable_deref_trait",
 2421         -
 "yoke-derive",
 2422         -
 "zerofrom",
 2423         -
]
 2424         -
 2425         -
[[package]]
 2426         -
name = "yoke-derive"
 2427         -
version = "0.8.0"
 2428         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2429         -
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
 2430         -
dependencies = [
 2431         -
 "proc-macro2",
 2432         -
 "quote",
 2433         -
 "syn 2.0.101",
 2434         -
 "synstructure",
 2435         -
]
 2436         -
 2437         -
[[package]]
 2438         -
name = "zerocopy"
 2439         -
version = "0.8.25"
 2440         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2441         -
checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
 2442         -
dependencies = [
 2443         -
 "zerocopy-derive",
 2444         -
]
 2445         -
 2446         -
[[package]]
 2447         -
name = "zerocopy-derive"
 2448         -
version = "0.8.25"
 2449         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2450         -
checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
 2451         -
dependencies = [
 2452         -
 "proc-macro2",
 2453         -
 "quote",
 2454         -
 "syn 2.0.101",
 2455         -
]
 2456         -
 2457         -
[[package]]
 2458         -
name = "zerofrom"
 2459         -
version = "0.1.6"
 2460         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2461         -
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
 2462         -
dependencies = [
 2463         -
 "zerofrom-derive",
 2464         -
]
 2465         -
 2466         -
[[package]]
 2467         -
name = "zerofrom-derive"
 2468         -
version = "0.1.6"
 2469         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2470         -
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
 2471         -
dependencies = [
 2472         -
 "proc-macro2",
 2473         -
 "quote",
 2474         -
 "syn 2.0.101",
 2475         -
 "synstructure",
 2476         -
]
 2477         -
 2478         -
[[package]]
 2479         -
name = "zerotrie"
 2480         -
version = "0.2.2"
 2481         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2482         -
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
 2483         -
dependencies = [
 2484         -
 "displaydoc",
 2485         -
 "yoke",
 2486         -
 "zerofrom",
 2487         -
]
 2488         -
 2489         -
[[package]]
 2490         -
name = "zerovec"
 2491         -
version = "0.11.2"
 2492         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2493         -
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
 2494         -
dependencies = [
 2495         -
 "yoke",
 2496         -
 "zerofrom",
 2497         -
 "zerovec-derive",
 2498         -
]
 2499         -
 2500         -
[[package]]
 2501         -
name = "zerovec-derive"
 2502         -
version = "0.11.1"
 2503         -
source = "registry+https://github.com/rust-lang/crates.io-index"
 2504         -
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
 2505         -
dependencies = [
 2506         -
 "proc-macro2",
 2507         -
 "quote",
 2508         -
 "syn 2.0.101",
 2509         -
]