# 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 = "2018" name = "mwatch-sdk" version = "0.5.0" authors = ["Scott Mabin "] exclude = [ ".travis.yml", ".gitignore", ] description = "A development SDK for applications on the https://github.com/MWatch" readme = "README.md" keywords = [ "no-std", "embedded", "mwatch", ] license = "MIT OR Apache-2.0" repository = "https://github.com/MWatch/sdk" [profile.release] opt-level = "z" lto = true codegen-units = 1 debug = false [dependencies.embedded-graphics] version = "0.7.1" [dependencies.mwatch-kernel] version = "2.0.0" package = "mwatch_kernel" [dev-dependencies.heapless] version = "0.4.1" [features] default = ["panic-simple"] panic-log = [] panic-simple = []