# 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 = "s_curve" version = "0.1.7" authors = ["Marco Boneberger "] description = "Package to generate S-Curve trajectories for robotics and similar applications " documentation = "https://docs.rs/s_curve/" readme = "README.md" keywords = [ "s-curve", "trajectory", "motion", "curve", "scurve", ] categories = [ "science::robotics", "mathematics", ] license = "MIT OR Apache-2.0" repository = "https://github.com/marcbone/s_curve" [lib] name = "s_curve" path = "src/lib.rs" [[example]] name = "plot" path = "examples/plot.rs" [[example]] name = "plotall" path = "examples/plotall.rs" [dependencies] [dev-dependencies.gnuplot] version = "0.0.37"