Nav apraksta
Nevar pievienot vairāk kā 25 tēmas Tēmai ir jāsākas ar burtu vai ciparu, tā var saturēt domu zīmes ('-') un var būt līdz 35 simboliem gara.

Cargo.lock 22KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489
  1. # This file is automatically @generated by Cargo.
  2. # It is not intended for manual editing.
  3. [[package]]
  4. name = "aligned"
  5. version = "0.3.2"
  6. source = "registry+https://github.com/rust-lang/crates.io-index"
  7. dependencies = [
  8. "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  9. ]
  10. [[package]]
  11. name = "as-slice"
  12. version = "0.1.3"
  13. source = "registry+https://github.com/rust-lang/crates.io-index"
  14. dependencies = [
  15. "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)",
  16. "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  17. "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  18. ]
  19. [[package]]
  20. name = "autocfg"
  21. version = "1.0.0"
  22. source = "registry+https://github.com/rust-lang/crates.io-index"
  23. [[package]]
  24. name = "bare-metal"
  25. version = "0.2.5"
  26. source = "registry+https://github.com/rust-lang/crates.io-index"
  27. dependencies = [
  28. "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  29. ]
  30. [[package]]
  31. name = "bitfield"
  32. version = "0.13.2"
  33. source = "registry+https://github.com/rust-lang/crates.io-index"
  34. [[package]]
  35. name = "bitflags"
  36. version = "1.2.1"
  37. source = "registry+https://github.com/rust-lang/crates.io-index"
  38. [[package]]
  39. name = "bme280"
  40. version = "0.2.1"
  41. source = "registry+https://github.com/rust-lang/crates.io-index"
  42. dependencies = [
  43. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  44. ]
  45. [[package]]
  46. name = "byteorder"
  47. version = "1.3.4"
  48. source = "registry+https://github.com/rust-lang/crates.io-index"
  49. [[package]]
  50. name = "cc"
  51. version = "1.0.50"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. [[package]]
  54. name = "cortex-m"
  55. version = "0.6.2"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. dependencies = [
  58. "aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  59. "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  60. "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  61. ]
  62. [[package]]
  63. name = "cortex-m-rt"
  64. version = "0.6.12"
  65. source = "registry+https://github.com/rust-lang/crates.io-index"
  66. dependencies = [
  67. "cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  68. "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  69. ]
  70. [[package]]
  71. name = "cortex-m-rt-macros"
  72. version = "0.1.8"
  73. source = "registry+https://github.com/rust-lang/crates.io-index"
  74. dependencies = [
  75. "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
  76. "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  77. "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  78. ]
  79. [[package]]
  80. name = "cortex-m-rtfm"
  81. version = "0.5.1"
  82. source = "registry+https://github.com/rust-lang/crates.io-index"
  83. dependencies = [
  84. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  85. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  86. "cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  87. "heapless 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  88. "rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  89. ]
  90. [[package]]
  91. name = "cortex-m-rtfm-macros"
  92. version = "0.5.0"
  93. source = "registry+https://github.com/rust-lang/crates.io-index"
  94. dependencies = [
  95. "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
  96. "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  97. "rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  98. "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  99. ]
  100. [[package]]
  101. name = "cortex-m-semihosting"
  102. version = "0.3.5"
  103. source = "registry+https://github.com/rust-lang/crates.io-index"
  104. dependencies = [
  105. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  106. ]
  107. [[package]]
  108. name = "display-firmware"
  109. version = "0.0.1"
  110. dependencies = [
  111. "bme280 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  112. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  113. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  114. "cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  115. "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  116. "embedded-epd 0.1.0 (git+https://github.com/mgottschlag/rust-embedded-epd)",
  117. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  118. "embedded-nrf24l01 0.2.0 (git+https://github.com/astro/embedded-nrf24l01)",
  119. "epd-assets 0.1.0 (git+https://github.com/mgottschlag/rust-epd-assets)",
  120. "epd-waveshare 0.4.0 (git+https://github.com/mgottschlag/epd-waveshare.git?branch=streaming)",
  121. "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  122. "mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)",
  123. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  124. "panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  125. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  126. ]
  127. [[package]]
  128. name = "embedded-epd"
  129. version = "0.1.0"
  130. source = "git+https://github.com/mgottschlag/rust-embedded-epd#5ce5a2fd7b84a86938680adab393132d68d01e77"
  131. dependencies = [
  132. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  133. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  134. ]
  135. [[package]]
  136. name = "embedded-graphics"
  137. version = "0.6.2"
  138. source = "registry+https://github.com/rust-lang/crates.io-index"
  139. dependencies = [
  140. "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  141. ]
  142. [[package]]
  143. name = "embedded-hal"
  144. version = "0.2.3"
  145. source = "registry+https://github.com/rust-lang/crates.io-index"
  146. dependencies = [
  147. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  148. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  149. ]
  150. [[package]]
  151. name = "embedded-nrf24l01"
  152. version = "0.2.0"
  153. source = "git+https://github.com/astro/embedded-nrf24l01#0998f622c99d48a3d90261e0eabeb5e84d6f30a0"
  154. dependencies = [
  155. "bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  156. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  157. ]
  158. [[package]]
  159. name = "epd-assets"
  160. version = "0.1.0"
  161. source = "git+https://github.com/mgottschlag/rust-epd-assets#3feee66fa2b6885525cb829045102f2dae1b8521"
  162. dependencies = [
  163. "freetype-rs 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)",
  164. "lodepng 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  165. ]
  166. [[package]]
  167. name = "epd-waveshare"
  168. version = "0.4.0"
  169. source = "git+https://github.com/mgottschlag/epd-waveshare.git?branch=streaming#fc18e6f6fa078312879ec978729390ca4a6ab70a"
  170. dependencies = [
  171. "embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  172. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  173. ]
  174. [[package]]
  175. name = "freetype-rs"
  176. version = "0.19.1"
  177. source = "registry+https://github.com/rust-lang/crates.io-index"
  178. dependencies = [
  179. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  180. "freetype-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
  181. "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
  182. ]
  183. [[package]]
  184. name = "freetype-sys"
  185. version = "0.7.1"
  186. source = "registry+https://github.com/rust-lang/crates.io-index"
  187. dependencies = [
  188. "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
  189. "libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)",
  190. "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
  191. ]
  192. [[package]]
  193. name = "generic-array"
  194. version = "0.12.3"
  195. source = "registry+https://github.com/rust-lang/crates.io-index"
  196. dependencies = [
  197. "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
  198. ]
  199. [[package]]
  200. name = "generic-array"
  201. version = "0.13.2"
  202. source = "registry+https://github.com/rust-lang/crates.io-index"
  203. dependencies = [
  204. "typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)",
  205. ]
  206. [[package]]
  207. name = "hash32"
  208. version = "0.1.1"
  209. source = "registry+https://github.com/rust-lang/crates.io-index"
  210. dependencies = [
  211. "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  212. ]
  213. [[package]]
  214. name = "heapless"
  215. version = "0.5.4"
  216. source = "registry+https://github.com/rust-lang/crates.io-index"
  217. dependencies = [
  218. "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  219. "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  220. "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  221. "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  222. ]
  223. [[package]]
  224. name = "indexmap"
  225. version = "1.3.2"
  226. source = "registry+https://github.com/rust-lang/crates.io-index"
  227. dependencies = [
  228. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  229. ]
  230. [[package]]
  231. name = "libc"
  232. version = "0.2.68"
  233. source = "registry+https://github.com/rust-lang/crates.io-index"
  234. [[package]]
  235. name = "libz-sys"
  236. version = "1.0.25"
  237. source = "registry+https://github.com/rust-lang/crates.io-index"
  238. dependencies = [
  239. "cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)",
  240. "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
  241. "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
  242. "vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
  243. ]
  244. [[package]]
  245. name = "lodepng"
  246. version = "2.5.0"
  247. source = "registry+https://github.com/rust-lang/crates.io-index"
  248. dependencies = [
  249. "libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)",
  250. "rgb 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)",
  251. ]
  252. [[package]]
  253. name = "mkl25z4"
  254. version = "0.0.3"
  255. source = "registry+https://github.com/rust-lang/crates.io-index"
  256. dependencies = [
  257. "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  258. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  259. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  260. "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  261. ]
  262. [[package]]
  263. name = "mkl25z4-hal"
  264. version = "0.1.0"
  265. source = "git+https://github.com/mgottschlag/mkl25z4-hal#80bcfffaef6da16a8257cc8478dba026f618c5f0"
  266. dependencies = [
  267. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  268. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  269. "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  270. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  271. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  272. ]
  273. [[package]]
  274. name = "nb"
  275. version = "0.1.2"
  276. source = "registry+https://github.com/rust-lang/crates.io-index"
  277. [[package]]
  278. name = "panic-semihosting"
  279. version = "0.5.3"
  280. source = "registry+https://github.com/rust-lang/crates.io-index"
  281. dependencies = [
  282. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  283. "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  284. ]
  285. [[package]]
  286. name = "pkg-config"
  287. version = "0.3.17"
  288. source = "registry+https://github.com/rust-lang/crates.io-index"
  289. [[package]]
  290. name = "proc-macro2"
  291. version = "1.0.10"
  292. source = "registry+https://github.com/rust-lang/crates.io-index"
  293. dependencies = [
  294. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  295. ]
  296. [[package]]
  297. name = "quote"
  298. version = "1.0.3"
  299. source = "registry+https://github.com/rust-lang/crates.io-index"
  300. dependencies = [
  301. "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
  302. ]
  303. [[package]]
  304. name = "r0"
  305. version = "0.2.2"
  306. source = "registry+https://github.com/rust-lang/crates.io-index"
  307. [[package]]
  308. name = "rgb"
  309. version = "0.8.16"
  310. source = "registry+https://github.com/rust-lang/crates.io-index"
  311. [[package]]
  312. name = "rtfm-core"
  313. version = "0.3.0"
  314. source = "registry+https://github.com/rust-lang/crates.io-index"
  315. [[package]]
  316. name = "rtfm-syntax"
  317. version = "0.4.0"
  318. source = "registry+https://github.com/rust-lang/crates.io-index"
  319. dependencies = [
  320. "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  321. "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
  322. "syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)",
  323. ]
  324. [[package]]
  325. name = "rustc_version"
  326. version = "0.2.3"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. dependencies = [
  329. "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  330. ]
  331. [[package]]
  332. name = "semver"
  333. version = "0.9.0"
  334. source = "registry+https://github.com/rust-lang/crates.io-index"
  335. dependencies = [
  336. "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  337. ]
  338. [[package]]
  339. name = "semver-parser"
  340. version = "0.7.0"
  341. source = "registry+https://github.com/rust-lang/crates.io-index"
  342. [[package]]
  343. name = "stable_deref_trait"
  344. version = "1.1.1"
  345. source = "registry+https://github.com/rust-lang/crates.io-index"
  346. [[package]]
  347. name = "syn"
  348. version = "1.0.17"
  349. source = "registry+https://github.com/rust-lang/crates.io-index"
  350. dependencies = [
  351. "proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)",
  352. "quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  353. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  354. ]
  355. [[package]]
  356. name = "typenum"
  357. version = "1.11.2"
  358. source = "registry+https://github.com/rust-lang/crates.io-index"
  359. [[package]]
  360. name = "unicode-xid"
  361. version = "0.2.0"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. [[package]]
  364. name = "vcell"
  365. version = "0.1.2"
  366. source = "registry+https://github.com/rust-lang/crates.io-index"
  367. [[package]]
  368. name = "vcpkg"
  369. version = "0.2.8"
  370. source = "registry+https://github.com/rust-lang/crates.io-index"
  371. [[package]]
  372. name = "void"
  373. version = "1.0.2"
  374. source = "registry+https://github.com/rust-lang/crates.io-index"
  375. [[package]]
  376. name = "volatile-register"
  377. version = "0.2.0"
  378. source = "registry+https://github.com/rust-lang/crates.io-index"
  379. dependencies = [
  380. "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  381. ]
  382. [metadata]
  383. "checksum aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eb1ce8b3382016136ab1d31a1b5ce807144f8b7eb2d5f16b2108f0f07edceb94"
  384. "checksum as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70"
  385. "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  386. "checksum bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
  387. "checksum bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
  388. "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  389. "checksum bme280 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bc93357f2a5603736e2c1f1ba8e18e9ec80efa7fdade5d6a37c11362b76363f4"
  390. "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  391. "checksum cc 1.0.50 (registry+https://github.com/rust-lang/crates.io-index)" = "95e28fa049fda1c330bcf9d723be7663a899c4679724b34c81e9f5a326aab8cd"
  392. "checksum cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763"
  393. "checksum cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "00d518da72bba39496024b62607c1d8e37bcece44b2536664f1132a73a499a28"
  394. "checksum cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4717562afbba06e760d34451919f5c3bf3ac15c7bb897e8b04862a7428378647"
  395. "checksum cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eaf0b9fd3f042cb3793d15daf3cea201b2f25c99b0b5b936a551bb6909c3ae5b"
  396. "checksum cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c62092f6ff344e9b0adb748f0302ed69889ba2fae1fce446e3788d4726ea73bb"
  397. "checksum cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa"
  398. "checksum embedded-epd 0.1.0 (git+https://github.com/mgottschlag/rust-embedded-epd)" = "<none>"
  399. "checksum embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40a69991ceb896bd4810a0cf2bcc46fc94b7860573c71f965d8e5b3d66942fed"
  400. "checksum embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
  401. "checksum embedded-nrf24l01 0.2.0 (git+https://github.com/astro/embedded-nrf24l01)" = "<none>"
  402. "checksum epd-assets 0.1.0 (git+https://github.com/mgottschlag/rust-epd-assets)" = "<none>"
  403. "checksum epd-waveshare 0.4.0 (git+https://github.com/mgottschlag/epd-waveshare.git?branch=streaming)" = "<none>"
  404. "checksum freetype-rs 0.19.1 (registry+https://github.com/rust-lang/crates.io-index)" = "28cc92a7040ee7b631e4279e263f9a83aedc1eb6085c68d8ca4d072b5644e705"
  405. "checksum freetype-sys 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9c8666cce7cf6e51a290623647febfbab92480b4c3e0f495cb9d4d312b5d38"
  406. "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
  407. "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
  408. "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
  409. "checksum heapless 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ffa511365b12346c5fbe759d82f80d3aa70d9f1ba01955594f84a1a6bbab985"
  410. "checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
  411. "checksum libc 0.2.68 (registry+https://github.com/rust-lang/crates.io-index)" = "dea0c0405123bba743ee3f91f49b1c7cfb684eef0da0a50110f758ccf24cdff0"
  412. "checksum libz-sys 1.0.25 (registry+https://github.com/rust-lang/crates.io-index)" = "2eb5e43362e38e2bca2fd5f5134c4d4564a23a5c28e9b95411652021a8675ebe"
  413. "checksum lodepng 2.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "40ed9859b15e009b494528f32ad054c5baf67afabf3c05d27973ea151563d430"
  414. "checksum mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "91f9b185f1346b1fdc8337481e2fdf5f282d0e884e2c59e4ddea5328105017d7"
  415. "checksum mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)" = "<none>"
  416. "checksum nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
  417. "checksum panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c03864ac862876c16a308f5286f4aa217f1a69ac45df87ad3cd2847f818a642c"
  418. "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
  419. "checksum proc-macro2 1.0.10 (registry+https://github.com/rust-lang/crates.io-index)" = "df246d292ff63439fea9bc8c0a270bed0e390d5ebd4db4ba15aba81111b5abe3"
  420. "checksum quote 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
  421. "checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
  422. "checksum rgb 0.8.16 (registry+https://github.com/rust-lang/crates.io-index)" = "5ec4ab2cf0b27e111e266e161cf7f9efd20125a161190da1c0945c4a4408fef3"
  423. "checksum rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec893edb2aa5b70320b94896ffea22a7ebb1cf3f942bb67cd5b60a865a63493"
  424. "checksum rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4455e23c34df3d66454e7e218a4d76a7f83321d04a806be614463341cec4116e"
  425. "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
  426. "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
  427. "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
  428. "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
  429. "checksum syn 1.0.17 (registry+https://github.com/rust-lang/crates.io-index)" = "0df0eb663f387145cab623dea85b09c2c5b4b0aef44e945d928e682fce71bb03"
  430. "checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
  431. "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  432. "checksum vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c"
  433. "checksum vcpkg 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
  434. "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
  435. "checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"