# 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 = "adafruit_motorkit" version = "0.2.0" authors = ["ostrosco "] description = "A simple driver for the Adafruit DC and Stepper Motor HAT." homepage = "https://github.com/ostrosco/adafruit_motorkit" readme = "README.md" keywords = [ "motor", "adafruit", "dc", "stepper", ] license = "MIT" repository = "https://github.com/ostrosco/adafruit_motorkit" [dependencies.linux-embedded-hal] version = "0.4" [dependencies.pwm-pca9685] version = "1" [dependencies.rppal] version = "0.19" features = ["hal"]