1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
= 4
[[]]
= "bare-metal"
= "0.2.5"
= "registry+https://github.com/rust-lang/crates.io-index"
= "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
= [
"rustc_version",
]
[[]]
= "bit-byte-structs"
= "0.0.3"
= [
"cortex-m",
"cortex-m-semihosting",
"embedded-hal",
]
[[]]
= "bitfield"
= "0.13.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
[[]]
= "cortex-m"
= "0.7.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9"
= [
"bare-metal",
"bitfield",
"embedded-hal",
"volatile-register",
]
[[]]
= "cortex-m-semihosting"
= "0.3.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6bffa6c1454368a6aa4811ae60964c38e6996d397ff8095a8b9211b1c1f749bc"
= [
"cortex-m",
]
[[]]
= "embedded-hal"
= "0.2.7"
= "registry+https://github.com/rust-lang/crates.io-index"
= "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
= [
"nb 0.1.3",
"void",
]
[[]]
= "nb"
= "0.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
= [
"nb 1.1.0",
]
[[]]
= "nb"
= "1.1.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
[[]]
= "rustc_version"
= "0.2.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
= [
"semver",
]
[[]]
= "semver"
= "0.9.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
= [
"semver-parser",
]
[[]]
= "semver-parser"
= "0.7.0"
= "registry+https://github.com/rust-lang/crates.io-index"
= "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
[[]]
= "vcell"
= "0.1.3"
= "registry+https://github.com/rust-lang/crates.io-index"
= "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
[[]]
= "void"
= "1.0.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
[[]]
= "volatile-register"
= "0.2.2"
= "registry+https://github.com/rust-lang/crates.io-index"
= "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc"
= [
"vcell",
]