# 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 = "path-finding-lib" version = "0.3.1" authors = ["barblin"] description = "This library provides a variety of path finding and graph operations. Work in progress." homepage = "https://github.com/barblin" documentation = "https://github.com/barblin/path-finding-lib-rust/blob/master/README.md" readme = "README.md" keywords = [ "game", "path", "path-finding", "mst", "graph", ] categories = [ "algorithms", "games", "game-development", "data-structures", ] license = "MIT" repository = "https://github.com/barblin/path-finding-lib-rust" [dependencies.derivative] version = "2.2.0" [dependencies.ordered-float] version = "3.4.0" [dependencies.priority-queue] version = "1.2.0"