Bubble proxy service
您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 

2375 行
58 KiB

  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 = "ahash"
  18. version = "0.3.8"
  19. source = "registry+https://github.com/rust-lang/crates.io-index"
  20. checksum = "e8fd72866655d1904d6b0997d0b07ba561047d070fbe29de039031c641b61217"
  21. [[package]]
  22. name = "aho-corasick"
  23. version = "0.7.13"
  24. source = "registry+https://github.com/rust-lang/crates.io-index"
  25. checksum = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86"
  26. dependencies = [
  27. "memchr",
  28. ]
  29. [[package]]
  30. name = "ansi_term"
  31. version = "0.11.0"
  32. source = "registry+https://github.com/rust-lang/crates.io-index"
  33. checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  34. dependencies = [
  35. "winapi 0.3.9",
  36. ]
  37. [[package]]
  38. name = "arc-swap"
  39. version = "0.4.7"
  40. source = "registry+https://github.com/rust-lang/crates.io-index"
  41. checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
  42. [[package]]
  43. name = "async-trait"
  44. version = "0.1.40"
  45. source = "registry+https://github.com/rust-lang/crates.io-index"
  46. checksum = "687c230d85c0a52504709705fc8a53e4a692b83a2184f03dae73e38e1e93a783"
  47. dependencies = [
  48. "proc-macro2",
  49. "quote",
  50. "syn",
  51. ]
  52. [[package]]
  53. name = "atty"
  54. version = "0.2.14"
  55. source = "registry+https://github.com/rust-lang/crates.io-index"
  56. checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
  57. dependencies = [
  58. "hermit-abi",
  59. "libc",
  60. "winapi 0.3.9",
  61. ]
  62. [[package]]
  63. name = "autocfg"
  64. version = "0.1.7"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
  67. [[package]]
  68. name = "autocfg"
  69. version = "1.0.1"
  70. source = "registry+https://github.com/rust-lang/crates.io-index"
  71. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  72. [[package]]
  73. name = "backtrace"
  74. version = "0.3.50"
  75. source = "registry+https://github.com/rust-lang/crates.io-index"
  76. checksum = "46254cf2fdcdf1badb5934448c1bcbe046a56537b3987d96c51a7afc5d03f293"
  77. dependencies = [
  78. "addr2line",
  79. "cfg-if",
  80. "libc",
  81. "miniz_oxide",
  82. "object",
  83. "rustc-demangle",
  84. ]
  85. [[package]]
  86. name = "base64"
  87. version = "0.12.3"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. checksum = "3441f0f7b02788e948e47f457ca01f1d7e6d92c693bc132c22b087d3141c03ff"
  90. [[package]]
  91. name = "bcrypt"
  92. version = "0.6.3"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. checksum = "f055c8591efe08e03f534ee632672ea3643c3932e485f422107ec6cc1157b0ea"
  95. dependencies = [
  96. "base64",
  97. "blowfish",
  98. "byteorder",
  99. "lazy_static",
  100. "rand 0.7.3",
  101. ]
  102. [[package]]
  103. name = "bitflags"
  104. version = "0.5.0"
  105. source = "registry+https://github.com/rust-lang/crates.io-index"
  106. checksum = "4f67931368edf3a9a51d29886d245f1c3db2f1ef0dcc9e35ff70341b78c10d23"
  107. [[package]]
  108. name = "bitflags"
  109. version = "1.2.1"
  110. source = "registry+https://github.com/rust-lang/crates.io-index"
  111. checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  112. [[package]]
  113. name = "block-buffer"
  114. version = "0.7.3"
  115. source = "registry+https://github.com/rust-lang/crates.io-index"
  116. checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
  117. dependencies = [
  118. "block-padding",
  119. "byte-tools",
  120. "byteorder",
  121. "generic-array 0.12.3",
  122. ]
  123. [[package]]
  124. name = "block-buffer"
  125. version = "0.9.0"
  126. source = "registry+https://github.com/rust-lang/crates.io-index"
  127. checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
  128. dependencies = [
  129. "generic-array 0.14.4",
  130. ]
  131. [[package]]
  132. name = "block-cipher-trait"
  133. version = "0.6.2"
  134. source = "registry+https://github.com/rust-lang/crates.io-index"
  135. checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
  136. dependencies = [
  137. "generic-array 0.12.3",
  138. ]
  139. [[package]]
  140. name = "block-padding"
  141. version = "0.1.5"
  142. source = "registry+https://github.com/rust-lang/crates.io-index"
  143. checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
  144. dependencies = [
  145. "byte-tools",
  146. ]
  147. [[package]]
  148. name = "blowfish"
  149. version = "0.4.0"
  150. source = "registry+https://github.com/rust-lang/crates.io-index"
  151. checksum = "6aeb80d00f2688459b8542068abd974cfb101e7a82182414a99b5026c0d85cc3"
  152. dependencies = [
  153. "block-cipher-trait",
  154. "byteorder",
  155. "opaque-debug 0.2.3",
  156. ]
  157. [[package]]
  158. name = "bubble-flexrouter"
  159. version = "0.1.0"
  160. dependencies = [
  161. "bcrypt",
  162. "clap",
  163. "futures",
  164. "futures-channel",
  165. "futures-core",
  166. "futures-util",
  167. "http",
  168. "hyper",
  169. "hyper-tls",
  170. "lru",
  171. "pnet",
  172. "rand 0.7.3",
  173. "reqwest",
  174. "serde",
  175. "serde_derive",
  176. "tokio",
  177. "tower",
  178. "trust-dns-resolver",
  179. "warp",
  180. "whoami",
  181. ]
  182. [[package]]
  183. name = "buf_redux"
  184. version = "0.8.4"
  185. source = "registry+https://github.com/rust-lang/crates.io-index"
  186. checksum = "b953a6887648bb07a535631f2bc00fbdb2a2216f135552cb3f534ed136b9c07f"
  187. dependencies = [
  188. "memchr",
  189. "safemem",
  190. ]
  191. [[package]]
  192. name = "bumpalo"
  193. version = "3.4.0"
  194. source = "registry+https://github.com/rust-lang/crates.io-index"
  195. checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
  196. [[package]]
  197. name = "byte-tools"
  198. version = "0.3.1"
  199. source = "registry+https://github.com/rust-lang/crates.io-index"
  200. checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
  201. [[package]]
  202. name = "byteorder"
  203. version = "1.3.4"
  204. source = "registry+https://github.com/rust-lang/crates.io-index"
  205. checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  206. [[package]]
  207. name = "bytes"
  208. version = "0.5.6"
  209. source = "registry+https://github.com/rust-lang/crates.io-index"
  210. checksum = "0e4cec68f03f32e44924783795810fa50a7035d8c8ebe78580ad7e6c703fba38"
  211. [[package]]
  212. name = "cc"
  213. version = "1.0.59"
  214. source = "registry+https://github.com/rust-lang/crates.io-index"
  215. checksum = "66120af515773fb005778dc07c261bd201ec8ce50bd6e7144c927753fe013381"
  216. [[package]]
  217. name = "cfg-if"
  218. version = "0.1.10"
  219. source = "registry+https://github.com/rust-lang/crates.io-index"
  220. checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
  221. [[package]]
  222. name = "clap"
  223. version = "2.33.3"
  224. source = "registry+https://github.com/rust-lang/crates.io-index"
  225. checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
  226. dependencies = [
  227. "ansi_term",
  228. "atty",
  229. "bitflags 1.2.1",
  230. "strsim",
  231. "textwrap",
  232. "unicode-width",
  233. "vec_map",
  234. ]
  235. [[package]]
  236. name = "cloudabi"
  237. version = "0.0.3"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
  240. dependencies = [
  241. "bitflags 1.2.1",
  242. ]
  243. [[package]]
  244. name = "core-foundation"
  245. version = "0.7.0"
  246. source = "registry+https://github.com/rust-lang/crates.io-index"
  247. checksum = "57d24c7a13c43e870e37c1556b74555437870a04514f7685f5b354e090567171"
  248. dependencies = [
  249. "core-foundation-sys",
  250. "libc",
  251. ]
  252. [[package]]
  253. name = "core-foundation-sys"
  254. version = "0.7.0"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. checksum = "b3a71ab494c0b5b860bdc8407ae08978052417070c2ced38573a9157ad75b8ac"
  257. [[package]]
  258. name = "cpuid-bool"
  259. version = "0.1.2"
  260. source = "registry+https://github.com/rust-lang/crates.io-index"
  261. checksum = "8aebca1129a03dc6dc2b127edd729435bbc4a37e1d5f4d7513165089ceb02634"
  262. [[package]]
  263. name = "digest"
  264. version = "0.8.1"
  265. source = "registry+https://github.com/rust-lang/crates.io-index"
  266. checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
  267. dependencies = [
  268. "generic-array 0.12.3",
  269. ]
  270. [[package]]
  271. name = "digest"
  272. version = "0.9.0"
  273. source = "registry+https://github.com/rust-lang/crates.io-index"
  274. checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
  275. dependencies = [
  276. "generic-array 0.14.4",
  277. ]
  278. [[package]]
  279. name = "dtoa"
  280. version = "0.4.6"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. checksum = "134951f4028bdadb9b84baf4232681efbf277da25144b9b0ad65df75946c422b"
  283. [[package]]
  284. name = "encoding_rs"
  285. version = "0.8.24"
  286. source = "registry+https://github.com/rust-lang/crates.io-index"
  287. checksum = "a51b8cf747471cb9499b6d59e59b0444f4c90eba8968c4e44874e92b5b64ace2"
  288. dependencies = [
  289. "cfg-if",
  290. ]
  291. [[package]]
  292. name = "enum-as-inner"
  293. version = "0.3.3"
  294. source = "registry+https://github.com/rust-lang/crates.io-index"
  295. checksum = "7c5f0096a91d210159eceb2ff5e1c4da18388a170e1e3ce948aac9c8fdbbf595"
  296. dependencies = [
  297. "heck",
  298. "proc-macro2",
  299. "quote",
  300. "syn",
  301. ]
  302. [[package]]
  303. name = "fake-simd"
  304. version = "0.1.2"
  305. source = "registry+https://github.com/rust-lang/crates.io-index"
  306. checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
  307. [[package]]
  308. name = "fnv"
  309. version = "1.0.7"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  312. [[package]]
  313. name = "foreign-types"
  314. version = "0.3.2"
  315. source = "registry+https://github.com/rust-lang/crates.io-index"
  316. checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
  317. dependencies = [
  318. "foreign-types-shared",
  319. ]
  320. [[package]]
  321. name = "foreign-types-shared"
  322. version = "0.1.1"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
  325. [[package]]
  326. name = "fuchsia-cprng"
  327. version = "0.1.1"
  328. source = "registry+https://github.com/rust-lang/crates.io-index"
  329. checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
  330. [[package]]
  331. name = "fuchsia-zircon"
  332. version = "0.3.3"
  333. source = "registry+https://github.com/rust-lang/crates.io-index"
  334. checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
  335. dependencies = [
  336. "bitflags 1.2.1",
  337. "fuchsia-zircon-sys",
  338. ]
  339. [[package]]
  340. name = "fuchsia-zircon-sys"
  341. version = "0.3.3"
  342. source = "registry+https://github.com/rust-lang/crates.io-index"
  343. checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
  344. [[package]]
  345. name = "futures"
  346. version = "0.3.5"
  347. source = "registry+https://github.com/rust-lang/crates.io-index"
  348. checksum = "1e05b85ec287aac0dc34db7d4a569323df697f9c55b99b15d6b4ef8cde49f613"
  349. dependencies = [
  350. "futures-channel",
  351. "futures-core",
  352. "futures-executor",
  353. "futures-io",
  354. "futures-sink",
  355. "futures-task",
  356. "futures-util",
  357. ]
  358. [[package]]
  359. name = "futures-channel"
  360. version = "0.3.5"
  361. source = "registry+https://github.com/rust-lang/crates.io-index"
  362. checksum = "f366ad74c28cca6ba456d95e6422883cfb4b252a83bed929c83abfdbbf2967d5"
  363. dependencies = [
  364. "futures-core",
  365. "futures-sink",
  366. ]
  367. [[package]]
  368. name = "futures-core"
  369. version = "0.3.5"
  370. source = "registry+https://github.com/rust-lang/crates.io-index"
  371. checksum = "59f5fff90fd5d971f936ad674802482ba441b6f09ba5e15fd8b39145582ca399"
  372. [[package]]
  373. name = "futures-executor"
  374. version = "0.3.5"
  375. source = "registry+https://github.com/rust-lang/crates.io-index"
  376. checksum = "10d6bb888be1153d3abeb9006b11b02cf5e9b209fda28693c31ae1e4e012e314"
  377. dependencies = [
  378. "futures-core",
  379. "futures-task",
  380. "futures-util",
  381. ]
  382. [[package]]
  383. name = "futures-io"
  384. version = "0.3.5"
  385. source = "registry+https://github.com/rust-lang/crates.io-index"
  386. checksum = "de27142b013a8e869c14957e6d2edeef89e97c289e69d042ee3a49acd8b51789"
  387. [[package]]
  388. name = "futures-macro"
  389. version = "0.3.5"
  390. source = "registry+https://github.com/rust-lang/crates.io-index"
  391. checksum = "d0b5a30a4328ab5473878237c447333c093297bded83a4983d10f4deea240d39"
  392. dependencies = [
  393. "proc-macro-hack",
  394. "proc-macro2",
  395. "quote",
  396. "syn",
  397. ]
  398. [[package]]
  399. name = "futures-sink"
  400. version = "0.3.5"
  401. source = "registry+https://github.com/rust-lang/crates.io-index"
  402. checksum = "3f2032893cb734c7a05d85ce0cc8b8c4075278e93b24b66f9de99d6eb0fa8acc"
  403. [[package]]
  404. name = "futures-task"
  405. version = "0.3.5"
  406. source = "registry+https://github.com/rust-lang/crates.io-index"
  407. checksum = "bdb66b5f09e22019b1ab0830f7785bcea8e7a42148683f99214f73f8ec21a626"
  408. dependencies = [
  409. "once_cell",
  410. ]
  411. [[package]]
  412. name = "futures-util"
  413. version = "0.3.5"
  414. source = "registry+https://github.com/rust-lang/crates.io-index"
  415. checksum = "8764574ff08b701a084482c3c7031349104b07ac897393010494beaa18ce32c6"
  416. dependencies = [
  417. "futures-channel",
  418. "futures-core",
  419. "futures-io",
  420. "futures-macro",
  421. "futures-sink",
  422. "futures-task",
  423. "memchr",
  424. "pin-project",
  425. "pin-utils",
  426. "proc-macro-hack",
  427. "proc-macro-nested",
  428. "slab",
  429. ]
  430. [[package]]
  431. name = "generic-array"
  432. version = "0.12.3"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
  435. dependencies = [
  436. "typenum",
  437. ]
  438. [[package]]
  439. name = "generic-array"
  440. version = "0.14.4"
  441. source = "registry+https://github.com/rust-lang/crates.io-index"
  442. checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
  443. dependencies = [
  444. "typenum",
  445. "version_check",
  446. ]
  447. [[package]]
  448. name = "getrandom"
  449. version = "0.1.14"
  450. source = "registry+https://github.com/rust-lang/crates.io-index"
  451. checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
  452. dependencies = [
  453. "cfg-if",
  454. "libc",
  455. "wasi 0.9.0+wasi-snapshot-preview1",
  456. ]
  457. [[package]]
  458. name = "gimli"
  459. version = "0.22.0"
  460. source = "registry+https://github.com/rust-lang/crates.io-index"
  461. checksum = "aaf91faf136cb47367fa430cd46e37a788775e7fa104f8b4bcb3861dc389b724"
  462. [[package]]
  463. name = "glob"
  464. version = "0.2.11"
  465. source = "registry+https://github.com/rust-lang/crates.io-index"
  466. checksum = "8be18de09a56b60ed0edf84bc9df007e30040691af7acd1c41874faac5895bfb"
  467. [[package]]
  468. name = "h2"
  469. version = "0.2.6"
  470. source = "registry+https://github.com/rust-lang/crates.io-index"
  471. checksum = "993f9e0baeed60001cf565546b0d3dbe6a6ad23f2bd31644a133c641eccf6d53"
  472. dependencies = [
  473. "bytes",
  474. "fnv",
  475. "futures-core",
  476. "futures-sink",
  477. "futures-util",
  478. "http",
  479. "indexmap",
  480. "slab",
  481. "tokio",
  482. "tokio-util",
  483. "tracing",
  484. ]
  485. [[package]]
  486. name = "hashbrown"
  487. version = "0.8.2"
  488. source = "registry+https://github.com/rust-lang/crates.io-index"
  489. checksum = "e91b62f79061a0bc2e046024cb7ba44b08419ed238ecbd9adbd787434b9e8c25"
  490. dependencies = [
  491. "ahash",
  492. "autocfg 1.0.1",
  493. ]
  494. [[package]]
  495. name = "headers"
  496. version = "0.3.2"
  497. source = "registry+https://github.com/rust-lang/crates.io-index"
  498. checksum = "ed18eb2459bf1a09ad2d6b1547840c3e5e62882fa09b9a6a20b1de8e3228848f"
  499. dependencies = [
  500. "base64",
  501. "bitflags 1.2.1",
  502. "bytes",
  503. "headers-core",
  504. "http",
  505. "mime",
  506. "sha-1 0.8.2",
  507. "time",
  508. ]
  509. [[package]]
  510. name = "headers-core"
  511. version = "0.2.0"
  512. source = "registry+https://github.com/rust-lang/crates.io-index"
  513. checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
  514. dependencies = [
  515. "http",
  516. ]
  517. [[package]]
  518. name = "heck"
  519. version = "0.3.1"
  520. source = "registry+https://github.com/rust-lang/crates.io-index"
  521. checksum = "20564e78d53d2bb135c343b3f47714a56af2061f1c928fdb541dc7b9fdd94205"
  522. dependencies = [
  523. "unicode-segmentation",
  524. ]
  525. [[package]]
  526. name = "hermit-abi"
  527. version = "0.1.15"
  528. source = "registry+https://github.com/rust-lang/crates.io-index"
  529. checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
  530. dependencies = [
  531. "libc",
  532. ]
  533. [[package]]
  534. name = "hostname"
  535. version = "0.3.1"
  536. source = "registry+https://github.com/rust-lang/crates.io-index"
  537. checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
  538. dependencies = [
  539. "libc",
  540. "match_cfg",
  541. "winapi 0.3.9",
  542. ]
  543. [[package]]
  544. name = "http"
  545. version = "0.2.1"
  546. source = "registry+https://github.com/rust-lang/crates.io-index"
  547. checksum = "28d569972648b2c512421b5f2a405ad6ac9666547189d0c5477a3f200f3e02f9"
  548. dependencies = [
  549. "bytes",
  550. "fnv",
  551. "itoa",
  552. ]
  553. [[package]]
  554. name = "http-body"
  555. version = "0.3.1"
  556. source = "registry+https://github.com/rust-lang/crates.io-index"
  557. checksum = "13d5ff830006f7646652e057693569bfe0d51760c0085a071769d142a205111b"
  558. dependencies = [
  559. "bytes",
  560. "http",
  561. ]
  562. [[package]]
  563. name = "httparse"
  564. version = "1.3.4"
  565. source = "registry+https://github.com/rust-lang/crates.io-index"
  566. checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
  567. [[package]]
  568. name = "hyper"
  569. version = "0.13.7"
  570. source = "registry+https://github.com/rust-lang/crates.io-index"
  571. checksum = "3e68a8dd9716185d9e64ea473ea6ef63529252e3e27623295a0378a19665d5eb"
  572. dependencies = [
  573. "bytes",
  574. "futures-channel",
  575. "futures-core",
  576. "futures-util",
  577. "h2",
  578. "http",
  579. "http-body",
  580. "httparse",
  581. "itoa",
  582. "pin-project",
  583. "socket2",
  584. "time",
  585. "tokio",
  586. "tower-service",
  587. "tracing",
  588. "want",
  589. ]
  590. [[package]]
  591. name = "hyper-tls"
  592. version = "0.4.3"
  593. source = "registry+https://github.com/rust-lang/crates.io-index"
  594. checksum = "d979acc56dcb5b8dddba3917601745e877576475aa046df3226eabdecef78eed"
  595. dependencies = [
  596. "bytes",
  597. "hyper",
  598. "native-tls",
  599. "tokio",
  600. "tokio-tls",
  601. ]
  602. [[package]]
  603. name = "idna"
  604. version = "0.2.0"
  605. source = "registry+https://github.com/rust-lang/crates.io-index"
  606. checksum = "02e2673c30ee86b5b96a9cb52ad15718aa1f966f5ab9ad54a8b95d5ca33120a9"
  607. dependencies = [
  608. "matches",
  609. "unicode-bidi",
  610. "unicode-normalization",
  611. ]
  612. [[package]]
  613. name = "indexmap"
  614. version = "1.5.2"
  615. source = "registry+https://github.com/rust-lang/crates.io-index"
  616. checksum = "4e47a3566dd4fd4eec714ae6ceabdee0caec795be835c223d92c2d40f1e8cf1c"
  617. dependencies = [
  618. "autocfg 1.0.1",
  619. "hashbrown",
  620. ]
  621. [[package]]
  622. name = "input_buffer"
  623. version = "0.3.1"
  624. source = "registry+https://github.com/rust-lang/crates.io-index"
  625. checksum = "19a8a95243d5a0398cae618ec29477c6e3cb631152be5c19481f80bc71559754"
  626. dependencies = [
  627. "bytes",
  628. ]
  629. [[package]]
  630. name = "iovec"
  631. version = "0.1.4"
  632. source = "registry+https://github.com/rust-lang/crates.io-index"
  633. checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
  634. dependencies = [
  635. "libc",
  636. ]
  637. [[package]]
  638. name = "ipconfig"
  639. version = "0.2.2"
  640. source = "registry+https://github.com/rust-lang/crates.io-index"
  641. checksum = "f7e2f18aece9709094573a9f24f483c4f65caa4298e2f7ae1b71cc65d853fad7"
  642. dependencies = [
  643. "socket2",
  644. "widestring",
  645. "winapi 0.3.9",
  646. "winreg 0.6.2",
  647. ]
  648. [[package]]
  649. name = "ipnet"
  650. version = "2.3.0"
  651. source = "registry+https://github.com/rust-lang/crates.io-index"
  652. checksum = "47be2f14c678be2fdcab04ab1171db51b2762ce6f0a8ee87c8dd4a04ed216135"
  653. [[package]]
  654. name = "ipnetwork"
  655. version = "0.16.0"
  656. source = "registry+https://github.com/rust-lang/crates.io-index"
  657. checksum = "b8eca9f51da27bc908ef3dd85c21e1bbba794edaf94d7841e37356275b82d31e"
  658. dependencies = [
  659. "serde",
  660. ]
  661. [[package]]
  662. name = "itoa"
  663. version = "0.4.6"
  664. source = "registry+https://github.com/rust-lang/crates.io-index"
  665. checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
  666. [[package]]
  667. name = "js-sys"
  668. version = "0.3.44"
  669. source = "registry+https://github.com/rust-lang/crates.io-index"
  670. checksum = "85a7e2c92a4804dd459b86c339278d0fe87cf93757fae222c3fa3ae75458bc73"
  671. dependencies = [
  672. "wasm-bindgen",
  673. ]
  674. [[package]]
  675. name = "kernel32-sys"
  676. version = "0.2.2"
  677. source = "registry+https://github.com/rust-lang/crates.io-index"
  678. checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
  679. dependencies = [
  680. "winapi 0.2.8",
  681. "winapi-build",
  682. ]
  683. [[package]]
  684. name = "lazy_static"
  685. version = "1.4.0"
  686. source = "registry+https://github.com/rust-lang/crates.io-index"
  687. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  688. [[package]]
  689. name = "libc"
  690. version = "0.2.76"
  691. source = "registry+https://github.com/rust-lang/crates.io-index"
  692. checksum = "755456fae044e6fa1ebbbd1b3e902ae19e73097ed4ed87bb79934a867c007bc3"
  693. [[package]]
  694. name = "linked-hash-map"
  695. version = "0.5.3"
  696. source = "registry+https://github.com/rust-lang/crates.io-index"
  697. checksum = "8dd5a6d5999d9907cda8ed67bbd137d3af8085216c2ac62de5be860bd41f304a"
  698. [[package]]
  699. name = "log"
  700. version = "0.3.9"
  701. source = "registry+https://github.com/rust-lang/crates.io-index"
  702. checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
  703. dependencies = [
  704. "log 0.4.11",
  705. ]
  706. [[package]]
  707. name = "log"
  708. version = "0.4.11"
  709. source = "registry+https://github.com/rust-lang/crates.io-index"
  710. checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
  711. dependencies = [
  712. "cfg-if",
  713. ]
  714. [[package]]
  715. name = "lru"
  716. version = "0.6.0"
  717. source = "registry+https://github.com/rust-lang/crates.io-index"
  718. checksum = "111b945ac72ec09eb7bc62a0fbdc3cc6e80555a7245f52a69d3921a75b53b153"
  719. dependencies = [
  720. "hashbrown",
  721. ]
  722. [[package]]
  723. name = "lru-cache"
  724. version = "0.1.2"
  725. source = "registry+https://github.com/rust-lang/crates.io-index"
  726. checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
  727. dependencies = [
  728. "linked-hash-map",
  729. ]
  730. [[package]]
  731. name = "match_cfg"
  732. version = "0.1.0"
  733. source = "registry+https://github.com/rust-lang/crates.io-index"
  734. checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
  735. [[package]]
  736. name = "matches"
  737. version = "0.1.8"
  738. source = "registry+https://github.com/rust-lang/crates.io-index"
  739. checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
  740. [[package]]
  741. name = "memchr"
  742. version = "2.3.3"
  743. source = "registry+https://github.com/rust-lang/crates.io-index"
  744. checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
  745. [[package]]
  746. name = "mime"
  747. version = "0.3.16"
  748. source = "registry+https://github.com/rust-lang/crates.io-index"
  749. checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
  750. [[package]]
  751. name = "mime_guess"
  752. version = "2.0.3"
  753. source = "registry+https://github.com/rust-lang/crates.io-index"
  754. checksum = "2684d4c2e97d99848d30b324b00c8fcc7e5c897b7cbb5819b09e7c90e8baf212"
  755. dependencies = [
  756. "mime",
  757. "unicase",
  758. ]
  759. [[package]]
  760. name = "miniz_oxide"
  761. version = "0.4.1"
  762. source = "registry+https://github.com/rust-lang/crates.io-index"
  763. checksum = "4d7559a8a40d0f97e1edea3220f698f78b1c5ab67532e49f68fde3910323b722"
  764. dependencies = [
  765. "adler",
  766. ]
  767. [[package]]
  768. name = "mio"
  769. version = "0.6.22"
  770. source = "registry+https://github.com/rust-lang/crates.io-index"
  771. checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
  772. dependencies = [
  773. "cfg-if",
  774. "fuchsia-zircon",
  775. "fuchsia-zircon-sys",
  776. "iovec",
  777. "kernel32-sys",
  778. "libc",
  779. "log 0.4.11",
  780. "miow 0.2.1",
  781. "net2",
  782. "slab",
  783. "winapi 0.2.8",
  784. ]
  785. [[package]]
  786. name = "mio-named-pipes"
  787. version = "0.1.7"
  788. source = "registry+https://github.com/rust-lang/crates.io-index"
  789. checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
  790. dependencies = [
  791. "log 0.4.11",
  792. "mio",
  793. "miow 0.3.5",
  794. "winapi 0.3.9",
  795. ]
  796. [[package]]
  797. name = "mio-uds"
  798. version = "0.6.8"
  799. source = "registry+https://github.com/rust-lang/crates.io-index"
  800. checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
  801. dependencies = [
  802. "iovec",
  803. "libc",
  804. "mio",
  805. ]
  806. [[package]]
  807. name = "miow"
  808. version = "0.2.1"
  809. source = "registry+https://github.com/rust-lang/crates.io-index"
  810. checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
  811. dependencies = [
  812. "kernel32-sys",
  813. "net2",
  814. "winapi 0.2.8",
  815. "ws2_32-sys",
  816. ]
  817. [[package]]
  818. name = "miow"
  819. version = "0.3.5"
  820. source = "registry+https://github.com/rust-lang/crates.io-index"
  821. checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
  822. dependencies = [
  823. "socket2",
  824. "winapi 0.3.9",
  825. ]
  826. [[package]]
  827. name = "multipart"
  828. version = "0.17.0"
  829. source = "registry+https://github.com/rust-lang/crates.io-index"
  830. checksum = "8209c33c951f07387a8497841122fc6f712165e3f9bda3e6be4645b58188f676"
  831. dependencies = [
  832. "buf_redux",
  833. "httparse",
  834. "log 0.4.11",
  835. "mime",
  836. "mime_guess",
  837. "quick-error",
  838. "rand 0.6.5",
  839. "safemem",
  840. "tempfile",
  841. "twoway",
  842. ]
  843. [[package]]
  844. name = "native-tls"
  845. version = "0.2.4"
  846. source = "registry+https://github.com/rust-lang/crates.io-index"
  847. checksum = "2b0d88c06fe90d5ee94048ba40409ef1d9315d86f6f38c2efdaad4fb50c58b2d"
  848. dependencies = [
  849. "lazy_static",
  850. "libc",
  851. "log 0.4.11",
  852. "openssl",
  853. "openssl-probe",
  854. "openssl-sys",
  855. "schannel",
  856. "security-framework",
  857. "security-framework-sys",
  858. "tempfile",
  859. ]
  860. [[package]]
  861. name = "net2"
  862. version = "0.2.34"
  863. source = "registry+https://github.com/rust-lang/crates.io-index"
  864. checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
  865. dependencies = [
  866. "cfg-if",
  867. "libc",
  868. "winapi 0.3.9",
  869. ]
  870. [[package]]
  871. name = "num_cpus"
  872. version = "1.13.0"
  873. source = "registry+https://github.com/rust-lang/crates.io-index"
  874. checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
  875. dependencies = [
  876. "hermit-abi",
  877. "libc",
  878. ]
  879. [[package]]
  880. name = "object"
  881. version = "0.20.0"
  882. source = "registry+https://github.com/rust-lang/crates.io-index"
  883. checksum = "1ab52be62400ca80aa00285d25253d7f7c437b7375c4de678f5405d3afe82ca5"
  884. [[package]]
  885. name = "once_cell"
  886. version = "1.4.1"
  887. source = "registry+https://github.com/rust-lang/crates.io-index"
  888. checksum = "260e51e7efe62b592207e9e13a68e43692a7a279171d6ba57abd208bf23645ad"
  889. [[package]]
  890. name = "opaque-debug"
  891. version = "0.2.3"
  892. source = "registry+https://github.com/rust-lang/crates.io-index"
  893. checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
  894. [[package]]
  895. name = "opaque-debug"
  896. version = "0.3.0"
  897. source = "registry+https://github.com/rust-lang/crates.io-index"
  898. checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
  899. [[package]]
  900. name = "openssl"
  901. version = "0.10.30"
  902. source = "registry+https://github.com/rust-lang/crates.io-index"
  903. checksum = "8d575eff3665419f9b83678ff2815858ad9d11567e082f5ac1814baba4e2bcb4"
  904. dependencies = [
  905. "bitflags 1.2.1",
  906. "cfg-if",
  907. "foreign-types",
  908. "lazy_static",
  909. "libc",
  910. "openssl-sys",
  911. ]
  912. [[package]]
  913. name = "openssl-probe"
  914. version = "0.1.2"
  915. source = "registry+https://github.com/rust-lang/crates.io-index"
  916. checksum = "77af24da69f9d9341038eba93a073b1fdaaa1b788221b00a69bce9e762cb32de"
  917. [[package]]
  918. name = "openssl-sys"
  919. version = "0.9.58"
  920. source = "registry+https://github.com/rust-lang/crates.io-index"
  921. checksum = "a842db4709b604f0fe5d1170ae3565899be2ad3d9cbc72dedc789ac0511f78de"
  922. dependencies = [
  923. "autocfg 1.0.1",
  924. "cc",
  925. "libc",
  926. "pkg-config",
  927. "vcpkg",
  928. ]
  929. [[package]]
  930. name = "percent-encoding"
  931. version = "2.1.0"
  932. source = "registry+https://github.com/rust-lang/crates.io-index"
  933. checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
  934. [[package]]
  935. name = "pin-project"
  936. version = "0.4.23"
  937. source = "registry+https://github.com/rust-lang/crates.io-index"
  938. checksum = "ca4433fff2ae79342e497d9f8ee990d174071408f28f726d6d83af93e58e48aa"
  939. dependencies = [
  940. "pin-project-internal",
  941. ]
  942. [[package]]
  943. name = "pin-project-internal"
  944. version = "0.4.23"
  945. source = "registry+https://github.com/rust-lang/crates.io-index"
  946. checksum = "2c0e815c3ee9a031fdf5af21c10aa17c573c9c6a566328d99e3936c34e36461f"
  947. dependencies = [
  948. "proc-macro2",
  949. "quote",
  950. "syn",
  951. ]
  952. [[package]]
  953. name = "pin-project-lite"
  954. version = "0.1.7"
  955. source = "registry+https://github.com/rust-lang/crates.io-index"
  956. checksum = "282adbf10f2698a7a77f8e983a74b2d18176c19a7fd32a45446139ae7b02b715"
  957. [[package]]
  958. name = "pin-utils"
  959. version = "0.1.0"
  960. source = "registry+https://github.com/rust-lang/crates.io-index"
  961. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  962. [[package]]
  963. name = "pkg-config"
  964. version = "0.3.18"
  965. source = "registry+https://github.com/rust-lang/crates.io-index"
  966. checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
  967. [[package]]
  968. name = "pnet"
  969. version = "0.26.0"
  970. source = "registry+https://github.com/rust-lang/crates.io-index"
  971. checksum = "c62df42dcd72f6f2a658bcf38509f1027df1440ac85f1af4badbe034418302dc"
  972. dependencies = [
  973. "ipnetwork",
  974. "pnet_base",
  975. "pnet_datalink",
  976. "pnet_packet",
  977. "pnet_sys",
  978. "pnet_transport",
  979. ]
  980. [[package]]
  981. name = "pnet_base"
  982. version = "0.26.0"
  983. source = "registry+https://github.com/rust-lang/crates.io-index"
  984. checksum = "b7cd5f7e15220afa66b0a9a62841ea10089f39dcaa1c29752c0b22dfc03111b5"
  985. [[package]]
  986. name = "pnet_datalink"
  987. version = "0.26.0"
  988. source = "registry+https://github.com/rust-lang/crates.io-index"
  989. checksum = "7318ae1d6e0b7fa1e49933233c9473f2b72d3d18b97e70e2716c6415dde5f915"
  990. dependencies = [
  991. "ipnetwork",
  992. "libc",
  993. "pnet_base",
  994. "pnet_sys",
  995. "winapi 0.2.8",
  996. ]
  997. [[package]]
  998. name = "pnet_macros"
  999. version = "0.26.0"
  1000. source = "registry+https://github.com/rust-lang/crates.io-index"
  1001. checksum = "bbbd5c52c6e04aa720400f9c71cd0e8bcb38cd13421d5caabd9035e9efa47de9"
  1002. dependencies = [
  1003. "regex",
  1004. "syntex",
  1005. "syntex_syntax",
  1006. ]
  1007. [[package]]
  1008. name = "pnet_macros_support"
  1009. version = "0.26.0"
  1010. source = "registry+https://github.com/rust-lang/crates.io-index"
  1011. checksum = "daf9c5c0c36766d0a4da9ab268c0700771b8ec367b9463fd678109fa28463c5b"
  1012. dependencies = [
  1013. "pnet_base",
  1014. ]
  1015. [[package]]
  1016. name = "pnet_packet"
  1017. version = "0.26.0"
  1018. source = "registry+https://github.com/rust-lang/crates.io-index"
  1019. checksum = "89e26a864d71d0ac51a549cf40283c44ed1b8f98168545638a4730ef9f560283"
  1020. dependencies = [
  1021. "glob",
  1022. "pnet_base",
  1023. "pnet_macros",
  1024. "pnet_macros_support",
  1025. "syntex",
  1026. ]
  1027. [[package]]
  1028. name = "pnet_sys"
  1029. version = "0.26.0"
  1030. source = "registry+https://github.com/rust-lang/crates.io-index"
  1031. checksum = "73f0de0c52609f157b25d79ce24d9016ab1bbf10cde761397200d634a833872c"
  1032. dependencies = [
  1033. "libc",
  1034. "winapi 0.2.8",
  1035. "ws2_32-sys",
  1036. ]
  1037. [[package]]
  1038. name = "pnet_transport"
  1039. version = "0.26.0"
  1040. source = "registry+https://github.com/rust-lang/crates.io-index"
  1041. checksum = "6712ab76534340494d849e3c51c64a6261e4b451337b7c05bd3681e384c48b10"
  1042. dependencies = [
  1043. "libc",
  1044. "pnet_base",
  1045. "pnet_packet",
  1046. "pnet_sys",
  1047. ]
  1048. [[package]]
  1049. name = "ppv-lite86"
  1050. version = "0.2.9"
  1051. source = "registry+https://github.com/rust-lang/crates.io-index"
  1052. checksum = "c36fa947111f5c62a733b652544dd0016a43ce89619538a8ef92724a6f501a20"
  1053. [[package]]
  1054. name = "proc-macro-hack"
  1055. version = "0.5.18"
  1056. source = "registry+https://github.com/rust-lang/crates.io-index"
  1057. checksum = "99c605b9a0adc77b7211c6b1f722dcb613d68d66859a44f3d485a6da332b0598"
  1058. [[package]]
  1059. name = "proc-macro-nested"
  1060. version = "0.1.6"
  1061. source = "registry+https://github.com/rust-lang/crates.io-index"
  1062. checksum = "eba180dafb9038b050a4c280019bbedf9f2467b61e5d892dcad585bb57aadc5a"
  1063. [[package]]
  1064. name = "proc-macro2"
  1065. version = "1.0.20"
  1066. source = "registry+https://github.com/rust-lang/crates.io-index"
  1067. checksum = "175c513d55719db99da20232b06cda8bab6b83ec2d04e3283edf0213c37c1a29"
  1068. dependencies = [
  1069. "unicode-xid 0.2.1",
  1070. ]
  1071. [[package]]
  1072. name = "quick-error"
  1073. version = "1.2.3"
  1074. source = "registry+https://github.com/rust-lang/crates.io-index"
  1075. checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
  1076. [[package]]
  1077. name = "quote"
  1078. version = "1.0.7"
  1079. source = "registry+https://github.com/rust-lang/crates.io-index"
  1080. checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
  1081. dependencies = [
  1082. "proc-macro2",
  1083. ]
  1084. [[package]]
  1085. name = "rand"
  1086. version = "0.6.5"
  1087. source = "registry+https://github.com/rust-lang/crates.io-index"
  1088. checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
  1089. dependencies = [
  1090. "autocfg 0.1.7",
  1091. "libc",
  1092. "rand_chacha 0.1.1",
  1093. "rand_core 0.4.2",
  1094. "rand_hc 0.1.0",
  1095. "rand_isaac",
  1096. "rand_jitter",
  1097. "rand_os",
  1098. "rand_pcg",
  1099. "rand_xorshift",
  1100. "winapi 0.3.9",
  1101. ]
  1102. [[package]]
  1103. name = "rand"
  1104. version = "0.7.3"
  1105. source = "registry+https://github.com/rust-lang/crates.io-index"
  1106. checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
  1107. dependencies = [
  1108. "getrandom",
  1109. "libc",
  1110. "rand_chacha 0.2.2",
  1111. "rand_core 0.5.1",
  1112. "rand_hc 0.2.0",
  1113. ]
  1114. [[package]]
  1115. name = "rand_chacha"
  1116. version = "0.1.1"
  1117. source = "registry+https://github.com/rust-lang/crates.io-index"
  1118. checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
  1119. dependencies = [
  1120. "autocfg 0.1.7",
  1121. "rand_core 0.3.1",
  1122. ]
  1123. [[package]]
  1124. name = "rand_chacha"
  1125. version = "0.2.2"
  1126. source = "registry+https://github.com/rust-lang/crates.io-index"
  1127. checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
  1128. dependencies = [
  1129. "ppv-lite86",
  1130. "rand_core 0.5.1",
  1131. ]
  1132. [[package]]
  1133. name = "rand_core"
  1134. version = "0.3.1"
  1135. source = "registry+https://github.com/rust-lang/crates.io-index"
  1136. checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
  1137. dependencies = [
  1138. "rand_core 0.4.2",
  1139. ]
  1140. [[package]]
  1141. name = "rand_core"
  1142. version = "0.4.2"
  1143. source = "registry+https://github.com/rust-lang/crates.io-index"
  1144. checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
  1145. [[package]]
  1146. name = "rand_core"
  1147. version = "0.5.1"
  1148. source = "registry+https://github.com/rust-lang/crates.io-index"
  1149. checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
  1150. dependencies = [
  1151. "getrandom",
  1152. ]
  1153. [[package]]
  1154. name = "rand_hc"
  1155. version = "0.1.0"
  1156. source = "registry+https://github.com/rust-lang/crates.io-index"
  1157. checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
  1158. dependencies = [
  1159. "rand_core 0.3.1",
  1160. ]
  1161. [[package]]
  1162. name = "rand_hc"
  1163. version = "0.2.0"
  1164. source = "registry+https://github.com/rust-lang/crates.io-index"
  1165. checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
  1166. dependencies = [
  1167. "rand_core 0.5.1",
  1168. ]
  1169. [[package]]
  1170. name = "rand_isaac"
  1171. version = "0.1.1"
  1172. source = "registry+https://github.com/rust-lang/crates.io-index"
  1173. checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
  1174. dependencies = [
  1175. "rand_core 0.3.1",
  1176. ]
  1177. [[package]]
  1178. name = "rand_jitter"
  1179. version = "0.1.4"
  1180. source = "registry+https://github.com/rust-lang/crates.io-index"
  1181. checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
  1182. dependencies = [
  1183. "libc",
  1184. "rand_core 0.4.2",
  1185. "winapi 0.3.9",
  1186. ]
  1187. [[package]]
  1188. name = "rand_os"
  1189. version = "0.1.3"
  1190. source = "registry+https://github.com/rust-lang/crates.io-index"
  1191. checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
  1192. dependencies = [
  1193. "cloudabi",
  1194. "fuchsia-cprng",
  1195. "libc",
  1196. "rand_core 0.4.2",
  1197. "rdrand",
  1198. "winapi 0.3.9",
  1199. ]
  1200. [[package]]
  1201. name = "rand_pcg"
  1202. version = "0.1.2"
  1203. source = "registry+https://github.com/rust-lang/crates.io-index"
  1204. checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
  1205. dependencies = [
  1206. "autocfg 0.1.7",
  1207. "rand_core 0.4.2",
  1208. ]
  1209. [[package]]
  1210. name = "rand_xorshift"
  1211. version = "0.1.1"
  1212. source = "registry+https://github.com/rust-lang/crates.io-index"
  1213. checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
  1214. dependencies = [
  1215. "rand_core 0.3.1",
  1216. ]
  1217. [[package]]
  1218. name = "rdrand"
  1219. version = "0.4.0"
  1220. source = "registry+https://github.com/rust-lang/crates.io-index"
  1221. checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
  1222. dependencies = [
  1223. "rand_core 0.3.1",
  1224. ]
  1225. [[package]]
  1226. name = "redox_syscall"
  1227. version = "0.1.57"
  1228. source = "registry+https://github.com/rust-lang/crates.io-index"
  1229. checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
  1230. [[package]]
  1231. name = "regex"
  1232. version = "1.3.9"
  1233. source = "registry+https://github.com/rust-lang/crates.io-index"
  1234. checksum = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6"
  1235. dependencies = [
  1236. "aho-corasick",
  1237. "memchr",
  1238. "regex-syntax",
  1239. "thread_local",
  1240. ]
  1241. [[package]]
  1242. name = "regex-syntax"
  1243. version = "0.6.18"
  1244. source = "registry+https://github.com/rust-lang/crates.io-index"
  1245. checksum = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8"
  1246. [[package]]
  1247. name = "remove_dir_all"
  1248. version = "0.5.3"
  1249. source = "registry+https://github.com/rust-lang/crates.io-index"
  1250. checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
  1251. dependencies = [
  1252. "winapi 0.3.9",
  1253. ]
  1254. [[package]]
  1255. name = "reqwest"
  1256. version = "0.10.8"
  1257. source = "registry+https://github.com/rust-lang/crates.io-index"
  1258. checksum = "e9eaa17ac5d7b838b7503d118fa16ad88f440498bf9ffe5424e621f93190d61e"
  1259. dependencies = [
  1260. "base64",
  1261. "bytes",
  1262. "encoding_rs",
  1263. "futures-core",
  1264. "futures-util",
  1265. "http",
  1266. "http-body",
  1267. "hyper",
  1268. "hyper-tls",
  1269. "ipnet",
  1270. "js-sys",
  1271. "lazy_static",
  1272. "log 0.4.11",
  1273. "mime",
  1274. "mime_guess",
  1275. "native-tls",
  1276. "percent-encoding",
  1277. "pin-project-lite",
  1278. "serde",
  1279. "serde_json",
  1280. "serde_urlencoded",
  1281. "tokio",
  1282. "tokio-tls",
  1283. "url",
  1284. "wasm-bindgen",
  1285. "wasm-bindgen-futures",
  1286. "web-sys",
  1287. "winreg 0.7.0",
  1288. ]
  1289. [[package]]
  1290. name = "resolv-conf"
  1291. version = "0.6.3"
  1292. source = "registry+https://github.com/rust-lang/crates.io-index"
  1293. checksum = "11834e137f3b14e309437a8276714eed3a80d1ef894869e510f2c0c0b98b9f4a"
  1294. dependencies = [
  1295. "hostname",
  1296. "quick-error",
  1297. ]
  1298. [[package]]
  1299. name = "rustc-demangle"
  1300. version = "0.1.16"
  1301. source = "registry+https://github.com/rust-lang/crates.io-index"
  1302. checksum = "4c691c0e608126e00913e33f0ccf3727d5fc84573623b8d65b2df340b5201783"
  1303. [[package]]
  1304. name = "rustc-serialize"
  1305. version = "0.3.24"
  1306. source = "registry+https://github.com/rust-lang/crates.io-index"
  1307. checksum = "dcf128d1287d2ea9d80910b5f1120d0b8eede3fbf1abe91c40d39ea7d51e6fda"
  1308. [[package]]
  1309. name = "ryu"
  1310. version = "1.0.5"
  1311. source = "registry+https://github.com/rust-lang/crates.io-index"
  1312. checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
  1313. [[package]]
  1314. name = "safemem"
  1315. version = "0.3.3"
  1316. source = "registry+https://github.com/rust-lang/crates.io-index"
  1317. checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
  1318. [[package]]
  1319. name = "schannel"
  1320. version = "0.1.19"
  1321. source = "registry+https://github.com/rust-lang/crates.io-index"
  1322. checksum = "8f05ba609c234e60bee0d547fe94a4c7e9da733d1c962cf6e59efa4cd9c8bc75"
  1323. dependencies = [
  1324. "lazy_static",
  1325. "winapi 0.3.9",
  1326. ]
  1327. [[package]]
  1328. name = "scoped-tls"
  1329. version = "1.0.0"
  1330. source = "registry+https://github.com/rust-lang/crates.io-index"
  1331. checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
  1332. [[package]]
  1333. name = "security-framework"
  1334. version = "0.4.4"
  1335. source = "registry+https://github.com/rust-lang/crates.io-index"
  1336. checksum = "64808902d7d99f78eaddd2b4e2509713babc3dc3c85ad6f4c447680f3c01e535"
  1337. dependencies = [
  1338. "bitflags 1.2.1",
  1339. "core-foundation",
  1340. "core-foundation-sys",
  1341. "libc",
  1342. "security-framework-sys",
  1343. ]
  1344. [[package]]
  1345. name = "security-framework-sys"
  1346. version = "0.4.3"
  1347. source = "registry+https://github.com/rust-lang/crates.io-index"
  1348. checksum = "17bf11d99252f512695eb468de5516e5cf75455521e69dfe343f3b74e4748405"
  1349. dependencies = [
  1350. "core-foundation-sys",
  1351. "libc",
  1352. ]
  1353. [[package]]
  1354. name = "serde"
  1355. version = "1.0.115"
  1356. source = "registry+https://github.com/rust-lang/crates.io-index"
  1357. checksum = "e54c9a88f2da7238af84b5101443f0c0d0a3bbdc455e34a5c9497b1903ed55d5"
  1358. [[package]]
  1359. name = "serde_derive"
  1360. version = "1.0.115"
  1361. source = "registry+https://github.com/rust-lang/crates.io-index"
  1362. checksum = "609feed1d0a73cc36a0182a840a9b37b4a82f0b1150369f0536a9e3f2a31dc48"
  1363. dependencies = [
  1364. "proc-macro2",
  1365. "quote",
  1366. "syn",
  1367. ]
  1368. [[package]]
  1369. name = "serde_json"
  1370. version = "1.0.57"
  1371. source = "registry+https://github.com/rust-lang/crates.io-index"
  1372. checksum = "164eacbdb13512ec2745fb09d51fd5b22b0d65ed294a1dcf7285a360c80a675c"
  1373. dependencies = [
  1374. "itoa",
  1375. "ryu",
  1376. "serde",
  1377. ]
  1378. [[package]]
  1379. name = "serde_urlencoded"
  1380. version = "0.6.1"
  1381. source = "registry+https://github.com/rust-lang/crates.io-index"
  1382. checksum = "9ec5d77e2d4c73717816afac02670d5c4f534ea95ed430442cad02e7a6e32c97"
  1383. dependencies = [
  1384. "dtoa",
  1385. "itoa",
  1386. "serde",
  1387. "url",
  1388. ]
  1389. [[package]]
  1390. name = "sha-1"
  1391. version = "0.8.2"
  1392. source = "registry+https://github.com/rust-lang/crates.io-index"
  1393. checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
  1394. dependencies = [
  1395. "block-buffer 0.7.3",
  1396. "digest 0.8.1",
  1397. "fake-simd",
  1398. "opaque-debug 0.2.3",
  1399. ]
  1400. [[package]]
  1401. name = "sha-1"
  1402. version = "0.9.1"
  1403. source = "registry+https://github.com/rust-lang/crates.io-index"
  1404. checksum = "170a36ea86c864a3f16dd2687712dd6646f7019f301e57537c7f4dc9f5916770"
  1405. dependencies = [
  1406. "block-buffer 0.9.0",
  1407. "cfg-if",
  1408. "cpuid-bool",
  1409. "digest 0.9.0",
  1410. "opaque-debug 0.3.0",
  1411. ]
  1412. [[package]]
  1413. name = "signal-hook-registry"
  1414. version = "1.2.1"
  1415. source = "registry+https://github.com/rust-lang/crates.io-index"
  1416. checksum = "a3e12110bc539e657a646068aaf5eb5b63af9d0c1f7b29c97113fad80e15f035"
  1417. dependencies = [
  1418. "arc-swap",
  1419. "libc",
  1420. ]
  1421. [[package]]
  1422. name = "slab"
  1423. version = "0.4.2"
  1424. source = "registry+https://github.com/rust-lang/crates.io-index"
  1425. checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
  1426. [[package]]
  1427. name = "smallvec"
  1428. version = "1.4.2"
  1429. source = "registry+https://github.com/rust-lang/crates.io-index"
  1430. checksum = "fbee7696b84bbf3d89a1c2eccff0850e3047ed46bfcd2e92c29a2d074d57e252"
  1431. [[package]]
  1432. name = "socket2"
  1433. version = "0.3.12"
  1434. source = "registry+https://github.com/rust-lang/crates.io-index"
  1435. checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
  1436. dependencies = [
  1437. "cfg-if",
  1438. "libc",
  1439. "redox_syscall",
  1440. "winapi 0.3.9",
  1441. ]
  1442. [[package]]
  1443. name = "strsim"
  1444. version = "0.8.0"
  1445. source = "registry+https://github.com/rust-lang/crates.io-index"
  1446. checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
  1447. [[package]]
  1448. name = "syn"
  1449. version = "1.0.39"
  1450. source = "registry+https://github.com/rust-lang/crates.io-index"
  1451. checksum = "891d8d6567fe7c7f8835a3a98af4208f3846fba258c1bc3c31d6e506239f11f9"
  1452. dependencies = [
  1453. "proc-macro2",
  1454. "quote",
  1455. "unicode-xid 0.2.1",
  1456. ]
  1457. [[package]]
  1458. name = "syntex"
  1459. version = "0.42.2"
  1460. source = "registry+https://github.com/rust-lang/crates.io-index"
  1461. checksum = "0a30b08a6b383a22e5f6edc127d169670d48f905bb00ca79a00ea3e442ebe317"
  1462. dependencies = [
  1463. "syntex_errors",
  1464. "syntex_syntax",
  1465. ]
  1466. [[package]]
  1467. name = "syntex_errors"
  1468. version = "0.42.0"
  1469. source = "registry+https://github.com/rust-lang/crates.io-index"
  1470. checksum = "04c48f32867b6114449155b2a82114b86d4b09e1bddb21c47ff104ab9172b646"
  1471. dependencies = [
  1472. "libc",
  1473. "log 0.3.9",
  1474. "rustc-serialize",
  1475. "syntex_pos",
  1476. "term",
  1477. "unicode-xid 0.0.3",
  1478. ]
  1479. [[package]]
  1480. name = "syntex_pos"
  1481. version = "0.42.0"
  1482. source = "registry+https://github.com/rust-lang/crates.io-index"
  1483. checksum = "3fd49988e52451813c61fecbe9abb5cfd4e1b7bb6cdbb980a6fbcbab859171a6"
  1484. dependencies = [
  1485. "rustc-serialize",
  1486. ]
  1487. [[package]]
  1488. name = "syntex_syntax"
  1489. version = "0.42.0"
  1490. source = "registry+https://github.com/rust-lang/crates.io-index"
  1491. checksum = "7628a0506e8f9666fdabb5f265d0059b059edac9a3f810bda077abb5d826bd8d"
  1492. dependencies = [
  1493. "bitflags 0.5.0",
  1494. "libc",
  1495. "log 0.3.9",
  1496. "rustc-serialize",
  1497. "syntex_errors",
  1498. "syntex_pos",
  1499. "term",
  1500. "unicode-xid 0.0.3",
  1501. ]
  1502. [[package]]
  1503. name = "tempfile"
  1504. version = "3.1.0"
  1505. source = "registry+https://github.com/rust-lang/crates.io-index"
  1506. checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
  1507. dependencies = [
  1508. "cfg-if",
  1509. "libc",
  1510. "rand 0.7.3",
  1511. "redox_syscall",
  1512. "remove_dir_all",
  1513. "winapi 0.3.9",
  1514. ]
  1515. [[package]]
  1516. name = "term"
  1517. version = "0.4.6"
  1518. source = "registry+https://github.com/rust-lang/crates.io-index"
  1519. checksum = "fa63644f74ce96fbeb9b794f66aff2a52d601cbd5e80f4b97123e3899f4570f1"
  1520. dependencies = [
  1521. "kernel32-sys",
  1522. "winapi 0.2.8",
  1523. ]
  1524. [[package]]
  1525. name = "textwrap"
  1526. version = "0.11.0"
  1527. source = "registry+https://github.com/rust-lang/crates.io-index"
  1528. checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
  1529. dependencies = [
  1530. "unicode-width",
  1531. ]
  1532. [[package]]
  1533. name = "thiserror"
  1534. version = "1.0.20"
  1535. source = "registry+https://github.com/rust-lang/crates.io-index"
  1536. checksum = "7dfdd070ccd8ccb78f4ad66bf1982dc37f620ef696c6b5028fe2ed83dd3d0d08"
  1537. dependencies = [
  1538. "thiserror-impl",
  1539. ]
  1540. [[package]]
  1541. name = "thiserror-impl"
  1542. version = "1.0.20"
  1543. source = "registry+https://github.com/rust-lang/crates.io-index"
  1544. checksum = "bd80fc12f73063ac132ac92aceea36734f04a1d93c1240c6944e23a3b8841793"
  1545. dependencies = [
  1546. "proc-macro2",
  1547. "quote",
  1548. "syn",
  1549. ]
  1550. [[package]]
  1551. name = "thread_local"
  1552. version = "1.0.1"
  1553. source = "registry+https://github.com/rust-lang/crates.io-index"
  1554. checksum = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14"
  1555. dependencies = [
  1556. "lazy_static",
  1557. ]
  1558. [[package]]
  1559. name = "time"
  1560. version = "0.1.44"
  1561. source = "registry+https://github.com/rust-lang/crates.io-index"
  1562. checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
  1563. dependencies = [
  1564. "libc",
  1565. "wasi 0.10.0+wasi-snapshot-preview1",
  1566. "winapi 0.3.9",
  1567. ]
  1568. [[package]]
  1569. name = "tinyvec"
  1570. version = "0.3.4"
  1571. source = "registry+https://github.com/rust-lang/crates.io-index"
  1572. checksum = "238ce071d267c5710f9d31451efec16c5ee22de34df17cc05e56cbc92e967117"
  1573. [[package]]
  1574. name = "tokio"
  1575. version = "0.2.22"
  1576. source = "registry+https://github.com/rust-lang/crates.io-index"
  1577. checksum = "5d34ca54d84bf2b5b4d7d31e901a8464f7b60ac145a284fba25ceb801f2ddccd"
  1578. dependencies = [
  1579. "bytes",
  1580. "fnv",
  1581. "futures-core",
  1582. "iovec",
  1583. "lazy_static",
  1584. "libc",
  1585. "memchr",
  1586. "mio",
  1587. "mio-named-pipes",
  1588. "mio-uds",
  1589. "num_cpus",
  1590. "pin-project-lite",
  1591. "signal-hook-registry",
  1592. "slab",
  1593. "tokio-macros",
  1594. "winapi 0.3.9",
  1595. ]
  1596. [[package]]
  1597. name = "tokio-macros"
  1598. version = "0.2.5"
  1599. source = "registry+https://github.com/rust-lang/crates.io-index"
  1600. checksum = "f0c3acc6aa564495a0f2e1d59fab677cd7f81a19994cfc7f3ad0e64301560389"
  1601. dependencies = [
  1602. "proc-macro2",
  1603. "quote",
  1604. "syn",
  1605. ]
  1606. [[package]]
  1607. name = "tokio-tls"
  1608. version = "0.3.1"
  1609. source = "registry+https://github.com/rust-lang/crates.io-index"
  1610. checksum = "9a70f4fcd7b3b24fb194f837560168208f669ca8cb70d0c4b862944452396343"
  1611. dependencies = [
  1612. "native-tls",
  1613. "tokio",
  1614. ]
  1615. [[package]]
  1616. name = "tokio-tungstenite"
  1617. version = "0.11.0"
  1618. source = "registry+https://github.com/rust-lang/crates.io-index"
  1619. checksum = "6d9e878ad426ca286e4dcae09cbd4e1973a7f8987d97570e2469703dd7f5720c"
  1620. dependencies = [
  1621. "futures-util",
  1622. "log 0.4.11",
  1623. "pin-project",
  1624. "tokio",
  1625. "tungstenite",
  1626. ]
  1627. [[package]]
  1628. name = "tokio-util"
  1629. version = "0.3.1"
  1630. source = "registry+https://github.com/rust-lang/crates.io-index"
  1631. checksum = "be8242891f2b6cbef26a2d7e8605133c2c554cd35b3e4948ea892d6d68436499"
  1632. dependencies = [
  1633. "bytes",
  1634. "futures-core",
  1635. "futures-sink",
  1636. "log 0.4.11",
  1637. "pin-project-lite",
  1638. "tokio",
  1639. ]
  1640. [[package]]
  1641. name = "tower"
  1642. version = "0.3.1"
  1643. source = "registry+https://github.com/rust-lang/crates.io-index"
  1644. checksum = "fd3169017c090b7a28fce80abaad0ab4f5566423677c9331bb320af7e49cfe62"
  1645. dependencies = [
  1646. "futures-core",
  1647. "tower-buffer",
  1648. "tower-discover",
  1649. "tower-layer",
  1650. "tower-limit",
  1651. "tower-load-shed",
  1652. "tower-retry",
  1653. "tower-service",
  1654. "tower-timeout",
  1655. "tower-util",
  1656. ]
  1657. [[package]]
  1658. name = "tower-buffer"
  1659. version = "0.3.0"
  1660. source = "registry+https://github.com/rust-lang/crates.io-index"
  1661. checksum = "c4887dc2a65d464c8b9b66e0e4d51c2fd6cf5b3373afc72805b0a60bce00446a"
  1662. dependencies = [
  1663. "futures-core",
  1664. "pin-project",
  1665. "tokio",
  1666. "tower-layer",
  1667. "tower-service",
  1668. "tracing",
  1669. ]
  1670. [[package]]
  1671. name = "tower-discover"
  1672. version = "0.3.0"
  1673. source = "registry+https://github.com/rust-lang/crates.io-index"
  1674. checksum = "0f6b5000c3c54d269cc695dff28136bb33d08cbf1df2c48129e143ab65bf3c2a"
  1675. dependencies = [
  1676. "futures-core",
  1677. "pin-project",
  1678. "tower-service",
  1679. ]
  1680. [[package]]
  1681. name = "tower-layer"
  1682. version = "0.3.0"
  1683. source = "registry+https://github.com/rust-lang/crates.io-index"
  1684. checksum = "a35d656f2638b288b33495d1053ea74c40dc05ec0b92084dd71ca5566c4ed1dc"
  1685. [[package]]
  1686. name = "tower-limit"
  1687. version = "0.3.1"
  1688. source = "registry+https://github.com/rust-lang/crates.io-index"
  1689. checksum = "92c3040c5dbed68abffaa0d4517ac1a454cd741044f33ab0eefab6b8d1361404"
  1690. dependencies = [
  1691. "futures-core",
  1692. "pin-project",
  1693. "tokio",
  1694. "tower-layer",
  1695. "tower-load",
  1696. "tower-service",
  1697. ]
  1698. [[package]]
  1699. name = "tower-load"
  1700. version = "0.3.0"
  1701. source = "registry+https://github.com/rust-lang/crates.io-index"
  1702. checksum = "8cc79fc3afd07492b7966d7efa7c6c50f8ed58d768a6075dd7ae6591c5d2017b"
  1703. dependencies = [
  1704. "futures-core",
  1705. "log 0.4.11",
  1706. "pin-project",
  1707. "tokio",
  1708. "tower-discover",
  1709. "tower-service",
  1710. ]
  1711. [[package]]
  1712. name = "tower-load-shed"
  1713. version = "0.3.0"
  1714. source = "registry+https://github.com/rust-lang/crates.io-index"
  1715. checksum = "9f021e23900173dc315feb4b6922510dae3e79c689b74c089112066c11f0ae4e"
  1716. dependencies = [
  1717. "futures-core",
  1718. "pin-project",
  1719. "tower-layer",
  1720. "tower-service",
  1721. ]
  1722. [[package]]
  1723. name = "tower-retry"
  1724. version = "0.3.0"
  1725. source = "registry+https://github.com/rust-lang/crates.io-index"
  1726. checksum = "e6727956aaa2f8957d4d9232b308fe8e4e65d99db30f42b225646e86c9b6a952"
  1727. dependencies = [
  1728. "futures-core",
  1729. "pin-project",
  1730. "tokio",
  1731. "tower-layer",
  1732. "tower-service",
  1733. ]
  1734. [[package]]
  1735. name = "tower-service"
  1736. version = "0.3.0"
  1737. source = "registry+https://github.com/rust-lang/crates.io-index"
  1738. checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
  1739. [[package]]
  1740. name = "tower-timeout"
  1741. version = "0.3.0"
  1742. source = "registry+https://github.com/rust-lang/crates.io-index"
  1743. checksum = "127b8924b357be938823eaaec0608c482d40add25609481027b96198b2e4b31e"
  1744. dependencies = [
  1745. "pin-project",
  1746. "tokio",
  1747. "tower-layer",
  1748. "tower-service",
  1749. ]
  1750. [[package]]
  1751. name = "tower-util"
  1752. version = "0.3.1"
  1753. source = "registry+https://github.com/rust-lang/crates.io-index"
  1754. checksum = "d1093c19826d33807c72511e68f73b4a0469a3f22c2bd5f7d5212178b4b89674"
  1755. dependencies = [
  1756. "futures-core",
  1757. "futures-util",
  1758. "pin-project",
  1759. "tower-service",
  1760. ]
  1761. [[package]]
  1762. name = "tracing"
  1763. version = "0.1.19"
  1764. source = "registry+https://github.com/rust-lang/crates.io-index"
  1765. checksum = "6d79ca061b032d6ce30c660fded31189ca0b9922bf483cd70759f13a2d86786c"
  1766. dependencies = [
  1767. "cfg-if",
  1768. "log 0.4.11",
  1769. "tracing-attributes",
  1770. "tracing-core",
  1771. ]
  1772. [[package]]
  1773. name = "tracing-attributes"
  1774. version = "0.1.11"
  1775. source = "registry+https://github.com/rust-lang/crates.io-index"
  1776. checksum = "80e0ccfc3378da0cce270c946b676a376943f5cd16aeba64568e7939806f4ada"
  1777. dependencies = [
  1778. "proc-macro2",
  1779. "quote",
  1780. "syn",
  1781. ]
  1782. [[package]]
  1783. name = "tracing-core"
  1784. version = "0.1.15"
  1785. source = "registry+https://github.com/rust-lang/crates.io-index"
  1786. checksum = "4f0e00789804e99b20f12bc7003ca416309d28a6f495d6af58d1e2c2842461b5"
  1787. dependencies = [
  1788. "lazy_static",
  1789. ]
  1790. [[package]]
  1791. name = "tracing-futures"
  1792. version = "0.2.4"
  1793. source = "registry+https://github.com/rust-lang/crates.io-index"
  1794. checksum = "ab7bb6f14721aa00656086e9335d363c5c8747bae02ebe32ea2c7dece5689b4c"
  1795. dependencies = [
  1796. "pin-project",
  1797. "tracing",
  1798. ]
  1799. [[package]]
  1800. name = "trust-dns-proto"
  1801. version = "0.19.5"
  1802. source = "registry+https://github.com/rust-lang/crates.io-index"
  1803. checksum = "cdd7061ba6f4d4d9721afedffbfd403f20f39a4301fee1b70d6fcd09cca69f28"
  1804. dependencies = [
  1805. "async-trait",
  1806. "backtrace",
  1807. "enum-as-inner",
  1808. "futures",
  1809. "idna",
  1810. "lazy_static",
  1811. "log 0.4.11",
  1812. "rand 0.7.3",
  1813. "smallvec",
  1814. "thiserror",
  1815. "tokio",
  1816. "url",
  1817. ]
  1818. [[package]]
  1819. name = "trust-dns-resolver"
  1820. version = "0.19.5"
  1821. source = "registry+https://github.com/rust-lang/crates.io-index"
  1822. checksum = "0f23cdfdc3d8300b3c50c9e84302d3bd6d860fb9529af84ace6cf9665f181b77"
  1823. dependencies = [
  1824. "backtrace",
  1825. "cfg-if",
  1826. "futures",
  1827. "ipconfig",
  1828. "lazy_static",
  1829. "log 0.4.11",
  1830. "lru-cache",
  1831. "resolv-conf",
  1832. "smallvec",
  1833. "thiserror",
  1834. "tokio",
  1835. "trust-dns-proto",
  1836. ]
  1837. [[package]]
  1838. name = "try-lock"
  1839. version = "0.2.3"
  1840. source = "registry+https://github.com/rust-lang/crates.io-index"
  1841. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  1842. [[package]]
  1843. name = "tungstenite"
  1844. version = "0.11.1"
  1845. source = "registry+https://github.com/rust-lang/crates.io-index"
  1846. checksum = "f0308d80d86700c5878b9ef6321f020f29b1bb9d5ff3cab25e75e23f3a492a23"
  1847. dependencies = [
  1848. "base64",
  1849. "byteorder",
  1850. "bytes",
  1851. "http",
  1852. "httparse",
  1853. "input_buffer",
  1854. "log 0.4.11",
  1855. "rand 0.7.3",
  1856. "sha-1 0.9.1",
  1857. "url",
  1858. "utf-8",
  1859. ]
  1860. [[package]]
  1861. name = "twoway"
  1862. version = "0.1.8"
  1863. source = "registry+https://github.com/rust-lang/crates.io-index"
  1864. checksum = "59b11b2b5241ba34be09c3cc85a36e56e48f9888862e19cedf23336d35316ed1"
  1865. dependencies = [
  1866. "memchr",
  1867. ]
  1868. [[package]]
  1869. name = "typenum"
  1870. version = "1.12.0"
  1871. source = "registry+https://github.com/rust-lang/crates.io-index"
  1872. checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
  1873. [[package]]
  1874. name = "unicase"
  1875. version = "2.6.0"
  1876. source = "registry+https://github.com/rust-lang/crates.io-index"
  1877. checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
  1878. dependencies = [
  1879. "version_check",
  1880. ]
  1881. [[package]]
  1882. name = "unicode-bidi"
  1883. version = "0.3.4"
  1884. source = "registry+https://github.com/rust-lang/crates.io-index"
  1885. checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
  1886. dependencies = [
  1887. "matches",
  1888. ]
  1889. [[package]]
  1890. name = "unicode-normalization"
  1891. version = "0.1.13"
  1892. source = "registry+https://github.com/rust-lang/crates.io-index"
  1893. checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
  1894. dependencies = [
  1895. "tinyvec",
  1896. ]
  1897. [[package]]
  1898. name = "unicode-segmentation"
  1899. version = "1.6.0"
  1900. source = "registry+https://github.com/rust-lang/crates.io-index"
  1901. checksum = "e83e153d1053cbb5a118eeff7fd5be06ed99153f00dbcd8ae310c5fb2b22edc0"
  1902. [[package]]
  1903. name = "unicode-width"
  1904. version = "0.1.8"
  1905. source = "registry+https://github.com/rust-lang/crates.io-index"
  1906. checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
  1907. [[package]]
  1908. name = "unicode-xid"
  1909. version = "0.0.3"
  1910. source = "registry+https://github.com/rust-lang/crates.io-index"
  1911. checksum = "36dff09cafb4ec7c8cf0023eb0b686cb6ce65499116a12201c9e11840ca01beb"
  1912. [[package]]
  1913. name = "unicode-xid"
  1914. version = "0.2.1"
  1915. source = "registry+https://github.com/rust-lang/crates.io-index"
  1916. checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
  1917. [[package]]
  1918. name = "url"
  1919. version = "2.1.1"
  1920. source = "registry+https://github.com/rust-lang/crates.io-index"
  1921. checksum = "829d4a8476c35c9bf0bbce5a3b23f4106f79728039b726d292bb93bc106787cb"
  1922. dependencies = [
  1923. "idna",
  1924. "matches",
  1925. "percent-encoding",
  1926. ]
  1927. [[package]]
  1928. name = "urlencoding"
  1929. version = "1.1.1"
  1930. source = "registry+https://github.com/rust-lang/crates.io-index"
  1931. checksum = "c9232eb53352b4442e40d7900465dfc534e8cb2dc8f18656fcb2ac16112b5593"
  1932. [[package]]
  1933. name = "utf-8"
  1934. version = "0.7.5"
  1935. source = "registry+https://github.com/rust-lang/crates.io-index"
  1936. checksum = "05e42f7c18b8f902290b009cde6d651262f956c98bc51bca4cd1d511c9cd85c7"
  1937. [[package]]
  1938. name = "vcpkg"
  1939. version = "0.2.10"
  1940. source = "registry+https://github.com/rust-lang/crates.io-index"
  1941. checksum = "6454029bf181f092ad1b853286f23e2c507d8e8194d01d92da4a55c274a5508c"
  1942. [[package]]
  1943. name = "vec_map"
  1944. version = "0.8.2"
  1945. source = "registry+https://github.com/rust-lang/crates.io-index"
  1946. checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
  1947. [[package]]
  1948. name = "version_check"
  1949. version = "0.9.2"
  1950. source = "registry+https://github.com/rust-lang/crates.io-index"
  1951. checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
  1952. [[package]]
  1953. name = "want"
  1954. version = "0.3.0"
  1955. source = "registry+https://github.com/rust-lang/crates.io-index"
  1956. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  1957. dependencies = [
  1958. "log 0.4.11",
  1959. "try-lock",
  1960. ]
  1961. [[package]]
  1962. name = "warp"
  1963. version = "0.2.5"
  1964. source = "registry+https://github.com/rust-lang/crates.io-index"
  1965. checksum = "f41be6df54c97904af01aa23e613d4521eed7ab23537cede692d4058f6449407"
  1966. dependencies = [
  1967. "bytes",
  1968. "futures",
  1969. "headers",
  1970. "http",
  1971. "hyper",
  1972. "log 0.4.11",
  1973. "mime",
  1974. "mime_guess",
  1975. "multipart",
  1976. "pin-project",
  1977. "scoped-tls",
  1978. "serde",
  1979. "serde_json",
  1980. "serde_urlencoded",
  1981. "tokio",
  1982. "tokio-tungstenite",
  1983. "tower-service",
  1984. "tracing",
  1985. "tracing-futures",
  1986. "urlencoding",
  1987. ]
  1988. [[package]]
  1989. name = "wasi"
  1990. version = "0.9.0+wasi-snapshot-preview1"
  1991. source = "registry+https://github.com/rust-lang/crates.io-index"
  1992. checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
  1993. [[package]]
  1994. name = "wasi"
  1995. version = "0.10.0+wasi-snapshot-preview1"
  1996. source = "registry+https://github.com/rust-lang/crates.io-index"
  1997. checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
  1998. [[package]]
  1999. name = "wasm-bindgen"
  2000. version = "0.2.67"
  2001. source = "registry+https://github.com/rust-lang/crates.io-index"
  2002. checksum = "f0563a9a4b071746dd5aedbc3a28c6fe9be4586fb3fbadb67c400d4f53c6b16c"
  2003. dependencies = [
  2004. "cfg-if",
  2005. "serde",
  2006. "serde_json",
  2007. "wasm-bindgen-macro",
  2008. ]
  2009. [[package]]
  2010. name = "wasm-bindgen-backend"
  2011. version = "0.2.67"
  2012. source = "registry+https://github.com/rust-lang/crates.io-index"
  2013. checksum = "bc71e4c5efa60fb9e74160e89b93353bc24059999c0ae0fb03affc39770310b0"
  2014. dependencies = [
  2015. "bumpalo",
  2016. "lazy_static",
  2017. "log 0.4.11",
  2018. "proc-macro2",
  2019. "quote",
  2020. "syn",
  2021. "wasm-bindgen-shared",
  2022. ]
  2023. [[package]]
  2024. name = "wasm-bindgen-futures"
  2025. version = "0.4.17"
  2026. source = "registry+https://github.com/rust-lang/crates.io-index"
  2027. checksum = "95f8d235a77f880bcef268d379810ea6c0af2eacfa90b1ad5af731776e0c4699"
  2028. dependencies = [
  2029. "cfg-if",
  2030. "js-sys",
  2031. "wasm-bindgen",
  2032. "web-sys",
  2033. ]
  2034. [[package]]
  2035. name = "wasm-bindgen-macro"
  2036. version = "0.2.67"
  2037. source = "registry+https://github.com/rust-lang/crates.io-index"
  2038. checksum = "97c57cefa5fa80e2ba15641578b44d36e7a64279bc5ed43c6dbaf329457a2ed2"
  2039. dependencies = [
  2040. "quote",
  2041. "wasm-bindgen-macro-support",
  2042. ]
  2043. [[package]]
  2044. name = "wasm-bindgen-macro-support"
  2045. version = "0.2.67"
  2046. source = "registry+https://github.com/rust-lang/crates.io-index"
  2047. checksum = "841a6d1c35c6f596ccea1f82504a192a60378f64b3bb0261904ad8f2f5657556"
  2048. dependencies = [
  2049. "proc-macro2",
  2050. "quote",
  2051. "syn",
  2052. "wasm-bindgen-backend",
  2053. "wasm-bindgen-shared",
  2054. ]
  2055. [[package]]
  2056. name = "wasm-bindgen-shared"
  2057. version = "0.2.67"
  2058. source = "registry+https://github.com/rust-lang/crates.io-index"
  2059. checksum = "93b162580e34310e5931c4b792560108b10fd14d64915d7fff8ff00180e70092"
  2060. [[package]]
  2061. name = "web-sys"
  2062. version = "0.3.44"
  2063. source = "registry+https://github.com/rust-lang/crates.io-index"
  2064. checksum = "dda38f4e5ca63eda02c059d243aa25b5f35ab98451e518c51612cd0f1bd19a47"
  2065. dependencies = [
  2066. "js-sys",
  2067. "wasm-bindgen",
  2068. ]
  2069. [[package]]
  2070. name = "whoami"
  2071. version = "0.9.0"
  2072. source = "registry+https://github.com/rust-lang/crates.io-index"
  2073. checksum = "7884773ab69074615cb8f8425d0e53f11710786158704fca70f53e71b0e05504"
  2074. [[package]]
  2075. name = "widestring"
  2076. version = "0.4.2"
  2077. source = "registry+https://github.com/rust-lang/crates.io-index"
  2078. checksum = "a763e303c0e0f23b0da40888724762e802a8ffefbc22de4127ef42493c2ea68c"
  2079. [[package]]
  2080. name = "winapi"
  2081. version = "0.2.8"
  2082. source = "registry+https://github.com/rust-lang/crates.io-index"
  2083. checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
  2084. [[package]]
  2085. name = "winapi"
  2086. version = "0.3.9"
  2087. source = "registry+https://github.com/rust-lang/crates.io-index"
  2088. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  2089. dependencies = [
  2090. "winapi-i686-pc-windows-gnu",
  2091. "winapi-x86_64-pc-windows-gnu",
  2092. ]
  2093. [[package]]
  2094. name = "winapi-build"
  2095. version = "0.1.1"
  2096. source = "registry+https://github.com/rust-lang/crates.io-index"
  2097. checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
  2098. [[package]]
  2099. name = "winapi-i686-pc-windows-gnu"
  2100. version = "0.4.0"
  2101. source = "registry+https://github.com/rust-lang/crates.io-index"
  2102. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  2103. [[package]]
  2104. name = "winapi-x86_64-pc-windows-gnu"
  2105. version = "0.4.0"
  2106. source = "registry+https://github.com/rust-lang/crates.io-index"
  2107. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
  2108. [[package]]
  2109. name = "winreg"
  2110. version = "0.6.2"
  2111. source = "registry+https://github.com/rust-lang/crates.io-index"
  2112. checksum = "b2986deb581c4fe11b621998a5e53361efe6b48a151178d0cd9eeffa4dc6acc9"
  2113. dependencies = [
  2114. "winapi 0.3.9",
  2115. ]
  2116. [[package]]
  2117. name = "winreg"
  2118. version = "0.7.0"
  2119. source = "registry+https://github.com/rust-lang/crates.io-index"
  2120. checksum = "0120db82e8a1e0b9fb3345a539c478767c0048d842860994d96113d5b667bd69"
  2121. dependencies = [
  2122. "winapi 0.3.9",
  2123. ]
  2124. [[package]]
  2125. name = "ws2_32-sys"
  2126. version = "0.2.1"
  2127. source = "registry+https://github.com/rust-lang/crates.io-index"
  2128. checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
  2129. dependencies = [
  2130. "winapi 0.2.8",
  2131. "winapi-build",
  2132. ]