# 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 = "esp32_tm1637" version = "0.1.2" authors = ["Sergei Makarov "] include = [ "**/*.rs", "Cargo.toml", ] description = "Yet another platform agnostic driver for a LED-display powered by TM1637 chip" readme = "README.md" keywords = [ "embedded", "embedded-hal-driver", ] categories = [ "embedded", "hardware-support", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/SeTSeR/esp32-tm1637" [profile.lto] opt-level = 3 lto = "thin" debug = 0 inherits = "release" strip = "symbols" [[example]] name = "send-bytes" [[example]] name = "send-digits" [[example]] name = "clocks" [dependencies.hal] version = "0.2.7" features = ["unproven"] package = "embedded-hal" [dependencies.log] version = "0.4.18" [dev-dependencies.esp-backtrace] version = "0.9.0" features = [ "esp32", "panic-handler", "exception-handler", "print-uart", ] [dev-dependencies.esp-hal] version = "0.16.0" package = "esp32-hal" [dev-dependencies.esp-println] version = "0.7.0" features = [ "esp32", "log", ]