[dependencies.chrono]
default-features = false
features = ["alloc", "serde", "clock"]
version = "0.4.39"
[dependencies.log]
version = "0.4.25"
[dependencies.quick-xml]
default-features = false
features = ["serialize"]
version = "0.37.2"
[dependencies.reqwest]
default-features = false
features = ["rustls-tls"]
version = "0.12.12"
[dependencies.serde]
features = ["derive"]
version = "1.0.217"
[dependencies.serde_json]
optional = true
version = "1.0.138"
[dev-dependencies.anyhow]
version = "1.0.95"
[dev-dependencies.colored]
version = "3.0.0"
[dev-dependencies.dotenv]
version = "0.15.0"
[dev-dependencies.env_logger]
version = "0.11.6"
[dev-dependencies.tokio]
features = ["full"]
version = "1.43.0"
[[example]]
name = "apis"
path = "examples/apis.rs"
[[example]]
name = "json-apis"
path = "examples/json-apis.rs"
[[example]]
name = "read-osm-file"
path = "examples/read-osm-file.rs"
[features]
default = ["json-api"]
json-api = ["dep:serde_json"]
[lib]
name = "osm_api"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings"]
description = "Rust binding for the Open Street Map Api"
edition = "2021"
keywords = ["openstreetmap", "api", "geospatial", "gis"]
license = "MIT OR Apache-2.0"
name = "osm-api"
readme = "README.md"
repository = "https://github.com/x807x/openstreetmap-api"
version = "0.1.1"
[[test]]
name = "apis"
path = "tests/apis.rs"
[[test]]
name = "json-apis"
path = "tests/json-apis.rs"