tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

Cargo.lock (10129B)


      1 # This file is automatically @generated by Cargo.
      2 # It is not intended for manual editing.
      3 version = 4
      4 
      5 [[package]]
      6 name = "aho-corasick"
      7 version = "1.0.4"
      8 source = "registry+https://github.com/rust-lang/crates.io-index"
      9 checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
     10 dependencies = [
     11  "memchr",
     12 ]
     13 
     14 [[package]]
     15 name = "argh"
     16 version = "0.1.13"
     17 source = "registry+https://github.com/rust-lang/crates.io-index"
     18 checksum = "34ff18325c8a36b82f992e533ece1ec9f9a9db446bd1c14d4f936bac88fcd240"
     19 dependencies = [
     20  "argh_derive",
     21  "argh_shared",
     22  "rust-fuzzy-search",
     23 ]
     24 
     25 [[package]]
     26 name = "argh_derive"
     27 version = "0.1.13"
     28 source = "registry+https://github.com/rust-lang/crates.io-index"
     29 checksum = "adb7b2b83a50d329d5d8ccc620f5c7064028828538bdf5646acd60dc1f767803"
     30 dependencies = [
     31  "argh_shared",
     32  "proc-macro2",
     33  "quote",
     34  "syn 2.0.28",
     35 ]
     36 
     37 [[package]]
     38 name = "argh_shared"
     39 version = "0.1.13"
     40 source = "registry+https://github.com/rust-lang/crates.io-index"
     41 checksum = "a464143cc82dedcdc3928737445362466b7674b5db4e2eb8e869846d6d84f4f6"
     42 dependencies = [
     43  "serde",
     44 ]
     45 
     46 [[package]]
     47 name = "bindgen"
     48 version = "0.66.1"
     49 source = "registry+https://github.com/rust-lang/crates.io-index"
     50 checksum = "f2b84e06fc203107bfbad243f4aba2af864eb7db3b1cf46ea0a023b0b433d2a7"
     51 dependencies = [
     52  "bitflags",
     53  "cexpr",
     54  "clang-sys",
     55  "lazy_static",
     56  "lazycell",
     57  "log",
     58  "peeking_take_while",
     59  "prettyplease",
     60  "proc-macro2",
     61  "quote",
     62  "regex",
     63  "rustc-hash",
     64  "shlex",
     65  "syn 2.0.28",
     66  "which",
     67 ]
     68 
     69 [[package]]
     70 name = "bitflags"
     71 version = "2.4.0"
     72 source = "registry+https://github.com/rust-lang/crates.io-index"
     73 checksum = "b4682ae6287fcf752ecaabbfcc7b6f9b72aa33933dc23a554d853aea8eea8635"
     74 
     75 [[package]]
     76 name = "cc"
     77 version = "1.0.82"
     78 source = "registry+https://github.com/rust-lang/crates.io-index"
     79 checksum = "305fe645edc1442a0fa8b6726ba61d422798d37a52e12eaecf4b022ebbb88f01"
     80 dependencies = [
     81  "jobserver",
     82  "libc",
     83 ]
     84 
     85 [[package]]
     86 name = "cexpr"
     87 version = "0.6.0"
     88 source = "registry+https://github.com/rust-lang/crates.io-index"
     89 checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
     90 dependencies = [
     91  "nom",
     92 ]
     93 
     94 [[package]]
     95 name = "cfg-if"
     96 version = "1.0.0"
     97 source = "registry+https://github.com/rust-lang/crates.io-index"
     98 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
     99 
    100 [[package]]
    101 name = "clang-sys"
    102 version = "1.6.1"
    103 source = "registry+https://github.com/rust-lang/crates.io-index"
    104 checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
    105 dependencies = [
    106  "glob",
    107  "libc",
    108  "libloading",
    109 ]
    110 
    111 [[package]]
    112 name = "either"
    113 version = "1.9.0"
    114 source = "registry+https://github.com/rust-lang/crates.io-index"
    115 checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
    116 
    117 [[package]]
    118 name = "geoip-db-tool"
    119 version = "0.1.0"
    120 dependencies = [
    121  "argh",
    122  "ipnetwork",
    123  "rangemap",
    124 ]
    125 
    126 [[package]]
    127 name = "glob"
    128 version = "0.3.1"
    129 source = "registry+https://github.com/rust-lang/crates.io-index"
    130 checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
    131 
    132 [[package]]
    133 name = "hex-literal"
    134 version = "0.4.1"
    135 source = "registry+https://github.com/rust-lang/crates.io-index"
    136 checksum = "6fe2267d4ed49bc07b63801559be28c718ea06c4738b7a03c94df7386d2cde46"
    137 
    138 [[package]]
    139 name = "ipnetwork"
    140 version = "0.21.1"
    141 source = "registry+https://github.com/rust-lang/crates.io-index"
    142 checksum = "cf370abdafd54d13e54a620e8c3e1145f28e46cc9d704bc6d94414559df41763"
    143 
    144 [[package]]
    145 name = "jobserver"
    146 version = "0.1.26"
    147 source = "registry+https://github.com/rust-lang/crates.io-index"
    148 checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
    149 dependencies = [
    150  "libc",
    151 ]
    152 
    153 [[package]]
    154 name = "lazy_static"
    155 version = "1.4.0"
    156 source = "registry+https://github.com/rust-lang/crates.io-index"
    157 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
    158 
    159 [[package]]
    160 name = "lazycell"
    161 version = "1.3.0"
    162 source = "registry+https://github.com/rust-lang/crates.io-index"
    163 checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
    164 
    165 [[package]]
    166 name = "libc"
    167 version = "0.2.147"
    168 source = "registry+https://github.com/rust-lang/crates.io-index"
    169 checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
    170 
    171 [[package]]
    172 name = "libloading"
    173 version = "0.7.4"
    174 source = "registry+https://github.com/rust-lang/crates.io-index"
    175 checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
    176 dependencies = [
    177  "cfg-if",
    178  "winapi",
    179 ]
    180 
    181 [[package]]
    182 name = "log"
    183 version = "0.4.20"
    184 source = "registry+https://github.com/rust-lang/crates.io-index"
    185 checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
    186 
    187 [[package]]
    188 name = "memchr"
    189 version = "2.5.0"
    190 source = "registry+https://github.com/rust-lang/crates.io-index"
    191 checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
    192 
    193 [[package]]
    194 name = "minimal-lexical"
    195 version = "0.2.1"
    196 source = "registry+https://github.com/rust-lang/crates.io-index"
    197 checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
    198 
    199 [[package]]
    200 name = "nom"
    201 version = "7.1.3"
    202 source = "registry+https://github.com/rust-lang/crates.io-index"
    203 checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
    204 dependencies = [
    205  "memchr",
    206  "minimal-lexical",
    207 ]
    208 
    209 [[package]]
    210 name = "once_cell"
    211 version = "1.18.0"
    212 source = "registry+https://github.com/rust-lang/crates.io-index"
    213 checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
    214 
    215 [[package]]
    216 name = "peeking_take_while"
    217 version = "0.1.2"
    218 source = "registry+https://github.com/rust-lang/crates.io-index"
    219 checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
    220 
    221 [[package]]
    222 name = "prettyplease"
    223 version = "0.2.12"
    224 source = "registry+https://github.com/rust-lang/crates.io-index"
    225 checksum = "6c64d9ba0963cdcea2e1b2230fbae2bab30eb25a174be395c41e764bfb65dd62"
    226 dependencies = [
    227  "proc-macro2",
    228  "syn 2.0.28",
    229 ]
    230 
    231 [[package]]
    232 name = "proc-macro2"
    233 version = "1.0.66"
    234 source = "registry+https://github.com/rust-lang/crates.io-index"
    235 checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
    236 dependencies = [
    237  "unicode-ident",
    238 ]
    239 
    240 [[package]]
    241 name = "quote"
    242 version = "1.0.32"
    243 source = "registry+https://github.com/rust-lang/crates.io-index"
    244 checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
    245 dependencies = [
    246  "proc-macro2",
    247 ]
    248 
    249 [[package]]
    250 name = "rangemap"
    251 version = "1.6.0"
    252 source = "registry+https://github.com/rust-lang/crates.io-index"
    253 checksum = "f93e7e49bb0bf967717f7bd674458b3d6b0c5f48ec7e3038166026a69fc22223"
    254 
    255 [[package]]
    256 name = "regex"
    257 version = "1.9.3"
    258 source = "registry+https://github.com/rust-lang/crates.io-index"
    259 checksum = "81bc1d4caf89fac26a70747fe603c130093b53c773888797a6329091246d651a"
    260 dependencies = [
    261  "aho-corasick",
    262  "memchr",
    263  "regex-automata",
    264  "regex-syntax",
    265 ]
    266 
    267 [[package]]
    268 name = "regex-automata"
    269 version = "0.3.6"
    270 source = "registry+https://github.com/rust-lang/crates.io-index"
    271 checksum = "fed1ceff11a1dddaee50c9dc8e4938bd106e9d89ae372f192311e7da498e3b69"
    272 dependencies = [
    273  "aho-corasick",
    274  "memchr",
    275  "regex-syntax",
    276 ]
    277 
    278 [[package]]
    279 name = "regex-syntax"
    280 version = "0.7.4"
    281 source = "registry+https://github.com/rust-lang/crates.io-index"
    282 checksum = "e5ea92a5b6195c6ef2a0295ea818b312502c6fc94dde986c5553242e18fd4ce2"
    283 
    284 [[package]]
    285 name = "rust-fuzzy-search"
    286 version = "0.1.1"
    287 source = "registry+https://github.com/rust-lang/crates.io-index"
    288 checksum = "a157657054ffe556d8858504af8a672a054a6e0bd9e8ee531059100c0fa11bb2"
    289 
    290 [[package]]
    291 name = "rustc-hash"
    292 version = "1.1.0"
    293 source = "registry+https://github.com/rust-lang/crates.io-index"
    294 checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
    295 
    296 [[package]]
    297 name = "serde"
    298 version = "1.0.143"
    299 source = "registry+https://github.com/rust-lang/crates.io-index"
    300 checksum = "53e8e5d5b70924f74ff5c6d64d9a5acd91422117c60f48c4e07855238a254553"
    301 dependencies = [
    302  "serde_derive",
    303 ]
    304 
    305 [[package]]
    306 name = "serde_derive"
    307 version = "1.0.143"
    308 source = "registry+https://github.com/rust-lang/crates.io-index"
    309 checksum = "d3d8e8de557aee63c26b85b947f5e59b690d0454c753f3adeb5cd7835ab88391"
    310 dependencies = [
    311  "proc-macro2",
    312  "quote",
    313  "syn 1.0.99",
    314 ]
    315 
    316 [[package]]
    317 name = "shlex"
    318 version = "1.3.0"
    319 source = "registry+https://github.com/rust-lang/crates.io-index"
    320 checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
    321 
    322 [[package]]
    323 name = "syn"
    324 version = "1.0.99"
    325 source = "registry+https://github.com/rust-lang/crates.io-index"
    326 checksum = "58dbef6ec655055e20b86b15a8cc6d439cca19b667537ac6a1369572d151ab13"
    327 dependencies = [
    328  "proc-macro2",
    329  "quote",
    330  "unicode-ident",
    331 ]
    332 
    333 [[package]]
    334 name = "syn"
    335 version = "2.0.28"
    336 source = "registry+https://github.com/rust-lang/crates.io-index"
    337 checksum = "04361975b3f5e348b2189d8dc55bc942f278b2d482a6a0365de5bdd62d351567"
    338 dependencies = [
    339  "proc-macro2",
    340  "quote",
    341  "unicode-ident",
    342 ]
    343 
    344 [[package]]
    345 name = "tor-c-equix"
    346 version = "0.2.0"
    347 dependencies = [
    348  "bindgen",
    349  "cc",
    350  "hex-literal",
    351 ]
    352 
    353 [[package]]
    354 name = "unicode-ident"
    355 version = "1.0.3"
    356 source = "registry+https://github.com/rust-lang/crates.io-index"
    357 checksum = "c4f5b37a154999a8f3f98cc23a628d850e154479cd94decf3414696e12e31aaf"
    358 
    359 [[package]]
    360 name = "which"
    361 version = "4.4.0"
    362 source = "registry+https://github.com/rust-lang/crates.io-index"
    363 checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
    364 dependencies = [
    365  "either",
    366  "libc",
    367  "once_cell",
    368 ]
    369 
    370 [[package]]
    371 name = "winapi"
    372 version = "0.3.9"
    373 source = "registry+https://github.com/rust-lang/crates.io-index"
    374 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
    375 dependencies = [
    376  "winapi-i686-pc-windows-gnu",
    377  "winapi-x86_64-pc-windows-gnu",
    378 ]
    379 
    380 [[package]]
    381 name = "winapi-i686-pc-windows-gnu"
    382 version = "0.4.0"
    383 source = "registry+https://github.com/rust-lang/crates.io-index"
    384 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
    385 
    386 [[package]]
    387 name = "winapi-x86_64-pc-windows-gnu"
    388 version = "0.4.0"
    389 source = "registry+https://github.com/rust-lang/crates.io-index"
    390 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"