Cargo.lock 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "anyhow"
  5. version = "1.0.40"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. checksum = "28b2cd92db5cbd74e8e5028f7e27dd7aa3090e89e4f2a197cc7c8dfb69c7063b"
  8. [[package]]
  9. name = "autocfg"
  10. version = "1.0.1"
  11. source = "registry+https://github.com/rust-lang/crates.io-index"
  12. checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
  13. [[package]]
  14. name = "bytes"
  15. version = "1.0.1"
  16. source = "registry+https://github.com/rust-lang/crates.io-index"
  17. checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
  18. [[package]]
  19. name = "cfg-if"
  20. version = "1.0.0"
  21. source = "registry+https://github.com/rust-lang/crates.io-index"
  22. checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
  23. [[package]]
  24. name = "either"
  25. version = "1.6.1"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
  28. [[package]]
  29. name = "fnv"
  30. version = "1.0.7"
  31. source = "registry+https://github.com/rust-lang/crates.io-index"
  32. checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
  33. [[package]]
  34. name = "futures"
  35. version = "0.3.15"
  36. source = "registry+https://github.com/rust-lang/crates.io-index"
  37. checksum = "0e7e43a803dae2fa37c1f6a8fe121e1f7bf9548b4dfc0522a42f34145dadfc27"
  38. dependencies = [
  39. "futures-channel",
  40. "futures-core",
  41. "futures-executor",
  42. "futures-io",
  43. "futures-sink",
  44. "futures-task",
  45. "futures-util",
  46. ]
  47. [[package]]
  48. name = "futures-channel"
  49. version = "0.3.15"
  50. source = "registry+https://github.com/rust-lang/crates.io-index"
  51. checksum = "e682a68b29a882df0545c143dc3646daefe80ba479bcdede94d5a703de2871e2"
  52. dependencies = [
  53. "futures-core",
  54. "futures-sink",
  55. ]
  56. [[package]]
  57. name = "futures-core"
  58. version = "0.3.15"
  59. source = "registry+https://github.com/rust-lang/crates.io-index"
  60. checksum = "0402f765d8a89a26043b889b26ce3c4679d268fa6bb22cd7c6aad98340e179d1"
  61. [[package]]
  62. name = "futures-executor"
  63. version = "0.3.15"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. checksum = "badaa6a909fac9e7236d0620a2f57f7664640c56575b71a7552fbd68deafab79"
  66. dependencies = [
  67. "futures-core",
  68. "futures-task",
  69. "futures-util",
  70. ]
  71. [[package]]
  72. name = "futures-io"
  73. version = "0.3.15"
  74. source = "registry+https://github.com/rust-lang/crates.io-index"
  75. checksum = "acc499defb3b348f8d8f3f66415835a9131856ff7714bf10dadfc4ec4bdb29a1"
  76. [[package]]
  77. name = "futures-macro"
  78. version = "0.3.15"
  79. source = "registry+https://github.com/rust-lang/crates.io-index"
  80. checksum = "a4c40298486cdf52cc00cd6d6987892ba502c7656a16a4192a9992b1ccedd121"
  81. dependencies = [
  82. "autocfg",
  83. "proc-macro-hack",
  84. "proc-macro2",
  85. "quote",
  86. "syn",
  87. ]
  88. [[package]]
  89. name = "futures-sink"
  90. version = "0.3.15"
  91. source = "registry+https://github.com/rust-lang/crates.io-index"
  92. checksum = "a57bead0ceff0d6dde8f465ecd96c9338121bb7717d3e7b108059531870c4282"
  93. [[package]]
  94. name = "futures-task"
  95. version = "0.3.15"
  96. source = "registry+https://github.com/rust-lang/crates.io-index"
  97. checksum = "8a16bef9fc1a4dddb5bee51c989e3fbba26569cbb0e31f5b303c184e3dd33dae"
  98. [[package]]
  99. name = "futures-util"
  100. version = "0.3.15"
  101. source = "registry+https://github.com/rust-lang/crates.io-index"
  102. checksum = "feb5c238d27e2bf94ffdfd27b2c29e3df4a68c4193bb6427384259e2bf191967"
  103. dependencies = [
  104. "autocfg",
  105. "futures-channel",
  106. "futures-core",
  107. "futures-io",
  108. "futures-macro",
  109. "futures-sink",
  110. "futures-task",
  111. "memchr",
  112. "pin-project-lite",
  113. "pin-utils",
  114. "proc-macro-hack",
  115. "proc-macro-nested",
  116. "slab",
  117. ]
  118. [[package]]
  119. name = "http"
  120. version = "0.2.4"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
  123. dependencies = [
  124. "bytes",
  125. "fnv",
  126. "itoa",
  127. ]
  128. [[package]]
  129. name = "http-body"
  130. version = "0.4.2"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "60daa14be0e0786db0f03a9e57cb404c9d756eed2b6c62b9ea98ec5743ec75a9"
  133. dependencies = [
  134. "bytes",
  135. "http",
  136. "pin-project-lite",
  137. ]
  138. [[package]]
  139. name = "httparse"
  140. version = "1.4.1"
  141. source = "registry+https://github.com/rust-lang/crates.io-index"
  142. checksum = "f3a87b616e37e93c22fb19bcd386f02f3af5ea98a25670ad0fce773de23c5e68"
  143. [[package]]
  144. name = "httpdate"
  145. version = "1.0.1"
  146. source = "registry+https://github.com/rust-lang/crates.io-index"
  147. checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
  148. [[package]]
  149. name = "hyper"
  150. version = "0.14.8"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. checksum = "d3f71a7eea53a3f8257a7b4795373ff886397178cd634430ea94e12d7fe4fe34"
  153. dependencies = [
  154. "bytes",
  155. "futures-channel",
  156. "futures-core",
  157. "futures-util",
  158. "http",
  159. "http-body",
  160. "httparse",
  161. "httpdate",
  162. "itoa",
  163. "pin-project",
  164. "socket2",
  165. "tokio",
  166. "tower-service",
  167. "tracing",
  168. "want",
  169. ]
  170. [[package]]
  171. name = "itoa"
  172. version = "0.4.7"
  173. source = "registry+https://github.com/rust-lang/crates.io-index"
  174. checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
  175. [[package]]
  176. name = "lazy_static"
  177. version = "1.4.0"
  178. source = "registry+https://github.com/rust-lang/crates.io-index"
  179. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  180. [[package]]
  181. name = "libc"
  182. version = "0.2.95"
  183. source = "registry+https://github.com/rust-lang/crates.io-index"
  184. checksum = "789da6d93f1b866ffe175afc5322a4d76c038605a1c3319bb57b06967ca98a36"
  185. [[package]]
  186. name = "log"
  187. version = "0.4.14"
  188. source = "registry+https://github.com/rust-lang/crates.io-index"
  189. checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
  190. dependencies = [
  191. "cfg-if",
  192. ]
  193. [[package]]
  194. name = "memchr"
  195. version = "2.4.0"
  196. source = "registry+https://github.com/rust-lang/crates.io-index"
  197. checksum = "b16bd47d9e329435e309c58469fe0791c2d0d1ba96ec0954152a5ae2b04387dc"
  198. [[package]]
  199. name = "mio"
  200. version = "0.7.11"
  201. source = "registry+https://github.com/rust-lang/crates.io-index"
  202. checksum = "cf80d3e903b34e0bd7282b218398aec54e082c840d9baf8339e0080a0c542956"
  203. dependencies = [
  204. "libc",
  205. "log",
  206. "miow",
  207. "ntapi",
  208. "winapi",
  209. ]
  210. [[package]]
  211. name = "miow"
  212. version = "0.3.7"
  213. source = "registry+https://github.com/rust-lang/crates.io-index"
  214. checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
  215. dependencies = [
  216. "winapi",
  217. ]
  218. [[package]]
  219. name = "ntapi"
  220. version = "0.3.6"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
  223. dependencies = [
  224. "winapi",
  225. ]
  226. [[package]]
  227. name = "pico-args"
  228. version = "0.4.1"
  229. source = "registry+https://github.com/rust-lang/crates.io-index"
  230. checksum = "7d7afeb98c5a10e0bffcc7fc16e105b04d06729fac5fd6384aebf7ff5cb5a67d"
  231. [[package]]
  232. name = "pin-project"
  233. version = "1.0.7"
  234. source = "registry+https://github.com/rust-lang/crates.io-index"
  235. checksum = "c7509cc106041c40a4518d2af7a61530e1eed0e6285296a3d8c5472806ccc4a4"
  236. dependencies = [
  237. "pin-project-internal",
  238. ]
  239. [[package]]
  240. name = "pin-project-internal"
  241. version = "1.0.7"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. checksum = "48c950132583b500556b1efd71d45b319029f2b71518d979fcc208e16b42426f"
  244. dependencies = [
  245. "proc-macro2",
  246. "quote",
  247. "syn",
  248. ]
  249. [[package]]
  250. name = "pin-project-lite"
  251. version = "0.2.6"
  252. source = "registry+https://github.com/rust-lang/crates.io-index"
  253. checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
  254. [[package]]
  255. name = "pin-utils"
  256. version = "0.1.0"
  257. source = "registry+https://github.com/rust-lang/crates.io-index"
  258. checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
  259. [[package]]
  260. name = "proc-macro-hack"
  261. version = "0.5.19"
  262. source = "registry+https://github.com/rust-lang/crates.io-index"
  263. checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
  264. [[package]]
  265. name = "proc-macro-nested"
  266. version = "0.1.7"
  267. source = "registry+https://github.com/rust-lang/crates.io-index"
  268. checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
  269. [[package]]
  270. name = "proc-macro2"
  271. version = "1.0.27"
  272. source = "registry+https://github.com/rust-lang/crates.io-index"
  273. checksum = "f0d8caf72986c1a598726adc988bb5984792ef84f5ee5aa50209145ee8077038"
  274. dependencies = [
  275. "unicode-xid",
  276. ]
  277. [[package]]
  278. name = "quote"
  279. version = "1.0.9"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
  282. dependencies = [
  283. "proc-macro2",
  284. ]
  285. [[package]]
  286. name = "ryu"
  287. version = "1.0.5"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
  290. [[package]]
  291. name = "serde"
  292. version = "1.0.126"
  293. source = "registry+https://github.com/rust-lang/crates.io-index"
  294. checksum = "ec7505abeacaec74ae4778d9d9328fe5a5d04253220a85c4ee022239fc996d03"
  295. dependencies = [
  296. "serde_derive",
  297. ]
  298. [[package]]
  299. name = "serde_derive"
  300. version = "1.0.126"
  301. source = "registry+https://github.com/rust-lang/crates.io-index"
  302. checksum = "963a7dbc9895aeac7ac90e74f34a5d5261828f79df35cbed41e10189d3804d43"
  303. dependencies = [
  304. "proc-macro2",
  305. "quote",
  306. "syn",
  307. ]
  308. [[package]]
  309. name = "serde_json"
  310. version = "1.0.64"
  311. source = "registry+https://github.com/rust-lang/crates.io-index"
  312. checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
  313. dependencies = [
  314. "itoa",
  315. "ryu",
  316. "serde",
  317. ]
  318. [[package]]
  319. name = "signal-hook"
  320. version = "0.3.9"
  321. source = "registry+https://github.com/rust-lang/crates.io-index"
  322. checksum = "470c5a6397076fae0094aaf06a08e6ba6f37acb77d3b1b91ea92b4d6c8650c39"
  323. dependencies = [
  324. "libc",
  325. "signal-hook-registry",
  326. ]
  327. [[package]]
  328. name = "signal-hook-registry"
  329. version = "1.4.0"
  330. source = "registry+https://github.com/rust-lang/crates.io-index"
  331. checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
  332. dependencies = [
  333. "libc",
  334. ]
  335. [[package]]
  336. name = "signal-hook-tokio"
  337. version = "0.3.0"
  338. source = "registry+https://github.com/rust-lang/crates.io-index"
  339. checksum = "f6c5d32165ff8b94e68e7b3bdecb1b082e958c22434b363482cfb89dcd6f3ff8"
  340. dependencies = [
  341. "futures-core",
  342. "libc",
  343. "signal-hook",
  344. "tokio",
  345. ]
  346. [[package]]
  347. name = "slab"
  348. version = "0.4.3"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "f173ac3d1a7e3b28003f40de0b5ce7fe2710f9b9dc3fc38664cebee46b3b6527"
  351. [[package]]
  352. name = "socket2"
  353. version = "0.4.0"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "9e3dfc207c526015c632472a77be09cf1b6e46866581aecae5cc38fb4235dea2"
  356. dependencies = [
  357. "libc",
  358. "winapi",
  359. ]
  360. [[package]]
  361. name = "syn"
  362. version = "1.0.72"
  363. source = "registry+https://github.com/rust-lang/crates.io-index"
  364. checksum = "a1e8cdbefb79a9a5a65e0db8b47b723ee907b7c7f8496c76a1770b5c310bab82"
  365. dependencies = [
  366. "proc-macro2",
  367. "quote",
  368. "unicode-xid",
  369. ]
  370. [[package]]
  371. name = "tauri-driver"
  372. version = "0.0.0"
  373. dependencies = [
  374. "anyhow",
  375. "futures",
  376. "hyper",
  377. "pico-args",
  378. "serde",
  379. "serde_json",
  380. "signal-hook",
  381. "signal-hook-tokio",
  382. "tokio",
  383. "which",
  384. ]
  385. [[package]]
  386. name = "tokio"
  387. version = "1.6.1"
  388. source = "registry+https://github.com/rust-lang/crates.io-index"
  389. checksum = "0a38d31d7831c6ed7aad00aa4c12d9375fd225a6dd77da1d25b707346319a975"
  390. dependencies = [
  391. "autocfg",
  392. "libc",
  393. "mio",
  394. "pin-project-lite",
  395. "tokio-macros",
  396. ]
  397. [[package]]
  398. name = "tokio-macros"
  399. version = "1.2.0"
  400. source = "registry+https://github.com/rust-lang/crates.io-index"
  401. checksum = "c49e3df43841dafb86046472506755d8501c5615673955f6aa17181125d13c37"
  402. dependencies = [
  403. "proc-macro2",
  404. "quote",
  405. "syn",
  406. ]
  407. [[package]]
  408. name = "tower-service"
  409. version = "0.3.1"
  410. source = "registry+https://github.com/rust-lang/crates.io-index"
  411. checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
  412. [[package]]
  413. name = "tracing"
  414. version = "0.1.26"
  415. source = "registry+https://github.com/rust-lang/crates.io-index"
  416. checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
  417. dependencies = [
  418. "cfg-if",
  419. "pin-project-lite",
  420. "tracing-core",
  421. ]
  422. [[package]]
  423. name = "tracing-core"
  424. version = "0.1.18"
  425. source = "registry+https://github.com/rust-lang/crates.io-index"
  426. checksum = "a9ff14f98b1a4b289c6248a023c1c2fa1491062964e9fed67ab29c4e4da4a052"
  427. dependencies = [
  428. "lazy_static",
  429. ]
  430. [[package]]
  431. name = "try-lock"
  432. version = "0.2.3"
  433. source = "registry+https://github.com/rust-lang/crates.io-index"
  434. checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
  435. [[package]]
  436. name = "unicode-xid"
  437. version = "0.2.2"
  438. source = "registry+https://github.com/rust-lang/crates.io-index"
  439. checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
  440. [[package]]
  441. name = "want"
  442. version = "0.3.0"
  443. source = "registry+https://github.com/rust-lang/crates.io-index"
  444. checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
  445. dependencies = [
  446. "log",
  447. "try-lock",
  448. ]
  449. [[package]]
  450. name = "which"
  451. version = "4.1.0"
  452. source = "registry+https://github.com/rust-lang/crates.io-index"
  453. checksum = "b55551e42cbdf2ce2bedd2203d0cc08dba002c27510f86dab6d0ce304cba3dfe"
  454. dependencies = [
  455. "either",
  456. "libc",
  457. ]
  458. [[package]]
  459. name = "winapi"
  460. version = "0.3.9"
  461. source = "registry+https://github.com/rust-lang/crates.io-index"
  462. checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
  463. dependencies = [
  464. "winapi-i686-pc-windows-gnu",
  465. "winapi-x86_64-pc-windows-gnu",
  466. ]
  467. [[package]]
  468. name = "winapi-i686-pc-windows-gnu"
  469. version = "0.4.0"
  470. source = "registry+https://github.com/rust-lang/crates.io-index"
  471. checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
  472. [[package]]
  473. name = "winapi-x86_64-pc-windows-gnu"
  474. version = "0.4.0"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"