Advertisement
funmaker

Untitled

Jan 4th, 2025
48
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.35 KB | None | 0 0
  1. ├── embedded-svc v0.25.3
  2. │ ├── anyhow v1.0.71
  3. │ ├── atomic-waker v1.1.1
  4. │ ├── embedded-io v0.4.0
  5. │ ├── enumset v1.1.2
  6. │ │ └── enumset_derive v0.8.1 (proc-macro)
  7. │ │ ├── darling v0.20.1
  8. │ │ │ ├── darling_core v0.20.1
  9. │ │ │ │ ├── fnv v1.0.7
  10. │ │ │ │ ├── ident_case v1.0.1
  11. │ │ │ │ ├── proc-macro2 v1.0.63
  12. │ │ │ │ │ └── unicode-ident v1.0.10
  13. │ │ │ │ ├── quote v1.0.29
  14. │ │ │ │ │ └── proc-macro2 v1.0.63 (*)
  15. │ │ │ │ └── syn v2.0.23
  16. │ │ │ │ ├── proc-macro2 v1.0.63 (*)
  17. │ │ │ │ ├── quote v1.0.29 (*)
  18. │ │ │ │ └── unicode-ident v1.0.10
  19. │ │ │ └── darling_macro v0.20.1 (proc-macro)
  20. │ │ │ ├── darling_core v0.20.1 (*)
  21. │ │ │ ├── quote v1.0.29 (*)
  22. │ │ │ └── syn v2.0.23 (*)
  23. │ │ ├── proc-macro2 v1.0.63 (*)
  24. │ │ ├── quote v1.0.29 (*)
  25. │ │ └── syn v2.0.23 (*)
  26. │ ├── heapless v0.7.16
  27. │ │ ├── hash32 v0.2.1
  28. │ │ │ └── byteorder v1.4.3
  29. │ │ └── stable_deref_trait v1.2.0
  30. │ │ [build-dependencies]
  31. │ │ └── rustc_version v0.4.0
  32. │ │ └── semver v1.0.17
  33. │ │ └── serde v1.0.167
  34. │ │ └── serde_derive v1.0.167 (proc-macro)
  35. │ │ ├── proc-macro2 v1.0.63 (*)
  36. │ │ ├── quote v1.0.29 (*)
  37. │ │ └── syn v2.0.23 (*)
  38. │ ├── no-std-net v0.5.0
  39. │ └── serde v1.0.167
  40. │ └── serde_derive v1.0.167 (proc-macro) (*)
  41. ├── esp-idf-hal v0.41.2 (https://github.com/esp-rs/esp-idf-hal.git?rev=a5dc68adcffb0bec220acfff41f271c31d44a051#a5dc68ad)
  42. │ ├── atomic-waker v1.1.1
  43. │ ├── embedded-can v0.4.1
  44. │ │ └── nb v1.1.0
  45. │ ├── embedded-hal v0.2.7
  46. │ │ ├── nb v0.1.3
  47. │ │ │ └── nb v1.1.0
  48. │ │ └── void v1.0.2
  49. │ ├── embedded-hal v1.0.0-alpha.10
  50. │ ├── embedded-hal-nb v1.0.0-alpha.2
  51. │ │ ├── embedded-hal v1.0.0-alpha.10
  52. │ │ └── nb v1.1.0
  53. │ ├── enumset v1.1.2 (*)
  54. │ ├── esp-idf-sys v0.33.1
  55. │ │ ├── build-time v0.1.3 (proc-macro)
  56. │ │ │ ├── chrono v0.4.26
  57. │ │ │ │ ├── iana-time-zone v0.1.57
  58. │ │ │ │ └── num-traits v0.2.15
  59. │ │ │ │ [build-dependencies]
  60. │ │ │ │ └── autocfg v1.1.0
  61. │ │ │ ├── once_cell v1.18.0
  62. │ │ │ ├── proc-macro2 v1.0.63 (*)
  63. │ │ │ ├── quote v1.0.29 (*)
  64. │ │ │ └── syn v2.0.23 (*)
  65. │ │ ├── const_format v0.2.31
  66. │ │ │ └── const_format_proc_macros v0.2.31 (proc-macro)
  67. │ │ │ ├── proc-macro2 v1.0.63 (*)
  68. │ │ │ ├── quote v1.0.29 (*)
  69. │ │ │ └── unicode-xid v0.2.4
  70. │ │ └── libc v0.2.147
  71. │ │ [build-dependencies]
  72. │ │ ├── anyhow v1.0.71
  73. │ │ ├── bindgen v0.63.0
  74. │ │ │ ├── bitflags v1.3.2
  75. │ │ │ ├── cexpr v0.6.0
  76. │ │ │ │ └── nom v7.1.3
  77. │ │ │ │ ├── memchr v2.5.0
  78. │ │ │ │ └── minimal-lexical v0.2.1
  79. │ │ │ ├── clang-sys v1.6.1
  80. │ │ │ │ ├── glob v0.3.1
  81. │ │ │ │ ├── libc v0.2.147
  82. │ │ │ │ └── libloading v0.7.4
  83. │ │ │ │ └── cfg-if v1.0.0
  84. │ │ │ │ [build-dependencies]
  85. │ │ │ │ └── glob v0.3.1
  86. │ │ │ ├── lazy_static v1.4.0
  87. │ │ │ ├── lazycell v1.3.0
  88. │ │ │ ├── log v0.4.19
  89. │ │ │ ├── peeking_take_while v0.1.2
  90. │ │ │ ├── proc-macro2 v1.0.63 (*)
  91. │ │ │ ├── quote v1.0.29 (*)
  92. │ │ │ ├── regex v1.9.0
  93. │ │ │ │ ├── aho-corasick v1.0.2
  94. │ │ │ │ │ └── memchr v2.5.0
  95. │ │ │ │ ├── memchr v2.5.0
  96. │ │ │ │ ├── regex-automata v0.3.0
  97. │ │ │ │ │ ├── aho-corasick v1.0.2 (*)
  98. │ │ │ │ │ ├── memchr v2.5.0
  99. │ │ │ │ │ └── regex-syntax v0.7.3
  100. │ │ │ │ └── regex-syntax v0.7.3
  101. │ │ │ ├── rustc-hash v1.1.0
  102. │ │ │ ├── shlex v1.1.0
  103. │ │ │ ├── syn v1.0.109
  104. │ │ │ │ ├── proc-macro2 v1.0.63 (*)
  105. │ │ │ │ ├── quote v1.0.29 (*)
  106. │ │ │ │ └── unicode-ident v1.0.10
  107. │ │ │ └── which v4.4.0
  108. │ │ │ ├── either v1.8.1
  109. │ │ │ └── libc v0.2.147
  110. │ │ ├── cargo_metadata v0.15.4
  111. │ │ │ ├── camino v1.1.4
  112. │ │ │ │ └── serde v1.0.167 (*)
  113. │ │ │ ├── cargo-platform v0.1.2
  114. │ │ │ │ └── serde v1.0.167 (*)
  115. │ │ │ ├── semver v1.0.17 (*)
  116. │ │ │ ├── serde v1.0.167 (*)
  117. │ │ │ ├── serde_json v1.0.100
  118. │ │ │ │ ├── itoa v1.0.8
  119. │ │ │ │ ├── ryu v1.0.14
  120. │ │ │ │ └── serde v1.0.167 (*)
  121. │ │ │ └── thiserror v1.0.43
  122. │ │ │ └── thiserror-impl v1.0.43 (proc-macro)
  123. │ │ │ ├── proc-macro2 v1.0.63 (*)
  124. │ │ │ ├── quote v1.0.29 (*)
  125. │ │ │ └── syn v2.0.23 (*)
  126. │ │ ├── embuild v0.31.2
  127. │ │ │ ├── anyhow v1.0.71
  128. │ │ │ ├── bindgen v0.63.0 (*)
  129. │ │ │ ├── bitflags v1.3.2
  130. │ │ │ ├── cmake v0.1.50
  131. │ │ │ │ └── cc v1.0.79
  132. │ │ │ ├── filetime v0.2.21
  133. │ │ │ │ ├── cfg-if v1.0.0
  134. │ │ │ │ └── libc v0.2.147
  135. │ │ │ ├── globwalk v0.8.1
  136. │ │ │ │ ├── bitflags v1.3.2
  137. │ │ │ │ ├── ignore v0.4.20
  138. │ │ │ │ │ ├── globset v0.4.10
  139. │ │ │ │ │ │ ├── aho-corasick v0.7.20
  140. │ │ │ │ │ │ │ └── memchr v2.5.0
  141. │ │ │ │ │ │ ├── bstr v1.6.0
  142. │ │ │ │ │ │ │ └── memchr v2.5.0
  143. │ │ │ │ │ │ ├── fnv v1.0.7
  144. │ │ │ │ │ │ ├── log v0.4.19
  145. │ │ │ │ │ │ └── regex v1.9.0 (*)
  146. │ │ │ │ │ ├── lazy_static v1.4.0
  147. │ │ │ │ │ ├── log v0.4.19
  148. │ │ │ │ │ ├── memchr v2.5.0
  149. │ │ │ │ │ ├── regex v1.9.0 (*)
  150. │ │ │ │ │ ├── same-file v1.0.6
  151. │ │ │ │ │ ├── thread_local v1.1.7
  152. │ │ │ │ │ │ ├── cfg-if v1.0.0
  153. │ │ │ │ │ │ └── once_cell v1.18.0
  154. │ │ │ │ │ └── walkdir v2.3.3
  155. │ │ │ │ │ └── same-file v1.0.6
  156. │ │ │ │ └── walkdir v2.3.3 (*)
  157. │ │ │ ├── home v0.5.5
  158. │ │ │ ├── log v0.4.19
  159. │ │ │ ├── remove_dir_all v0.8.2
  160. │ │ │ │ ├── cfg-if v1.0.0
  161. │ │ │ │ ├── cvt v0.1.2
  162. │ │ │ │ │ └── cfg-if v1.0.0
  163. │ │ │ │ ├── fs_at v0.1.8
  164. │ │ │ │ │ ├── cfg-if v1.0.0
  165. │ │ │ │ │ ├── cvt v0.1.2 (*)
  166. │ │ │ │ │ ├── libc v0.2.147
  167. │ │ │ │ │ └── nix v0.26.2
  168. │ │ │ │ │ ├── bitflags v1.3.2
  169. │ │ │ │ │ ├── cfg-if v1.0.0
  170. │ │ │ │ │ ├── libc v0.2.147
  171. │ │ │ │ │ └── static_assertions v1.1.0
  172. │ │ │ │ ├── lazy_static v1.4.0
  173. │ │ │ │ ├── libc v0.2.147
  174. │ │ │ │ └── normpath v1.1.1
  175. │ │ │ ├── serde v1.0.167 (*)
  176. │ │ │ ├── serde_json v1.0.100 (*)
  177. │ │ │ ├── shlex v1.1.0
  178. │ │ │ ├── strum v0.24.1
  179. │ │ │ │ └── strum_macros v0.24.3 (proc-macro)
  180. │ │ │ │ ├── heck v0.4.1
  181. │ │ │ │ ├── proc-macro2 v1.0.63 (*)
  182. │ │ │ │ ├── quote v1.0.29 (*)
  183. │ │ │ │ ├── rustversion v1.0.13 (proc-macro)
  184. │ │ │ │ └── syn v1.0.109 (*)
  185. │ │ │ ├── tempfile v3.6.0
  186. │ │ │ │ ├── cfg-if v1.0.0
  187. │ │ │ │ ├── fastrand v1.9.0
  188. │ │ │ │ └── rustix v0.37.23
  189. │ │ │ │ ├── bitflags v1.3.2
  190. │ │ │ │ ├── io-lifetimes v1.0.11
  191. │ │ │ │ │ └── libc v0.2.147
  192. │ │ │ │ ├── libc v0.2.147
  193. │ │ │ │ └── linux-raw-sys v0.3.8
  194. │ │ │ │ [build-dependencies]
  195. │ │ │ │ └── autocfg v1.1.0
  196. │ │ │ ├── thiserror v1.0.43 (*)
  197. │ │ │ └── which v4.4.0 (*)
  198. │ │ ├── envy v0.4.2
  199. │ │ │ └── serde v1.0.167 (*)
  200. │ │ ├── regex v1.9.0 (*)
  201. │ │ ├── serde v1.0.167 (*)
  202. │ │ └── strum v0.24.1 (*)
  203. │ ├── heapless v0.7.16 (*)
  204. │ └── nb v1.1.0
  205. │ [build-dependencies]
  206. │ ├── anyhow v1.0.71
  207. │ └── embuild v0.31.2 (*)
  208. ├── esp-idf-svc v0.46.0
  209. │ ├── anyhow v1.0.71
  210. │ ├── embassy-futures v0.1.0
  211. │ ├── embedded-svc v0.25.3 (*)
  212. │ ├── enumset v1.1.2 (*)
  213. │ ├── esp-idf-hal v0.41.2
  214. │ │ ├── atomic-waker v1.1.1
  215. │ │ ├── embedded-can v0.4.1 (*)
  216. │ │ ├── embedded-hal v0.2.7 (*)
  217. │ │ ├── embedded-hal v1.0.0-alpha.10
  218. │ │ ├── embedded-hal-nb v1.0.0-alpha.2 (*)
  219. │ │ ├── enumset v1.1.2 (*)
  220. │ │ ├── esp-idf-sys v0.33.1 (*)
  221. │ │ ├── heapless v0.7.16 (*)
  222. │ │ └── nb v1.1.0
  223. │ │ [build-dependencies]
  224. │ │ ├── anyhow v1.0.71
  225. │ │ └── embuild v0.31.2 (*)
  226. │ ├── esp-idf-sys v0.33.1 (*)
  227. │ ├── heapless v0.7.16 (*)
  228. │ ├── log v0.4.19
  229. │ └── uncased v0.9.9
  230. │ [build-dependencies]
  231. │ └── version_check v0.9.4
  232. │ [build-dependencies]
  233. │ ├── anyhow v1.0.71
  234. │ └── embuild v0.31.2 (*)
  235. ├── esp-idf-sys v0.33.1 (*)
  236. └── log v0.4.19
  237. [build-dependencies]
  238. └── embuild v0.31.2 (*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement