-
Notifications
You must be signed in to change notification settings - Fork 13k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
36e230f
commit 6175f44
Showing
1 changed file
with
199 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,199 @@ | ||
# This file is automatically @generated by Cargo. | ||
# It is not intended for manual editing. | ||
[[package]] | ||
name = "aligned" | ||
version = "0.3.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"as-slice 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "as-slice" | ||
version = "0.1.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "bare-metal" | ||
version = "0.2.5" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "cortex-m" | ||
version = "0.6.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "cortex-m-rt" | ||
version = "0.6.11" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"cortex-m-rt-macros 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "cortex-m-rt-macros" | ||
version = "0.1.7" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "cortex-m-semihosting" | ||
version = "0.3.5" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "example" | ||
version = "0.1.0" | ||
dependencies = [ | ||
"cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"cortex-m-rt 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"panic-halt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "generic-array" | ||
version = "0.12.3" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "generic-array" | ||
version = "0.13.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "panic-halt" | ||
version = "0.2.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "proc-macro2" | ||
version = "1.0.8" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "quote" | ||
version = "1.0.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "r0" | ||
version = "0.2.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "rustc_version" | ||
version = "0.2.3" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "semver" | ||
version = "0.9.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "semver-parser" | ||
version = "0.7.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "stable_deref_trait" | ||
version = "1.1.1" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "syn" | ||
version = "1.0.14" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
"unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[[package]] | ||
name = "typenum" | ||
version = "1.11.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "unicode-xid" | ||
version = "0.2.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "vcell" | ||
version = "0.1.2" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
|
||
[[package]] | ||
name = "volatile-register" | ||
version = "0.2.0" | ||
source = "registry+https://github.com/rust-lang/crates.io-index" | ||
dependencies = [ | ||
"vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", | ||
] | ||
|
||
[metadata] | ||
"checksum aligned 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "eb1ce8b3382016136ab1d31a1b5ce807144f8b7eb2d5f16b2108f0f07edceb94" | ||
"checksum as-slice 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "be6b7e95ac49d753f19cab5a825dea99a1149a04e4e3230b33ae16e120954c04" | ||
"checksum bare-metal 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)" = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3" | ||
"checksum cortex-m 0.6.2 (registry+https://github.com/rust-lang/crates.io-index)" = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763" | ||
"checksum cortex-m-rt 0.6.11 (registry+https://github.com/rust-lang/crates.io-index)" = "33a716cd7d8627fae3892c2eede9249e50d2d79aedfb43ca28dad9a2b23876d9" | ||
"checksum cortex-m-rt-macros 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "72b1073338d1e691b3b7aaf6bd61993e589ececce9242a02dfa5453e1b98918d" | ||
"checksum cortex-m-semihosting 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa" | ||
"checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" | ||
"checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" | ||
"checksum panic-halt 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812" | ||
"checksum proc-macro2 1.0.8 (registry+https://github.com/rust-lang/crates.io-index)" = "3acb317c6ff86a4e579dfa00fc5e6cca91ecbb4e7eb2df0468805b674eb88548" | ||
"checksum quote 1.0.2 (registry+https://github.com/rust-lang/crates.io-index)" = "053a8c8bcc71fcce321828dc897a98ab9760bef03a4fc36693c231e5b3216cfe" | ||
"checksum r0 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f" | ||
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" | ||
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" | ||
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" | ||
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" | ||
"checksum syn 1.0.14 (registry+https://github.com/rust-lang/crates.io-index)" = "af6f3550d8dff9ef7dc34d384ac6f107e5d31c8f57d9f28e0081503f547ac8f5" | ||
"checksum typenum 1.11.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9" | ||
"checksum unicode-xid 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c" | ||
"checksum vcell 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c" | ||
"checksum volatile-register 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286" |