# 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 = "mwatch-kernel-stm32l4" version = "2.0.0" authors = ["Scott Mabin "] exclude = [ ".travis.yml", ".gitignore", "tools/", "tools/*", "itm.fifo", ] description = "A embedded 'Smart' watch" readme = "README.md" keywords = [ "arm", "cortex-m", "smartwatch", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mwatch/kernel" resolver = "1" [dependencies.cfg-if] version = "1.0.0" [dependencies.cortex-m] version = "0.5.8" [dependencies.cortex-m-log] version = "0.4.0" features = [ "itm", "log-integration", ] [dependencies.cortex-m-rt] version = "0.6.8" [dependencies.cortex-m-rtic] version = "0.5.6" [dependencies.crc] version = "1.8.1" default-features = false [dependencies.embedded-graphics] version = "0.7.1" [dependencies.embedded-hal] version = "0.2.3" [dependencies.heapless] version = "0.4.2" [dependencies.hm11] version = "0.2.1" [dependencies.log] version = "0.4.6" [dependencies.max17048] version = "0.1.0" [dependencies.mwatch-kernel] version = "2.0" package = "mwatch_kernel" [dependencies.panic-itm] version = "0.4.0" optional = true [dependencies.panic-rtt-target] version = "0.1.2" features = ["cortex-m"] optional = true [dependencies.panic-semihosting] version = "0.5.1" optional = true [dependencies.rtt-target] version = "0.3.1" features = ["cortex-m"] optional = true [dependencies.simple-hex] version = "0.1.0" [dependencies.ssd1351] version = "0.4.1" features = [ "graphics", "buffered", ] [dependencies.stm32l4xx-hal] version = "0.5.0" features = [ "rt", "stm32l4x2", ] [dependencies.time] version = "0.3" default-features = false [features] crc-fb = [] default = ["rtt"] disable-input = [] dyn-tsc-cal = [] itm = ["dep:panic-itm"] rtt = [ "dep:rtt-target", "dep:panic-rtt-target", ] semihosting = ["dep:panic-semihosting"]