[package]
name = "valhalla"
version = "0.3.13"
edition = "2024"
rust-version = "1.85"
description = "Rust bindings for Valhalla routing engine"
readme = "README.md"
repository = "https://github.com/kinkard/valhalla-rs"
license = "MIT"
keywords = ["geo", "routing", "navigation", "ffi", "valhalla"]
exclude = [
"**/.*",
"**/.github/*",
"**/test/*",
"**/tests/*",
"**/googletest/*",
"**/googlemock/*",
"**/doc/*",
"**/docs/*",
"**/doctest/*",
"**/bench/*",
"valhalla/CHANGELOG.md",
"valhalla/run_route_scripts/*",
"valhalla/taginfo.json",
"valhalla/test_requests/*",
"valhalla/third_party/**/*.md",
"valhalla/third_party/pybind11/*",
"valhalla/third_party/rapidjson/bin/*",
"valhalla/third_party/tz/NEWS",
]
[dependencies]
cxx = { version = "1.0", features = ["c++17"] }
[build-dependencies]
cmake = "0.1"
cxx-build = "1.0"
miniserde = "0.1"
pkg-config = "0.3"
[dev-dependencies]
miniserde = "0.1"
pretty_assertions = "1"
tempfile = "3.20"