[package] name = "valhalla-builder" version = "0.1.0" edition = "2021" license = "MIT" description = "Pure Rust OSM graph tile builder, native PBF stream reader, and tile compiler (Mjolnir) for Valhalla." [dependencies] valhalla-core = { path = "../valhalla-core" } valhalla-cost = { path = "../valhalla-cost" } valhalla-path = { path = "../valhalla-path" } bytemuck = { version = "1.14", features = ["derive"] } flate2 = "1.0" serde = { version = "1", features = ["derive"] } [dev-dependencies] serde_json = "1"