Cargo.lock 18 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. version = 3
  4. [[package]]
  5. name = "aho-corasick"
  6. version = "1.1.3"
  7. source = "registry+https://github.com/rust-lang/crates.io-index"
  8. checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  9. dependencies = [
  10. "memchr",
  11. ]
  12. [[package]]
  13. name = "anyhow"
  14. version = "1.0.83"
  15. source = "registry+https://github.com/rust-lang/crates.io-index"
  16. checksum = "25bdb32cbbdce2b519a9cd7df3a678443100e265d5e25ca763b7572a5104f5f3"
  17. [[package]]
  18. name = "autocfg"
  19. version = "1.3.0"
  20. source = "registry+https://github.com/rust-lang/crates.io-index"
  21. checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
  22. [[package]]
  23. name = "average"
  24. version = "0.14.2"
  25. source = "registry+https://github.com/rust-lang/crates.io-index"
  26. checksum = "c309b1c7fca12ebeec3ecba29ea917b3a4cb458ccf504df68bb4d8a0ca565a00"
  27. dependencies = [
  28. "easy-cast",
  29. "float-ord",
  30. "num-traits",
  31. ]
  32. [[package]]
  33. name = "bio-types"
  34. version = "1.0.1"
  35. source = "registry+https://github.com/rust-lang/crates.io-index"
  36. checksum = "9d45749b87f21808051025e9bf714d14ff4627f9d8ca967eade6946ea769aa4a"
  37. dependencies = [
  38. "derive-new",
  39. "lazy_static",
  40. "regex",
  41. "strum_macros",
  42. "thiserror",
  43. ]
  44. [[package]]
  45. name = "byteorder"
  46. version = "1.5.0"
  47. source = "registry+https://github.com/rust-lang/crates.io-index"
  48. checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
  49. [[package]]
  50. name = "bzip2-sys"
  51. version = "0.1.11+1.0.8"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
  54. dependencies = [
  55. "cc",
  56. "libc",
  57. "pkg-config",
  58. ]
  59. [[package]]
  60. name = "cc"
  61. version = "1.0.97"
  62. source = "registry+https://github.com/rust-lang/crates.io-index"
  63. checksum = "099a5357d84c4c61eb35fc8eafa9a79a902c2f76911e5747ced4e032edd8d9b4"
  64. dependencies = [
  65. "jobserver",
  66. "libc",
  67. "once_cell",
  68. ]
  69. [[package]]
  70. name = "cmake"
  71. version = "0.1.50"
  72. source = "registry+https://github.com/rust-lang/crates.io-index"
  73. checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
  74. dependencies = [
  75. "cc",
  76. ]
  77. [[package]]
  78. name = "crossbeam-deque"
  79. version = "0.8.5"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
  82. dependencies = [
  83. "crossbeam-epoch",
  84. "crossbeam-utils",
  85. ]
  86. [[package]]
  87. name = "crossbeam-epoch"
  88. version = "0.9.18"
  89. source = "registry+https://github.com/rust-lang/crates.io-index"
  90. checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
  91. dependencies = [
  92. "crossbeam-utils",
  93. ]
  94. [[package]]
  95. name = "crossbeam-utils"
  96. version = "0.8.19"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
  99. [[package]]
  100. name = "curl-sys"
  101. version = "0.4.72+curl-8.6.0"
  102. source = "registry+https://github.com/rust-lang/crates.io-index"
  103. checksum = "29cbdc8314c447d11e8fd156dcdd031d9e02a7a976163e396b548c03153bc9ea"
  104. dependencies = [
  105. "cc",
  106. "libc",
  107. "libz-sys",
  108. "openssl-sys",
  109. "pkg-config",
  110. "vcpkg",
  111. "windows-sys",
  112. ]
  113. [[package]]
  114. name = "custom_derive"
  115. version = "0.1.7"
  116. source = "registry+https://github.com/rust-lang/crates.io-index"
  117. checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
  118. [[package]]
  119. name = "derive-new"
  120. version = "0.5.9"
  121. source = "registry+https://github.com/rust-lang/crates.io-index"
  122. checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
  123. dependencies = [
  124. "proc-macro2",
  125. "quote",
  126. "syn 1.0.109",
  127. ]
  128. [[package]]
  129. name = "easy-cast"
  130. version = "0.5.2"
  131. source = "registry+https://github.com/rust-lang/crates.io-index"
  132. checksum = "10936778145f3bea71fd9bf61332cce28c28e96a380714f7ab34838b80733fd6"
  133. dependencies = [
  134. "libm",
  135. ]
  136. [[package]]
  137. name = "either"
  138. version = "1.12.0"
  139. source = "registry+https://github.com/rust-lang/crates.io-index"
  140. checksum = "3dca9240753cf90908d7e4aac30f630662b02aebaa1b58a3cadabdb23385b58b"
  141. [[package]]
  142. name = "env_logger"
  143. version = "0.10.2"
  144. source = "registry+https://github.com/rust-lang/crates.io-index"
  145. checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
  146. dependencies = [
  147. "humantime",
  148. "is-terminal",
  149. "log",
  150. "regex",
  151. "termcolor",
  152. ]
  153. [[package]]
  154. name = "float-ord"
  155. version = "0.3.2"
  156. source = "registry+https://github.com/rust-lang/crates.io-index"
  157. checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
  158. [[package]]
  159. name = "form_urlencoded"
  160. version = "1.2.1"
  161. source = "registry+https://github.com/rust-lang/crates.io-index"
  162. checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
  163. dependencies = [
  164. "percent-encoding",
  165. ]
  166. [[package]]
  167. name = "fs-utils"
  168. version = "1.1.4"
  169. source = "registry+https://github.com/rust-lang/crates.io-index"
  170. checksum = "6fc7a9dc005c944c98a935e7fd626faf5bf7e5a609f94bc13e42fc4a02e52593"
  171. dependencies = [
  172. "quick-error",
  173. ]
  174. [[package]]
  175. name = "glob"
  176. version = "0.3.1"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
  179. [[package]]
  180. name = "heck"
  181. version = "0.4.1"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
  184. [[package]]
  185. name = "hermit-abi"
  186. version = "0.3.9"
  187. source = "registry+https://github.com/rust-lang/crates.io-index"
  188. checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
  189. [[package]]
  190. name = "hts-sys"
  191. version = "2.1.4"
  192. source = "registry+https://github.com/rust-lang/crates.io-index"
  193. checksum = "e9f348d14cb4e50444e39fcd6b00302fe2ed2bc88094142f6278391d349a386d"
  194. dependencies = [
  195. "bzip2-sys",
  196. "cc",
  197. "curl-sys",
  198. "fs-utils",
  199. "glob",
  200. "libz-sys",
  201. "lzma-sys",
  202. "openssl-sys",
  203. ]
  204. [[package]]
  205. name = "humantime"
  206. version = "2.1.0"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
  209. [[package]]
  210. name = "idna"
  211. version = "0.5.0"
  212. source = "registry+https://github.com/rust-lang/crates.io-index"
  213. checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
  214. dependencies = [
  215. "unicode-bidi",
  216. "unicode-normalization",
  217. ]
  218. [[package]]
  219. name = "ieee754"
  220. version = "0.2.6"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. checksum = "9007da9cacbd3e6343da136e98b0d2df013f553d35bdec8b518f07bea768e19c"
  223. [[package]]
  224. name = "is-terminal"
  225. version = "0.4.12"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
  228. dependencies = [
  229. "hermit-abi",
  230. "libc",
  231. "windows-sys",
  232. ]
  233. [[package]]
  234. name = "jobserver"
  235. version = "0.1.31"
  236. source = "registry+https://github.com/rust-lang/crates.io-index"
  237. checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
  238. dependencies = [
  239. "libc",
  240. ]
  241. [[package]]
  242. name = "lazy_static"
  243. version = "1.4.0"
  244. source = "registry+https://github.com/rust-lang/crates.io-index"
  245. checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
  246. [[package]]
  247. name = "libc"
  248. version = "0.2.153"
  249. source = "registry+https://github.com/rust-lang/crates.io-index"
  250. checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
  251. [[package]]
  252. name = "libm"
  253. version = "0.2.8"
  254. source = "registry+https://github.com/rust-lang/crates.io-index"
  255. checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
  256. [[package]]
  257. name = "libz-sys"
  258. version = "1.1.16"
  259. source = "registry+https://github.com/rust-lang/crates.io-index"
  260. checksum = "5e143b5e666b2695d28f6bca6497720813f699c9602dd7f5cac91008b8ada7f9"
  261. dependencies = [
  262. "cc",
  263. "cmake",
  264. "libc",
  265. "pkg-config",
  266. "vcpkg",
  267. ]
  268. [[package]]
  269. name = "linear-map"
  270. version = "1.2.0"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
  273. [[package]]
  274. name = "log"
  275. version = "0.4.21"
  276. source = "registry+https://github.com/rust-lang/crates.io-index"
  277. checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
  278. [[package]]
  279. name = "lzma-sys"
  280. version = "0.1.20"
  281. source = "registry+https://github.com/rust-lang/crates.io-index"
  282. checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
  283. dependencies = [
  284. "cc",
  285. "libc",
  286. "pkg-config",
  287. ]
  288. [[package]]
  289. name = "memchr"
  290. version = "2.7.2"
  291. source = "registry+https://github.com/rust-lang/crates.io-index"
  292. checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
  293. [[package]]
  294. name = "newtype_derive"
  295. version = "0.1.6"
  296. source = "registry+https://github.com/rust-lang/crates.io-index"
  297. checksum = "ac8cd24d9f185bb7223958d8c1ff7a961b74b1953fd05dba7cc568a63b3861ec"
  298. dependencies = [
  299. "rustc_version",
  300. ]
  301. [[package]]
  302. name = "num-traits"
  303. version = "0.2.19"
  304. source = "registry+https://github.com/rust-lang/crates.io-index"
  305. checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
  306. dependencies = [
  307. "autocfg",
  308. "libm",
  309. ]
  310. [[package]]
  311. name = "once_cell"
  312. version = "1.19.0"
  313. source = "registry+https://github.com/rust-lang/crates.io-index"
  314. checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
  315. [[package]]
  316. name = "openssl-src"
  317. version = "300.2.3+3.2.1"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
  320. dependencies = [
  321. "cc",
  322. ]
  323. [[package]]
  324. name = "openssl-sys"
  325. version = "0.9.102"
  326. source = "registry+https://github.com/rust-lang/crates.io-index"
  327. checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
  328. dependencies = [
  329. "cc",
  330. "libc",
  331. "openssl-src",
  332. "pkg-config",
  333. "vcpkg",
  334. ]
  335. [[package]]
  336. name = "pandora_lib_pileup"
  337. version = "0.1.0"
  338. dependencies = [
  339. "anyhow",
  340. "average",
  341. "env_logger",
  342. "log",
  343. "rayon",
  344. "rust-htslib",
  345. ]
  346. [[package]]
  347. name = "percent-encoding"
  348. version = "2.3.1"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
  351. [[package]]
  352. name = "pkg-config"
  353. version = "0.3.30"
  354. source = "registry+https://github.com/rust-lang/crates.io-index"
  355. checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
  356. [[package]]
  357. name = "proc-macro2"
  358. version = "1.0.82"
  359. source = "registry+https://github.com/rust-lang/crates.io-index"
  360. checksum = "8ad3d49ab951a01fbaafe34f2ec74122942fe18a3f9814c3268f1bb72042131b"
  361. dependencies = [
  362. "unicode-ident",
  363. ]
  364. [[package]]
  365. name = "quick-error"
  366. version = "1.2.3"
  367. source = "registry+https://github.com/rust-lang/crates.io-index"
  368. checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
  369. [[package]]
  370. name = "quote"
  371. version = "1.0.36"
  372. source = "registry+https://github.com/rust-lang/crates.io-index"
  373. checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
  374. dependencies = [
  375. "proc-macro2",
  376. ]
  377. [[package]]
  378. name = "rayon"
  379. version = "1.10.0"
  380. source = "registry+https://github.com/rust-lang/crates.io-index"
  381. checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
  382. dependencies = [
  383. "either",
  384. "rayon-core",
  385. ]
  386. [[package]]
  387. name = "rayon-core"
  388. version = "1.12.1"
  389. source = "registry+https://github.com/rust-lang/crates.io-index"
  390. checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
  391. dependencies = [
  392. "crossbeam-deque",
  393. "crossbeam-utils",
  394. ]
  395. [[package]]
  396. name = "regex"
  397. version = "1.10.4"
  398. source = "registry+https://github.com/rust-lang/crates.io-index"
  399. checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
  400. dependencies = [
  401. "aho-corasick",
  402. "memchr",
  403. "regex-automata",
  404. "regex-syntax",
  405. ]
  406. [[package]]
  407. name = "regex-automata"
  408. version = "0.4.6"
  409. source = "registry+https://github.com/rust-lang/crates.io-index"
  410. checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
  411. dependencies = [
  412. "aho-corasick",
  413. "memchr",
  414. "regex-syntax",
  415. ]
  416. [[package]]
  417. name = "regex-syntax"
  418. version = "0.8.3"
  419. source = "registry+https://github.com/rust-lang/crates.io-index"
  420. checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
  421. [[package]]
  422. name = "rust-htslib"
  423. version = "0.46.0"
  424. source = "registry+https://github.com/rust-lang/crates.io-index"
  425. checksum = "aec6f9ca4601beb4ae75ff8c99144dd15de5a873f6adf058da299962c760968e"
  426. dependencies = [
  427. "bio-types",
  428. "byteorder",
  429. "custom_derive",
  430. "derive-new",
  431. "hts-sys",
  432. "ieee754",
  433. "lazy_static",
  434. "libc",
  435. "libz-sys",
  436. "linear-map",
  437. "newtype_derive",
  438. "regex",
  439. "thiserror",
  440. "url",
  441. ]
  442. [[package]]
  443. name = "rustc_version"
  444. version = "0.1.7"
  445. source = "registry+https://github.com/rust-lang/crates.io-index"
  446. checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
  447. dependencies = [
  448. "semver",
  449. ]
  450. [[package]]
  451. name = "rustversion"
  452. version = "1.0.17"
  453. source = "registry+https://github.com/rust-lang/crates.io-index"
  454. checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
  455. [[package]]
  456. name = "semver"
  457. version = "0.1.20"
  458. source = "registry+https://github.com/rust-lang/crates.io-index"
  459. checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
  460. [[package]]
  461. name = "strum_macros"
  462. version = "0.25.3"
  463. source = "registry+https://github.com/rust-lang/crates.io-index"
  464. checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
  465. dependencies = [
  466. "heck",
  467. "proc-macro2",
  468. "quote",
  469. "rustversion",
  470. "syn 2.0.64",
  471. ]
  472. [[package]]
  473. name = "syn"
  474. version = "1.0.109"
  475. source = "registry+https://github.com/rust-lang/crates.io-index"
  476. checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
  477. dependencies = [
  478. "proc-macro2",
  479. "quote",
  480. "unicode-ident",
  481. ]
  482. [[package]]
  483. name = "syn"
  484. version = "2.0.64"
  485. source = "registry+https://github.com/rust-lang/crates.io-index"
  486. checksum = "7ad3dee41f36859875573074334c200d1add8e4a87bb37113ebd31d926b7b11f"
  487. dependencies = [
  488. "proc-macro2",
  489. "quote",
  490. "unicode-ident",
  491. ]
  492. [[package]]
  493. name = "termcolor"
  494. version = "1.4.1"
  495. source = "registry+https://github.com/rust-lang/crates.io-index"
  496. checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
  497. dependencies = [
  498. "winapi-util",
  499. ]
  500. [[package]]
  501. name = "thiserror"
  502. version = "1.0.60"
  503. source = "registry+https://github.com/rust-lang/crates.io-index"
  504. checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
  505. dependencies = [
  506. "thiserror-impl",
  507. ]
  508. [[package]]
  509. name = "thiserror-impl"
  510. version = "1.0.60"
  511. source = "registry+https://github.com/rust-lang/crates.io-index"
  512. checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
  513. dependencies = [
  514. "proc-macro2",
  515. "quote",
  516. "syn 2.0.64",
  517. ]
  518. [[package]]
  519. name = "tinyvec"
  520. version = "1.6.0"
  521. source = "registry+https://github.com/rust-lang/crates.io-index"
  522. checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
  523. dependencies = [
  524. "tinyvec_macros",
  525. ]
  526. [[package]]
  527. name = "tinyvec_macros"
  528. version = "0.1.1"
  529. source = "registry+https://github.com/rust-lang/crates.io-index"
  530. checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
  531. [[package]]
  532. name = "unicode-bidi"
  533. version = "0.3.15"
  534. source = "registry+https://github.com/rust-lang/crates.io-index"
  535. checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
  536. [[package]]
  537. name = "unicode-ident"
  538. version = "1.0.12"
  539. source = "registry+https://github.com/rust-lang/crates.io-index"
  540. checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
  541. [[package]]
  542. name = "unicode-normalization"
  543. version = "0.1.23"
  544. source = "registry+https://github.com/rust-lang/crates.io-index"
  545. checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
  546. dependencies = [
  547. "tinyvec",
  548. ]
  549. [[package]]
  550. name = "url"
  551. version = "2.5.0"
  552. source = "registry+https://github.com/rust-lang/crates.io-index"
  553. checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
  554. dependencies = [
  555. "form_urlencoded",
  556. "idna",
  557. "percent-encoding",
  558. ]
  559. [[package]]
  560. name = "vcpkg"
  561. version = "0.2.15"
  562. source = "registry+https://github.com/rust-lang/crates.io-index"
  563. checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
  564. [[package]]
  565. name = "winapi-util"
  566. version = "0.1.8"
  567. source = "registry+https://github.com/rust-lang/crates.io-index"
  568. checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
  569. dependencies = [
  570. "windows-sys",
  571. ]
  572. [[package]]
  573. name = "windows-sys"
  574. version = "0.52.0"
  575. source = "registry+https://github.com/rust-lang/crates.io-index"
  576. checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
  577. dependencies = [
  578. "windows-targets",
  579. ]
  580. [[package]]
  581. name = "windows-targets"
  582. version = "0.52.5"
  583. source = "registry+https://github.com/rust-lang/crates.io-index"
  584. checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
  585. dependencies = [
  586. "windows_aarch64_gnullvm",
  587. "windows_aarch64_msvc",
  588. "windows_i686_gnu",
  589. "windows_i686_gnullvm",
  590. "windows_i686_msvc",
  591. "windows_x86_64_gnu",
  592. "windows_x86_64_gnullvm",
  593. "windows_x86_64_msvc",
  594. ]
  595. [[package]]
  596. name = "windows_aarch64_gnullvm"
  597. version = "0.52.5"
  598. source = "registry+https://github.com/rust-lang/crates.io-index"
  599. checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
  600. [[package]]
  601. name = "windows_aarch64_msvc"
  602. version = "0.52.5"
  603. source = "registry+https://github.com/rust-lang/crates.io-index"
  604. checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
  605. [[package]]
  606. name = "windows_i686_gnu"
  607. version = "0.52.5"
  608. source = "registry+https://github.com/rust-lang/crates.io-index"
  609. checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
  610. [[package]]
  611. name = "windows_i686_gnullvm"
  612. version = "0.52.5"
  613. source = "registry+https://github.com/rust-lang/crates.io-index"
  614. checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
  615. [[package]]
  616. name = "windows_i686_msvc"
  617. version = "0.52.5"
  618. source = "registry+https://github.com/rust-lang/crates.io-index"
  619. checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
  620. [[package]]
  621. name = "windows_x86_64_gnu"
  622. version = "0.52.5"
  623. source = "registry+https://github.com/rust-lang/crates.io-index"
  624. checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
  625. [[package]]
  626. name = "windows_x86_64_gnullvm"
  627. version = "0.52.5"
  628. source = "registry+https://github.com/rust-lang/crates.io-index"
  629. checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
  630. [[package]]
  631. name = "windows_x86_64_msvc"
  632. version = "0.52.5"
  633. source = "registry+https://github.com/rust-lang/crates.io-index"
  634. checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"