# 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 = "stepper_lib" version = "0.11.7" authors = ["Samuel Nösslböck "] description = "A library to control motors, components and IOT-devices with controllers like the raspberry pi" readme = "README.md" keywords = [ "framework", "robotics", "iot", "raspberry-pi", ] license-file = "LICENSE" repository = "https://github.com/SamuelNoesslboeck/stepper_lib" [profile.dev] opt-level = 0 [profile.release] opt-level = 3 [lib] name = "stepper_lib" path = "src/lib.rs" [[example]] name = "stepper_motor" path = "examples/stepper_motor.rs" [[example]] name = "cylinder" path = "examples/cylinder.rs" [[example]] name = "custom_component" path = "examples/custom_component.rs" [[example]] name = "tongs" path = "examples/tongs.rs" [[example]] name = "dc_motors" path = "examples/dc_motors.rs" [dependencies.gcode] version = "0.6.1" [dependencies.glam] version = "0.24.0" [dependencies.rppal] version = "0.14.1" optional = true [dependencies.serde] version = "1.0.104" features = ["derive"] [dependencies.serde_json] version = "1.0.48" [dependencies.spin_sleep] version = "1.1.1" [dependencies.stepper_macros] version = "0.1.1" [features] default = ["std"] rasp = [ "std", "dep:rppal", ] std = [] [target."cfg(windows)".dev-dependencies.plotters] version = "0.3.4"