[package] name = "Route16" version = "0.0.1" edition = "2018" authors = ["Payas "] description = "Fast route planning algorithm implementations" readme = "README.md" license-file = "LICENSE" [dependencies] log = "0.4.6" num = "0.2.0" if_chain = "1.0.0" priority-queue = "0.7.0" csv = "1" rustc-hash = "1.0.1" hashbrown = "0.3.0" osmpbfreader = "0.13.3" bit-set = "0.5.1"