# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cortex-m-microclock" version = "0.1.0" authors = ["AntoineMugnier "] description = "A simple software clock for Cortex-M devices based on the CYCCNT hardware counter" readme = "README.MD" keywords = [ "CYCCNT", "DWT", "cortex-m", "counter", "microseconds", ] categories = [ "date-and-time", "development-tools::profiling", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/AntoineMugnier/cortex-m-microclock.git" [dependencies.cortex-m] version = "0.7.7" features = ["critical-section-single-core"] [dependencies.fugit] version = "0.3.7" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.defmt] version = "0.3.4" [dev-dependencies.defmt-rtt] version = "0.4.0" [dev-dependencies.panic-probe] version = "0.3" features = ["print-defmt"] [dev-dependencies.stm32f1] version = "0.15.1" features = ["stm32f103"]