# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "gear" version = "0.7.0" authors = ["Takashi Ogura "] description = "Collision avoidance path planning for robotics" documentation = "http://docs.rs/gear" readme = "README.md" keywords = ["pathplanning", "robotics"] categories = ["algorithms"] license = "Apache-2.0" repository = "https://github.com/OTL/gear" [dependencies.assimp] version = "0.3" optional = true [dependencies.k] version = "0.20" [dependencies.log] version = "0.4" [dependencies.nalgebra] version = "0.21" [dependencies.ncollide3d] version = "0.23" [dependencies.num-traits] version = "0.2" [dependencies.rand] version = "0.3.0" [dependencies.rrt] version = "0.4.0" [dependencies.thiserror] version = "1.0" [dependencies.trajectory] version = "0.0.1" [dependencies.urdf-rs] version = "0.4" [dev-dependencies.env_logger] version = "0.7" [dev-dependencies.kiss3d] version = "0.24" [dev-dependencies.structopt] version = "0.3" [dev-dependencies.urdf-viz] version = "0.21" [features] default = ["assimp"]