# 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 = "uln2003" version = "0.3.0" description = "A simple crate to use a 28BYJ-48 stepper motor with and ULN2003 Driver on any hardware implementing embedded_hal" homepage = "https://github.com/MnlPhlp/uln2003" readme = "README.md" keywords = [ "uln2003", "28BYJ-48", "stepper_motor", "embeded", "motor_control", ] categories = ["embedded"] license = "MIT OR Apache-2.0" repository = "https://github.com/MnlPhlp/uln2003" [dependencies.embedded-hal] version = "1.0.0"