osrm-binding 1.0.0

Safe embedded Rust API for OSRM route, table, and trip services.
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
rust-version = "1.85"
name = "osrm-binding"
version = "1.0.0"
authors = ["Mathias Vandaele <contactvandaele@gmail.com>"]
build = "build.rs"
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe embedded Rust API for OSRM route, table, and trip services."
homepage = "https://github.com/blob-map/osrm-binding"
readme = "README.md"
keywords = [
    "osrm",
    "routing",
    "ffi",
]
categories = [
    "api-bindings",
    "external-ffi-bindings",
]
license = "MIT"
repository = "https://github.com/blob-map/osrm-binding"

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

[[example]]
name = "test_client"
path = "examples/test_client.rs"

[[bench]]
name = "bench-osrm"
path = "benches/bench-osrm.rs"
harness = false

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.serde]
version = "1.0.219"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.140"

[dependencies.thiserror]
version = "2.0.12"

[dev-dependencies.criterion]
version = "0.6.0"

[dev-dependencies.dotenvy]
version = "0.15.7"

[dev-dependencies.rand]
version = "0.9.2"

[build-dependencies.cc]
version = "1.2.29"

[build-dependencies.cmake]
version = "0.1.54"

[build-dependencies.flate2]
version = "1.1.2"

[build-dependencies.reqwest]
version = "0.12.22"
features = ["blocking"]

[build-dependencies.tar]
version = "0.4.44"

[profile.release]
lto = false