Brak opisu
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548
  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 = "git+https://github.com/mgottschlag/bme280-rs?branch=destroy#e3c3f39a32261bd29b94431b97b214dff027e9bb"
  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.52"
  52. source = "registry+https://github.com/rust-lang/crates.io-index"
  53. [[package]]
  54. name = "chrono"
  55. version = "0.4.11"
  56. source = "registry+https://github.com/rust-lang/crates.io-index"
  57. dependencies = [
  58. "num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  59. "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  60. ]
  61. [[package]]
  62. name = "cmake"
  63. version = "0.1.42"
  64. source = "registry+https://github.com/rust-lang/crates.io-index"
  65. dependencies = [
  66. "cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)",
  67. ]
  68. [[package]]
  69. name = "cortex-m"
  70. version = "0.6.2"
  71. source = "registry+https://github.com/rust-lang/crates.io-index"
  72. dependencies = [
  73. "aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  74. "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  75. "volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  76. ]
  77. [[package]]
  78. name = "cortex-m-rt"
  79. version = "0.6.12"
  80. source = "registry+https://github.com/rust-lang/crates.io-index"
  81. dependencies = [
  82. "cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)",
  83. "r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
  84. ]
  85. [[package]]
  86. name = "cortex-m-rt-macros"
  87. version = "0.1.8"
  88. source = "registry+https://github.com/rust-lang/crates.io-index"
  89. dependencies = [
  90. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  91. "quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  92. "syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  93. ]
  94. [[package]]
  95. name = "cortex-m-rtfm"
  96. version = "0.5.1"
  97. source = "registry+https://github.com/rust-lang/crates.io-index"
  98. dependencies = [
  99. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  100. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  101. "cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)",
  102. "heapless 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
  103. "rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)",
  104. ]
  105. [[package]]
  106. name = "cortex-m-rtfm-macros"
  107. version = "0.5.0"
  108. source = "registry+https://github.com/rust-lang/crates.io-index"
  109. dependencies = [
  110. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  111. "quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  112. "rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  113. "syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  114. ]
  115. [[package]]
  116. name = "cortex-m-semihosting"
  117. version = "0.3.5"
  118. source = "registry+https://github.com/rust-lang/crates.io-index"
  119. dependencies = [
  120. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  121. ]
  122. [[package]]
  123. name = "crc16"
  124. version = "0.4.0"
  125. source = "registry+https://github.com/rust-lang/crates.io-index"
  126. [[package]]
  127. name = "display-firmware"
  128. version = "0.0.1"
  129. dependencies = [
  130. "bme280 0.2.1 (git+https://github.com/mgottschlag/bme280-rs?branch=destroy)",
  131. "chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)",
  132. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  133. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  134. "cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
  135. "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  136. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  137. "embedded-nrf24l01 0.2.0 (git+https://github.com/mgottschlag/embedded-nrf24l01?branch=wip)",
  138. "epd-waveshare 0.4.0 (git+https://github.com/mgottschlag/epd-waveshare?branch=wip)",
  139. "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  140. "mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)",
  141. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  142. "panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)",
  143. "protocol 0.1.0",
  144. "tinygfx 0.1.0 (git+https://github.com/mgottschlag/tinygfx)",
  145. "tinygfx-assets 0.1.0 (git+https://github.com/mgottschlag/tinygfx)",
  146. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  147. ]
  148. [[package]]
  149. name = "embedded-graphics"
  150. version = "0.6.2"
  151. source = "registry+https://github.com/rust-lang/crates.io-index"
  152. dependencies = [
  153. "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  154. ]
  155. [[package]]
  156. name = "embedded-hal"
  157. version = "0.2.3"
  158. source = "registry+https://github.com/rust-lang/crates.io-index"
  159. dependencies = [
  160. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  161. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  162. ]
  163. [[package]]
  164. name = "embedded-nrf24l01"
  165. version = "0.2.0"
  166. source = "git+https://github.com/mgottschlag/embedded-nrf24l01?branch=wip#73fe8c9d16a3501c3e11b1320f66750643798d54"
  167. dependencies = [
  168. "bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  169. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  170. ]
  171. [[package]]
  172. name = "epd-waveshare"
  173. version = "0.4.0"
  174. source = "git+https://github.com/mgottschlag/epd-waveshare?branch=wip#a24bec5be720c89cedda513a139bc983b0c5e1d0"
  175. dependencies = [
  176. "embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  177. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  178. ]
  179. [[package]]
  180. name = "freetype-rs"
  181. version = "0.24.0"
  182. source = "registry+https://github.com/rust-lang/crates.io-index"
  183. dependencies = [
  184. "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
  185. "freetype-sys 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)",
  186. "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
  187. ]
  188. [[package]]
  189. name = "freetype-sys"
  190. version = "0.11.0"
  191. source = "registry+https://github.com/rust-lang/crates.io-index"
  192. dependencies = [
  193. "cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)",
  194. "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
  195. "pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)",
  196. ]
  197. [[package]]
  198. name = "generic-array"
  199. version = "0.12.3"
  200. source = "registry+https://github.com/rust-lang/crates.io-index"
  201. dependencies = [
  202. "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
  203. ]
  204. [[package]]
  205. name = "generic-array"
  206. version = "0.13.2"
  207. source = "registry+https://github.com/rust-lang/crates.io-index"
  208. dependencies = [
  209. "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)",
  210. ]
  211. [[package]]
  212. name = "hash32"
  213. version = "0.1.1"
  214. source = "registry+https://github.com/rust-lang/crates.io-index"
  215. dependencies = [
  216. "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
  217. ]
  218. [[package]]
  219. name = "heapless"
  220. version = "0.5.4"
  221. source = "registry+https://github.com/rust-lang/crates.io-index"
  222. dependencies = [
  223. "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
  224. "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)",
  225. "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  226. "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
  227. ]
  228. [[package]]
  229. name = "indexmap"
  230. version = "1.3.2"
  231. source = "registry+https://github.com/rust-lang/crates.io-index"
  232. dependencies = [
  233. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  234. ]
  235. [[package]]
  236. name = "libc"
  237. version = "0.2.69"
  238. source = "registry+https://github.com/rust-lang/crates.io-index"
  239. [[package]]
  240. name = "lodepng"
  241. version = "2.6.0"
  242. source = "registry+https://github.com/rust-lang/crates.io-index"
  243. dependencies = [
  244. "libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)",
  245. "rgb 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)",
  246. ]
  247. [[package]]
  248. name = "mkl25z4"
  249. version = "0.0.3"
  250. source = "registry+https://github.com/rust-lang/crates.io-index"
  251. dependencies = [
  252. "bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
  253. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  254. "cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)",
  255. "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  256. ]
  257. [[package]]
  258. name = "mkl25z4-hal"
  259. version = "0.1.0"
  260. source = "git+https://github.com/mgottschlag/mkl25z4-hal#743740c348d24bd9ba22724b1cce62ff3c93078b"
  261. dependencies = [
  262. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  263. "embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
  264. "mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  265. "nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  266. "void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)",
  267. ]
  268. [[package]]
  269. name = "nb"
  270. version = "0.1.2"
  271. source = "registry+https://github.com/rust-lang/crates.io-index"
  272. [[package]]
  273. name = "num-integer"
  274. version = "0.1.42"
  275. source = "registry+https://github.com/rust-lang/crates.io-index"
  276. dependencies = [
  277. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  278. "num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)",
  279. ]
  280. [[package]]
  281. name = "num-traits"
  282. version = "0.2.11"
  283. source = "registry+https://github.com/rust-lang/crates.io-index"
  284. dependencies = [
  285. "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
  286. ]
  287. [[package]]
  288. name = "panic-semihosting"
  289. version = "0.5.3"
  290. source = "registry+https://github.com/rust-lang/crates.io-index"
  291. dependencies = [
  292. "cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)",
  293. "cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
  294. ]
  295. [[package]]
  296. name = "pkg-config"
  297. version = "0.3.17"
  298. source = "registry+https://github.com/rust-lang/crates.io-index"
  299. [[package]]
  300. name = "proc-macro2"
  301. version = "1.0.12"
  302. source = "registry+https://github.com/rust-lang/crates.io-index"
  303. dependencies = [
  304. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  305. ]
  306. [[package]]
  307. name = "protocol"
  308. version = "0.1.0"
  309. dependencies = [
  310. "crc16 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)",
  311. "xxtea-nostd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
  312. ]
  313. [[package]]
  314. name = "quote"
  315. version = "1.0.4"
  316. source = "registry+https://github.com/rust-lang/crates.io-index"
  317. dependencies = [
  318. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  319. ]
  320. [[package]]
  321. name = "r0"
  322. version = "0.2.2"
  323. source = "registry+https://github.com/rust-lang/crates.io-index"
  324. [[package]]
  325. name = "rgb"
  326. version = "0.8.17"
  327. source = "registry+https://github.com/rust-lang/crates.io-index"
  328. [[package]]
  329. name = "rtfm-core"
  330. version = "0.3.0"
  331. source = "registry+https://github.com/rust-lang/crates.io-index"
  332. [[package]]
  333. name = "rtfm-syntax"
  334. version = "0.4.0"
  335. source = "registry+https://github.com/rust-lang/crates.io-index"
  336. dependencies = [
  337. "indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
  338. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  339. "syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  340. ]
  341. [[package]]
  342. name = "rustc_version"
  343. version = "0.2.3"
  344. source = "registry+https://github.com/rust-lang/crates.io-index"
  345. dependencies = [
  346. "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)",
  347. ]
  348. [[package]]
  349. name = "semver"
  350. version = "0.9.0"
  351. source = "registry+https://github.com/rust-lang/crates.io-index"
  352. dependencies = [
  353. "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
  354. ]
  355. [[package]]
  356. name = "semver-parser"
  357. version = "0.7.0"
  358. source = "registry+https://github.com/rust-lang/crates.io-index"
  359. [[package]]
  360. name = "stable_deref_trait"
  361. version = "1.1.1"
  362. source = "registry+https://github.com/rust-lang/crates.io-index"
  363. [[package]]
  364. name = "syn"
  365. version = "1.0.18"
  366. source = "registry+https://github.com/rust-lang/crates.io-index"
  367. dependencies = [
  368. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  369. "quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  370. "unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
  371. ]
  372. [[package]]
  373. name = "thiserror"
  374. version = "1.0.16"
  375. source = "registry+https://github.com/rust-lang/crates.io-index"
  376. dependencies = [
  377. "thiserror-impl 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
  378. ]
  379. [[package]]
  380. name = "thiserror-impl"
  381. version = "1.0.16"
  382. source = "registry+https://github.com/rust-lang/crates.io-index"
  383. dependencies = [
  384. "proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)",
  385. "quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
  386. "syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
  387. ]
  388. [[package]]
  389. name = "tinygfx"
  390. version = "0.1.0"
  391. source = "git+https://github.com/mgottschlag/tinygfx#e2363c5489bb74bd8abb7f9e2a63220880b5a66e"
  392. [[package]]
  393. name = "tinygfx-assets"
  394. version = "0.1.0"
  395. source = "git+https://github.com/mgottschlag/tinygfx#e2363c5489bb74bd8abb7f9e2a63220880b5a66e"
  396. dependencies = [
  397. "freetype-rs 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)",
  398. "lodepng 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)",
  399. "thiserror 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
  400. ]
  401. [[package]]
  402. name = "typenum"
  403. version = "1.12.0"
  404. source = "registry+https://github.com/rust-lang/crates.io-index"
  405. [[package]]
  406. name = "unicode-xid"
  407. version = "0.2.0"
  408. source = "registry+https://github.com/rust-lang/crates.io-index"
  409. [[package]]
  410. name = "vcell"
  411. version = "0.1.2"
  412. source = "registry+https://github.com/rust-lang/crates.io-index"
  413. [[package]]
  414. name = "void"
  415. version = "1.0.2"
  416. source = "registry+https://github.com/rust-lang/crates.io-index"
  417. [[package]]
  418. name = "volatile-register"
  419. version = "0.2.0"
  420. source = "registry+https://github.com/rust-lang/crates.io-index"
  421. dependencies = [
  422. "vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
  423. ]
  424. [[package]]
  425. name = "xxtea-nostd"
  426. version = "0.1.0"
  427. source = "registry+https://github.com/rust-lang/crates.io-index"
  428. [metadata]
  429. "checksum aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eb1ce8b3382016136ab1d31a1b5ce807144f8b7eb2d5f16b2108f0f07edceb94"
  430. "checksum as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70"
  431. "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
  432. "checksum bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
  433. "checksum bitfield 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
  434. "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
  435. "checksum bme280 0.2.1 (git+https://github.com/mgottschlag/bme280-rs?branch=destroy)" = "<none>"
  436. "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
  437. "checksum cc 1.0.52 (registry+https://github.com/rust-lang/crates.io-index)" = "c3d87b23d6a92cd03af510a5ade527033f6aa6fa92161e2d5863a907d4c5e31d"
  438. "checksum chrono 0.4.11 (registry+https://github.com/rust-lang/crates.io-index)" = "80094f509cf8b5ae86a4966a39b3ff66cd7e2a3e594accec3743ff3fabeab5b2"
  439. "checksum cmake 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "81fb25b677f8bf1eb325017cb6bb8452f87969db0fedb4f757b297bee78a7c62"
  440. "checksum cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763"
  441. "checksum cortex-m-rt 0.6.12 (registry+https://github.com/rust-lang/crates.io-index)" = "00d518da72bba39496024b62607c1d8e37bcece44b2536664f1132a73a499a28"
  442. "checksum cortex-m-rt-macros 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "4717562afbba06e760d34451919f5c3bf3ac15c7bb897e8b04862a7428378647"
  443. "checksum cortex-m-rtfm 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "eaf0b9fd3f042cb3793d15daf3cea201b2f25c99b0b5b936a551bb6909c3ae5b"
  444. "checksum cortex-m-rtfm-macros 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "c62092f6ff344e9b0adb748f0302ed69889ba2fae1fce446e3788d4726ea73bb"
  445. "checksum cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa"
  446. "checksum crc16 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "338089f42c427b86394a5ee60ff321da23a5c89c9d89514c829687b26359fcff"
  447. "checksum embedded-graphics 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "40a69991ceb896bd4810a0cf2bcc46fc94b7860573c71f965d8e5b3d66942fed"
  448. "checksum embedded-hal 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
  449. "checksum embedded-nrf24l01 0.2.0 (git+https://github.com/mgottschlag/embedded-nrf24l01?branch=wip)" = "<none>"
  450. "checksum epd-waveshare 0.4.0 (git+https://github.com/mgottschlag/epd-waveshare?branch=wip)" = "<none>"
  451. "checksum freetype-rs 0.24.0 (registry+https://github.com/rust-lang/crates.io-index)" = "340519227cdc8f41c27b3840a02e32dac6102dc314aefe6189cfa355233c445f"
  452. "checksum freetype-sys 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d48ac0ce366dd47a115ec8e598d7c51b4a974fc52ded5e53a56b31f55f34f3ea"
  453. "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
  454. "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
  455. "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc"
  456. "checksum heapless 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "8ffa511365b12346c5fbe759d82f80d3aa70d9f1ba01955594f84a1a6bbab985"
  457. "checksum indexmap 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "076f042c5b7b98f31d205f1249267e12a6518c1481e9dae9764af19b707d2292"
  458. "checksum libc 0.2.69 (registry+https://github.com/rust-lang/crates.io-index)" = "99e85c08494b21a9054e7fe1374a732aeadaff3980b6990b94bfd3a70f690005"
  459. "checksum lodepng 2.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b1237d003f81f68a886aa31fd31fc932da1344b5e81337cbd88783e672e2ff5"
  460. "checksum mkl25z4 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "91f9b185f1346b1fdc8337481e2fdf5f282d0e884e2c59e4ddea5328105017d7"
  461. "checksum mkl25z4-hal 0.1.0 (git+https://github.com/mgottschlag/mkl25z4-hal)" = "<none>"
  462. "checksum nb 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
  463. "checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba"
  464. "checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096"
  465. "checksum panic-semihosting 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c03864ac862876c16a308f5286f4aa217f1a69ac45df87ad3cd2847f818a642c"
  466. "checksum pkg-config 0.3.17 (registry+https://github.com/rust-lang/crates.io-index)" = "05da548ad6865900e60eaba7f589cc0783590a92e940c26953ff81ddbab2d677"
  467. "checksum proc-macro2 1.0.12 (registry+https://github.com/rust-lang/crates.io-index)" = "8872cf6f48eee44265156c111456a700ab3483686b3f96df4cf5481c89157319"
  468. "checksum quote 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)" = "4c1f4b0efa5fc5e8ceb705136bfee52cfdb6a4e3509f770b478cd6ed434232a7"
  469. "checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
  470. "checksum rgb 0.8.17 (registry+https://github.com/rust-lang/crates.io-index)" = "a85b83fd629b0ce765f45316774fa6aaa95947fd74c8e4bbf3c6d1e349701d95"
  471. "checksum rtfm-core 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9ec893edb2aa5b70320b94896ffea22a7ebb1cf3f942bb67cd5b60a865a63493"
  472. "checksum rtfm-syntax 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "4455e23c34df3d66454e7e218a4d76a7f83321d04a806be614463341cec4116e"
  473. "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
  474. "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
  475. "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
  476. "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
  477. "checksum syn 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "410a7488c0a728c7ceb4ad59b9567eb4053d02e8cc7f5c0e0eeeb39518369213"
  478. "checksum thiserror 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "d12a1dae4add0f0d568eebc7bf142f145ba1aa2544cafb195c76f0f409091b60"
  479. "checksum thiserror-impl 1.0.16 (registry+https://github.com/rust-lang/crates.io-index)" = "3f34e0c1caaa462fd840ec6b768946ea1e7842620d94fe29d5b847138f521269"
  480. "checksum tinygfx 0.1.0 (git+https://github.com/mgottschlag/tinygfx)" = "<none>"
  481. "checksum tinygfx-assets 0.1.0 (git+https://github.com/mgottschlag/tinygfx)" = "<none>"
  482. "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
  483. "checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
  484. "checksum vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c"
  485. "checksum void 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
  486. "checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
  487. "checksum xxtea-nostd 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6dadadfbf2be7aa1d3b83607115d95f37a9e1d2b91b1978b718df545ad434b9b"