github.com/renbou/grpcbridge@v0.0.2-0.20240416012907-bcbd8b12648a/examples/rstestapi/Cargo.lock (about)

     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.21.0"
     8  source = "registry+https://github.com/rust-lang/crates.io-index"
     9  checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
    10  dependencies = [
    11   "gimli",
    12  ]
    13  
    14  [[package]]
    15  name = "adler"
    16  version = "1.0.2"
    17  source = "registry+https://github.com/rust-lang/crates.io-index"
    18  checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
    19  
    20  [[package]]
    21  name = "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 = "anyhow"
    31  version = "1.0.81"
    32  source = "registry+https://github.com/rust-lang/crates.io-index"
    33  checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
    34  
    35  [[package]]
    36  name = "async-stream"
    37  version = "0.3.5"
    38  source = "registry+https://github.com/rust-lang/crates.io-index"
    39  checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
    40  dependencies = [
    41   "async-stream-impl",
    42   "futures-core",
    43   "pin-project-lite",
    44  ]
    45  
    46  [[package]]
    47  name = "async-stream-impl"
    48  version = "0.3.5"
    49  source = "registry+https://github.com/rust-lang/crates.io-index"
    50  checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
    51  dependencies = [
    52   "proc-macro2",
    53   "quote",
    54   "syn",
    55  ]
    56  
    57  [[package]]
    58  name = "async-trait"
    59  version = "0.1.79"
    60  source = "registry+https://github.com/rust-lang/crates.io-index"
    61  checksum = "a507401cad91ec6a857ed5513a2073c82a9b9048762b885bb98655b306964681"
    62  dependencies = [
    63   "proc-macro2",
    64   "quote",
    65   "syn",
    66  ]
    67  
    68  [[package]]
    69  name = "autocfg"
    70  version = "1.2.0"
    71  source = "registry+https://github.com/rust-lang/crates.io-index"
    72  checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
    73  
    74  [[package]]
    75  name = "axum"
    76  version = "0.6.20"
    77  source = "registry+https://github.com/rust-lang/crates.io-index"
    78  checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
    79  dependencies = [
    80   "async-trait",
    81   "axum-core",
    82   "bitflags 1.3.2",
    83   "bytes",
    84   "futures-util",
    85   "http",
    86   "http-body",
    87   "hyper",
    88   "itoa",
    89   "matchit",
    90   "memchr",
    91   "mime",
    92   "percent-encoding",
    93   "pin-project-lite",
    94   "rustversion",
    95   "serde",
    96   "sync_wrapper",
    97   "tower",
    98   "tower-layer",
    99   "tower-service",
   100  ]
   101  
   102  [[package]]
   103  name = "axum-core"
   104  version = "0.3.4"
   105  source = "registry+https://github.com/rust-lang/crates.io-index"
   106  checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
   107  dependencies = [
   108   "async-trait",
   109   "bytes",
   110   "futures-util",
   111   "http",
   112   "http-body",
   113   "mime",
   114   "rustversion",
   115   "tower-layer",
   116   "tower-service",
   117  ]
   118  
   119  [[package]]
   120  name = "backtrace"
   121  version = "0.3.71"
   122  source = "registry+https://github.com/rust-lang/crates.io-index"
   123  checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d"
   124  dependencies = [
   125   "addr2line",
   126   "cc",
   127   "cfg-if",
   128   "libc",
   129   "miniz_oxide",
   130   "object",
   131   "rustc-demangle",
   132  ]
   133  
   134  [[package]]
   135  name = "base64"
   136  version = "0.21.7"
   137  source = "registry+https://github.com/rust-lang/crates.io-index"
   138  checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
   139  
   140  [[package]]
   141  name = "bitflags"
   142  version = "1.3.2"
   143  source = "registry+https://github.com/rust-lang/crates.io-index"
   144  checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
   145  
   146  [[package]]
   147  name = "bitflags"
   148  version = "2.5.0"
   149  source = "registry+https://github.com/rust-lang/crates.io-index"
   150  checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
   151  
   152  [[package]]
   153  name = "bytes"
   154  version = "1.6.0"
   155  source = "registry+https://github.com/rust-lang/crates.io-index"
   156  checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
   157  
   158  [[package]]
   159  name = "cc"
   160  version = "1.0.90"
   161  source = "registry+https://github.com/rust-lang/crates.io-index"
   162  checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
   163  
   164  [[package]]
   165  name = "cfg-if"
   166  version = "1.0.0"
   167  source = "registry+https://github.com/rust-lang/crates.io-index"
   168  checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
   169  
   170  [[package]]
   171  name = "either"
   172  version = "1.10.0"
   173  source = "registry+https://github.com/rust-lang/crates.io-index"
   174  checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
   175  
   176  [[package]]
   177  name = "equivalent"
   178  version = "1.0.1"
   179  source = "registry+https://github.com/rust-lang/crates.io-index"
   180  checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
   181  
   182  [[package]]
   183  name = "errno"
   184  version = "0.3.8"
   185  source = "registry+https://github.com/rust-lang/crates.io-index"
   186  checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
   187  dependencies = [
   188   "libc",
   189   "windows-sys 0.52.0",
   190  ]
   191  
   192  [[package]]
   193  name = "fastrand"
   194  version = "2.0.2"
   195  source = "registry+https://github.com/rust-lang/crates.io-index"
   196  checksum = "658bd65b1cf4c852a3cc96f18a8ce7b5640f6b703f905c7d74532294c2a63984"
   197  
   198  [[package]]
   199  name = "fixedbitset"
   200  version = "0.4.2"
   201  source = "registry+https://github.com/rust-lang/crates.io-index"
   202  checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
   203  
   204  [[package]]
   205  name = "fnv"
   206  version = "1.0.7"
   207  source = "registry+https://github.com/rust-lang/crates.io-index"
   208  checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
   209  
   210  [[package]]
   211  name = "futures-channel"
   212  version = "0.3.30"
   213  source = "registry+https://github.com/rust-lang/crates.io-index"
   214  checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
   215  dependencies = [
   216   "futures-core",
   217  ]
   218  
   219  [[package]]
   220  name = "futures-core"
   221  version = "0.3.30"
   222  source = "registry+https://github.com/rust-lang/crates.io-index"
   223  checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
   224  
   225  [[package]]
   226  name = "futures-sink"
   227  version = "0.3.30"
   228  source = "registry+https://github.com/rust-lang/crates.io-index"
   229  checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
   230  
   231  [[package]]
   232  name = "futures-task"
   233  version = "0.3.30"
   234  source = "registry+https://github.com/rust-lang/crates.io-index"
   235  checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
   236  
   237  [[package]]
   238  name = "futures-util"
   239  version = "0.3.30"
   240  source = "registry+https://github.com/rust-lang/crates.io-index"
   241  checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
   242  dependencies = [
   243   "futures-core",
   244   "futures-task",
   245   "pin-project-lite",
   246   "pin-utils",
   247  ]
   248  
   249  [[package]]
   250  name = "getrandom"
   251  version = "0.2.12"
   252  source = "registry+https://github.com/rust-lang/crates.io-index"
   253  checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
   254  dependencies = [
   255   "cfg-if",
   256   "libc",
   257   "wasi",
   258  ]
   259  
   260  [[package]]
   261  name = "gimli"
   262  version = "0.28.1"
   263  source = "registry+https://github.com/rust-lang/crates.io-index"
   264  checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
   265  
   266  [[package]]
   267  name = "h2"
   268  version = "0.3.26"
   269  source = "registry+https://github.com/rust-lang/crates.io-index"
   270  checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
   271  dependencies = [
   272   "bytes",
   273   "fnv",
   274   "futures-core",
   275   "futures-sink",
   276   "futures-util",
   277   "http",
   278   "indexmap 2.2.6",
   279   "slab",
   280   "tokio",
   281   "tokio-util",
   282   "tracing",
   283  ]
   284  
   285  [[package]]
   286  name = "hashbrown"
   287  version = "0.12.3"
   288  source = "registry+https://github.com/rust-lang/crates.io-index"
   289  checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
   290  
   291  [[package]]
   292  name = "hashbrown"
   293  version = "0.14.3"
   294  source = "registry+https://github.com/rust-lang/crates.io-index"
   295  checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
   296  
   297  [[package]]
   298  name = "heck"
   299  version = "0.4.1"
   300  source = "registry+https://github.com/rust-lang/crates.io-index"
   301  checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
   302  
   303  [[package]]
   304  name = "hermit-abi"
   305  version = "0.3.3"
   306  source = "registry+https://github.com/rust-lang/crates.io-index"
   307  checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
   308  
   309  [[package]]
   310  name = "home"
   311  version = "0.5.9"
   312  source = "registry+https://github.com/rust-lang/crates.io-index"
   313  checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
   314  dependencies = [
   315   "windows-sys 0.52.0",
   316  ]
   317  
   318  [[package]]
   319  name = "http"
   320  version = "0.2.12"
   321  source = "registry+https://github.com/rust-lang/crates.io-index"
   322  checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
   323  dependencies = [
   324   "bytes",
   325   "fnv",
   326   "itoa",
   327  ]
   328  
   329  [[package]]
   330  name = "http-body"
   331  version = "0.4.6"
   332  source = "registry+https://github.com/rust-lang/crates.io-index"
   333  checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
   334  dependencies = [
   335   "bytes",
   336   "http",
   337   "pin-project-lite",
   338  ]
   339  
   340  [[package]]
   341  name = "http-range-header"
   342  version = "0.3.1"
   343  source = "registry+https://github.com/rust-lang/crates.io-index"
   344  checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
   345  
   346  [[package]]
   347  name = "httparse"
   348  version = "1.8.0"
   349  source = "registry+https://github.com/rust-lang/crates.io-index"
   350  checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
   351  
   352  [[package]]
   353  name = "httpdate"
   354  version = "1.0.3"
   355  source = "registry+https://github.com/rust-lang/crates.io-index"
   356  checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
   357  
   358  [[package]]
   359  name = "hyper"
   360  version = "0.14.28"
   361  source = "registry+https://github.com/rust-lang/crates.io-index"
   362  checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
   363  dependencies = [
   364   "bytes",
   365   "futures-channel",
   366   "futures-core",
   367   "futures-util",
   368   "h2",
   369   "http",
   370   "http-body",
   371   "httparse",
   372   "httpdate",
   373   "itoa",
   374   "pin-project-lite",
   375   "socket2",
   376   "tokio",
   377   "tower-service",
   378   "tracing",
   379   "want",
   380  ]
   381  
   382  [[package]]
   383  name = "hyper-timeout"
   384  version = "0.4.1"
   385  source = "registry+https://github.com/rust-lang/crates.io-index"
   386  checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
   387  dependencies = [
   388   "hyper",
   389   "pin-project-lite",
   390   "tokio",
   391   "tokio-io-timeout",
   392  ]
   393  
   394  [[package]]
   395  name = "indexmap"
   396  version = "1.9.3"
   397  source = "registry+https://github.com/rust-lang/crates.io-index"
   398  checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
   399  dependencies = [
   400   "autocfg",
   401   "hashbrown 0.12.3",
   402  ]
   403  
   404  [[package]]
   405  name = "indexmap"
   406  version = "2.2.6"
   407  source = "registry+https://github.com/rust-lang/crates.io-index"
   408  checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
   409  dependencies = [
   410   "equivalent",
   411   "hashbrown 0.14.3",
   412  ]
   413  
   414  [[package]]
   415  name = "itertools"
   416  version = "0.11.0"
   417  source = "registry+https://github.com/rust-lang/crates.io-index"
   418  checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
   419  dependencies = [
   420   "either",
   421  ]
   422  
   423  [[package]]
   424  name = "itoa"
   425  version = "1.0.11"
   426  source = "registry+https://github.com/rust-lang/crates.io-index"
   427  checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
   428  
   429  [[package]]
   430  name = "lazy_static"
   431  version = "1.4.0"
   432  source = "registry+https://github.com/rust-lang/crates.io-index"
   433  checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
   434  
   435  [[package]]
   436  name = "libc"
   437  version = "0.2.153"
   438  source = "registry+https://github.com/rust-lang/crates.io-index"
   439  checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
   440  
   441  [[package]]
   442  name = "linux-raw-sys"
   443  version = "0.4.13"
   444  source = "registry+https://github.com/rust-lang/crates.io-index"
   445  checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
   446  
   447  [[package]]
   448  name = "lock_api"
   449  version = "0.4.11"
   450  source = "registry+https://github.com/rust-lang/crates.io-index"
   451  checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
   452  dependencies = [
   453   "autocfg",
   454   "scopeguard",
   455  ]
   456  
   457  [[package]]
   458  name = "log"
   459  version = "0.4.21"
   460  source = "registry+https://github.com/rust-lang/crates.io-index"
   461  checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
   462  
   463  [[package]]
   464  name = "matchit"
   465  version = "0.7.3"
   466  source = "registry+https://github.com/rust-lang/crates.io-index"
   467  checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
   468  
   469  [[package]]
   470  name = "memchr"
   471  version = "2.7.2"
   472  source = "registry+https://github.com/rust-lang/crates.io-index"
   473  checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
   474  
   475  [[package]]
   476  name = "mime"
   477  version = "0.3.17"
   478  source = "registry+https://github.com/rust-lang/crates.io-index"
   479  checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
   480  
   481  [[package]]
   482  name = "miniz_oxide"
   483  version = "0.7.2"
   484  source = "registry+https://github.com/rust-lang/crates.io-index"
   485  checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
   486  dependencies = [
   487   "adler",
   488  ]
   489  
   490  [[package]]
   491  name = "mio"
   492  version = "0.8.11"
   493  source = "registry+https://github.com/rust-lang/crates.io-index"
   494  checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
   495  dependencies = [
   496   "libc",
   497   "wasi",
   498   "windows-sys 0.48.0",
   499  ]
   500  
   501  [[package]]
   502  name = "multimap"
   503  version = "0.8.3"
   504  source = "registry+https://github.com/rust-lang/crates.io-index"
   505  checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
   506  
   507  [[package]]
   508  name = "nu-ansi-term"
   509  version = "0.46.0"
   510  source = "registry+https://github.com/rust-lang/crates.io-index"
   511  checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
   512  dependencies = [
   513   "overload",
   514   "winapi",
   515  ]
   516  
   517  [[package]]
   518  name = "num_cpus"
   519  version = "1.16.0"
   520  source = "registry+https://github.com/rust-lang/crates.io-index"
   521  checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
   522  dependencies = [
   523   "hermit-abi",
   524   "libc",
   525  ]
   526  
   527  [[package]]
   528  name = "object"
   529  version = "0.32.2"
   530  source = "registry+https://github.com/rust-lang/crates.io-index"
   531  checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
   532  dependencies = [
   533   "memchr",
   534  ]
   535  
   536  [[package]]
   537  name = "once_cell"
   538  version = "1.19.0"
   539  source = "registry+https://github.com/rust-lang/crates.io-index"
   540  checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
   541  
   542  [[package]]
   543  name = "overload"
   544  version = "0.1.1"
   545  source = "registry+https://github.com/rust-lang/crates.io-index"
   546  checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
   547  
   548  [[package]]
   549  name = "parking_lot"
   550  version = "0.12.1"
   551  source = "registry+https://github.com/rust-lang/crates.io-index"
   552  checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
   553  dependencies = [
   554   "lock_api",
   555   "parking_lot_core",
   556  ]
   557  
   558  [[package]]
   559  name = "parking_lot_core"
   560  version = "0.9.9"
   561  source = "registry+https://github.com/rust-lang/crates.io-index"
   562  checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
   563  dependencies = [
   564   "cfg-if",
   565   "libc",
   566   "redox_syscall",
   567   "smallvec",
   568   "windows-targets 0.48.5",
   569  ]
   570  
   571  [[package]]
   572  name = "percent-encoding"
   573  version = "2.3.1"
   574  source = "registry+https://github.com/rust-lang/crates.io-index"
   575  checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
   576  
   577  [[package]]
   578  name = "petgraph"
   579  version = "0.6.4"
   580  source = "registry+https://github.com/rust-lang/crates.io-index"
   581  checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
   582  dependencies = [
   583   "fixedbitset",
   584   "indexmap 2.2.6",
   585  ]
   586  
   587  [[package]]
   588  name = "pin-project"
   589  version = "1.1.5"
   590  source = "registry+https://github.com/rust-lang/crates.io-index"
   591  checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
   592  dependencies = [
   593   "pin-project-internal",
   594  ]
   595  
   596  [[package]]
   597  name = "pin-project-internal"
   598  version = "1.1.5"
   599  source = "registry+https://github.com/rust-lang/crates.io-index"
   600  checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
   601  dependencies = [
   602   "proc-macro2",
   603   "quote",
   604   "syn",
   605  ]
   606  
   607  [[package]]
   608  name = "pin-project-lite"
   609  version = "0.2.14"
   610  source = "registry+https://github.com/rust-lang/crates.io-index"
   611  checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
   612  
   613  [[package]]
   614  name = "pin-utils"
   615  version = "0.1.0"
   616  source = "registry+https://github.com/rust-lang/crates.io-index"
   617  checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
   618  
   619  [[package]]
   620  name = "ppv-lite86"
   621  version = "0.2.17"
   622  source = "registry+https://github.com/rust-lang/crates.io-index"
   623  checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
   624  
   625  [[package]]
   626  name = "prettyplease"
   627  version = "0.2.17"
   628  source = "registry+https://github.com/rust-lang/crates.io-index"
   629  checksum = "8d3928fb5db768cb86f891ff014f0144589297e3c6a1aba6ed7cecfdace270c7"
   630  dependencies = [
   631   "proc-macro2",
   632   "syn",
   633  ]
   634  
   635  [[package]]
   636  name = "proc-macro2"
   637  version = "1.0.79"
   638  source = "registry+https://github.com/rust-lang/crates.io-index"
   639  checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
   640  dependencies = [
   641   "unicode-ident",
   642  ]
   643  
   644  [[package]]
   645  name = "prost"
   646  version = "0.12.3"
   647  source = "registry+https://github.com/rust-lang/crates.io-index"
   648  checksum = "146c289cda302b98a28d40c8b3b90498d6e526dd24ac2ecea73e4e491685b94a"
   649  dependencies = [
   650   "bytes",
   651   "prost-derive",
   652  ]
   653  
   654  [[package]]
   655  name = "prost-build"
   656  version = "0.12.3"
   657  source = "registry+https://github.com/rust-lang/crates.io-index"
   658  checksum = "c55e02e35260070b6f716a2423c2ff1c3bb1642ddca6f99e1f26d06268a0e2d2"
   659  dependencies = [
   660   "bytes",
   661   "heck",
   662   "itertools",
   663   "log",
   664   "multimap",
   665   "once_cell",
   666   "petgraph",
   667   "prettyplease",
   668   "prost",
   669   "prost-types",
   670   "regex",
   671   "syn",
   672   "tempfile",
   673   "which",
   674  ]
   675  
   676  [[package]]
   677  name = "prost-derive"
   678  version = "0.12.3"
   679  source = "registry+https://github.com/rust-lang/crates.io-index"
   680  checksum = "efb6c9a1dd1def8e2124d17e83a20af56f1570d6c2d2bd9e266ccb768df3840e"
   681  dependencies = [
   682   "anyhow",
   683   "itertools",
   684   "proc-macro2",
   685   "quote",
   686   "syn",
   687  ]
   688  
   689  [[package]]
   690  name = "prost-types"
   691  version = "0.12.3"
   692  source = "registry+https://github.com/rust-lang/crates.io-index"
   693  checksum = "193898f59edcf43c26227dcd4c8427f00d99d61e95dcde58dabd49fa291d470e"
   694  dependencies = [
   695   "prost",
   696  ]
   697  
   698  [[package]]
   699  name = "quote"
   700  version = "1.0.35"
   701  source = "registry+https://github.com/rust-lang/crates.io-index"
   702  checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
   703  dependencies = [
   704   "proc-macro2",
   705  ]
   706  
   707  [[package]]
   708  name = "rand"
   709  version = "0.8.5"
   710  source = "registry+https://github.com/rust-lang/crates.io-index"
   711  checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
   712  dependencies = [
   713   "libc",
   714   "rand_chacha",
   715   "rand_core",
   716  ]
   717  
   718  [[package]]
   719  name = "rand_chacha"
   720  version = "0.3.1"
   721  source = "registry+https://github.com/rust-lang/crates.io-index"
   722  checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
   723  dependencies = [
   724   "ppv-lite86",
   725   "rand_core",
   726  ]
   727  
   728  [[package]]
   729  name = "rand_core"
   730  version = "0.6.4"
   731  source = "registry+https://github.com/rust-lang/crates.io-index"
   732  checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
   733  dependencies = [
   734   "getrandom",
   735  ]
   736  
   737  [[package]]
   738  name = "redox_syscall"
   739  version = "0.4.1"
   740  source = "registry+https://github.com/rust-lang/crates.io-index"
   741  checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
   742  dependencies = [
   743   "bitflags 1.3.2",
   744  ]
   745  
   746  [[package]]
   747  name = "regex"
   748  version = "1.10.4"
   749  source = "registry+https://github.com/rust-lang/crates.io-index"
   750  checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
   751  dependencies = [
   752   "aho-corasick",
   753   "memchr",
   754   "regex-automata",
   755   "regex-syntax",
   756  ]
   757  
   758  [[package]]
   759  name = "regex-automata"
   760  version = "0.4.6"
   761  source = "registry+https://github.com/rust-lang/crates.io-index"
   762  checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
   763  dependencies = [
   764   "aho-corasick",
   765   "memchr",
   766   "regex-syntax",
   767  ]
   768  
   769  [[package]]
   770  name = "regex-syntax"
   771  version = "0.8.3"
   772  source = "registry+https://github.com/rust-lang/crates.io-index"
   773  checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
   774  
   775  [[package]]
   776  name = "rstestapi"
   777  version = "0.1.0"
   778  dependencies = [
   779   "anyhow",
   780   "prost",
   781   "prost-types",
   782   "tokio",
   783   "tokio-stream",
   784   "tonic",
   785   "tonic-build",
   786   "tonic-reflection",
   787   "tower",
   788   "tower-http",
   789   "tracing",
   790   "tracing-subscriber",
   791  ]
   792  
   793  [[package]]
   794  name = "rustc-demangle"
   795  version = "0.1.23"
   796  source = "registry+https://github.com/rust-lang/crates.io-index"
   797  checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
   798  
   799  [[package]]
   800  name = "rustix"
   801  version = "0.38.32"
   802  source = "registry+https://github.com/rust-lang/crates.io-index"
   803  checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
   804  dependencies = [
   805   "bitflags 2.5.0",
   806   "errno",
   807   "libc",
   808   "linux-raw-sys",
   809   "windows-sys 0.52.0",
   810  ]
   811  
   812  [[package]]
   813  name = "rustversion"
   814  version = "1.0.14"
   815  source = "registry+https://github.com/rust-lang/crates.io-index"
   816  checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
   817  
   818  [[package]]
   819  name = "ryu"
   820  version = "1.0.15"
   821  source = "registry+https://github.com/rust-lang/crates.io-index"
   822  checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
   823  
   824  [[package]]
   825  name = "scopeguard"
   826  version = "1.2.0"
   827  source = "registry+https://github.com/rust-lang/crates.io-index"
   828  checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
   829  
   830  [[package]]
   831  name = "serde"
   832  version = "1.0.197"
   833  source = "registry+https://github.com/rust-lang/crates.io-index"
   834  checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
   835  dependencies = [
   836   "serde_derive",
   837  ]
   838  
   839  [[package]]
   840  name = "serde_derive"
   841  version = "1.0.197"
   842  source = "registry+https://github.com/rust-lang/crates.io-index"
   843  checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
   844  dependencies = [
   845   "proc-macro2",
   846   "quote",
   847   "syn",
   848  ]
   849  
   850  [[package]]
   851  name = "serde_json"
   852  version = "1.0.108"
   853  source = "registry+https://github.com/rust-lang/crates.io-index"
   854  checksum = "3d1c7e3eac408d115102c4c24ad393e0821bb3a5df4d506a80f85f7a742a526b"
   855  dependencies = [
   856   "itoa",
   857   "ryu",
   858   "serde",
   859  ]
   860  
   861  [[package]]
   862  name = "sharded-slab"
   863  version = "0.1.7"
   864  source = "registry+https://github.com/rust-lang/crates.io-index"
   865  checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
   866  dependencies = [
   867   "lazy_static",
   868  ]
   869  
   870  [[package]]
   871  name = "signal-hook-registry"
   872  version = "1.4.1"
   873  source = "registry+https://github.com/rust-lang/crates.io-index"
   874  checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
   875  dependencies = [
   876   "libc",
   877  ]
   878  
   879  [[package]]
   880  name = "slab"
   881  version = "0.4.9"
   882  source = "registry+https://github.com/rust-lang/crates.io-index"
   883  checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
   884  dependencies = [
   885   "autocfg",
   886  ]
   887  
   888  [[package]]
   889  name = "smallvec"
   890  version = "1.13.2"
   891  source = "registry+https://github.com/rust-lang/crates.io-index"
   892  checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
   893  
   894  [[package]]
   895  name = "socket2"
   896  version = "0.5.6"
   897  source = "registry+https://github.com/rust-lang/crates.io-index"
   898  checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
   899  dependencies = [
   900   "libc",
   901   "windows-sys 0.52.0",
   902  ]
   903  
   904  [[package]]
   905  name = "syn"
   906  version = "2.0.58"
   907  source = "registry+https://github.com/rust-lang/crates.io-index"
   908  checksum = "44cfb93f38070beee36b3fef7d4f5a16f27751d94b187b666a5cc5e9b0d30687"
   909  dependencies = [
   910   "proc-macro2",
   911   "quote",
   912   "unicode-ident",
   913  ]
   914  
   915  [[package]]
   916  name = "sync_wrapper"
   917  version = "0.1.2"
   918  source = "registry+https://github.com/rust-lang/crates.io-index"
   919  checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
   920  
   921  [[package]]
   922  name = "tempfile"
   923  version = "3.10.1"
   924  source = "registry+https://github.com/rust-lang/crates.io-index"
   925  checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
   926  dependencies = [
   927   "cfg-if",
   928   "fastrand",
   929   "rustix",
   930   "windows-sys 0.52.0",
   931  ]
   932  
   933  [[package]]
   934  name = "thread_local"
   935  version = "1.1.8"
   936  source = "registry+https://github.com/rust-lang/crates.io-index"
   937  checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
   938  dependencies = [
   939   "cfg-if",
   940   "once_cell",
   941  ]
   942  
   943  [[package]]
   944  name = "tokio"
   945  version = "1.37.0"
   946  source = "registry+https://github.com/rust-lang/crates.io-index"
   947  checksum = "1adbebffeca75fcfd058afa480fb6c0b81e165a0323f9c9d39c9697e37c46787"
   948  dependencies = [
   949   "backtrace",
   950   "bytes",
   951   "libc",
   952   "mio",
   953   "num_cpus",
   954   "parking_lot",
   955   "pin-project-lite",
   956   "signal-hook-registry",
   957   "socket2",
   958   "tokio-macros",
   959   "windows-sys 0.48.0",
   960  ]
   961  
   962  [[package]]
   963  name = "tokio-io-timeout"
   964  version = "1.2.0"
   965  source = "registry+https://github.com/rust-lang/crates.io-index"
   966  checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
   967  dependencies = [
   968   "pin-project-lite",
   969   "tokio",
   970  ]
   971  
   972  [[package]]
   973  name = "tokio-macros"
   974  version = "2.2.0"
   975  source = "registry+https://github.com/rust-lang/crates.io-index"
   976  checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
   977  dependencies = [
   978   "proc-macro2",
   979   "quote",
   980   "syn",
   981  ]
   982  
   983  [[package]]
   984  name = "tokio-stream"
   985  version = "0.1.15"
   986  source = "registry+https://github.com/rust-lang/crates.io-index"
   987  checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
   988  dependencies = [
   989   "futures-core",
   990   "pin-project-lite",
   991   "tokio",
   992  ]
   993  
   994  [[package]]
   995  name = "tokio-util"
   996  version = "0.7.10"
   997  source = "registry+https://github.com/rust-lang/crates.io-index"
   998  checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
   999  dependencies = [
  1000   "bytes",
  1001   "futures-core",
  1002   "futures-sink",
  1003   "pin-project-lite",
  1004   "tokio",
  1005   "tracing",
  1006  ]
  1007  
  1008  [[package]]
  1009  name = "tonic"
  1010  version = "0.11.0"
  1011  source = "registry+https://github.com/rust-lang/crates.io-index"
  1012  checksum = "76c4eb7a4e9ef9d4763600161f12f5070b92a578e1b634db88a6887844c91a13"
  1013  dependencies = [
  1014   "async-stream",
  1015   "async-trait",
  1016   "axum",
  1017   "base64",
  1018   "bytes",
  1019   "h2",
  1020   "http",
  1021   "http-body",
  1022   "hyper",
  1023   "hyper-timeout",
  1024   "percent-encoding",
  1025   "pin-project",
  1026   "prost",
  1027   "tokio",
  1028   "tokio-stream",
  1029   "tower",
  1030   "tower-layer",
  1031   "tower-service",
  1032   "tracing",
  1033  ]
  1034  
  1035  [[package]]
  1036  name = "tonic-build"
  1037  version = "0.11.0"
  1038  source = "registry+https://github.com/rust-lang/crates.io-index"
  1039  checksum = "be4ef6dd70a610078cb4e338a0f79d06bc759ff1b22d2120c2ff02ae264ba9c2"
  1040  dependencies = [
  1041   "prettyplease",
  1042   "proc-macro2",
  1043   "prost-build",
  1044   "quote",
  1045   "syn",
  1046  ]
  1047  
  1048  [[package]]
  1049  name = "tonic-reflection"
  1050  version = "0.11.0"
  1051  source = "registry+https://github.com/rust-lang/crates.io-index"
  1052  checksum = "548c227bd5c0fae5925812c4ec6c66ffcfced23ea370cb823f4d18f0fc1cb6a7"
  1053  dependencies = [
  1054   "prost",
  1055   "prost-types",
  1056   "tokio",
  1057   "tokio-stream",
  1058   "tonic",
  1059  ]
  1060  
  1061  [[package]]
  1062  name = "tower"
  1063  version = "0.4.13"
  1064  source = "registry+https://github.com/rust-lang/crates.io-index"
  1065  checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
  1066  dependencies = [
  1067   "futures-core",
  1068   "futures-util",
  1069   "indexmap 1.9.3",
  1070   "pin-project",
  1071   "pin-project-lite",
  1072   "rand",
  1073   "slab",
  1074   "tokio",
  1075   "tokio-util",
  1076   "tower-layer",
  1077   "tower-service",
  1078   "tracing",
  1079  ]
  1080  
  1081  [[package]]
  1082  name = "tower-http"
  1083  version = "0.4.4"
  1084  source = "registry+https://github.com/rust-lang/crates.io-index"
  1085  checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
  1086  dependencies = [
  1087   "bitflags 2.5.0",
  1088   "bytes",
  1089   "futures-core",
  1090   "futures-util",
  1091   "http",
  1092   "http-body",
  1093   "http-range-header",
  1094   "pin-project-lite",
  1095   "tower-layer",
  1096   "tower-service",
  1097   "tracing",
  1098  ]
  1099  
  1100  [[package]]
  1101  name = "tower-layer"
  1102  version = "0.3.2"
  1103  source = "registry+https://github.com/rust-lang/crates.io-index"
  1104  checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
  1105  
  1106  [[package]]
  1107  name = "tower-service"
  1108  version = "0.3.2"
  1109  source = "registry+https://github.com/rust-lang/crates.io-index"
  1110  checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
  1111  
  1112  [[package]]
  1113  name = "tracing"
  1114  version = "0.1.40"
  1115  source = "registry+https://github.com/rust-lang/crates.io-index"
  1116  checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
  1117  dependencies = [
  1118   "log",
  1119   "pin-project-lite",
  1120   "tracing-attributes",
  1121   "tracing-core",
  1122  ]
  1123  
  1124  [[package]]
  1125  name = "tracing-attributes"
  1126  version = "0.1.27"
  1127  source = "registry+https://github.com/rust-lang/crates.io-index"
  1128  checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
  1129  dependencies = [
  1130   "proc-macro2",
  1131   "quote",
  1132   "syn",
  1133  ]
  1134  
  1135  [[package]]
  1136  name = "tracing-core"
  1137  version = "0.1.32"
  1138  source = "registry+https://github.com/rust-lang/crates.io-index"
  1139  checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
  1140  dependencies = [
  1141   "once_cell",
  1142   "valuable",
  1143  ]
  1144  
  1145  [[package]]
  1146  name = "tracing-log"
  1147  version = "0.2.0"
  1148  source = "registry+https://github.com/rust-lang/crates.io-index"
  1149  checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
  1150  dependencies = [
  1151   "log",
  1152   "once_cell",
  1153   "tracing-core",
  1154  ]
  1155  
  1156  [[package]]
  1157  name = "tracing-serde"
  1158  version = "0.1.3"
  1159  source = "registry+https://github.com/rust-lang/crates.io-index"
  1160  checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
  1161  dependencies = [
  1162   "serde",
  1163   "tracing-core",
  1164  ]
  1165  
  1166  [[package]]
  1167  name = "tracing-subscriber"
  1168  version = "0.3.18"
  1169  source = "registry+https://github.com/rust-lang/crates.io-index"
  1170  checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
  1171  dependencies = [
  1172   "nu-ansi-term",
  1173   "serde",
  1174   "serde_json",
  1175   "sharded-slab",
  1176   "smallvec",
  1177   "thread_local",
  1178   "tracing-core",
  1179   "tracing-log",
  1180   "tracing-serde",
  1181  ]
  1182  
  1183  [[package]]
  1184  name = "try-lock"
  1185  version = "0.2.5"
  1186  source = "registry+https://github.com/rust-lang/crates.io-index"
  1187  checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
  1188  
  1189  [[package]]
  1190  name = "unicode-ident"
  1191  version = "1.0.12"
  1192  source = "registry+https://github.com/rust-lang/crates.io-index"
  1193  checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  1194  
  1195  [[package]]
  1196  name = "valuable"
  1197  version = "0.1.0"
  1198  source = "registry+https://github.com/rust-lang/crates.io-index"
  1199  checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
  1200  
  1201  [[package]]
  1202  name = "want"
  1203  version = "0.3.1"
  1204  source = "registry+https://github.com/rust-lang/crates.io-index"
  1205  checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
  1206  dependencies = [
  1207   "try-lock",
  1208  ]
  1209  
  1210  [[package]]
  1211  name = "wasi"
  1212  version = "0.11.0+wasi-snapshot-preview1"
  1213  source = "registry+https://github.com/rust-lang/crates.io-index"
  1214  checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
  1215  
  1216  [[package]]
  1217  name = "which"
  1218  version = "4.4.2"
  1219  source = "registry+https://github.com/rust-lang/crates.io-index"
  1220  checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
  1221  dependencies = [
  1222   "either",
  1223   "home",
  1224   "once_cell",
  1225   "rustix",
  1226  ]
  1227  
  1228  [[package]]
  1229  name = "winapi"
  1230  version = "0.3.9"
  1231  source = "registry+https://github.com/rust-lang/crates.io-index"
  1232  checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  1233  dependencies = [
  1234   "winapi-i686-pc-windows-gnu",
  1235   "winapi-x86_64-pc-windows-gnu",
  1236  ]
  1237  
  1238  [[package]]
  1239  name = "winapi-i686-pc-windows-gnu"
  1240  version = "0.4.0"
  1241  source = "registry+https://github.com/rust-lang/crates.io-index"
  1242  checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1243  
  1244  [[package]]
  1245  name = "winapi-x86_64-pc-windows-gnu"
  1246  version = "0.4.0"
  1247  source = "registry+https://github.com/rust-lang/crates.io-index"
  1248  checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1249  
  1250  [[package]]
  1251  name = "windows-sys"
  1252  version = "0.48.0"
  1253  source = "registry+https://github.com/rust-lang/crates.io-index"
  1254  checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
  1255  dependencies = [
  1256   "windows-targets 0.48.5",
  1257  ]
  1258  
  1259  [[package]]
  1260  name = "windows-sys"
  1261  version = "0.52.0"
  1262  source = "registry+https://github.com/rust-lang/crates.io-index"
  1263  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  1264  dependencies = [
  1265   "windows-targets 0.52.4",
  1266  ]
  1267  
  1268  [[package]]
  1269  name = "windows-targets"
  1270  version = "0.48.5"
  1271  source = "registry+https://github.com/rust-lang/crates.io-index"
  1272  checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
  1273  dependencies = [
  1274   "windows_aarch64_gnullvm 0.48.5",
  1275   "windows_aarch64_msvc 0.48.5",
  1276   "windows_i686_gnu 0.48.5",
  1277   "windows_i686_msvc 0.48.5",
  1278   "windows_x86_64_gnu 0.48.5",
  1279   "windows_x86_64_gnullvm 0.48.5",
  1280   "windows_x86_64_msvc 0.48.5",
  1281  ]
  1282  
  1283  [[package]]
  1284  name = "windows-targets"
  1285  version = "0.52.4"
  1286  source = "registry+https://github.com/rust-lang/crates.io-index"
  1287  checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
  1288  dependencies = [
  1289   "windows_aarch64_gnullvm 0.52.4",
  1290   "windows_aarch64_msvc 0.52.4",
  1291   "windows_i686_gnu 0.52.4",
  1292   "windows_i686_msvc 0.52.4",
  1293   "windows_x86_64_gnu 0.52.4",
  1294   "windows_x86_64_gnullvm 0.52.4",
  1295   "windows_x86_64_msvc 0.52.4",
  1296  ]
  1297  
  1298  [[package]]
  1299  name = "windows_aarch64_gnullvm"
  1300  version = "0.48.5"
  1301  source = "registry+https://github.com/rust-lang/crates.io-index"
  1302  checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
  1303  
  1304  [[package]]
  1305  name = "windows_aarch64_gnullvm"
  1306  version = "0.52.4"
  1307  source = "registry+https://github.com/rust-lang/crates.io-index"
  1308  checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
  1309  
  1310  [[package]]
  1311  name = "windows_aarch64_msvc"
  1312  version = "0.48.5"
  1313  source = "registry+https://github.com/rust-lang/crates.io-index"
  1314  checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
  1315  
  1316  [[package]]
  1317  name = "windows_aarch64_msvc"
  1318  version = "0.52.4"
  1319  source = "registry+https://github.com/rust-lang/crates.io-index"
  1320  checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
  1321  
  1322  [[package]]
  1323  name = "windows_i686_gnu"
  1324  version = "0.48.5"
  1325  source = "registry+https://github.com/rust-lang/crates.io-index"
  1326  checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
  1327  
  1328  [[package]]
  1329  name = "windows_i686_gnu"
  1330  version = "0.52.4"
  1331  source = "registry+https://github.com/rust-lang/crates.io-index"
  1332  checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
  1333  
  1334  [[package]]
  1335  name = "windows_i686_msvc"
  1336  version = "0.48.5"
  1337  source = "registry+https://github.com/rust-lang/crates.io-index"
  1338  checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
  1339  
  1340  [[package]]
  1341  name = "windows_i686_msvc"
  1342  version = "0.52.4"
  1343  source = "registry+https://github.com/rust-lang/crates.io-index"
  1344  checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
  1345  
  1346  [[package]]
  1347  name = "windows_x86_64_gnu"
  1348  version = "0.48.5"
  1349  source = "registry+https://github.com/rust-lang/crates.io-index"
  1350  checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
  1351  
  1352  [[package]]
  1353  name = "windows_x86_64_gnu"
  1354  version = "0.52.4"
  1355  source = "registry+https://github.com/rust-lang/crates.io-index"
  1356  checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
  1357  
  1358  [[package]]
  1359  name = "windows_x86_64_gnullvm"
  1360  version = "0.48.5"
  1361  source = "registry+https://github.com/rust-lang/crates.io-index"
  1362  checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
  1363  
  1364  [[package]]
  1365  name = "windows_x86_64_gnullvm"
  1366  version = "0.52.4"
  1367  source = "registry+https://github.com/rust-lang/crates.io-index"
  1368  checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
  1369  
  1370  [[package]]
  1371  name = "windows_x86_64_msvc"
  1372  version = "0.48.5"
  1373  source = "registry+https://github.com/rust-lang/crates.io-index"
  1374  checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
  1375  
  1376  [[package]]
  1377  name = "windows_x86_64_msvc"
  1378  version = "0.52.4"
  1379  source = "registry+https://github.com/rust-lang/crates.io-index"
  1380  checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"