osrm-model-extensions 0.1.0

Extensions for the OSRM routing model
# 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"
name = "osrm-model-extensions"
version = "0.1.0"
authors = ["Jacob Fielding <jacob@rallista.app>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extensions for the OSRM routing model"
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/Rallista/osrm-extensions-rs"

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

[dependencies.geo]
version = "0.32.0"

[dependencies.osrm-openapi-models]
version = "0.0.5"

[dependencies.polyline]
version = "0.11.0"

[dependencies.round]
version = "0.1.2"

[dependencies.rust-i18n]
version = "3.1.2"

[dependencies.serde]
version = "1.0.228"

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.insta]
version = "1.46.3"
features = [
    "yaml",
    "json",
]

[dev-dependencies.proptest]
version = "1.10.0"