Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ├── embedded-svc v0.25.3
- │ ├── anyhow v1.0.71
- │ ├── atomic-waker v1.1.1
- │ ├── embedded-io v0.4.0
- │ ├── enumset v1.1.2
- │ │ └── enumset_derive v0.8.1 (proc-macro)
- │ │ ├── darling v0.20.1
- │ │ │ ├── darling_core v0.20.1
- │ │ │ │ ├── fnv v1.0.7
- │ │ │ │ ├── ident_case v1.0.1
- │ │ │ │ ├── proc-macro2 v1.0.63
- │ │ │ │ │ └── unicode-ident v1.0.10
- │ │ │ │ ├── quote v1.0.29
- │ │ │ │ │ └── proc-macro2 v1.0.63 (*)
- │ │ │ │ └── syn v2.0.23
- │ │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ │ ├── quote v1.0.29 (*)
- │ │ │ │ └── unicode-ident v1.0.10
- │ │ │ └── darling_macro v0.20.1 (proc-macro)
- │ │ │ ├── darling_core v0.20.1 (*)
- │ │ │ ├── quote v1.0.29 (*)
- │ │ │ └── syn v2.0.23 (*)
- │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ ├── quote v1.0.29 (*)
- │ │ └── syn v2.0.23 (*)
- │ ├── heapless v0.7.16
- │ │ ├── hash32 v0.2.1
- │ │ │ └── byteorder v1.4.3
- │ │ └── stable_deref_trait v1.2.0
- │ │ [build-dependencies]
- │ │ └── rustc_version v0.4.0
- │ │ └── semver v1.0.17
- │ │ └── serde v1.0.167
- │ │ └── serde_derive v1.0.167 (proc-macro)
- │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ ├── quote v1.0.29 (*)
- │ │ └── syn v2.0.23 (*)
- │ ├── no-std-net v0.5.0
- │ └── serde v1.0.167
- │ └── serde_derive v1.0.167 (proc-macro) (*)
- ├── esp-idf-hal v0.41.2 (https://github.com/esp-rs/esp-idf-hal.git?rev=a5dc68adcffb0bec220acfff41f271c31d44a051#a5dc68ad)
- │ ├── atomic-waker v1.1.1
- │ ├── embedded-can v0.4.1
- │ │ └── nb v1.1.0
- │ ├── embedded-hal v0.2.7
- │ │ ├── nb v0.1.3
- │ │ │ └── nb v1.1.0
- │ │ └── void v1.0.2
- │ ├── embedded-hal v1.0.0-alpha.10
- │ ├── embedded-hal-nb v1.0.0-alpha.2
- │ │ ├── embedded-hal v1.0.0-alpha.10
- │ │ └── nb v1.1.0
- │ ├── enumset v1.1.2 (*)
- │ ├── esp-idf-sys v0.33.1
- │ │ ├── build-time v0.1.3 (proc-macro)
- │ │ │ ├── chrono v0.4.26
- │ │ │ │ ├── iana-time-zone v0.1.57
- │ │ │ │ └── num-traits v0.2.15
- │ │ │ │ [build-dependencies]
- │ │ │ │ └── autocfg v1.1.0
- │ │ │ ├── once_cell v1.18.0
- │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ ├── quote v1.0.29 (*)
- │ │ │ └── syn v2.0.23 (*)
- │ │ ├── const_format v0.2.31
- │ │ │ └── const_format_proc_macros v0.2.31 (proc-macro)
- │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ ├── quote v1.0.29 (*)
- │ │ │ └── unicode-xid v0.2.4
- │ │ └── libc v0.2.147
- │ │ [build-dependencies]
- │ │ ├── anyhow v1.0.71
- │ │ ├── bindgen v0.63.0
- │ │ │ ├── bitflags v1.3.2
- │ │ │ ├── cexpr v0.6.0
- │ │ │ │ └── nom v7.1.3
- │ │ │ │ ├── memchr v2.5.0
- │ │ │ │ └── minimal-lexical v0.2.1
- │ │ │ ├── clang-sys v1.6.1
- │ │ │ │ ├── glob v0.3.1
- │ │ │ │ ├── libc v0.2.147
- │ │ │ │ └── libloading v0.7.4
- │ │ │ │ └── cfg-if v1.0.0
- │ │ │ │ [build-dependencies]
- │ │ │ │ └── glob v0.3.1
- │ │ │ ├── lazy_static v1.4.0
- │ │ │ ├── lazycell v1.3.0
- │ │ │ ├── log v0.4.19
- │ │ │ ├── peeking_take_while v0.1.2
- │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ ├── quote v1.0.29 (*)
- │ │ │ ├── regex v1.9.0
- │ │ │ │ ├── aho-corasick v1.0.2
- │ │ │ │ │ └── memchr v2.5.0
- │ │ │ │ ├── memchr v2.5.0
- │ │ │ │ ├── regex-automata v0.3.0
- │ │ │ │ │ ├── aho-corasick v1.0.2 (*)
- │ │ │ │ │ ├── memchr v2.5.0
- │ │ │ │ │ └── regex-syntax v0.7.3
- │ │ │ │ └── regex-syntax v0.7.3
- │ │ │ ├── rustc-hash v1.1.0
- │ │ │ ├── shlex v1.1.0
- │ │ │ ├── syn v1.0.109
- │ │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ │ ├── quote v1.0.29 (*)
- │ │ │ │ └── unicode-ident v1.0.10
- │ │ │ └── which v4.4.0
- │ │ │ ├── either v1.8.1
- │ │ │ └── libc v0.2.147
- │ │ ├── cargo_metadata v0.15.4
- │ │ │ ├── camino v1.1.4
- │ │ │ │ └── serde v1.0.167 (*)
- │ │ │ ├── cargo-platform v0.1.2
- │ │ │ │ └── serde v1.0.167 (*)
- │ │ │ ├── semver v1.0.17 (*)
- │ │ │ ├── serde v1.0.167 (*)
- │ │ │ ├── serde_json v1.0.100
- │ │ │ │ ├── itoa v1.0.8
- │ │ │ │ ├── ryu v1.0.14
- │ │ │ │ └── serde v1.0.167 (*)
- │ │ │ └── thiserror v1.0.43
- │ │ │ └── thiserror-impl v1.0.43 (proc-macro)
- │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ ├── quote v1.0.29 (*)
- │ │ │ └── syn v2.0.23 (*)
- │ │ ├── embuild v0.31.2
- │ │ │ ├── anyhow v1.0.71
- │ │ │ ├── bindgen v0.63.0 (*)
- │ │ │ ├── bitflags v1.3.2
- │ │ │ ├── cmake v0.1.50
- │ │ │ │ └── cc v1.0.79
- │ │ │ ├── filetime v0.2.21
- │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ └── libc v0.2.147
- │ │ │ ├── globwalk v0.8.1
- │ │ │ │ ├── bitflags v1.3.2
- │ │ │ │ ├── ignore v0.4.20
- │ │ │ │ │ ├── globset v0.4.10
- │ │ │ │ │ │ ├── aho-corasick v0.7.20
- │ │ │ │ │ │ │ └── memchr v2.5.0
- │ │ │ │ │ │ ├── bstr v1.6.0
- │ │ │ │ │ │ │ └── memchr v2.5.0
- │ │ │ │ │ │ ├── fnv v1.0.7
- │ │ │ │ │ │ ├── log v0.4.19
- │ │ │ │ │ │ └── regex v1.9.0 (*)
- │ │ │ │ │ ├── lazy_static v1.4.0
- │ │ │ │ │ ├── log v0.4.19
- │ │ │ │ │ ├── memchr v2.5.0
- │ │ │ │ │ ├── regex v1.9.0 (*)
- │ │ │ │ │ ├── same-file v1.0.6
- │ │ │ │ │ ├── thread_local v1.1.7
- │ │ │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ │ │ └── once_cell v1.18.0
- │ │ │ │ │ └── walkdir v2.3.3
- │ │ │ │ │ └── same-file v1.0.6
- │ │ │ │ └── walkdir v2.3.3 (*)
- │ │ │ ├── home v0.5.5
- │ │ │ ├── log v0.4.19
- │ │ │ ├── remove_dir_all v0.8.2
- │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ ├── cvt v0.1.2
- │ │ │ │ │ └── cfg-if v1.0.0
- │ │ │ │ ├── fs_at v0.1.8
- │ │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ │ ├── cvt v0.1.2 (*)
- │ │ │ │ │ ├── libc v0.2.147
- │ │ │ │ │ └── nix v0.26.2
- │ │ │ │ │ ├── bitflags v1.3.2
- │ │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ │ ├── libc v0.2.147
- │ │ │ │ │ └── static_assertions v1.1.0
- │ │ │ │ ├── lazy_static v1.4.0
- │ │ │ │ ├── libc v0.2.147
- │ │ │ │ └── normpath v1.1.1
- │ │ │ ├── serde v1.0.167 (*)
- │ │ │ ├── serde_json v1.0.100 (*)
- │ │ │ ├── shlex v1.1.0
- │ │ │ ├── strum v0.24.1
- │ │ │ │ └── strum_macros v0.24.3 (proc-macro)
- │ │ │ │ ├── heck v0.4.1
- │ │ │ │ ├── proc-macro2 v1.0.63 (*)
- │ │ │ │ ├── quote v1.0.29 (*)
- │ │ │ │ ├── rustversion v1.0.13 (proc-macro)
- │ │ │ │ └── syn v1.0.109 (*)
- │ │ │ ├── tempfile v3.6.0
- │ │ │ │ ├── cfg-if v1.0.0
- │ │ │ │ ├── fastrand v1.9.0
- │ │ │ │ └── rustix v0.37.23
- │ │ │ │ ├── bitflags v1.3.2
- │ │ │ │ ├── io-lifetimes v1.0.11
- │ │ │ │ │ └── libc v0.2.147
- │ │ │ │ ├── libc v0.2.147
- │ │ │ │ └── linux-raw-sys v0.3.8
- │ │ │ │ [build-dependencies]
- │ │ │ │ └── autocfg v1.1.0
- │ │ │ ├── thiserror v1.0.43 (*)
- │ │ │ └── which v4.4.0 (*)
- │ │ ├── envy v0.4.2
- │ │ │ └── serde v1.0.167 (*)
- │ │ ├── regex v1.9.0 (*)
- │ │ ├── serde v1.0.167 (*)
- │ │ └── strum v0.24.1 (*)
- │ ├── heapless v0.7.16 (*)
- │ └── nb v1.1.0
- │ [build-dependencies]
- │ ├── anyhow v1.0.71
- │ └── embuild v0.31.2 (*)
- ├── esp-idf-svc v0.46.0
- │ ├── anyhow v1.0.71
- │ ├── embassy-futures v0.1.0
- │ ├── embedded-svc v0.25.3 (*)
- │ ├── enumset v1.1.2 (*)
- │ ├── esp-idf-hal v0.41.2
- │ │ ├── atomic-waker v1.1.1
- │ │ ├── embedded-can v0.4.1 (*)
- │ │ ├── embedded-hal v0.2.7 (*)
- │ │ ├── embedded-hal v1.0.0-alpha.10
- │ │ ├── embedded-hal-nb v1.0.0-alpha.2 (*)
- │ │ ├── enumset v1.1.2 (*)
- │ │ ├── esp-idf-sys v0.33.1 (*)
- │ │ ├── heapless v0.7.16 (*)
- │ │ └── nb v1.1.0
- │ │ [build-dependencies]
- │ │ ├── anyhow v1.0.71
- │ │ └── embuild v0.31.2 (*)
- │ ├── esp-idf-sys v0.33.1 (*)
- │ ├── heapless v0.7.16 (*)
- │ ├── log v0.4.19
- │ └── uncased v0.9.9
- │ [build-dependencies]
- │ └── version_check v0.9.4
- │ [build-dependencies]
- │ ├── anyhow v1.0.71
- │ └── embuild v0.31.2 (*)
- ├── esp-idf-sys v0.33.1 (*)
- └── log v0.4.19
- [build-dependencies]
- └── embuild v0.31.2 (*)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement