[dependencies.anyhow]
version = "1.0"
[dependencies.dirs]
version = "6.0"
[dependencies.indicatif]
version = "0.17"
[dependencies.reqwest]
features = ["blocking", "json"]
version = "0.12"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[[example]]
name = "era5_pressure_levels_geopotential"
path = "examples/era5_pressure_levels_geopotential.rs"
[lib]
name = "cdsapi"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["api-bindings", "command-line-utilities"]
description = "Rust client for the Copernicus Climate Data Store (CDS) API, inspired by the Python cdsapi library."
documentation = "https://docs.rs/cdsapi"
edition = "2024"
homepage = "https://github.com/hkwk/cdsapi"
include = ["src/**", "examples/**", "Cargo.toml", "README.md", "LICENSE", "NOTICE"]
keywords = ["cds", "copernicus", "ecmwf", "era5", "climate"]
license = "Apache-2.0"
name = "cdsapi"
readme = "README.md"
repository = "https://github.com/hkwk/cdsapi"
rust-version = "1.85"
version = "0.1.1"