Cargo.lock 20 KB

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