Cargo.lock 23 KB

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