# 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" version = "2.0.0" authors = ["Scott Mabin "] exclude = [ ".gitignore", "tools/", "tools/*", "itm.fifo", ] description = "A embedded 'Smart' watch" readme = "README.md" keywords = [ "smartwatch", "embedded", "no-std", ] categories = [ "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/mwatch/kernel" resolver = "1" [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.log] version = "0.4.6" [dependencies.simple-hex] version = "0.1.0" [dependencies.ssd1351] version = "0.3.0" features = [ "embedded-graphics", "buffered", ] [dependencies.time] version = "0.3" default-features = false