[dependencies.euclid]
version = "0.20.14"
[dependencies.thiserror]
version = "1.0"
[dev-dependencies]
[package]
authors = ["Roman Kretschmer <gnxlxnxx@web.de>"]
categories = ["algorithms"]
description = "Dubins Path pathfinding algorithm"
documentation = "https://docs.rs/dubins_path"
edition = "2018"
homepage = "https://github.com/gnxlxnxx/dubins_path"
keywords = ["pathfinder", "dubinspath"]
license = "Apache-2.0/MIT"
name = "dubins_path"
readme = "README.md"
repository = "https://github.com/gnxlxnxx/dubins_path"
version = "0.0.2"