[package]
edition = "2024"
rust-version = "1.96"
name = "trailgen-data"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Shared spatial acquisition and indexing engine for trailgen frontends."
readme = "README.md"
keywords = [
"gis",
"hiking",
"routing",
"openstreetmap",
"geojson",
]
categories = [
"science::geo",
"algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/aoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoaoa/adequate-trailgen"
[lib]
name = "trailgen_data"
path = "src/lib.rs"
[dependencies.anyhow]
version = "1.0.98"
[dependencies.png]
version = "0.18.0"
[dependencies.reqwest]
version = "0.13.4"
features = [
"blocking",
"form",
"json",
"query",
"rustls",
]
default-features = false
[dependencies.roxmltree]
version = "0.20.0"
[dependencies.serde]
version = "1.0.219"
features = ["derive"]
[dependencies.serde_json]
version = "1.0.140"
features = ["float_roundtrip"]
[dependencies.sha2]
version = "0.10.9"
[dependencies.toml]
version = "0.8.23"
[dependencies.trailgen-core]
version = "0.1.2"
[dev-dependencies.tempfile]
version = "3.20.0"
[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
[lints.clippy.all]
level = "deny"
priority = -1
[lints.clippy.cargo]
level = "warn"
priority = -1
[lints.clippy.nursery]
level = "warn"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.rust]
unsafe_code = "forbid"