Cargo.lock 26 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "addr2line"
  5. version = "0.13.0"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "1b6a2d3371669ab3ca9797670853d61402b03d0b4b9ebf33d677dfa720203072"
  8. dependencies = [
  9. "gimli",
  10. ]
  11. [[package]]
  12. name = "adler"
  13. version = "0.2.3"
  14. source = "registry+https://github.com/rust-lang/crates.io-index"
  15. checksum = "ee2a4ec343196209d6594e19543ae87a39f96d5534d7174822a3ad825dd6ed7e"
  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 = "ansi_term"
  26. version = "0.12.1"
  27. source = "registry+https://github.com/rust-lang/crates.io-index"
  28. checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
  29. dependencies = [
  30. "winapi 0.3.9",
  31. ]
  32. [[package]]
  33. name = "async-trait"
  34. version = "0.1.41"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "b246867b8b3b6ae56035f1eb1ed557c1d8eae97f0d53696138a50fa0e3a3b8c0"
  37. dependencies = [
  38. "proc-macro2",
  39. "quote",
  40. "syn",
  41. ]
  42. [[package]]
  43. name = "atty"
  44. version = "0.2.14"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  47. dependencies = [
  48. "hermit-abi",
  49. "libc",
  50. "winapi 0.3.9",
  51. ]
  52. [[package]]
  53. name = "autocfg"
  54. version = "1.0.1"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  57. [[package]]
  58. name = "backtrace"
  59. version = "0.3.53"
  60. source = "registry+https://github.com/rust-lang/crates.io-index"
  61. checksum = "707b586e0e2f247cbde68cdd2c3ce69ea7b7be43e1c5b426e37c9319c4b9838e"
  62. dependencies = [
  63. "addr2line",
  64. "cfg-if 1.0.0",
  65. "libc",
  66. "miniz_oxide",
  67. "object",
  68. "rustc-demangle",
  69. ]
  70. [[package]]
  71. name = "bitflags"
  72. version = "1.2.1"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  75. [[package]]
  76. name = "byteorder"
  77. version = "1.3.4"
  78. source = "registry+https://github.com/rust-lang/crates.io-index"
  79. checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  80. [[package]]
  81. name = "bytes"
  82. version = "0.5.6"
  83. source = "registry+https://github.com/rust-lang/crates.io-index"
  84. checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
  85. [[package]]
  86. name = "cc"
  87. version = "1.0.61"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
  90. [[package]]
  91. name = "cfg-if"
  92. version = "0.1.10"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  95. [[package]]
  96. name = "cfg-if"
  97. version = "1.0.0"
  98. source = "registry+https://github.com/rust-lang/crates.io-index"
  99. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  100. [[package]]
  101. name = "core-foundation"
  102. version = "0.7.0"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
  105. dependencies = [
  106. "core-foundation-sys",
  107. "libc",
  108. ]
  109. [[package]]
  110. name = "core-foundation-sys"
  111. version = "0.7.0"
  112. source = "registry+https://github.com/rust-lang/crates.io-index"
  113. checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
  114. [[package]]
  115. name = "ctor"
  116. version = "0.1.16"
  117. source = "registry+https://github.com/rust-lang/crates.io-index"
  118. checksum = "7fbaabec2c953050352311293be5c6aba8e141ba19d6811862b232d6fd020484"
  119. dependencies = [
  120. "quote",
  121. "syn",
  122. ]
  123. [[package]]
  124. name = "datetime"
  125. version = "0.5.1"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "d0fcb4df22ae812fa2f6d5e3b577247584cc67fce06ad0779168d1dd41cbcce3"
  128. dependencies = [
  129. "libc",
  130. "redox_syscall",
  131. "winapi 0.3.9",
  132. ]
  133. [[package]]
  134. name = "derive_more"
  135. version = "0.99.11"
  136. source = "registry+https://github.com/rust-lang/crates.io-index"
  137. checksum = "41cb0e6161ad61ed084a36ba71fbba9e3ac5aee3606fb607fe08da6acbcf3d8c"
  138. dependencies = [
  139. "proc-macro2",
  140. "quote",
  141. "syn",
  142. ]
  143. [[package]]
  144. name = "difference"
  145. version = "2.0.0"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "524cbf6897b527295dff137cec09ecf3a05f4fddffd7dfcd1585403449e74198"
  148. [[package]]
  149. name = "dns"
  150. version = "0.1.0"
  151. dependencies = [
  152. "byteorder",
  153. "log",
  154. "mutagen",
  155. "pretty_assertions",
  156. ]
  157. [[package]]
  158. name = "dns-transport"
  159. version = "0.1.0"
  160. dependencies = [
  161. "async-trait",
  162. "derive_more",
  163. "dns",
  164. "hyper",
  165. "hyper-tls",
  166. "log",
  167. "native-tls",
  168. "tokio",
  169. "tokio-tls",
  170. ]
  171. [[package]]
  172. name = "dog"
  173. version = "0.1.0-pre"
  174. dependencies = [
  175. "ansi_term 0.12.1",
  176. "atty",
  177. "datetime",
  178. "dns",
  179. "dns-transport",
  180. "getopts",
  181. "log",
  182. "pretty_assertions",
  183. "rand",
  184. "regex",
  185. "serde",
  186. "serde_json",
  187. ]
  188. [[package]]
  189. name = "failure"
  190. version = "0.1.8"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
  193. dependencies = [
  194. "backtrace",
  195. "failure_derive",
  196. ]
  197. [[package]]
  198. name = "failure_derive"
  199. version = "0.1.8"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
  202. dependencies = [
  203. "proc-macro2",
  204. "quote",
  205. "syn",
  206. "synstructure",
  207. ]
  208. [[package]]
  209. name = "fnv"
  210. version = "1.0.7"
  211. source = "registry+https://github.com/rust-lang/crates.io-index"
  212. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  213. [[package]]
  214. name = "foreign-types"
  215. version = "0.3.2"
  216. source = "registry+https://github.com/rust-lang/crates.io-index"
  217. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  218. dependencies = [
  219. "foreign-types-shared",
  220. ]
  221. [[package]]
  222. name = "foreign-types-shared"
  223. version = "0.1.1"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  226. [[package]]
  227. name = "fuchsia-zircon"
  228. version = "0.3.3"
  229. source = "registry+https://github.com/rust-lang/crates.io-index"
  230. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  231. dependencies = [
  232. "bitflags",
  233. "fuchsia-zircon-sys",
  234. ]
  235. [[package]]
  236. name = "fuchsia-zircon-sys"
  237. version = "0.3.3"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  240. [[package]]
  241. name = "futures-channel"
  242. version = "0.3.6"
  243. source = "registry+https://github.com/rust-lang/crates.io-index"
  244. checksum = "a7a4d35f7401e948629c9c3d6638fb9bf94e0b2121e96c3b428cc4e631f3eb74"
  245. dependencies = [
  246. "futures-core",
  247. ]
  248. [[package]]
  249. name = "futures-core"
  250. version = "0.3.6"
  251. source = "registry+https://github.com/rust-lang/crates.io-index"
  252. checksum = "d674eaa0056896d5ada519900dbf97ead2e46a7b6621e8160d79e2f2e1e2784b"
  253. [[package]]
  254. name = "futures-sink"
  255. version = "0.3.6"
  256. source = "registry+https://github.com/rust-lang/crates.io-index"
  257. checksum = "0d8764258ed64ebc5d9ed185cf86a95db5cac810269c5d20ececb32e0088abbd"
  258. [[package]]
  259. name = "futures-task"
  260. version = "0.3.6"
  261. source = "registry+https://github.com/rust-lang/crates.io-index"
  262. checksum = "4dd26820a9f3637f1302da8bceba3ff33adbe53464b54ca24d4e2d4f1db30f94"
  263. [[package]]
  264. name = "futures-util"
  265. version = "0.3.6"
  266. source = "registry+https://github.com/rust-lang/crates.io-index"
  267. checksum = "8a894a0acddba51a2d49a6f4263b1e64b8c579ece8af50fa86503d52cd1eea34"
  268. dependencies = [
  269. "futures-core",
  270. "futures-task",
  271. "pin-project",
  272. "pin-utils",
  273. ]
  274. [[package]]
  275. name = "getopts"
  276. version = "0.2.21"
  277. source = "registry+https://github.com/rust-lang/crates.io-index"
  278. checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
  279. dependencies = [
  280. "unicode-width",
  281. ]
  282. [[package]]
  283. name = "getrandom"
  284. version = "0.1.15"
  285. source = "registry+https://github.com/rust-lang/crates.io-index"
  286. checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
  287. dependencies = [
  288. "cfg-if 0.1.10",
  289. "libc",
  290. "wasi",
  291. ]
  292. [[package]]
  293. name = "gimli"
  294. version = "0.22.0"
  295. source = "registry+https://github.com/rust-lang/crates.io-index"
  296. checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
  297. [[package]]
  298. name = "h2"
  299. version = "0.2.6"
  300. source = "registry+https://github.com/rust-lang/crates.io-index"
  301. checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
  302. dependencies = [
  303. "bytes",
  304. "fnv",
  305. "futures-core",
  306. "futures-sink",
  307. "futures-util",
  308. "http",
  309. "indexmap",
  310. "slab",
  311. "tokio",
  312. "tokio-util",
  313. "tracing",
  314. ]
  315. [[package]]
  316. name = "hashbrown"
  317. version = "0.9.1"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
  320. [[package]]
  321. name = "hermit-abi"
  322. version = "0.1.17"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. checksum = "5aca5565f760fb5b220e499d72710ed156fdb74e631659e99377d9ebfbd13ae8"
  325. dependencies = [
  326. "libc",
  327. ]
  328. [[package]]
  329. name = "http"
  330. version = "0.2.1"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
  333. dependencies = [
  334. "bytes",
  335. "fnv",
  336. "itoa",
  337. ]
  338. [[package]]
  339. name = "http-body"
  340. version = "0.3.1"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
  343. dependencies = [
  344. "bytes",
  345. "http",
  346. ]
  347. [[package]]
  348. name = "httparse"
  349. version = "1.3.4"
  350. source = "registry+https://github.com/rust-lang/crates.io-index"
  351. checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
  352. [[package]]
  353. name = "httpdate"
  354. version = "0.3.2"
  355. source = "registry+https://github.com/rust-lang/crates.io-index"
  356. checksum = "494b4d60369511e7dea41cf646832512a94e542f68bb9c49e54518e0f468eb47"
  357. [[package]]
  358. name = "hyper"
  359. version = "0.13.8"
  360. source = "registry+https://github.com/rust-lang/crates.io-index"
  361. checksum = "2f3afcfae8af5ad0576a31e768415edb627824129e8e5a29b8bfccb2f234e835"
  362. dependencies = [
  363. "bytes",
  364. "futures-channel",
  365. "futures-core",
  366. "futures-util",
  367. "h2",
  368. "http",
  369. "http-body",
  370. "httparse",
  371. "httpdate",
  372. "itoa",
  373. "pin-project",
  374. "socket2",
  375. "tokio",
  376. "tower-service",
  377. "tracing",
  378. "want",
  379. ]
  380. [[package]]
  381. name = "hyper-tls"
  382. version = "0.4.3"
  383. source = "registry+https://github.com/rust-lang/crates.io-index"
  384. checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
  385. dependencies = [
  386. "bytes",
  387. "hyper",
  388. "native-tls",
  389. "tokio",
  390. "tokio-tls",
  391. ]
  392. [[package]]
  393. name = "indexmap"
  394. version = "1.6.0"
  395. source = "registry+https://github.com/rust-lang/crates.io-index"
  396. checksum = "55e2e4c765aa53a0424761bf9f41aa7a6ac1efa87238f59560640e27fca028f2"
  397. dependencies = [
  398. "autocfg",
  399. "hashbrown",
  400. ]
  401. [[package]]
  402. name = "iovec"
  403. version = "0.1.4"
  404. source = "registry+https://github.com/rust-lang/crates.io-index"
  405. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  406. dependencies = [
  407. "libc",
  408. ]
  409. [[package]]
  410. name = "itoa"
  411. version = "0.4.6"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
  414. [[package]]
  415. name = "json"
  416. version = "0.12.4"
  417. source = "registry+https://github.com/rust-lang/crates.io-index"
  418. checksum = "078e285eafdfb6c4b434e0d31e8cfcb5115b651496faca5749b88fafd4f23bfd"
  419. [[package]]
  420. name = "kernel32-sys"
  421. version = "0.2.2"
  422. source = "registry+https://github.com/rust-lang/crates.io-index"
  423. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  424. dependencies = [
  425. "winapi 0.2.8",
  426. "winapi-build",
  427. ]
  428. [[package]]
  429. name = "lazy_static"
  430. version = "1.4.0"
  431. source = "registry+https://github.com/rust-lang/crates.io-index"
  432. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  433. [[package]]
  434. name = "libc"
  435. version = "0.2.79"
  436. source = "registry+https://github.com/rust-lang/crates.io-index"
  437. checksum = "2448f6066e80e3bfc792e9c98bf705b4b0fc6e8ef5b43e5889aff0eaa9c58743"
  438. [[package]]
  439. name = "log"
  440. version = "0.4.11"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
  443. dependencies = [
  444. "cfg-if 0.1.10",
  445. ]
  446. [[package]]
  447. name = "memchr"
  448. version = "2.3.3"
  449. source = "registry+https://github.com/rust-lang/crates.io-index"
  450. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  451. [[package]]
  452. name = "miniz_oxide"
  453. version = "0.4.3"
  454. source = "registry+https://github.com/rust-lang/crates.io-index"
  455. checksum = "0f2d26ec3309788e423cfbf68ad1800f061638098d76a83681af979dc4eda19d"
  456. dependencies = [
  457. "adler",
  458. "autocfg",
  459. ]
  460. [[package]]
  461. name = "mio"
  462. version = "0.6.22"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
  465. dependencies = [
  466. "cfg-if 0.1.10",
  467. "fuchsia-zircon",
  468. "fuchsia-zircon-sys",
  469. "iovec",
  470. "kernel32-sys",
  471. "libc",
  472. "log",
  473. "miow",
  474. "net2",
  475. "slab",
  476. "winapi 0.2.8",
  477. ]
  478. [[package]]
  479. name = "miow"
  480. version = "0.2.1"
  481. source = "registry+https://github.com/rust-lang/crates.io-index"
  482. checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  483. dependencies = [
  484. "kernel32-sys",
  485. "net2",
  486. "winapi 0.2.8",
  487. "ws2_32-sys",
  488. ]
  489. [[package]]
  490. name = "mutagen"
  491. version = "0.2.0"
  492. source = "git+https://github.com/llogiq/mutagen#a33213be69f3df987c057d2667d0a3399bc7f625"
  493. dependencies = [
  494. "mutagen-core",
  495. "mutagen-transform",
  496. ]
  497. [[package]]
  498. name = "mutagen-core"
  499. version = "0.2.0"
  500. source = "git+https://github.com/llogiq/mutagen#a33213be69f3df987c057d2667d0a3399bc7f625"
  501. dependencies = [
  502. "failure",
  503. "json",
  504. "lazy_static",
  505. "proc-macro2",
  506. "quote",
  507. "serde",
  508. "serde_json",
  509. "syn",
  510. ]
  511. [[package]]
  512. name = "mutagen-transform"
  513. version = "0.2.0"
  514. source = "git+https://github.com/llogiq/mutagen#a33213be69f3df987c057d2667d0a3399bc7f625"
  515. dependencies = [
  516. "mutagen-core",
  517. "proc-macro2",
  518. ]
  519. [[package]]
  520. name = "native-tls"
  521. version = "0.2.4"
  522. source = "registry+https://github.com/rust-lang/crates.io-index"
  523. checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
  524. dependencies = [
  525. "lazy_static",
  526. "libc",
  527. "log",
  528. "openssl",
  529. "openssl-probe",
  530. "openssl-sys",
  531. "schannel",
  532. "security-framework",
  533. "security-framework-sys",
  534. "tempfile",
  535. ]
  536. [[package]]
  537. name = "net2"
  538. version = "0.2.35"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. checksum = "3ebc3ec692ed7c9a255596c67808dee269f64655d8baf7b4f0638e51ba1d6853"
  541. dependencies = [
  542. "cfg-if 0.1.10",
  543. "libc",
  544. "winapi 0.3.9",
  545. ]
  546. [[package]]
  547. name = "object"
  548. version = "0.21.1"
  549. source = "registry+https://github.com/rust-lang/crates.io-index"
  550. checksum = "37fd5004feb2ce328a52b0b3d01dbf4ffff72583493900ed15f22d4111c51693"
  551. [[package]]
  552. name = "openssl"
  553. version = "0.10.30"
  554. source = "registry+https://github.com/rust-lang/crates.io-index"
  555. checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
  556. dependencies = [
  557. "bitflags",
  558. "cfg-if 0.1.10",
  559. "foreign-types",
  560. "lazy_static",
  561. "libc",
  562. "openssl-sys",
  563. ]
  564. [[package]]
  565. name = "openssl-probe"
  566. version = "0.1.2"
  567. source = "registry+https://github.com/rust-lang/crates.io-index"
  568. checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
  569. [[package]]
  570. name = "openssl-sys"
  571. version = "0.9.58"
  572. source = "registry+https://github.com/rust-lang/crates.io-index"
  573. checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
  574. dependencies = [
  575. "autocfg",
  576. "cc",
  577. "libc",
  578. "pkg-config",
  579. "vcpkg",
  580. ]
  581. [[package]]
  582. name = "output_vt100"
  583. version = "0.1.2"
  584. source = "registry+https://github.com/rust-lang/crates.io-index"
  585. checksum = "53cdc5b785b7a58c5aad8216b3dfa114df64b0b06ae6e1501cef91df2fbdf8f9"
  586. dependencies = [
  587. "winapi 0.3.9",
  588. ]
  589. [[package]]
  590. name = "pin-project"
  591. version = "0.4.27"
  592. source = "registry+https://github.com/rust-lang/crates.io-index"
  593. checksum = "2ffbc8e94b38ea3d2d8ba92aea2983b503cd75d0888d75b86bb37970b5698e15"
  594. dependencies = [
  595. "pin-project-internal",
  596. ]
  597. [[package]]
  598. name = "pin-project-internal"
  599. version = "0.4.27"
  600. source = "registry+https://github.com/rust-lang/crates.io-index"
  601. checksum = "65ad2ae56b6abe3a1ee25f15ee605bacadb9a764edaba9c2bf4103800d4a1895"
  602. dependencies = [
  603. "proc-macro2",
  604. "quote",
  605. "syn",
  606. ]
  607. [[package]]
  608. name = "pin-project-lite"
  609. version = "0.1.10"
  610. source = "registry+https://github.com/rust-lang/crates.io-index"
  611. checksum = "e555d9e657502182ac97b539fb3dae8b79cda19e3e4f8ffb5e8de4f18df93c95"
  612. [[package]]
  613. name = "pin-utils"
  614. version = "0.1.0"
  615. source = "registry+https://github.com/rust-lang/crates.io-index"
  616. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  617. [[package]]
  618. name = "pkg-config"
  619. version = "0.3.19"
  620. source = "registry+https://github.com/rust-lang/crates.io-index"
  621. checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
  622. [[package]]
  623. name = "ppv-lite86"
  624. version = "0.2.9"
  625. source = "registry+https://github.com/rust-lang/crates.io-index"
  626. checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
  627. [[package]]
  628. name = "pretty_assertions"
  629. version = "0.6.1"
  630. source = "registry+https://github.com/rust-lang/crates.io-index"
  631. checksum = "3f81e1644e1b54f5a68959a29aa86cde704219254669da328ecfdf6a1f09d427"
  632. dependencies = [
  633. "ansi_term 0.11.0",
  634. "ctor",
  635. "difference",
  636. "output_vt100",
  637. ]
  638. [[package]]
  639. name = "proc-macro2"
  640. version = "1.0.24"
  641. source = "registry+https://github.com/rust-lang/crates.io-index"
  642. checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
  643. dependencies = [
  644. "unicode-xid",
  645. ]
  646. [[package]]
  647. name = "quote"
  648. version = "1.0.7"
  649. source = "registry+https://github.com/rust-lang/crates.io-index"
  650. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  651. dependencies = [
  652. "proc-macro2",
  653. ]
  654. [[package]]
  655. name = "rand"
  656. version = "0.7.3"
  657. source = "registry+https://github.com/rust-lang/crates.io-index"
  658. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  659. dependencies = [
  660. "getrandom",
  661. "libc",
  662. "rand_chacha",
  663. "rand_core",
  664. "rand_hc",
  665. ]
  666. [[package]]
  667. name = "rand_chacha"
  668. version = "0.2.2"
  669. source = "registry+https://github.com/rust-lang/crates.io-index"
  670. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  671. dependencies = [
  672. "ppv-lite86",
  673. "rand_core",
  674. ]
  675. [[package]]
  676. name = "rand_core"
  677. version = "0.5.1"
  678. source = "registry+https://github.com/rust-lang/crates.io-index"
  679. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  680. dependencies = [
  681. "getrandom",
  682. ]
  683. [[package]]
  684. name = "rand_hc"
  685. version = "0.2.0"
  686. source = "registry+https://github.com/rust-lang/crates.io-index"
  687. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  688. dependencies = [
  689. "rand_core",
  690. ]
  691. [[package]]
  692. name = "redox_syscall"
  693. version = "0.1.57"
  694. source = "registry+https://github.com/rust-lang/crates.io-index"
  695. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  696. [[package]]
  697. name = "regex"
  698. version = "1.4.1"
  699. source = "registry+https://github.com/rust-lang/crates.io-index"
  700. checksum = "8963b85b8ce3074fecffde43b4b0dded83ce2f367dc8d363afc56679f3ee820b"
  701. dependencies = [
  702. "regex-syntax",
  703. ]
  704. [[package]]
  705. name = "regex-syntax"
  706. version = "0.6.20"
  707. source = "registry+https://github.com/rust-lang/crates.io-index"
  708. checksum = "8cab7a364d15cde1e505267766a2d3c4e22a843e1a601f0fa7564c0f82ced11c"
  709. [[package]]
  710. name = "remove_dir_all"
  711. version = "0.5.3"
  712. source = "registry+https://github.com/rust-lang/crates.io-index"
  713. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  714. dependencies = [
  715. "winapi 0.3.9",
  716. ]
  717. [[package]]
  718. name = "rustc-demangle"
  719. version = "0.1.18"
  720. source = "registry+https://github.com/rust-lang/crates.io-index"
  721. checksum = "6e3bad0ee36814ca07d7968269dd4b7ec89ec2da10c4bb613928d3077083c232"
  722. [[package]]
  723. name = "ryu"
  724. version = "1.0.5"
  725. source = "registry+https://github.com/rust-lang/crates.io-index"
  726. checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
  727. [[package]]
  728. name = "schannel"
  729. version = "0.1.19"
  730. source = "registry+https://github.com/rust-lang/crates.io-index"
  731. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  732. dependencies = [
  733. "lazy_static",
  734. "winapi 0.3.9",
  735. ]
  736. [[package]]
  737. name = "security-framework"
  738. version = "0.4.4"
  739. source = "registry+https://github.com/rust-lang/crates.io-index"
  740. checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
  741. dependencies = [
  742. "bitflags",
  743. "core-foundation",
  744. "core-foundation-sys",
  745. "libc",
  746. "security-framework-sys",
  747. ]
  748. [[package]]
  749. name = "security-framework-sys"
  750. version = "0.4.3"
  751. source = "registry+https://github.com/rust-lang/crates.io-index"
  752. checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
  753. dependencies = [
  754. "core-foundation-sys",
  755. "libc",
  756. ]
  757. [[package]]
  758. name = "serde"
  759. version = "1.0.117"
  760. source = "registry+https://github.com/rust-lang/crates.io-index"
  761. checksum = "b88fa983de7720629c9387e9f517353ed404164b1e482c970a90c1a4aaf7dc1a"
  762. dependencies = [
  763. "serde_derive",
  764. ]
  765. [[package]]
  766. name = "serde_derive"
  767. version = "1.0.117"
  768. source = "registry+https://github.com/rust-lang/crates.io-index"
  769. checksum = "cbd1ae72adb44aab48f325a02444a5fc079349a8d804c1fc922aed3f7454c74e"
  770. dependencies = [
  771. "proc-macro2",
  772. "quote",
  773. "syn",
  774. ]
  775. [[package]]
  776. name = "serde_json"
  777. version = "1.0.59"
  778. source = "registry+https://github.com/rust-lang/crates.io-index"
  779. checksum = "dcac07dbffa1c65e7f816ab9eba78eb142c6d44410f4eeba1e26e4f5dfa56b95"
  780. dependencies = [
  781. "itoa",
  782. "ryu",
  783. "serde",
  784. ]
  785. [[package]]
  786. name = "slab"
  787. version = "0.4.2"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  790. [[package]]
  791. name = "socket2"
  792. version = "0.3.15"
  793. source = "registry+https://github.com/rust-lang/crates.io-index"
  794. checksum = "b1fa70dc5c8104ec096f4fe7ede7a221d35ae13dcd19ba1ad9a81d2cab9a1c44"
  795. dependencies = [
  796. "cfg-if 0.1.10",
  797. "libc",
  798. "redox_syscall",
  799. "winapi 0.3.9",
  800. ]
  801. [[package]]
  802. name = "syn"
  803. version = "1.0.45"
  804. source = "registry+https://github.com/rust-lang/crates.io-index"
  805. checksum = "ea9c5432ff16d6152371f808fb5a871cd67368171b09bb21b43df8e4a47a3556"
  806. dependencies = [
  807. "proc-macro2",
  808. "quote",
  809. "unicode-xid",
  810. ]
  811. [[package]]
  812. name = "synstructure"
  813. version = "0.12.4"
  814. source = "registry+https://github.com/rust-lang/crates.io-index"
  815. checksum = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701"
  816. dependencies = [
  817. "proc-macro2",
  818. "quote",
  819. "syn",
  820. "unicode-xid",
  821. ]
  822. [[package]]
  823. name = "tempfile"
  824. version = "3.1.0"
  825. source = "registry+https://github.com/rust-lang/crates.io-index"
  826. checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
  827. dependencies = [
  828. "cfg-if 0.1.10",
  829. "libc",
  830. "rand",
  831. "redox_syscall",
  832. "remove_dir_all",
  833. "winapi 0.3.9",
  834. ]
  835. [[package]]
  836. name = "tokio"
  837. version = "0.2.22"
  838. source = "registry+https://github.com/rust-lang/crates.io-index"
  839. checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
  840. dependencies = [
  841. "bytes",
  842. "fnv",
  843. "futures-core",
  844. "iovec",
  845. "lazy_static",
  846. "memchr",
  847. "mio",
  848. "pin-project-lite",
  849. "slab",
  850. ]
  851. [[package]]
  852. name = "tokio-tls"
  853. version = "0.3.1"
  854. source = "registry+https://github.com/rust-lang/crates.io-index"
  855. checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
  856. dependencies = [
  857. "native-tls",
  858. "tokio",
  859. ]
  860. [[package]]
  861. name = "tokio-util"
  862. version = "0.3.1"
  863. source = "registry+https://github.com/rust-lang/crates.io-index"
  864. checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
  865. dependencies = [
  866. "bytes",
  867. "futures-core",
  868. "futures-sink",
  869. "log",
  870. "pin-project-lite",
  871. "tokio",
  872. ]
  873. [[package]]
  874. name = "tower-service"
  875. version = "0.3.0"
  876. source = "registry+https://github.com/rust-lang/crates.io-index"
  877. checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
  878. [[package]]
  879. name = "tracing"
  880. version = "0.1.21"
  881. source = "registry+https://github.com/rust-lang/crates.io-index"
  882. checksum = "b0987850db3733619253fe60e17cb59b82d37c7e6c0236bb81e4d6b87c879f27"
  883. dependencies = [
  884. "cfg-if 0.1.10",
  885. "log",
  886. "pin-project-lite",
  887. "tracing-core",
  888. ]
  889. [[package]]
  890. name = "tracing-core"
  891. version = "0.1.17"
  892. source = "registry+https://github.com/rust-lang/crates.io-index"
  893. checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
  894. dependencies = [
  895. "lazy_static",
  896. ]
  897. [[package]]
  898. name = "try-lock"
  899. version = "0.2.3"
  900. source = "registry+https://github.com/rust-lang/crates.io-index"
  901. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  902. [[package]]
  903. name = "unicode-width"
  904. version = "0.1.8"
  905. source = "registry+https://github.com/rust-lang/crates.io-index"
  906. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  907. [[package]]
  908. name = "unicode-xid"
  909. version = "0.2.1"
  910. source = "registry+https://github.com/rust-lang/crates.io-index"
  911. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  912. [[package]]
  913. name = "vcpkg"
  914. version = "0.2.10"
  915. source = "registry+https://github.com/rust-lang/crates.io-index"
  916. checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  917. [[package]]
  918. name = "want"
  919. version = "0.3.0"
  920. source = "registry+https://github.com/rust-lang/crates.io-index"
  921. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  922. dependencies = [
  923. "log",
  924. "try-lock",
  925. ]
  926. [[package]]
  927. name = "wasi"
  928. version = "0.9.0+wasi-snapshot-preview1"
  929. source = "registry+https://github.com/rust-lang/crates.io-index"
  930. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  931. [[package]]
  932. name = "winapi"
  933. version = "0.2.8"
  934. source = "registry+https://github.com/rust-lang/crates.io-index"
  935. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  936. [[package]]
  937. name = "winapi"
  938. version = "0.3.9"
  939. source = "registry+https://github.com/rust-lang/crates.io-index"
  940. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  941. dependencies = [
  942. "winapi-i686-pc-windows-gnu",
  943. "winapi-x86_64-pc-windows-gnu",
  944. ]
  945. [[package]]
  946. name = "winapi-build"
  947. version = "0.1.1"
  948. source = "registry+https://github.com/rust-lang/crates.io-index"
  949. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  950. [[package]]
  951. name = "winapi-i686-pc-windows-gnu"
  952. version = "0.4.0"
  953. source = "registry+https://github.com/rust-lang/crates.io-index"
  954. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  955. [[package]]
  956. name = "winapi-x86_64-pc-windows-gnu"
  957. version = "0.4.0"
  958. source = "registry+https://github.com/rust-lang/crates.io-index"
  959. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  960. [[package]]
  961. name = "ws2_32-sys"
  962. version = "0.2.1"
  963. source = "registry+https://github.com/rust-lang/crates.io-index"
  964. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  965. dependencies = [
  966. "winapi 0.2.8",
  967. "winapi-build",
  968. ]