[[bench]]
harness = false
name = "meteostat"
path = "benches/meteostat.rs"
[dependencies.async-compression]
features = ["tokio", "gzip"]
version = "0.4"
[dependencies.bincode]
features = ["serde"]
version = "2.0.1"
[dependencies.bon]
version = "3.6.3"
[dependencies.chrono]
features = ["serde"]
version = "0.4.40"
[dependencies.dirs]
version = "6.0.0"
[dependencies.futures-util]
version = "0.3.31"
[dependencies.haversine]
version = "0.2.1"
[dependencies.ordered-float]
version = "5.0.0"
[dependencies.plotlars]
optional = true
version = "=0.9.2"
[dependencies.polars]
features = ["lazy", "strings", "parquet"]
version = "0.46.0"
[dependencies.reqwest]
features = ["blocking", "json", "gzip", "stream"]
version = "0.12.15"
[dependencies.rstar]
version = "0.12.2"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
features = ["unbounded_depth"]
version = "1.0"
[dependencies.tempfile]
version = "3.19.1"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["full"]
version = "1.44.2"
[dependencies.tokio-util]
features = ["io", "io-util"]
version = "0.7.14"
[dev-dependencies.criterion]
features = ["async_tokio"]
version = "0.5.1"
[[example]]
name = "basic_use"
path = "examples/basic_use.rs"
[[example]]
name = "collect_to_struct"
path = "examples/collect_to_struct.rs"
[[example]]
name = "find_stations"
path = "examples/find_stations.rs"
[[example]]
name = "get_weather_at_date"
path = "examples/get_weather_at_date.rs"
[[example]]
name = "graph_data"
path = "examples/graph_data.rs"
required-features = ["examples"]
[[example]]
name = "weather_by_station_id"
path = "examples/weather_by_station_id.rs"
[features]
default = []
examples = ["dep:plotlars"]
[lib]
name = "meteostat"
path = "src/lib.rs"
[package]
authors = ["Ruurd Bijlsma <ruurd@bijlsma.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science::geo"]
description = "Get historic weather data from thousands of weather stations around the world."
documentation = "https://docs.rs/meteostat/latest/meteostat/index.html"
edition = "2021"
exclude = ["data", ".github", "checks", ".idea"]
homepage = "https://github.com/ruurdbijlsma/meteostat_rs"
keywords = ["meteostat", "weather", "historic", "temperature", "climate"]
license = "Apache-2.0"
name = "meteostat"
readme = "README.md"
repository = "https://github.com/ruurdbijlsma/meteostat_rs"
version = "0.4.6"