# 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 = "hierarchical_pathfinding" version = "0.5.0" authors = ["mich101mich "] exclude = ["/.github/*", "/.vscode/*", "/img/*", "/.gitignore"] description = "Quickly approximate Paths on a Grid" readme = "readme.md" keywords = ["pathfinding", "dijkstra", "a-star", "grid"] categories = ["algorithms"] license = "MIT" repository = "https://github.com/mich101mich/hierarchical_pathfinding" [[bench]] name = "my_benchmark" harness = false [dependencies.hashbrown] version = "0.11" [dependencies.log] version = "0.4" optional = true [dependencies.rayon] version = "1.5" optional = true [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.8" [dev-dependencies.log] version = "0.4" [dev-dependencies.nanorand] version = "0.6" [features] default = ["parallel"] parallel = ["rayon", "hashbrown/rayon"]