[package] name = "stspin220" version = "0.6.0" authors = [ "Hanno Braun ", "Jesse Braham ", ] edition = "2018" description = "Driver crate for the STSPIN220 stepper motor driver" repository = "https://github.com/braun-embedded/stepper" license = "0BSD" keywords = ["stepper", "motor", "driver", "pololu"] categories = ["embedded", "hardware-support", "no-std", "science::robotics"] [dependencies.stepper] version = "0.6.0" path = "../.." default-features = false features = ["stspin220"]