# 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 = "bracket-pathfinding" version = "0.8.7" authors = ["Herbert Wolverson "] publish = true description = "Pathfinding and field-of view utilities. A Star, Dijkstra. Part of the bracket-lib family." homepage = "https://github.com/thebracket/bracket-lib" readme = "README.md" keywords = [ "gamedev", "pathfinding", "astar", "dijkstra", "field-of-view", ] categories = [ "game-engines", "graphics", ] license = "MIT" repository = "https://github.com/thebracket/bracket-lib" resolver = "2" [[bench]] name = "fov_benchmark" harness = false [[bench]] name = "astar_benchmark" harness = false [dependencies.bracket-algorithm-traits] version = "~0.8" [dependencies.bracket-geometry] version = "~0.8" [dependencies.num-rational] version = "0.4" features = ["std"] default-features = false [dependencies.rayon] version = "1.5.0" optional = true [dependencies.smallvec] version = "~1" [dev-dependencies.bracket-color] version = "~0.8" features = ["palette"] [dev-dependencies.bracket-random] version = "0.8" [dev-dependencies.criterion] version = "~0.4" [dev-dependencies.crossterm] version = "~0.25" [features] threaded = ["rayon"]