valhalla 0.2.2

Rust bindings for Valhalla routing engine
Documentation
[build-dependencies.cmake]
version = "0.1"

[build-dependencies.cxx-build]
version = "1.0"

[build-dependencies.miniserde]
version = "0.1"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.cxx]
features = ["c++17"]
version = "1.0"

[dev-dependencies.miniserde]
version = "0.1"

[dev-dependencies.pretty_assertions]
version = "1"

[dev-dependencies.tempfile]
version = "3.20"

[lib]
name = "valhalla"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "Rust bindings for Valhalla routing engine"
edition = "2024"
exclude = ["**/.*", "**/.github/*", "**/test/*", "**/tests/*", "**/googletest/*", "**/googlemock/*", "**/doc/*", "**/docs/*", "**/doctest/*", "**/bench/*", "valhalla/third_party/**/*.md", "valhalla/test_requests/*", "valhalla/run_route_scripts/*", "valhalla/third_party/rapidjson/bin/*", "valhalla/third_party/tz/NEWS", "valhalla/taginfo.json", "valhalla/CHANGELOG.md"]
keywords = ["geo", "routing", "navigation", "ffi", "valhalla"]
license = "MIT"
name = "valhalla"
readme = "README.md"
repository = "https://github.com/kinkard/valhalla-rs"
rust-version = "1.85"
version = "0.2.2"