# 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 = "is31fl3729" version = "0.1.3" authors = [ "Liz Frost", "Daniel Schaefer", "C. Scott Ananian", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Driver for Lumissil Microsystem's IS31FL3729 IC" readme = "README.md" categories = [ "embedded", "no-std", ] license = "MIT" repository = "https://github.com/cscott/is31fl3729-rs" [package.metadata.docs.rs] all-features = true [lib] name = "is31fl3729" path = "src/lib.rs" [dependencies.embedded-hal] version = "0.2.7" [dev-dependencies.cortex-m] version = "0.7.7" [dev-dependencies.cortex-m-rt] version = "0.7.3" [dev-dependencies.panic-halt] version = "0.2.0" [dev-dependencies.stm32g0xx-hal] version = "0.2.0" features = [ "rt", "stm32g071", ] [dev-dependencies.tinybmp] version = "0.5.0" [features] default = ["sevensegment"] sevensegment = []