2019-03-07 23:27:33 +08:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
[[package]]
|
|
|
|
name = "aligned"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.3.2"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "eb1ce8b3382016136ab1d31a1b5ce807144f8b7eb2d5f16b2108f0f07edceb94"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"as-slice",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "as-slice"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.1.3"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"generic-array 0.12.3",
|
|
|
|
"generic-array 0.13.2",
|
|
|
|
"stable_deref_trait",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bare-metal"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.2.5"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"rustc_version",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2020-03-12 06:11:29 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bit_field"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a165d606cf084741d4ac3a28fb6e9b1eb0bd31f6cd999098cfddb0b2ab381dc0"
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.2.1"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.3.4"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
2019-03-15 03:24:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cast"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.2.3"
|
2019-03-15 03:24:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0"
|
|
|
|
dependencies = [
|
|
|
|
"rustc_version",
|
|
|
|
]
|
2019-03-15 03:24:38 +08:00
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.1.10"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.6.2"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "2954942fbbdd49996704e6f048ce57567c3e1a4e2dc59b41ae9fde06a01fc763"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"aligned",
|
|
|
|
"bare-metal",
|
|
|
|
"volatile-register",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2019-03-15 03:24:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-log"
|
2020-03-12 06:11:29 +08:00
|
|
|
version = "0.6.1"
|
2019-03-15 03:24:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-12 06:11:29 +08:00
|
|
|
checksum = "978caafe65d1023d38b00c76b83564788fc351d954a5005fb72cf992c0d61458"
|
2019-03-15 03:24:38 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"cortex-m",
|
|
|
|
"cortex-m-semihosting",
|
|
|
|
"log",
|
2019-03-15 03:24:38 +08:00
|
|
|
]
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.6.12"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "00d518da72bba39496024b62607c1d8e37bcece44b2536664f1132a73a499a28"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"cortex-m-rt-macros",
|
|
|
|
"r0",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-rt-macros"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.1.8"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "4717562afbba06e760d34451919f5c3bf3ac15c7bb897e8b04862a7428378647"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cortex-m-semihosting"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.3.5"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "113ef0ecffee2b62b58f9380f4469099b30e9f9cbee2804771b4203ba1762cfa"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"cortex-m",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2019-03-15 03:24:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "embedded-hal"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.2.3"
|
2019-03-15 03:24:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "ee4908a155094da7723c2d60d617b820061e3b4efcc3d9e293d206a5a76c170b"
|
2019-03-15 03:24:38 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"nb",
|
|
|
|
"void",
|
2019-03-15 03:24:38 +08:00
|
|
|
]
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.12.3"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"typenum",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2019-03-22 00:41:03 +08:00
|
|
|
[[package]]
|
2020-03-09 06:45:07 +08:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.13.2"
|
2019-03-22 00:41:03 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
]
|
2019-03-22 00:41:03 +08:00
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
2020-03-09 06:45:07 +08:00
|
|
|
name = "hash2hwaddr"
|
|
|
|
version = "0.0.1"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "857afb5ee9e767c3a73b2ad7212b6deea0c3761a27db1e20ea0ed57ee352cfef"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.4.8"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"cfg-if",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "managed"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "fdcec5e97041c7f0f1c5b7d93f12e57293c831c646f4cc7a5db59460c7ea8de6"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
2019-03-15 03:24:38 +08:00
|
|
|
name = "nb"
|
2019-04-28 23:08:32 +08:00
|
|
|
version = "0.1.2"
|
2019-03-15 03:24:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "b1411551beb3c11dedfb0a90a0fa256b47d28b9ec2cdff34c25a2fa59e45dbdc"
|
2019-03-15 03:24:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic-abort"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.3.2"
|
2019-03-15 03:24:38 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "4e20e6499bbbc412f280b04a42346b356c6fa0753d5fd22b7bd752ff34c778ee"
|
2019-03-15 03:24:38 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "panic-semihosting"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.5.3"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "c03864ac862876c16a308f5286f4aa217f1a69ac45df87ad3cd2847f818a642c"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"cortex-m",
|
|
|
|
"cortex-m-semihosting",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.0.9"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "6c09721c6781493a2a492a96b5a5bf19b65917fe6728884e7c44dd0c60ca3435"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"unicode-xid",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.0.3"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "2bdc6c187c65bca4260c9011c9e3132efe4909da44726bad24cf7572ae338d7f"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"proc-macro2",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "r0"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "e2a38df5b15c8d5c7e8654189744d8e396bddc18ad48041a500ce52d6948941f"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
2020-03-09 07:07:56 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
|
|
|
version = "0.2.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"semver",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"semver-parser",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "semver-parser"
|
|
|
|
version = "0.7.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smoltcp"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.6.0"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "0fe46639fd2ec79eadf8fe719f237a7a0bd4dac5d957f1ca5bbdbc1c3c39e53a"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"bitflags",
|
|
|
|
"byteorder",
|
|
|
|
"log",
|
|
|
|
"managed",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stm32-eth"
|
2019-04-28 23:08:32 +08:00
|
|
|
version = "0.1.2"
|
2020-03-12 06:11:29 +08:00
|
|
|
source = "git+https://github.com/stm32-rs/stm32-eth.git#2c5dce379b85a31fb0b9c58a028b6454be1727aa"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"aligned",
|
|
|
|
"log",
|
|
|
|
"smoltcp",
|
|
|
|
"stm32f4xx-hal",
|
|
|
|
"volatile-register",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2019-03-15 03:24:38 +08:00
|
|
|
name = "stm32f4"
|
2020-03-09 07:07:56 +08:00
|
|
|
version = "0.10.0"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 07:07:56 +08:00
|
|
|
checksum = "44a3d6c58b14e63926273694e7dd644894513c5e35ce6928c4657ddb62cae976"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"bare-metal",
|
|
|
|
"cortex-m",
|
|
|
|
"cortex-m-rt",
|
|
|
|
"vcell",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2019-03-15 03:24:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "stm32f4xx-hal"
|
2020-03-09 07:07:56 +08:00
|
|
|
version = "0.7.0"
|
2019-04-28 23:08:32 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 07:07:56 +08:00
|
|
|
checksum = "54abcca9b4abfb0d0518591ea39c2e14a0b07b9791548d4516ab5e61a83067cc"
|
2019-03-15 03:24:38 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"bare-metal",
|
|
|
|
"cast",
|
|
|
|
"cortex-m",
|
|
|
|
"cortex-m-rt",
|
|
|
|
"embedded-hal",
|
|
|
|
"nb",
|
2020-03-09 07:07:56 +08:00
|
|
|
"rand_core",
|
2020-03-09 06:45:07 +08:00
|
|
|
"stm32f4",
|
|
|
|
"void",
|
2019-03-15 03:24:38 +08:00
|
|
|
]
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.0.16"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "123bd9499cfb380418d509322d7a6d52e5315f064fe4b3ad18a53d6b92c07859"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|
|
|
|
|
2019-08-08 18:30:00 +08:00
|
|
|
[[package]]
|
|
|
|
name = "thermostat"
|
|
|
|
version = "0.0.0"
|
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"bare-metal",
|
2020-03-12 06:11:29 +08:00
|
|
|
"bit_field",
|
|
|
|
"byteorder",
|
2020-03-09 06:45:07 +08:00
|
|
|
"cortex-m",
|
|
|
|
"cortex-m-log",
|
|
|
|
"cortex-m-rt",
|
|
|
|
"embedded-hal",
|
|
|
|
"hash2hwaddr",
|
|
|
|
"log",
|
|
|
|
"panic-abort",
|
|
|
|
"panic-semihosting",
|
|
|
|
"smoltcp",
|
|
|
|
"stm32-eth",
|
|
|
|
"stm32f4xx-hal",
|
2019-08-08 18:30:00 +08:00
|
|
|
]
|
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "1.11.2"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "6d2783fe2d6b8c1101136184eb41be8b1ad379e4657050b8aaff0c79ee7575f9"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.2.0"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "vcell"
|
2020-03-09 06:45:07 +08:00
|
|
|
version = "0.1.2"
|
2019-03-07 23:27:33 +08:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "876e32dcadfe563a4289e994f7cb391197f362b6315dc45e8ba4aa6f564a4b3c"
|
2019-03-07 23:27:33 +08:00
|
|
|
|
2019-03-15 03:24:38 +08:00
|
|
|
[[package]]
|
|
|
|
name = "void"
|
|
|
|
version = "1.0.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
2019-03-15 03:24:38 +08:00
|
|
|
|
2019-03-07 23:27:33 +08:00
|
|
|
[[package]]
|
|
|
|
name = "volatile-register"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2020-03-09 06:45:07 +08:00
|
|
|
checksum = "0d67cb4616d99b940db1d6bd28844ff97108b498a6ca850e5b6191a532063286"
|
2019-03-07 23:27:33 +08:00
|
|
|
dependencies = [
|
2020-03-09 06:45:07 +08:00
|
|
|
"vcell",
|
2019-03-07 23:27:33 +08:00
|
|
|
]
|