説明なし
選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

Cargo.lock 23KB

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