# 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 = "tm1637-embedded-hal" version = "0.4.0" authors = ["Jad K. Haddad "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A platform agnostic driver to interface with the TM1637 (7-segment LED display) using embedded-hal." readme = "README.md" keywords = [ "tm1637", "embedded-hal", "no-std", "embedded", ] license = "MIT OR Apache-2.0" repository = "https://github.com/JadKHaddad/tm1637" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "tm1637_embedded_hal" path = "src/lib.rs" [dependencies.defmt] version = "0.3.6" optional = true [dependencies.duplicate] version = "1.0.0" [dependencies.embedded-hal] version = "1.0.0" optional = true [dependencies.embedded-hal-async] version = "1.0.0" optional = true [features] async = [ "dep:embedded-hal", "dep:embedded-hal-async", ] blocking = ["dep:embedded-hal"] default = [ "async", "impl-debug", "mappings", ] demo = [ "mappings", "formatters", ] disable-checks = [] formatters = ["mappings"] impl-debug = [] impl-defmt-format = ["dep:defmt"] mappings = []