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