Sin descripción
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.

Cargo.lock 22KB

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