valhalla 0.6.26

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

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

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

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

[build-dependencies.prost-build]
version = "0.14"

[dependencies.bitflags]
version = "2"

[dependencies.cxx]
features = ["c++20"]
version = "=1.0.192"

[dependencies.prost]
version = "0.14"

[dev-dependencies.criterion]
default-features = false
version = "0.7"

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

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

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

[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/*", "**/doctest/*", "**/gtest/*", "**/googletest/*", "**/googlemock/*", "**/doc/*", "**/docs/*", "**/bench/*", "**/benches/*", "**/benchmarks/*", "**/example/*", "**/examples/*", "valhalla/docker", "valhalla/CHANGELOG.md", "valhalla/run_route_scripts", "valhalla/src/bindings", "valhalla/src/mjolnir", "valhalla/src/valhalla_*", "valhalla/taginfo.json", "valhalla/test_requests", "valhalla/third_party/**/*.md", "valhalla/third_party/cxxopts", "valhalla/third_party/dirent", "valhalla/third_party/fastcov", "valhalla/third_party/just_gtfs", "valhalla/third_party/libosmium", "valhalla/third_party/nanobind", "valhalla/third_party/rapidjson/bin", "valhalla/third_party/tz/*.html", "valhalla/third_party/tz/NEWS", "valhalla/third_party/unordered_dense/data", "valhalla/third_party/unordered_dense/scripts"]
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.6.26"

[profile.bench]
debug = "line-tables-only"