Cargo.lock 29 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "ahash"
  5. version = "0.4.7"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
  8. [[package]]
  9. name = "aho-corasick"
  10. version = "0.7.18"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
  13. dependencies = [
  14. "memchr",
  15. ]
  16. [[package]]
  17. name = "ansi_term"
  18. version = "0.11.0"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  21. dependencies = [
  22. "winapi 0.3.9",
  23. ]
  24. [[package]]
  25. name = "anyhow"
  26. version = "1.0.40"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
  29. [[package]]
  30. name = "atty"
  31. version = "0.2.14"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  34. dependencies = [
  35. "hermit-abi",
  36. "libc",
  37. "winapi 0.3.9",
  38. ]
  39. [[package]]
  40. name = "autocfg"
  41. version = "1.0.1"
  42. source = "registry+https://github.com/rust-lang/crates.io-index"
  43. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  44. [[package]]
  45. name = "base64"
  46. version = "0.13.0"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
  49. [[package]]
  50. name = "bindgen"
  51. version = "0.57.0"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
  54. dependencies = [
  55. "bitflags",
  56. "cexpr",
  57. "clang-sys",
  58. "lazy_static",
  59. "lazycell",
  60. "peeking_take_while",
  61. "proc-macro2",
  62. "quote",
  63. "regex",
  64. "rustc-hash",
  65. "shlex",
  66. ]
  67. [[package]]
  68. name = "bitflags"
  69. version = "1.2.1"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  72. [[package]]
  73. name = "bytes"
  74. version = "0.5.6"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
  77. [[package]]
  78. name = "cc"
  79. version = "1.0.67"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
  82. dependencies = [
  83. "jobserver",
  84. ]
  85. [[package]]
  86. name = "cexpr"
  87. version = "0.4.0"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
  90. dependencies = [
  91. "nom",
  92. ]
  93. [[package]]
  94. name = "cfg-if"
  95. version = "0.1.10"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  98. [[package]]
  99. name = "cfg-if"
  100. version = "1.0.0"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  103. [[package]]
  104. name = "clang-sys"
  105. version = "1.2.0"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
  108. dependencies = [
  109. "glob",
  110. "libc",
  111. "libloading",
  112. ]
  113. [[package]]
  114. name = "clap"
  115. version = "2.33.3"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
  118. dependencies = [
  119. "ansi_term",
  120. "atty",
  121. "bitflags",
  122. "strsim",
  123. "textwrap",
  124. "unicode-width",
  125. "vec_map",
  126. ]
  127. [[package]]
  128. name = "confy"
  129. version = "0.4.1"
  130. source = "git+https://github.com/open-trade/confy#27fa12941291b44ccd856aef4a5452c1eb646047"
  131. dependencies = [
  132. "directories",
  133. "serde",
  134. "toml",
  135. ]
  136. [[package]]
  137. name = "cryptoxide"
  138. version = "0.3.2"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. checksum = "46212f5d1792f89c3e866fb10636139464060110c568edd7f73ab5e9f736c26d"
  141. [[package]]
  142. name = "directories"
  143. version = "2.0.2"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. checksum = "551a778172a450d7fc12e629ca3b0428d00f6afa9a43da1b630d54604e97371c"
  146. dependencies = [
  147. "cfg-if 0.1.10",
  148. "dirs-sys",
  149. ]
  150. [[package]]
  151. name = "directories-next"
  152. version = "2.0.0"
  153. source = "registry+https://github.com/rust-lang/crates.io-index"
  154. checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
  155. dependencies = [
  156. "cfg-if 1.0.0",
  157. "dirs-sys-next",
  158. ]
  159. [[package]]
  160. name = "dirs-next"
  161. version = "2.0.0"
  162. source = "registry+https://github.com/rust-lang/crates.io-index"
  163. checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
  164. dependencies = [
  165. "cfg-if 1.0.0",
  166. "dirs-sys-next",
  167. ]
  168. [[package]]
  169. name = "dirs-sys"
  170. version = "0.3.6"
  171. source = "registry+https://github.com/rust-lang/crates.io-index"
  172. checksum = "03d86534ed367a67548dc68113a0f5db55432fdfbb6e6f9d77704397d95d5780"
  173. dependencies = [
  174. "libc",
  175. "redox_users",
  176. "winapi 0.3.9",
  177. ]
  178. [[package]]
  179. name = "dirs-sys-next"
  180. version = "0.1.2"
  181. source = "registry+https://github.com/rust-lang/crates.io-index"
  182. checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
  183. dependencies = [
  184. "libc",
  185. "redox_users",
  186. "winapi 0.3.9",
  187. ]
  188. [[package]]
  189. name = "dlv-list"
  190. version = "0.2.3"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "68df3f2b690c1b86e65ef7830956aededf3cb0a16f898f79b9a6f421a7b6211b"
  193. dependencies = [
  194. "rand",
  195. ]
  196. [[package]]
  197. name = "env_logger"
  198. version = "0.8.3"
  199. source = "registry+https://github.com/rust-lang/crates.io-index"
  200. checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
  201. dependencies = [
  202. "atty",
  203. "humantime",
  204. "log",
  205. "regex",
  206. "termcolor",
  207. ]
  208. [[package]]
  209. name = "filetime"
  210. version = "0.2.14"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "1d34cfa13a63ae058bfa601fe9e313bbdb3746427c1459185464ce0fcf62e1e8"
  213. dependencies = [
  214. "cfg-if 1.0.0",
  215. "libc",
  216. "redox_syscall",
  217. "winapi 0.3.9",
  218. ]
  219. [[package]]
  220. name = "fnv"
  221. version = "1.0.7"
  222. source = "registry+https://github.com/rust-lang/crates.io-index"
  223. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  224. [[package]]
  225. name = "fuchsia-zircon"
  226. version = "0.3.3"
  227. source = "registry+https://github.com/rust-lang/crates.io-index"
  228. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  229. dependencies = [
  230. "bitflags",
  231. "fuchsia-zircon-sys",
  232. ]
  233. [[package]]
  234. name = "fuchsia-zircon-sys"
  235. version = "0.3.3"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  238. [[package]]
  239. name = "futures"
  240. version = "0.3.15"
  241. source = "registry+https://github.com/rust-lang/crates.io-index"
  242. checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
  243. dependencies = [
  244. "futures-channel",
  245. "futures-core",
  246. "futures-executor",
  247. "futures-io",
  248. "futures-sink",
  249. "futures-task",
  250. "futures-util",
  251. ]
  252. [[package]]
  253. name = "futures-channel"
  254. version = "0.3.15"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
  257. dependencies = [
  258. "futures-core",
  259. "futures-sink",
  260. ]
  261. [[package]]
  262. name = "futures-core"
  263. version = "0.3.15"
  264. source = "registry+https://github.com/rust-lang/crates.io-index"
  265. checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
  266. [[package]]
  267. name = "futures-executor"
  268. version = "0.3.15"
  269. source = "registry+https://github.com/rust-lang/crates.io-index"
  270. checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
  271. dependencies = [
  272. "futures-core",
  273. "futures-task",
  274. "futures-util",
  275. ]
  276. [[package]]
  277. name = "futures-io"
  278. version = "0.3.15"
  279. source = "registry+https://github.com/rust-lang/crates.io-index"
  280. checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
  281. [[package]]
  282. name = "futures-macro"
  283. version = "0.3.15"
  284. source = "registry+https://github.com/rust-lang/crates.io-index"
  285. checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
  286. dependencies = [
  287. "autocfg",
  288. "proc-macro-hack",
  289. "proc-macro2",
  290. "quote",
  291. "syn",
  292. ]
  293. [[package]]
  294. name = "futures-sink"
  295. version = "0.3.15"
  296. source = "registry+https://github.com/rust-lang/crates.io-index"
  297. checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
  298. [[package]]
  299. name = "futures-task"
  300. version = "0.3.15"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
  303. [[package]]
  304. name = "futures-util"
  305. version = "0.3.15"
  306. source = "registry+https://github.com/rust-lang/crates.io-index"
  307. checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
  308. dependencies = [
  309. "autocfg",
  310. "futures-channel",
  311. "futures-core",
  312. "futures-io",
  313. "futures-macro",
  314. "futures-sink",
  315. "futures-task",
  316. "memchr",
  317. "pin-project-lite 0.2.6",
  318. "pin-utils",
  319. "proc-macro-hack",
  320. "proc-macro-nested",
  321. "slab",
  322. ]
  323. [[package]]
  324. name = "getrandom"
  325. version = "0.2.2"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
  328. dependencies = [
  329. "cfg-if 1.0.0",
  330. "libc",
  331. "wasi",
  332. ]
  333. [[package]]
  334. name = "glob"
  335. version = "0.3.0"
  336. source = "registry+https://github.com/rust-lang/crates.io-index"
  337. checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
  338. [[package]]
  339. name = "hashbrown"
  340. version = "0.9.1"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
  343. dependencies = [
  344. "ahash",
  345. ]
  346. [[package]]
  347. name = "hbb_common"
  348. version = "0.1.0"
  349. dependencies = [
  350. "anyhow",
  351. "bytes",
  352. "confy",
  353. "directories-next",
  354. "dirs-next",
  355. "env_logger",
  356. "filetime",
  357. "futures",
  358. "futures-util",
  359. "lazy_static",
  360. "log",
  361. "mac_address",
  362. "protobuf",
  363. "protobuf-codegen-pure",
  364. "rand",
  365. "regex",
  366. "serde",
  367. "serde_derive",
  368. "serde_json",
  369. "socket2",
  370. "sodiumoxide",
  371. "tokio",
  372. "tokio-util",
  373. "toml",
  374. "winapi 0.3.9",
  375. "zstd",
  376. ]
  377. [[package]]
  378. name = "hbbs"
  379. version = "1.1.4"
  380. dependencies = [
  381. "base64",
  382. "clap",
  383. "cryptoxide",
  384. "hbb_common",
  385. "lazy_static",
  386. "mac_address",
  387. "machine-uid",
  388. "minreq",
  389. "rocksdb",
  390. "rust-ini",
  391. "serde",
  392. "serde_derive",
  393. "serde_json",
  394. "whoami",
  395. ]
  396. [[package]]
  397. name = "hermit-abi"
  398. version = "0.1.18"
  399. source = "registry+https://github.com/rust-lang/crates.io-index"
  400. checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
  401. dependencies = [
  402. "libc",
  403. ]
  404. [[package]]
  405. name = "humantime"
  406. version = "2.1.0"
  407. source = "registry+https://github.com/rust-lang/crates.io-index"
  408. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  409. [[package]]
  410. name = "iovec"
  411. version = "0.1.4"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  414. dependencies = [
  415. "libc",
  416. ]
  417. [[package]]
  418. name = "itoa"
  419. version = "0.4.7"
  420. source = "registry+https://github.com/rust-lang/crates.io-index"
  421. checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
  422. [[package]]
  423. name = "jobserver"
  424. version = "0.1.22"
  425. source = "registry+https://github.com/rust-lang/crates.io-index"
  426. checksum = "972f5ae5d1cb9c6ae417789196c803205313edde988685da5e3aae0827b9e7fd"
  427. dependencies = [
  428. "libc",
  429. ]
  430. [[package]]
  431. name = "kernel32-sys"
  432. version = "0.2.2"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  435. dependencies = [
  436. "winapi 0.2.8",
  437. "winapi-build",
  438. ]
  439. [[package]]
  440. name = "lazy_static"
  441. version = "1.4.0"
  442. source = "registry+https://github.com/rust-lang/crates.io-index"
  443. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  444. [[package]]
  445. name = "lazycell"
  446. version = "1.3.0"
  447. source = "registry+https://github.com/rust-lang/crates.io-index"
  448. checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
  449. [[package]]
  450. name = "libc"
  451. version = "0.2.94"
  452. source = "registry+https://github.com/rust-lang/crates.io-index"
  453. checksum = "18794a8ad5b29321f790b55d93dfba91e125cb1a9edbd4f8e3150acc771c1a5e"
  454. [[package]]
  455. name = "libloading"
  456. version = "0.7.0"
  457. source = "registry+https://github.com/rust-lang/crates.io-index"
  458. checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
  459. dependencies = [
  460. "cfg-if 1.0.0",
  461. "winapi 0.3.9",
  462. ]
  463. [[package]]
  464. name = "librocksdb-sys"
  465. version = "6.17.3"
  466. source = "registry+https://github.com/rust-lang/crates.io-index"
  467. checksum = "5da125e1c0f22c7cae785982115523a0738728498547f415c9054cb17c7e89f9"
  468. dependencies = [
  469. "bindgen",
  470. "cc",
  471. "glob",
  472. "libc",
  473. ]
  474. [[package]]
  475. name = "libsodium-sys"
  476. version = "0.2.6"
  477. source = "registry+https://github.com/rust-lang/crates.io-index"
  478. checksum = "a685b64f837b339074115f2e7f7b431ac73681d08d75b389db7498b8892b8a58"
  479. dependencies = [
  480. "cc",
  481. "libc",
  482. "pkg-config",
  483. ]
  484. [[package]]
  485. name = "log"
  486. version = "0.4.14"
  487. source = "registry+https://github.com/rust-lang/crates.io-index"
  488. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  489. dependencies = [
  490. "cfg-if 1.0.0",
  491. ]
  492. [[package]]
  493. name = "mac_address"
  494. version = "1.1.1"
  495. source = "registry+https://github.com/rust-lang/crates.io-index"
  496. checksum = "6d9bb26482176bddeea173ceaa2acec85146d20cdcc631eafaf9d605d3d4fc23"
  497. dependencies = [
  498. "nix",
  499. "winapi 0.3.9",
  500. ]
  501. [[package]]
  502. name = "machine-uid"
  503. version = "0.2.0"
  504. source = "registry+https://github.com/rust-lang/crates.io-index"
  505. checksum = "1f1595709b0a7386bcd56ba34d250d626e5503917d05d32cdccddcd68603e212"
  506. dependencies = [
  507. "winreg",
  508. ]
  509. [[package]]
  510. name = "memchr"
  511. version = "2.4.0"
  512. source = "registry+https://github.com/rust-lang/crates.io-index"
  513. checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
  514. [[package]]
  515. name = "minreq"
  516. version = "2.3.1"
  517. source = "registry+https://github.com/rust-lang/crates.io-index"
  518. checksum = "781e56f7d29192378f0a04948b1e6aec67ce561273b2dd26ac510bbe88d7be70"
  519. dependencies = [
  520. "punycode",
  521. ]
  522. [[package]]
  523. name = "mio"
  524. version = "0.6.23"
  525. source = "registry+https://github.com/rust-lang/crates.io-index"
  526. checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
  527. dependencies = [
  528. "cfg-if 0.1.10",
  529. "fuchsia-zircon",
  530. "fuchsia-zircon-sys",
  531. "iovec",
  532. "kernel32-sys",
  533. "libc",
  534. "log",
  535. "miow 0.2.2",
  536. "net2",
  537. "slab",
  538. "winapi 0.2.8",
  539. ]
  540. [[package]]
  541. name = "mio-named-pipes"
  542. version = "0.1.7"
  543. source = "registry+https://github.com/rust-lang/crates.io-index"
  544. checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
  545. dependencies = [
  546. "log",
  547. "mio",
  548. "miow 0.3.7",
  549. "winapi 0.3.9",
  550. ]
  551. [[package]]
  552. name = "mio-uds"
  553. version = "0.6.8"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
  556. dependencies = [
  557. "iovec",
  558. "libc",
  559. "mio",
  560. ]
  561. [[package]]
  562. name = "miow"
  563. version = "0.2.2"
  564. source = "registry+https://github.com/rust-lang/crates.io-index"
  565. checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
  566. dependencies = [
  567. "kernel32-sys",
  568. "net2",
  569. "winapi 0.2.8",
  570. "ws2_32-sys",
  571. ]
  572. [[package]]
  573. name = "miow"
  574. version = "0.3.7"
  575. source = "registry+https://github.com/rust-lang/crates.io-index"
  576. checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
  577. dependencies = [
  578. "winapi 0.3.9",
  579. ]
  580. [[package]]
  581. name = "net2"
  582. version = "0.2.37"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. checksum = "391630d12b68002ae1e25e8f974306474966550ad82dac6886fb8910c19568ae"
  585. dependencies = [
  586. "cfg-if 0.1.10",
  587. "libc",
  588. "winapi 0.3.9",
  589. ]
  590. [[package]]
  591. name = "nix"
  592. version = "0.19.1"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "b2ccba0cfe4fdf15982d1674c69b1fd80bad427d293849982668dfe454bd61f2"
  595. dependencies = [
  596. "bitflags",
  597. "cc",
  598. "cfg-if 1.0.0",
  599. "libc",
  600. ]
  601. [[package]]
  602. name = "nom"
  603. version = "5.1.2"
  604. source = "registry+https://github.com/rust-lang/crates.io-index"
  605. checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
  606. dependencies = [
  607. "memchr",
  608. "version_check",
  609. ]
  610. [[package]]
  611. name = "num_cpus"
  612. version = "1.13.0"
  613. source = "registry+https://github.com/rust-lang/crates.io-index"
  614. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  615. dependencies = [
  616. "hermit-abi",
  617. "libc",
  618. ]
  619. [[package]]
  620. name = "ordered-multimap"
  621. version = "0.3.1"
  622. source = "registry+https://github.com/rust-lang/crates.io-index"
  623. checksum = "1c672c7ad9ec066e428c00eb917124a06f08db19e2584de982cc34b1f4c12485"
  624. dependencies = [
  625. "dlv-list",
  626. "hashbrown",
  627. ]
  628. [[package]]
  629. name = "peeking_take_while"
  630. version = "0.1.2"
  631. source = "registry+https://github.com/rust-lang/crates.io-index"
  632. checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
  633. [[package]]
  634. name = "pin-project-lite"
  635. version = "0.1.12"
  636. source = "registry+https://github.com/rust-lang/crates.io-index"
  637. checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
  638. [[package]]
  639. name = "pin-project-lite"
  640. version = "0.2.6"
  641. source = "registry+https://github.com/rust-lang/crates.io-index"
  642. checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
  643. [[package]]
  644. name = "pin-utils"
  645. version = "0.1.0"
  646. source = "registry+https://github.com/rust-lang/crates.io-index"
  647. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  648. [[package]]
  649. name = "pkg-config"
  650. version = "0.3.19"
  651. source = "registry+https://github.com/rust-lang/crates.io-index"
  652. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  653. [[package]]
  654. name = "ppv-lite86"
  655. version = "0.2.10"
  656. source = "registry+https://github.com/rust-lang/crates.io-index"
  657. checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
  658. [[package]]
  659. name = "proc-macro-hack"
  660. version = "0.5.19"
  661. source = "registry+https://github.com/rust-lang/crates.io-index"
  662. checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
  663. [[package]]
  664. name = "proc-macro-nested"
  665. version = "0.1.7"
  666. source = "registry+https://github.com/rust-lang/crates.io-index"
  667. checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
  668. [[package]]
  669. name = "proc-macro2"
  670. version = "1.0.26"
  671. source = "registry+https://github.com/rust-lang/crates.io-index"
  672. checksum = "a152013215dca273577e18d2bf00fa862b89b24169fb78c4c95aeb07992c9cec"
  673. dependencies = [
  674. "unicode-xid",
  675. ]
  676. [[package]]
  677. name = "protobuf"
  678. version = "3.0.0-pre"
  679. source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
  680. [[package]]
  681. name = "protobuf-codegen"
  682. version = "3.0.0-pre"
  683. source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
  684. dependencies = [
  685. "protobuf",
  686. ]
  687. [[package]]
  688. name = "protobuf-codegen-pure"
  689. version = "3.0.0-pre"
  690. source = "git+https://github.com/stepancheg/rust-protobuf#bbe35a98e196c4dea67dd23ac93c0a66ca11b903"
  691. dependencies = [
  692. "protobuf",
  693. "protobuf-codegen",
  694. ]
  695. [[package]]
  696. name = "punycode"
  697. version = "0.4.1"
  698. source = "registry+https://github.com/rust-lang/crates.io-index"
  699. checksum = "e9e1dcb320d6839f6edb64f7a4a59d39b30480d4d1765b56873f7c858538a5fe"
  700. [[package]]
  701. name = "quote"
  702. version = "1.0.9"
  703. source = "registry+https://github.com/rust-lang/crates.io-index"
  704. checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
  705. dependencies = [
  706. "proc-macro2",
  707. ]
  708. [[package]]
  709. name = "rand"
  710. version = "0.8.3"
  711. source = "registry+https://github.com/rust-lang/crates.io-index"
  712. checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
  713. dependencies = [
  714. "libc",
  715. "rand_chacha",
  716. "rand_core",
  717. "rand_hc",
  718. ]
  719. [[package]]
  720. name = "rand_chacha"
  721. version = "0.3.0"
  722. source = "registry+https://github.com/rust-lang/crates.io-index"
  723. checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
  724. dependencies = [
  725. "ppv-lite86",
  726. "rand_core",
  727. ]
  728. [[package]]
  729. name = "rand_core"
  730. version = "0.6.2"
  731. source = "registry+https://github.com/rust-lang/crates.io-index"
  732. checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
  733. dependencies = [
  734. "getrandom",
  735. ]
  736. [[package]]
  737. name = "rand_hc"
  738. version = "0.3.0"
  739. source = "registry+https://github.com/rust-lang/crates.io-index"
  740. checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
  741. dependencies = [
  742. "rand_core",
  743. ]
  744. [[package]]
  745. name = "redox_syscall"
  746. version = "0.2.8"
  747. source = "registry+https://github.com/rust-lang/crates.io-index"
  748. checksum = "742739e41cd49414de871ea5e549afb7e2a3ac77b589bcbebe8c82fab37147fc"
  749. dependencies = [
  750. "bitflags",
  751. ]
  752. [[package]]
  753. name = "redox_users"
  754. version = "0.4.0"
  755. source = "registry+https://github.com/rust-lang/crates.io-index"
  756. checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
  757. dependencies = [
  758. "getrandom",
  759. "redox_syscall",
  760. ]
  761. [[package]]
  762. name = "regex"
  763. version = "1.5.4"
  764. source = "registry+https://github.com/rust-lang/crates.io-index"
  765. checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
  766. dependencies = [
  767. "aho-corasick",
  768. "memchr",
  769. "regex-syntax",
  770. ]
  771. [[package]]
  772. name = "regex-syntax"
  773. version = "0.6.25"
  774. source = "registry+https://github.com/rust-lang/crates.io-index"
  775. checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
  776. [[package]]
  777. name = "rocksdb"
  778. version = "0.15.0"
  779. source = "registry+https://github.com/rust-lang/crates.io-index"
  780. checksum = "23d83c02c429044d58474eaf5ae31e062d0de894e21125b47437ec0edc1397e6"
  781. dependencies = [
  782. "libc",
  783. "librocksdb-sys",
  784. ]
  785. [[package]]
  786. name = "rust-ini"
  787. version = "0.16.1"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "55b134767a87e0b086f73a4ce569ac9ce7d202f39c8eab6caa266e2617e73ac6"
  790. dependencies = [
  791. "cfg-if 0.1.10",
  792. "ordered-multimap",
  793. ]
  794. [[package]]
  795. name = "rustc-hash"
  796. version = "1.1.0"
  797. source = "registry+https://github.com/rust-lang/crates.io-index"
  798. checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
  799. [[package]]
  800. name = "ryu"
  801. version = "1.0.5"
  802. source = "registry+https://github.com/rust-lang/crates.io-index"
  803. checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
  804. [[package]]
  805. name = "serde"
  806. version = "1.0.126"
  807. source = "registry+https://github.com/rust-lang/crates.io-index"
  808. checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
  809. [[package]]
  810. name = "serde_derive"
  811. version = "1.0.126"
  812. source = "registry+https://github.com/rust-lang/crates.io-index"
  813. checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
  814. dependencies = [
  815. "proc-macro2",
  816. "quote",
  817. "syn",
  818. ]
  819. [[package]]
  820. name = "serde_json"
  821. version = "1.0.64"
  822. source = "registry+https://github.com/rust-lang/crates.io-index"
  823. checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
  824. dependencies = [
  825. "itoa",
  826. "ryu",
  827. "serde",
  828. ]
  829. [[package]]
  830. name = "shlex"
  831. version = "0.1.1"
  832. source = "registry+https://github.com/rust-lang/crates.io-index"
  833. checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
  834. [[package]]
  835. name = "signal-hook-registry"
  836. version = "1.3.0"
  837. source = "registry+https://github.com/rust-lang/crates.io-index"
  838. checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
  839. dependencies = [
  840. "libc",
  841. ]
  842. [[package]]
  843. name = "slab"
  844. version = "0.4.3"
  845. source = "registry+https://github.com/rust-lang/crates.io-index"
  846. checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
  847. [[package]]
  848. name = "socket2"
  849. version = "0.3.19"
  850. source = "registry+https://github.com/rust-lang/crates.io-index"
  851. checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
  852. dependencies = [
  853. "cfg-if 1.0.0",
  854. "libc",
  855. "winapi 0.3.9",
  856. ]
  857. [[package]]
  858. name = "sodiumoxide"
  859. version = "0.2.6"
  860. source = "registry+https://github.com/rust-lang/crates.io-index"
  861. checksum = "7038b67c941e23501573cb7242ffb08709abe9b11eb74bceff875bbda024a6a8"
  862. dependencies = [
  863. "libc",
  864. "libsodium-sys",
  865. "serde",
  866. ]
  867. [[package]]
  868. name = "strsim"
  869. version = "0.8.0"
  870. source = "registry+https://github.com/rust-lang/crates.io-index"
  871. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  872. [[package]]
  873. name = "syn"
  874. version = "1.0.72"
  875. source = "registry+https://github.com/rust-lang/crates.io-index"
  876. checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
  877. dependencies = [
  878. "proc-macro2",
  879. "quote",
  880. "unicode-xid",
  881. ]
  882. [[package]]
  883. name = "termcolor"
  884. version = "1.1.2"
  885. source = "registry+https://github.com/rust-lang/crates.io-index"
  886. checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
  887. dependencies = [
  888. "winapi-util",
  889. ]
  890. [[package]]
  891. name = "textwrap"
  892. version = "0.11.0"
  893. source = "registry+https://github.com/rust-lang/crates.io-index"
  894. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  895. dependencies = [
  896. "unicode-width",
  897. ]
  898. [[package]]
  899. name = "tokio"
  900. version = "0.2.25"
  901. source = "registry+https://github.com/rust-lang/crates.io-index"
  902. checksum = "6703a273949a90131b290be1fe7b039d0fc884aa1935860dfcbe056f28cd8092"
  903. dependencies = [
  904. "bytes",
  905. "fnv",
  906. "futures-core",
  907. "iovec",
  908. "lazy_static",
  909. "libc",
  910. "memchr",
  911. "mio",
  912. "mio-named-pipes",
  913. "mio-uds",
  914. "num_cpus",
  915. "pin-project-lite 0.1.12",
  916. "signal-hook-registry",
  917. "slab",
  918. "tokio-macros",
  919. "winapi 0.3.9",
  920. ]
  921. [[package]]
  922. name = "tokio-macros"
  923. version = "0.2.6"
  924. source = "registry+https://github.com/rust-lang/crates.io-index"
  925. checksum = "e44da00bfc73a25f814cd8d7e57a68a5c31b74b3152a0a1d1f590c97ed06265a"
  926. dependencies = [
  927. "proc-macro2",
  928. "quote",
  929. "syn",
  930. ]
  931. [[package]]
  932. name = "tokio-util"
  933. version = "0.3.1"
  934. source = "registry+https://github.com/rust-lang/crates.io-index"
  935. checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
  936. dependencies = [
  937. "bytes",
  938. "futures-core",
  939. "futures-io",
  940. "futures-sink",
  941. "log",
  942. "pin-project-lite 0.1.12",
  943. "tokio",
  944. ]
  945. [[package]]
  946. name = "toml"
  947. version = "0.5.8"
  948. source = "registry+https://github.com/rust-lang/crates.io-index"
  949. checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
  950. dependencies = [
  951. "serde",
  952. ]
  953. [[package]]
  954. name = "unicode-width"
  955. version = "0.1.8"
  956. source = "registry+https://github.com/rust-lang/crates.io-index"
  957. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  958. [[package]]
  959. name = "unicode-xid"
  960. version = "0.2.2"
  961. source = "registry+https://github.com/rust-lang/crates.io-index"
  962. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  963. [[package]]
  964. name = "vec_map"
  965. version = "0.8.2"
  966. source = "registry+https://github.com/rust-lang/crates.io-index"
  967. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  968. [[package]]
  969. name = "version_check"
  970. version = "0.9.3"
  971. source = "registry+https://github.com/rust-lang/crates.io-index"
  972. checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
  973. [[package]]
  974. name = "wasi"
  975. version = "0.10.2+wasi-snapshot-preview1"
  976. source = "registry+https://github.com/rust-lang/crates.io-index"
  977. checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
  978. [[package]]
  979. name = "whoami"
  980. version = "0.9.0"
  981. source = "registry+https://github.com/rust-lang/crates.io-index"
  982. checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
  983. [[package]]
  984. name = "winapi"
  985. version = "0.2.8"
  986. source = "registry+https://github.com/rust-lang/crates.io-index"
  987. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  988. [[package]]
  989. name = "winapi"
  990. version = "0.3.9"
  991. source = "registry+https://github.com/rust-lang/crates.io-index"
  992. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  993. dependencies = [
  994. "winapi-i686-pc-windows-gnu",
  995. "winapi-x86_64-pc-windows-gnu",
  996. ]
  997. [[package]]
  998. name = "winapi-build"
  999. version = "0.1.1"
  1000. source = "registry+https://github.com/rust-lang/crates.io-index"
  1001. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  1002. [[package]]
  1003. name = "winapi-i686-pc-windows-gnu"
  1004. version = "0.4.0"
  1005. source = "registry+https://github.com/rust-lang/crates.io-index"
  1006. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  1007. [[package]]
  1008. name = "winapi-util"
  1009. version = "0.1.5"
  1010. source = "registry+https://github.com/rust-lang/crates.io-index"
  1011. checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
  1012. dependencies = [
  1013. "winapi 0.3.9",
  1014. ]
  1015. [[package]]
  1016. name = "winapi-x86_64-pc-windows-gnu"
  1017. version = "0.4.0"
  1018. source = "registry+https://github.com/rust-lang/crates.io-index"
  1019. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  1020. [[package]]
  1021. name = "winreg"
  1022. version = "0.6.2"
  1023. source = "registry+https://github.com/rust-lang/crates.io-index"
  1024. checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
  1025. dependencies = [
  1026. "winapi 0.3.9",
  1027. ]
  1028. [[package]]
  1029. name = "ws2_32-sys"
  1030. version = "0.2.1"
  1031. source = "registry+https://github.com/rust-lang/crates.io-index"
  1032. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  1033. dependencies = [
  1034. "winapi 0.2.8",
  1035. "winapi-build",
  1036. ]
  1037. [[package]]
  1038. name = "zstd"
  1039. version = "0.8.1+zstd.1.5.0"
  1040. source = "registry+https://github.com/rust-lang/crates.io-index"
  1041. checksum = "357d6bb1bd9c6f6a55a5a15c74d01260b272f724dc60cc829b86ebd2172ac5ef"
  1042. dependencies = [
  1043. "zstd-safe",
  1044. ]
  1045. [[package]]
  1046. name = "zstd-safe"
  1047. version = "4.1.0+zstd.1.5.0"
  1048. source = "registry+https://github.com/rust-lang/crates.io-index"
  1049. checksum = "d30375f78e185ca4c91930f42ea2c0162f9aa29737032501f93b79266d985ae7"
  1050. dependencies = [
  1051. "libc",
  1052. "zstd-sys",
  1053. ]
  1054. [[package]]
  1055. name = "zstd-sys"
  1056. version = "1.6.0+zstd.1.5.0"
  1057. source = "registry+https://github.com/rust-lang/crates.io-index"
  1058. checksum = "2141bed8922b427761470e6bbfeff255da94fa20b0bbeab0d9297fcaf71e3aa7"
  1059. dependencies = [
  1060. "cc",
  1061. "libc",
  1062. ]