[[bin]]
name = "routx"
path = "src/main.rs"
required-features = ["cli"]
[dependencies.bzip2]
version = "0.6.0"
[dependencies.clap]
features = ["derive"]
optional = true
version = "4.5.47"
[dependencies.colog]
optional = true
version = "1.4.0"
[dependencies.flate2]
features = ["zlib-rs"]
version = "1.1.2"
[dependencies.log]
features = ["std"]
version = "0.4.28"
[dependencies.protobuf]
version = "3.7.2"
[dependencies.quick-xml]
version = "0.37.2"
[dependencies.thiserror]
version = "2.0.16"
[features]
cli = ["dep:clap", "dep:colog"]
[lib]
crate-type = ["lib", "staticlib", "cdylib"]
name = "routx"
path = "src/lib.rs"
[package]
authors = ["MikoĊaj Kuranowski <mkuranowski+foss@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Simple routing over OpenStreetMap data"
edition = "2021"
license = "MIT"
name = "routx"
readme = "README.md"
repository = "https://github.com/mkuranowski/routx"
version = "1.0.5"