mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
685 lines
17 KiB
Text
685 lines
17 KiB
Text
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
version = 3
|
||
|
|
||
|
[[package]]
|
||
|
name = "atomic-polyfill"
|
||
|
version = "1.0.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bare-metal"
|
||
|
version = "0.2.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5deb64efa5bd81e31fcd1938615a6d98c82eafcbcd787162b6f63b91d6bac5b3"
|
||
|
dependencies = [
|
||
|
"rustc_version",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "bare-metal"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f8fe8f5a8a398345e52358e18ff07cc17a568fbca5c6f73873d3a62056309603"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitfield"
|
||
|
version = "0.13.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "46afbd2983a5d5a7bd740ccb198caf5b82f45c40c09c0eed36052d91cb92e719"
|
||
|
|
||
|
[[package]]
|
||
|
name = "bitflags"
|
||
|
version = "1.3.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "byteorder"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cortex-m"
|
||
|
version = "0.7.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8ec610d8f49840a5b376c69663b6369e71f4b34484b9b2eb29fb918d92516cb9"
|
||
|
dependencies = [
|
||
|
"bare-metal 0.2.5",
|
||
|
"bitfield",
|
||
|
"critical-section",
|
||
|
"embedded-hal 0.2.7",
|
||
|
"volatile-register",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cortex-m-rt"
|
||
|
version = "0.7.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ee84e813d593101b1723e13ec38b6ab6abbdbaaa4546553f5395ed274079ddb1"
|
||
|
dependencies = [
|
||
|
"cortex-m-rt-macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "cortex-m-rt-macros"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f0f6f3e36f203cfedbc78b357fb28730aa2c6dc1ab060ee5c2405e843988d3c7"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 1.0.109",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "critical-section"
|
||
|
version = "1.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7059fff8937831a9ae6f0fe4d658ffabf58f2ca96aa9dec1c889f936f705f216"
|
||
|
|
||
|
[[package]]
|
||
|
name = "defmt"
|
||
|
version = "0.3.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a99dd22262668b887121d4672af5a64b238f026099f1a2a1b322066c9ecfe9e0"
|
||
|
dependencies = [
|
||
|
"bitflags",
|
||
|
"defmt-macros",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "defmt-macros"
|
||
|
version = "0.3.9"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e3a9f309eff1f79b3ebdf252954d90ae440599c26c2c553fe87a2d17195f2dcb"
|
||
|
dependencies = [
|
||
|
"defmt-parser",
|
||
|
"proc-macro-error",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.67",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "defmt-parser"
|
||
|
version = "0.3.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff4a5fefe330e8d7f31b16a318f9ce81000d8e35e69b93eae154d16d2278f70f"
|
||
|
dependencies = [
|
||
|
"thiserror",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "defmt-rtt"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bab697b3dbbc1750b7c8b821aa6f6e7f2480b47a99bc057a2ed7b170ebef0c51"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
"defmt",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "deranged"
|
||
|
version = "0.3.11"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
||
|
dependencies = [
|
||
|
"powerfmt",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "document-features"
|
||
|
version = "0.2.8"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ef5282ad69563b5fc40319526ba27e0e7363d552a896f0297d54f767717f9b95"
|
||
|
dependencies = [
|
||
|
"litrs",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-dma"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "994f7e5b5cb23521c22304927195f236813053eb9c065dd2226a32ba64695446"
|
||
|
dependencies = [
|
||
|
"stable_deref_trait",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-hal"
|
||
|
version = "0.2.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "35949884794ad573cf46071e41c9b60efb0cb311e3ca01f7af807af1debc66ff"
|
||
|
dependencies = [
|
||
|
"nb 0.1.3",
|
||
|
"void",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-hal"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "361a90feb7004eca4019fb28352a9465666b24f840f5c3cddf0ff13920590b89"
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-hal-async"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0c4c685bbef7fe13c3c6dd4da26841ed3980ef33e841cddfa15ce8a8fb3f1884"
|
||
|
dependencies = [
|
||
|
"embedded-hal 1.0.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-hal-bus"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "57b4e6ede84339ebdb418cd986e6320a34b017cdf99b5cc3efceec6450b06886"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
"embedded-hal 1.0.0",
|
||
|
"embedded-hal-async",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-hal-nb"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fba4268c14288c828995299e59b12babdbe170f6c6d73731af1b4648142e8605"
|
||
|
dependencies = [
|
||
|
"embedded-hal 1.0.0",
|
||
|
"nb 1.1.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "embedded-storage"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a21dea9854beb860f3062d10228ce9b976da520a73474aed3171ec276bc0c032"
|
||
|
|
||
|
[[package]]
|
||
|
name = "enumflags2"
|
||
|
version = "0.7.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d232db7f5956f3f14313dc2f87985c58bd2c695ce124c8cdd984e08e15ac133d"
|
||
|
dependencies = [
|
||
|
"enumflags2_derive",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "enumflags2_derive"
|
||
|
version = "0.7.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "de0d48a183585823424a4ce1aa132d174a6a81bd540895822eb4c8373a8e49e8"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.67",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "equivalent"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "fugit"
|
||
|
version = "0.3.7"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "17186ad64927d5ac8f02c1e77ccefa08ccd9eaa314d5a4772278aa204a22f7e7"
|
||
|
dependencies = [
|
||
|
"gcd",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "fugit-timer"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d9607bfc4c388f9d629704f56ede4a007546cad417b3bcd6fc7c87dc7edce04a"
|
||
|
dependencies = [
|
||
|
"fugit",
|
||
|
"nb 1.1.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-core"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-task"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
|
||
|
|
||
|
[[package]]
|
||
|
name = "futures-util"
|
||
|
version = "0.3.30"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
|
||
|
dependencies = [
|
||
|
"futures-core",
|
||
|
"futures-task",
|
||
|
"pin-project-lite",
|
||
|
"pin-utils",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "gcd"
|
||
|
version = "2.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1d758ba1b47b00caf47f24925c0074ecb20d6dfcffe7f6d53395c0465674841a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "hash32"
|
||
|
version = "0.3.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
||
|
dependencies = [
|
||
|
"byteorder",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hashbrown"
|
||
|
version = "0.14.5"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
||
|
|
||
|
[[package]]
|
||
|
name = "heapless"
|
||
|
version = "0.8.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
||
|
dependencies = [
|
||
|
"hash32",
|
||
|
"stable_deref_trait",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "indexmap"
|
||
|
version = "2.2.6"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
|
||
|
dependencies = [
|
||
|
"equivalent",
|
||
|
"hashbrown",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "litrs"
|
||
|
version = "0.4.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b4ce301924b7887e9d637144fdade93f9dfff9b60981d4ac161db09720d39aa5"
|
||
|
|
||
|
[[package]]
|
||
|
name = "nb"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "801d31da0513b6ec5214e9bf433a77966320625a37860f910be265be6e18d06f"
|
||
|
dependencies = [
|
||
|
"nb 1.1.0",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "nb"
|
||
|
version = "1.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8d5439c4ad607c3c23abf66de8c8bf57ba8adcd1f129e699851a6e43935d339d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-conv"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
||
|
|
||
|
[[package]]
|
||
|
name = "panic-halt"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "de96540e0ebde571dc55c73d60ef407c653844e6f9a1e2fdbd40c07b9252d812"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-project-lite"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
|
||
|
|
||
|
[[package]]
|
||
|
name = "pin-utils"
|
||
|
version = "0.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
||
|
|
||
|
[[package]]
|
||
|
name = "portable-atomic"
|
||
|
version = "1.6.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
|
||
|
|
||
|
[[package]]
|
||
|
name = "powerfmt"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
||
|
dependencies = [
|
||
|
"proc-macro-error-attr",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 1.0.109",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro-error-attr"
|
||
|
version = "1.0.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "proc-macro2"
|
||
|
version = "1.0.86"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
|
||
|
dependencies = [
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "quote"
|
||
|
version = "1.0.36"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_core"
|
||
|
version = "0.6.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic"
|
||
|
version = "2.1.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c443db16326376bdd64377da268f6616d5f804aba8ce799bac7d1f7f244e9d51"
|
||
|
dependencies = [
|
||
|
"atomic-polyfill",
|
||
|
"bare-metal 1.0.0",
|
||
|
"cortex-m",
|
||
|
"critical-section",
|
||
|
"rtic-core",
|
||
|
"rtic-macros",
|
||
|
"rtic-monotonics",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-common"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "0786b50b81ef9d2a944a000f60405bb28bf30cd45da2d182f3fe636b2321f35c"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-core"
|
||
|
version = "1.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "d9369355b04d06a3780ec0f51ea2d225624db777acbc60abd8ca4832da5c1a42"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-macros"
|
||
|
version = "2.1.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "54053598ea24b1b74937724e366558412a1777eb2680b91ef646db540982789a"
|
||
|
dependencies = [
|
||
|
"indexmap",
|
||
|
"proc-macro-error",
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.67",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-monotonics"
|
||
|
version = "1.5.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "058c2397dbd5bb4c5650a0e368c3920953e458805ff5097a0511b8147b3619d7"
|
||
|
dependencies = [
|
||
|
"atomic-polyfill",
|
||
|
"cfg-if",
|
||
|
"embedded-hal 1.0.0",
|
||
|
"fugit",
|
||
|
"rtic-time",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-sync"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49b1200137ccb2bf272a1801fa6e27264535facd356cb2c1d5bc8e12aa211bad"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
"embedded-hal 1.0.0",
|
||
|
"embedded-hal-async",
|
||
|
"embedded-hal-bus",
|
||
|
"heapless",
|
||
|
"portable-atomic",
|
||
|
"rtic-common",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rtic-time"
|
||
|
version = "1.3.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "75b232e7aebc045cfea81cdd164bc2727a10aca9a4568d406d0a5661cdfd0f19"
|
||
|
dependencies = [
|
||
|
"critical-section",
|
||
|
"futures-util",
|
||
|
"rtic-common",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rustc_version"
|
||
|
version = "0.2.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
||
|
dependencies = [
|
||
|
"semver",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "semver"
|
||
|
version = "0.9.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
||
|
dependencies = [
|
||
|
"semver-parser",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "semver-parser"
|
||
|
version = "0.7.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "stable_deref_trait"
|
||
|
version = "1.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "stm32f4"
|
||
|
version = "0.15.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fb94729242cd1aebe6dab42a2ca0131985ae93bc3ab2751b680df724bb35528d"
|
||
|
dependencies = [
|
||
|
"bare-metal 1.0.0",
|
||
|
"cortex-m",
|
||
|
"cortex-m-rt",
|
||
|
"vcell",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "stm32f411_adc"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"cortex-m",
|
||
|
"cortex-m-rt",
|
||
|
"defmt",
|
||
|
"defmt-rtt",
|
||
|
"embedded-hal 1.0.0",
|
||
|
"panic-halt",
|
||
|
"rtic",
|
||
|
"rtic-sync",
|
||
|
"stm32f4xx-hal",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "stm32f4xx-hal"
|
||
|
version = "0.21.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ceed60591531f4da636d828701c74861a3d100e5c4e36677cadbd2eb6f46eb67"
|
||
|
dependencies = [
|
||
|
"bare-metal 1.0.0",
|
||
|
"cortex-m",
|
||
|
"cortex-m-rt",
|
||
|
"document-features",
|
||
|
"embedded-dma",
|
||
|
"embedded-hal 0.2.7",
|
||
|
"embedded-hal 1.0.0",
|
||
|
"embedded-hal-nb",
|
||
|
"embedded-storage",
|
||
|
"enumflags2",
|
||
|
"fugit",
|
||
|
"fugit-timer",
|
||
|
"nb 1.1.0",
|
||
|
"rand_core",
|
||
|
"stm32f4",
|
||
|
"time",
|
||
|
"vcell",
|
||
|
"void",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "1.0.109"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "syn"
|
||
|
version = "2.0.67"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ff8655ed1d86f3af4ee3fd3263786bc14245ad17c4c7e85ba7187fb3ae028c90"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"unicode-ident",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror"
|
||
|
version = "1.0.61"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
|
||
|
dependencies = [
|
||
|
"thiserror-impl",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "thiserror-impl"
|
||
|
version = "1.0.61"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
|
||
|
dependencies = [
|
||
|
"proc-macro2",
|
||
|
"quote",
|
||
|
"syn 2.0.67",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "time"
|
||
|
version = "0.3.36"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
|
||
|
dependencies = [
|
||
|
"deranged",
|
||
|
"num-conv",
|
||
|
"powerfmt",
|
||
|
"time-core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "time-core"
|
||
|
version = "0.1.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
||
|
|
||
|
[[package]]
|
||
|
name = "unicode-ident"
|
||
|
version = "1.0.12"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
||
|
|
||
|
[[package]]
|
||
|
name = "vcell"
|
||
|
version = "0.1.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "77439c1b53d2303b20d9459b1ade71a83c716e3f9c34f3228c00e6f185d6c002"
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.4"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
||
|
|
||
|
[[package]]
|
||
|
name = "void"
|
||
|
version = "1.0.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a02e4885ed3bc0f2de90ea6dd45ebcbb66dacffe03547fadbb0eeae2770887d"
|
||
|
|
||
|
[[package]]
|
||
|
name = "volatile-register"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "de437e2a6208b014ab52972a27e59b33fa2920d3e00fe05026167a1c509d19cc"
|
||
|
dependencies = [
|
||
|
"vcell",
|
||
|
]
|