# 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 = "dubins_path" version = "0.0.2" authors = ["Roman Kretschmer "] description = "Dubins Path pathfinding algorithm" homepage = "https://github.com/gnxlxnxx/dubins_path" documentation = "https://docs.rs/dubins_path" readme = "README.md" keywords = ["pathfinder", "dubinspath"] categories = ["algorithms"] license = "Apache-2.0/MIT" repository = "https://github.com/gnxlxnxx/dubins_path" [dependencies.euclid] version = "0.20.14" [dependencies.thiserror] version = "1.0" [dev-dependencies]