Cargo.lock
changeset 0 32171fc0e41f
child 8 e4cad4eba60b
equal deleted inserted replaced
-1:000000000000 0:32171fc0e41f
       
     1 # This file is automatically @generated by Cargo.
       
     2 # It is not intended for manual editing.
       
     3 version = 3
       
     4 
       
     5 [[package]]
       
     6 name = "autocfg"
       
     7 version = "1.1.0"
       
     8 source = "registry+https://github.com/rust-lang/crates.io-index"
       
     9 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
       
    10 
       
    11 [[package]]
       
    12 name = "bitflags"
       
    13 version = "1.3.2"
       
    14 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    15 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
       
    16 
       
    17 [[package]]
       
    18 name = "bytes"
       
    19 version = "1.3.0"
       
    20 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    21 checksum = "dfb24e866b15a1af2a1b663f10c6b6b8f397a84aadb828f12e5b289ec23a3a3c"
       
    22 
       
    23 [[package]]
       
    24 name = "cfg-if"
       
    25 version = "1.0.0"
       
    26 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    27 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
       
    28 
       
    29 [[package]]
       
    30 name = "hermit-abi"
       
    31 version = "0.1.19"
       
    32 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    33 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
       
    34 dependencies = [
       
    35  "libc",
       
    36 ]
       
    37 
       
    38 [[package]]
       
    39 name = "libc"
       
    40 version = "0.2.137"
       
    41 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    42 checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
       
    43 
       
    44 [[package]]
       
    45 name = "lock_api"
       
    46 version = "0.4.9"
       
    47 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    48 checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
       
    49 dependencies = [
       
    50  "autocfg",
       
    51  "scopeguard",
       
    52 ]
       
    53 
       
    54 [[package]]
       
    55 name = "log"
       
    56 version = "0.4.17"
       
    57 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    58 checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
       
    59 dependencies = [
       
    60  "cfg-if",
       
    61 ]
       
    62 
       
    63 [[package]]
       
    64 name = "memchr"
       
    65 version = "2.5.0"
       
    66 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    67 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
       
    68 
       
    69 [[package]]
       
    70 name = "mio"
       
    71 version = "0.8.5"
       
    72 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    73 checksum = "e5d732bc30207a6423068df043e3d02e0735b155ad7ce1a6f76fe2baa5b158de"
       
    74 dependencies = [
       
    75  "libc",
       
    76  "log",
       
    77  "wasi",
       
    78  "windows-sys",
       
    79 ]
       
    80 
       
    81 [[package]]
       
    82 name = "num_cpus"
       
    83 version = "1.14.0"
       
    84 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    85 checksum = "f6058e64324c71e02bc2b150e4f3bc8286db6c83092132ffa3f6b1eab0f9def5"
       
    86 dependencies = [
       
    87  "hermit-abi",
       
    88  "libc",
       
    89 ]
       
    90 
       
    91 [[package]]
       
    92 name = "parking_lot"
       
    93 version = "0.12.1"
       
    94 source = "registry+https://github.com/rust-lang/crates.io-index"
       
    95 checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
       
    96 dependencies = [
       
    97  "lock_api",
       
    98  "parking_lot_core",
       
    99 ]
       
   100 
       
   101 [[package]]
       
   102 name = "parking_lot_core"
       
   103 version = "0.9.4"
       
   104 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   105 checksum = "4dc9e0dc2adc1c69d09143aff38d3d30c5c3f0df0dad82e6d25547af174ebec0"
       
   106 dependencies = [
       
   107  "cfg-if",
       
   108  "libc",
       
   109  "redox_syscall",
       
   110  "smallvec",
       
   111  "windows-sys",
       
   112 ]
       
   113 
       
   114 [[package]]
       
   115 name = "pin-project-lite"
       
   116 version = "0.2.9"
       
   117 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   118 checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
       
   119 
       
   120 [[package]]
       
   121 name = "proc-macro2"
       
   122 version = "1.0.47"
       
   123 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   124 checksum = "5ea3d908b0e36316caf9e9e2c4625cdde190a7e6f440d794667ed17a1855e725"
       
   125 dependencies = [
       
   126  "unicode-ident",
       
   127 ]
       
   128 
       
   129 [[package]]
       
   130 name = "quote"
       
   131 version = "1.0.21"
       
   132 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   133 checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
       
   134 dependencies = [
       
   135  "proc-macro2",
       
   136 ]
       
   137 
       
   138 [[package]]
       
   139 name = "redox_syscall"
       
   140 version = "0.2.16"
       
   141 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   142 checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
       
   143 dependencies = [
       
   144  "bitflags",
       
   145 ]
       
   146 
       
   147 [[package]]
       
   148 name = "scopeguard"
       
   149 version = "1.1.0"
       
   150 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   151 checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
       
   152 
       
   153 [[package]]
       
   154 name = "signal-hook-registry"
       
   155 version = "1.4.0"
       
   156 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   157 checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
       
   158 dependencies = [
       
   159  "libc",
       
   160 ]
       
   161 
       
   162 [[package]]
       
   163 name = "smallvec"
       
   164 version = "1.10.0"
       
   165 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   166 checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
       
   167 
       
   168 [[package]]
       
   169 name = "socket2"
       
   170 version = "0.4.7"
       
   171 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   172 checksum = "02e2d2db9033d13a1567121ddd7a095ee144db4e1ca1b1bda3419bc0da294ebd"
       
   173 dependencies = [
       
   174  "libc",
       
   175  "winapi",
       
   176 ]
       
   177 
       
   178 [[package]]
       
   179 name = "syn"
       
   180 version = "1.0.104"
       
   181 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   182 checksum = "4ae548ec36cf198c0ef7710d3c230987c2d6d7bd98ad6edc0274462724c585ce"
       
   183 dependencies = [
       
   184  "proc-macro2",
       
   185  "quote",
       
   186  "unicode-ident",
       
   187 ]
       
   188 
       
   189 [[package]]
       
   190 name = "tokio"
       
   191 version = "1.22.0"
       
   192 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   193 checksum = "d76ce4a75fb488c605c54bf610f221cea8b0dafb53333c1a67e8ee199dcd2ae3"
       
   194 dependencies = [
       
   195  "autocfg",
       
   196  "bytes",
       
   197  "libc",
       
   198  "memchr",
       
   199  "mio",
       
   200  "num_cpus",
       
   201  "parking_lot",
       
   202  "pin-project-lite",
       
   203  "signal-hook-registry",
       
   204  "socket2",
       
   205  "tokio-macros",
       
   206  "winapi",
       
   207 ]
       
   208 
       
   209 [[package]]
       
   210 name = "tokio-macros"
       
   211 version = "1.8.0"
       
   212 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   213 checksum = "9724f9a975fb987ef7a3cd9be0350edcbe130698af5b8f7a631e23d42d052484"
       
   214 dependencies = [
       
   215  "proc-macro2",
       
   216  "quote",
       
   217  "syn",
       
   218 ]
       
   219 
       
   220 [[package]]
       
   221 name = "unicode-ident"
       
   222 version = "1.0.5"
       
   223 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   224 checksum = "6ceab39d59e4c9499d4e5a8ee0e2735b891bb7308ac83dfb4e80cad195c9f6f3"
       
   225 
       
   226 [[package]]
       
   227 name = "vrrpd"
       
   228 version = "0.1.0"
       
   229 dependencies = [
       
   230  "tokio",
       
   231 ]
       
   232 
       
   233 [[package]]
       
   234 name = "wasi"
       
   235 version = "0.11.0+wasi-snapshot-preview1"
       
   236 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   237 checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
       
   238 
       
   239 [[package]]
       
   240 name = "winapi"
       
   241 version = "0.3.9"
       
   242 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   243 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
       
   244 dependencies = [
       
   245  "winapi-i686-pc-windows-gnu",
       
   246  "winapi-x86_64-pc-windows-gnu",
       
   247 ]
       
   248 
       
   249 [[package]]
       
   250 name = "winapi-i686-pc-windows-gnu"
       
   251 version = "0.4.0"
       
   252 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   253 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
       
   254 
       
   255 [[package]]
       
   256 name = "winapi-x86_64-pc-windows-gnu"
       
   257 version = "0.4.0"
       
   258 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   259 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
       
   260 
       
   261 [[package]]
       
   262 name = "windows-sys"
       
   263 version = "0.42.0"
       
   264 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   265 checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
       
   266 dependencies = [
       
   267  "windows_aarch64_gnullvm",
       
   268  "windows_aarch64_msvc",
       
   269  "windows_i686_gnu",
       
   270  "windows_i686_msvc",
       
   271  "windows_x86_64_gnu",
       
   272  "windows_x86_64_gnullvm",
       
   273  "windows_x86_64_msvc",
       
   274 ]
       
   275 
       
   276 [[package]]
       
   277 name = "windows_aarch64_gnullvm"
       
   278 version = "0.42.0"
       
   279 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   280 checksum = "41d2aa71f6f0cbe00ae5167d90ef3cfe66527d6f613ca78ac8024c3ccab9a19e"
       
   281 
       
   282 [[package]]
       
   283 name = "windows_aarch64_msvc"
       
   284 version = "0.42.0"
       
   285 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   286 checksum = "dd0f252f5a35cac83d6311b2e795981f5ee6e67eb1f9a7f64eb4500fbc4dcdb4"
       
   287 
       
   288 [[package]]
       
   289 name = "windows_i686_gnu"
       
   290 version = "0.42.0"
       
   291 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   292 checksum = "fbeae19f6716841636c28d695375df17562ca208b2b7d0dc47635a50ae6c5de7"
       
   293 
       
   294 [[package]]
       
   295 name = "windows_i686_msvc"
       
   296 version = "0.42.0"
       
   297 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   298 checksum = "84c12f65daa39dd2babe6e442988fc329d6243fdce47d7d2d155b8d874862246"
       
   299 
       
   300 [[package]]
       
   301 name = "windows_x86_64_gnu"
       
   302 version = "0.42.0"
       
   303 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   304 checksum = "bf7b1b21b5362cbc318f686150e5bcea75ecedc74dd157d874d754a2ca44b0ed"
       
   305 
       
   306 [[package]]
       
   307 name = "windows_x86_64_gnullvm"
       
   308 version = "0.42.0"
       
   309 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   310 checksum = "09d525d2ba30eeb3297665bd434a54297e4170c7f1a44cad4ef58095b4cd2028"
       
   311 
       
   312 [[package]]
       
   313 name = "windows_x86_64_msvc"
       
   314 version = "0.42.0"
       
   315 source = "registry+https://github.com/rust-lang/crates.io-index"
       
   316 checksum = "f40009d85759725a34da6d89a94e63d7bdc50a862acf0dbc7c8e488f1edcb6f5"