Bubble proxy service
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.

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