# 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 = "rsruckig" version = "1.1.4" authors = [ "Petri Koskinen", "Lars Berscheid", ] description = "Ruckig motion planning library for Rust" homepage = "https://ruckig.com/" readme = "README.md" keywords = [ "motion", "trajectory", "planning", "robotics", "automation", ] categories = [ "science::robotics", "mathematics", ] license = "MIT" repository = "https://github.com/petrikosk/rsruckig" resolver = "2" [lib] path = "src/rsruckig/mod.rs" [dependencies.arrayvec] version = "0.7.4"