# 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 = "2018" name = "fast_paths" version = "1.0.0" authors = ["easbar "] exclude = [ ".github/*", ".gitignore", "meta/*", ] description = "Fast shortest path calculations on directed graphs made possible by pre-processing the graph using Contraction Hierarchies" readme = "README.md" categories = [ "algorithms", "data-structures", "science", ] license = "MIT/Apache-2.0" repository = "https://github.com/easbar/fast_paths" [dependencies.log] version = "0.4" [dependencies.priority-queue] version = "2.0.2" [dependencies.serde] version = "1.0" features = ["derive"] [dev-dependencies.bincode] version = "1.3.3" [dev-dependencies.rand] version = "0.6" [dev-dependencies.stopwatch] version = "0.0.7" [badges.travis-ci] branch = "master" repository = "easbar/fast_paths"