# 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 = "raestro" version = "0.5.0" authors = [ "nathan-n-poon ", "raunakab ", ] description = "A Rust-flavoured API Interface for the Pololu Micro-Maestro (6-Channel) Servo Controller Board. Developed for the Raspberry Pi" readme = "README.md" keywords = [ "pololu", "maestro", "6-channel", "servo-controller", "raspberry-pi", ] license = "MIT" repository = "https://github.com/BEARUBC/raestro" [[example]] name = "set_target" crate-type = ["bin"] test = true doctest = false bench = true doc = false proc-macro = false harness = true required-features = [] edition = "2018" [[example]] name = "get_position" crate-type = ["bin"] test = true doctest = false bench = true doc = false proc-macro = false harness = true required-features = [] edition = "2018" [[example]] name = "set_acceleration" crate-type = ["bin"] test = true doctest = false bench = true doc = false proc-macro = false harness = true required-features = [] edition = "2018" [[example]] name = "set_speed" crate-type = ["bin"] test = true doctest = false bench = true doc = false proc-macro = false harness = true required-features = [] edition = "2018" [[example]] name = "stop_script" crate-type = ["bin"] test = true doctest = false bench = true doc = false proc-macro = false harness = true required-features = [] edition = "2018" [dependencies.derive_more] version = "0.99.17" [dependencies.rppal] version = "0.14.1"