# 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 = "tm1637-gpio-driver" version = "2.0.6" authors = ["Philipp Schuster "] exclude = [ ".github", "example-moving-text.gif", "example-time.gif", "examples", ] description = "Generic GPIO driver for the TM1637 micro controller, primarily for educational purpose. Doesn't need std-lib and you can choose any GPIO interface/library you want." homepage = "https://github.com/phip1611/generic-tm1637-gpio-driver-rust" documentation = "https://docs.rs/tm1637-gpio-driver/" readme = "README.md" keywords = [ "gpio", "tm1637", ] categories = [ "embedded", "no-std", "hardware-support", ] license = "MIT" repository = "https://github.com/phip1611/generic-tm1637-gpio-driver-rust" [dependencies.gpio] version = "0.4.1" optional = true [dependencies.gpio-cdev] version = "0.5.1" optional = true [dependencies.sysfs_gpio] version = "0.6.1" optional = true [dependencies.wiringpi] version = "0.2.4" optional = true [features] default = [ "fourdigit7segdis", "dummy", "gpio-api-gpio_cdev", ] dummy = [] fourdigit7segdis = [] gpio-api-gpio = ["gpio"] gpio-api-gpio_cdev = ["gpio-cdev"] gpio-api-sysfs_gpio = ["sysfs_gpio"] gpio-api-wiringpi = ["wiringpi"]