Cargo.lock 21 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "argparse"
  5. version = "0.2.2"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "3f8ebf5827e4ac4fd5946560e6a99776ea73b596d80898f357007317a7141e47"
  8. [[package]]
  9. name = "autocfg"
  10. version = "1.0.1"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  13. [[package]]
  14. name = "bitflags"
  15. version = "1.2.1"
  16. source = "registry+https://github.com/rust-lang/crates.io-index"
  17. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  18. [[package]]
  19. name = "bufstream"
  20. version = "0.1.4"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "40e38929add23cdf8a366df9b0e088953150724bcbe5fc330b0d8eb3b328eec8"
  23. [[package]]
  24. name = "byteorder"
  25. version = "1.3.4"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  28. [[package]]
  29. name = "bytes"
  30. version = "0.5.6"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
  33. [[package]]
  34. name = "cc"
  35. version = "1.0.61"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
  38. [[package]]
  39. name = "cfg-if"
  40. version = "0.1.10"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  43. [[package]]
  44. name = "core-foundation"
  45. version = "0.7.0"
  46. source = "registry+https://github.com/rust-lang/crates.io-index"
  47. checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
  48. dependencies = [
  49. "core-foundation-sys",
  50. "libc",
  51. ]
  52. [[package]]
  53. name = "core-foundation-sys"
  54. version = "0.7.0"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
  57. [[package]]
  58. name = "fnv"
  59. version = "1.0.7"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  62. [[package]]
  63. name = "foreign-types"
  64. version = "0.3.2"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  67. dependencies = [
  68. "foreign-types-shared",
  69. ]
  70. [[package]]
  71. name = "foreign-types-shared"
  72. version = "0.1.1"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  75. [[package]]
  76. name = "fuchsia-zircon"
  77. version = "0.3.3"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  80. dependencies = [
  81. "bitflags",
  82. "fuchsia-zircon-sys",
  83. ]
  84. [[package]]
  85. name = "fuchsia-zircon-sys"
  86. version = "0.3.3"
  87. source = "registry+https://github.com/rust-lang/crates.io-index"
  88. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  89. [[package]]
  90. name = "futures"
  91. version = "0.3.7"
  92. source = "registry+https://github.com/rust-lang/crates.io-index"
  93. checksum = "95314d38584ffbfda215621d723e0a3906f032e03ae5551e650058dac83d4797"
  94. dependencies = [
  95. "futures-channel",
  96. "futures-core",
  97. "futures-executor",
  98. "futures-io",
  99. "futures-sink",
  100. "futures-task",
  101. "futures-util",
  102. ]
  103. [[package]]
  104. name = "futures-channel"
  105. version = "0.3.7"
  106. source = "registry+https://github.com/rust-lang/crates.io-index"
  107. checksum = "0448174b01148032eed37ac4aed28963aaaa8cfa93569a08e5b479bbc6c2c151"
  108. dependencies = [
  109. "futures-core",
  110. "futures-sink",
  111. ]
  112. [[package]]
  113. name = "futures-core"
  114. version = "0.3.7"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. checksum = "18eaa56102984bed2c88ea39026cff3ce3b4c7f508ca970cedf2450ea10d4e46"
  117. [[package]]
  118. name = "futures-executor"
  119. version = "0.3.7"
  120. source = "registry+https://github.com/rust-lang/crates.io-index"
  121. checksum = "f5f8e0c9258abaea85e78ebdda17ef9666d390e987f006be6080dfe354b708cb"
  122. dependencies = [
  123. "futures-core",
  124. "futures-task",
  125. "futures-util",
  126. ]
  127. [[package]]
  128. name = "futures-io"
  129. version = "0.3.7"
  130. source = "registry+https://github.com/rust-lang/crates.io-index"
  131. checksum = "6e1798854a4727ff944a7b12aa999f58ce7aa81db80d2dfaaf2ba06f065ddd2b"
  132. [[package]]
  133. name = "futures-macro"
  134. version = "0.3.7"
  135. source = "registry+https://github.com/rust-lang/crates.io-index"
  136. checksum = "e36fccf3fc58563b4a14d265027c627c3b665d7fed489427e88e7cc929559efe"
  137. dependencies = [
  138. "proc-macro-hack",
  139. "proc-macro2",
  140. "quote",
  141. "syn",
  142. ]
  143. [[package]]
  144. name = "futures-sink"
  145. version = "0.3.7"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "0e3ca3f17d6e8804ae5d3df7a7d35b2b3a6fe89dac84b31872720fc3060a0b11"
  148. [[package]]
  149. name = "futures-task"
  150. version = "0.3.7"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "96d502af37186c4fef99453df03e374683f8a1eec9dcc1e66b3b82dc8278ce3c"
  153. dependencies = [
  154. "once_cell",
  155. ]
  156. [[package]]
  157. name = "futures-util"
  158. version = "0.3.7"
  159. source = "registry+https://github.com/rust-lang/crates.io-index"
  160. checksum = "abcb44342f62e6f3e8ac427b8aa815f724fd705dfad060b18ac7866c15bb8e34"
  161. dependencies = [
  162. "futures-channel",
  163. "futures-core",
  164. "futures-io",
  165. "futures-macro",
  166. "futures-sink",
  167. "futures-task",
  168. "memchr",
  169. "pin-project",
  170. "pin-utils",
  171. "proc-macro-hack",
  172. "proc-macro-nested",
  173. "slab",
  174. ]
  175. [[package]]
  176. name = "getrandom"
  177. version = "0.1.15"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
  180. dependencies = [
  181. "cfg-if",
  182. "libc",
  183. "wasi 0.9.0+wasi-snapshot-preview1",
  184. ]
  185. [[package]]
  186. name = "hermit-abi"
  187. version = "0.1.17"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
  190. dependencies = [
  191. "libc",
  192. ]
  193. [[package]]
  194. name = "iovec"
  195. version = "0.1.4"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  198. dependencies = [
  199. "libc",
  200. ]
  201. [[package]]
  202. name = "kernel32-sys"
  203. version = "0.2.2"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  206. dependencies = [
  207. "winapi 0.2.8",
  208. "winapi-build",
  209. ]
  210. [[package]]
  211. name = "lazy_static"
  212. version = "1.4.0"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  215. [[package]]
  216. name = "libc"
  217. version = "0.2.80"
  218. source = "registry+https://github.com/rust-lang/crates.io-index"
  219. checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
  220. [[package]]
  221. name = "log"
  222. version = "0.4.11"
  223. source = "registry+https://github.com/rust-lang/crates.io-index"
  224. checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
  225. dependencies = [
  226. "cfg-if",
  227. ]
  228. [[package]]
  229. name = "memchr"
  230. version = "2.3.4"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
  233. [[package]]
  234. name = "mio"
  235. version = "0.6.22"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
  238. dependencies = [
  239. "cfg-if",
  240. "fuchsia-zircon",
  241. "fuchsia-zircon-sys",
  242. "iovec",
  243. "kernel32-sys",
  244. "libc",
  245. "log",
  246. "miow 0.2.1",
  247. "net2",
  248. "slab",
  249. "winapi 0.2.8",
  250. ]
  251. [[package]]
  252. name = "mio-named-pipes"
  253. version = "0.1.7"
  254. source = "registry+https://github.com/rust-lang/crates.io-index"
  255. checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
  256. dependencies = [
  257. "log",
  258. "mio",
  259. "miow 0.3.5",
  260. "winapi 0.3.9",
  261. ]
  262. [[package]]
  263. name = "mio-uds"
  264. version = "0.6.8"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
  267. dependencies = [
  268. "iovec",
  269. "libc",
  270. "mio",
  271. ]
  272. [[package]]
  273. name = "miow"
  274. version = "0.2.1"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  277. dependencies = [
  278. "kernel32-sys",
  279. "net2",
  280. "winapi 0.2.8",
  281. "ws2_32-sys",
  282. ]
  283. [[package]]
  284. name = "miow"
  285. version = "0.3.5"
  286. source = "registry+https://github.com/rust-lang/crates.io-index"
  287. checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
  288. dependencies = [
  289. "socket2",
  290. "winapi 0.3.9",
  291. ]
  292. [[package]]
  293. name = "mpd"
  294. version = "0.0.12"
  295. source = "registry+https://github.com/rust-lang/crates.io-index"
  296. checksum = "57a20784da57fa01bf7910a5da686d9f39ff37feaa774856b71f050e4331bf82"
  297. dependencies = [
  298. "bufstream",
  299. "rustc-serialize",
  300. "time",
  301. ]
  302. [[package]]
  303. name = "mumble-bot-rs"
  304. version = "0.1.0"
  305. dependencies = [
  306. "argparse",
  307. "bytes",
  308. "futures",
  309. "mpd",
  310. "mumble-protocol",
  311. "native-tls",
  312. "opus",
  313. "tokio",
  314. "tokio-tls",
  315. "tokio-util",
  316. ]
  317. [[package]]
  318. name = "mumble-protocol"
  319. version = "0.3.0"
  320. source = "registry+https://github.com/rust-lang/crates.io-index"
  321. checksum = "fb966bde3fc52998b9b74522e8aa22826823cc69cbf672893f79115195c76921"
  322. dependencies = [
  323. "byteorder",
  324. "bytes",
  325. "openssl",
  326. "protobuf",
  327. "protobuf-codegen-pure",
  328. "tokio-util",
  329. ]
  330. [[package]]
  331. name = "native-tls"
  332. version = "0.2.4"
  333. source = "registry+https://github.com/rust-lang/crates.io-index"
  334. checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
  335. dependencies = [
  336. "lazy_static",
  337. "libc",
  338. "log",
  339. "openssl",
  340. "openssl-probe",
  341. "openssl-sys",
  342. "schannel",
  343. "security-framework",
  344. "security-framework-sys",
  345. "tempfile",
  346. ]
  347. [[package]]
  348. name = "net2"
  349. version = "0.2.35"
  350. source = "registry+https://github.com/rust-lang/crates.io-index"
  351. checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
  352. dependencies = [
  353. "cfg-if",
  354. "libc",
  355. "winapi 0.3.9",
  356. ]
  357. [[package]]
  358. name = "num_cpus"
  359. version = "1.13.0"
  360. source = "registry+https://github.com/rust-lang/crates.io-index"
  361. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  362. dependencies = [
  363. "hermit-abi",
  364. "libc",
  365. ]
  366. [[package]]
  367. name = "once_cell"
  368. version = "1.4.1"
  369. source = "registry+https://github.com/rust-lang/crates.io-index"
  370. checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
  371. [[package]]
  372. name = "openssl"
  373. version = "0.10.30"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
  376. dependencies = [
  377. "bitflags",
  378. "cfg-if",
  379. "foreign-types",
  380. "lazy_static",
  381. "libc",
  382. "openssl-sys",
  383. ]
  384. [[package]]
  385. name = "openssl-probe"
  386. version = "0.1.2"
  387. source = "registry+https://github.com/rust-lang/crates.io-index"
  388. checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
  389. [[package]]
  390. name = "openssl-sys"
  391. version = "0.9.58"
  392. source = "registry+https://github.com/rust-lang/crates.io-index"
  393. checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
  394. dependencies = [
  395. "autocfg",
  396. "cc",
  397. "libc",
  398. "pkg-config",
  399. "vcpkg",
  400. ]
  401. [[package]]
  402. name = "opus"
  403. version = "0.2.1"
  404. source = "registry+https://github.com/rust-lang/crates.io-index"
  405. checksum = "5e9059a7daf1e6665eb88c4a95ca9ff393a6d276fd66e9d85191280d7e5ec18b"
  406. dependencies = [
  407. "libc",
  408. "opus-sys",
  409. ]
  410. [[package]]
  411. name = "opus-sys"
  412. version = "0.2.1"
  413. source = "registry+https://github.com/rust-lang/crates.io-index"
  414. checksum = "fad8b294f482f7972fa466b1c64d5a564e4ee6975599d80483ee4fa83f25b6ec"
  415. dependencies = [
  416. "libc",
  417. "pkg-config",
  418. ]
  419. [[package]]
  420. name = "pin-project"
  421. version = "1.0.1"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. checksum = "ee41d838744f60d959d7074e3afb6b35c7456d0f61cad38a24e35e6553f73841"
  424. dependencies = [
  425. "pin-project-internal",
  426. ]
  427. [[package]]
  428. name = "pin-project-internal"
  429. version = "1.0.1"
  430. source = "registry+https://github.com/rust-lang/crates.io-index"
  431. checksum = "81a4ffa594b66bff340084d4081df649a7dc049ac8d7fc458d8e628bfbbb2f86"
  432. dependencies = [
  433. "proc-macro2",
  434. "quote",
  435. "syn",
  436. ]
  437. [[package]]
  438. name = "pin-project-lite"
  439. version = "0.1.11"
  440. source = "registry+https://github.com/rust-lang/crates.io-index"
  441. checksum = "c917123afa01924fc84bb20c4c03f004d9c38e5127e3c039bbf7f4b9c76a2f6b"
  442. [[package]]
  443. name = "pin-utils"
  444. version = "0.1.0"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  447. [[package]]
  448. name = "pkg-config"
  449. version = "0.3.19"
  450. source = "registry+https://github.com/rust-lang/crates.io-index"
  451. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  452. [[package]]
  453. name = "ppv-lite86"
  454. version = "0.2.10"
  455. source = "registry+https://github.com/rust-lang/crates.io-index"
  456. checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
  457. [[package]]
  458. name = "proc-macro-hack"
  459. version = "0.5.19"
  460. source = "registry+https://github.com/rust-lang/crates.io-index"
  461. checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
  462. [[package]]
  463. name = "proc-macro-nested"
  464. version = "0.1.6"
  465. source = "registry+https://github.com/rust-lang/crates.io-index"
  466. checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
  467. [[package]]
  468. name = "proc-macro2"
  469. version = "1.0.24"
  470. source = "registry+https://github.com/rust-lang/crates.io-index"
  471. checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
  472. dependencies = [
  473. "unicode-xid",
  474. ]
  475. [[package]]
  476. name = "protobuf"
  477. version = "2.18.0"
  478. source = "registry+https://github.com/rust-lang/crates.io-index"
  479. checksum = "6d147edb77bcccbfc81fabffdc7bd50c13e103b15ca1e27515fe40de69a5776b"
  480. [[package]]
  481. name = "protobuf-codegen"
  482. version = "2.18.0"
  483. source = "registry+https://github.com/rust-lang/crates.io-index"
  484. checksum = "9e81f70c25aab9506f87253c55f7cdcd8917635d5597382958d20025c211bbbd"
  485. dependencies = [
  486. "protobuf",
  487. ]
  488. [[package]]
  489. name = "protobuf-codegen-pure"
  490. version = "2.18.0"
  491. source = "registry+https://github.com/rust-lang/crates.io-index"
  492. checksum = "6af8d72d9e14fd41a954f4d5b310396151437c83d2bfcbf19d3073af90e46288"
  493. dependencies = [
  494. "protobuf",
  495. "protobuf-codegen",
  496. ]
  497. [[package]]
  498. name = "quote"
  499. version = "1.0.7"
  500. source = "registry+https://github.com/rust-lang/crates.io-index"
  501. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  502. dependencies = [
  503. "proc-macro2",
  504. ]
  505. [[package]]
  506. name = "rand"
  507. version = "0.7.3"
  508. source = "registry+https://github.com/rust-lang/crates.io-index"
  509. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  510. dependencies = [
  511. "getrandom",
  512. "libc",
  513. "rand_chacha",
  514. "rand_core",
  515. "rand_hc",
  516. ]
  517. [[package]]
  518. name = "rand_chacha"
  519. version = "0.2.2"
  520. source = "registry+https://github.com/rust-lang/crates.io-index"
  521. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  522. dependencies = [
  523. "ppv-lite86",
  524. "rand_core",
  525. ]
  526. [[package]]
  527. name = "rand_core"
  528. version = "0.5.1"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  531. dependencies = [
  532. "getrandom",
  533. ]
  534. [[package]]
  535. name = "rand_hc"
  536. version = "0.2.0"
  537. source = "registry+https://github.com/rust-lang/crates.io-index"
  538. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  539. dependencies = [
  540. "rand_core",
  541. ]
  542. [[package]]
  543. name = "redox_syscall"
  544. version = "0.1.57"
  545. source = "registry+https://github.com/rust-lang/crates.io-index"
  546. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  547. [[package]]
  548. name = "remove_dir_all"
  549. version = "0.5.3"
  550. source = "registry+https://github.com/rust-lang/crates.io-index"
  551. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  552. dependencies = [
  553. "winapi 0.3.9",
  554. ]
  555. [[package]]
  556. name = "rustc-serialize"
  557. version = "0.3.24"
  558. source = "registry+https://github.com/rust-lang/crates.io-index"
  559. checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
  560. [[package]]
  561. name = "schannel"
  562. version = "0.1.19"
  563. source = "registry+https://github.com/rust-lang/crates.io-index"
  564. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  565. dependencies = [
  566. "lazy_static",
  567. "winapi 0.3.9",
  568. ]
  569. [[package]]
  570. name = "security-framework"
  571. version = "0.4.4"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
  574. dependencies = [
  575. "bitflags",
  576. "core-foundation",
  577. "core-foundation-sys",
  578. "libc",
  579. "security-framework-sys",
  580. ]
  581. [[package]]
  582. name = "security-framework-sys"
  583. version = "0.4.3"
  584. source = "registry+https://github.com/rust-lang/crates.io-index"
  585. checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
  586. dependencies = [
  587. "core-foundation-sys",
  588. "libc",
  589. ]
  590. [[package]]
  591. name = "signal-hook-registry"
  592. version = "1.2.2"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "ce32ea0c6c56d5eacaeb814fbed9960547021d3edd010ded1425f180536b20ab"
  595. dependencies = [
  596. "libc",
  597. ]
  598. [[package]]
  599. name = "slab"
  600. version = "0.4.2"
  601. source = "registry+https://github.com/rust-lang/crates.io-index"
  602. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  603. [[package]]
  604. name = "socket2"
  605. version = "0.3.15"
  606. source = "registry+https://github.com/rust-lang/crates.io-index"
  607. checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
  608. dependencies = [
  609. "cfg-if",
  610. "libc",
  611. "redox_syscall",
  612. "winapi 0.3.9",
  613. ]
  614. [[package]]
  615. name = "syn"
  616. version = "1.0.48"
  617. source = "registry+https://github.com/rust-lang/crates.io-index"
  618. checksum = "cc371affeffc477f42a221a1e4297aedcea33d47d19b61455588bd9d8f6b19ac"
  619. dependencies = [
  620. "proc-macro2",
  621. "quote",
  622. "unicode-xid",
  623. ]
  624. [[package]]
  625. name = "tempfile"
  626. version = "3.1.0"
  627. source = "registry+https://github.com/rust-lang/crates.io-index"
  628. checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
  629. dependencies = [
  630. "cfg-if",
  631. "libc",
  632. "rand",
  633. "redox_syscall",
  634. "remove_dir_all",
  635. "winapi 0.3.9",
  636. ]
  637. [[package]]
  638. name = "time"
  639. version = "0.1.44"
  640. source = "registry+https://github.com/rust-lang/crates.io-index"
  641. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  642. dependencies = [
  643. "libc",
  644. "wasi 0.10.0+wasi-snapshot-preview1",
  645. "winapi 0.3.9",
  646. ]
  647. [[package]]
  648. name = "tokio"
  649. version = "0.2.22"
  650. source = "registry+https://github.com/rust-lang/crates.io-index"
  651. checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
  652. dependencies = [
  653. "bytes",
  654. "fnv",
  655. "futures-core",
  656. "iovec",
  657. "lazy_static",
  658. "libc",
  659. "memchr",
  660. "mio",
  661. "mio-named-pipes",
  662. "mio-uds",
  663. "num_cpus",
  664. "pin-project-lite",
  665. "signal-hook-registry",
  666. "slab",
  667. "tokio-macros",
  668. "winapi 0.3.9",
  669. ]
  670. [[package]]
  671. name = "tokio-macros"
  672. version = "0.2.5"
  673. source = "registry+https://github.com/rust-lang/crates.io-index"
  674. checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
  675. dependencies = [
  676. "proc-macro2",
  677. "quote",
  678. "syn",
  679. ]
  680. [[package]]
  681. name = "tokio-tls"
  682. version = "0.3.1"
  683. source = "registry+https://github.com/rust-lang/crates.io-index"
  684. checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
  685. dependencies = [
  686. "native-tls",
  687. "tokio",
  688. ]
  689. [[package]]
  690. name = "tokio-util"
  691. version = "0.3.1"
  692. source = "registry+https://github.com/rust-lang/crates.io-index"
  693. checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
  694. dependencies = [
  695. "bytes",
  696. "futures-core",
  697. "futures-sink",
  698. "log",
  699. "pin-project-lite",
  700. "tokio",
  701. ]
  702. [[package]]
  703. name = "unicode-xid"
  704. version = "0.2.1"
  705. source = "registry+https://github.com/rust-lang/crates.io-index"
  706. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  707. [[package]]
  708. name = "vcpkg"
  709. version = "0.2.10"
  710. source = "registry+https://github.com/rust-lang/crates.io-index"
  711. checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  712. [[package]]
  713. name = "wasi"
  714. version = "0.9.0+wasi-snapshot-preview1"
  715. source = "registry+https://github.com/rust-lang/crates.io-index"
  716. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  717. [[package]]
  718. name = "wasi"
  719. version = "0.10.0+wasi-snapshot-preview1"
  720. source = "registry+https://github.com/rust-lang/crates.io-index"
  721. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  722. [[package]]
  723. name = "winapi"
  724. version = "0.2.8"
  725. source = "registry+https://github.com/rust-lang/crates.io-index"
  726. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  727. [[package]]
  728. name = "winapi"
  729. version = "0.3.9"
  730. source = "registry+https://github.com/rust-lang/crates.io-index"
  731. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  732. dependencies = [
  733. "winapi-i686-pc-windows-gnu",
  734. "winapi-x86_64-pc-windows-gnu",
  735. ]
  736. [[package]]
  737. name = "winapi-build"
  738. version = "0.1.1"
  739. source = "registry+https://github.com/rust-lang/crates.io-index"
  740. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  741. [[package]]
  742. name = "winapi-i686-pc-windows-gnu"
  743. version = "0.4.0"
  744. source = "registry+https://github.com/rust-lang/crates.io-index"
  745. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  746. [[package]]
  747. name = "winapi-x86_64-pc-windows-gnu"
  748. version = "0.4.0"
  749. source = "registry+https://github.com/rust-lang/crates.io-index"
  750. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  751. [[package]]
  752. name = "ws2_32-sys"
  753. version = "0.2.1"
  754. source = "registry+https://github.com/rust-lang/crates.io-index"
  755. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  756. dependencies = [
  757. "winapi 0.2.8",
  758. "winapi-build",
  759. ]