hko 1.11.3

Rust library for Hong Kong Observatory Open Data API
Documentation
[dependencies.anyhow]
optional = true
version = "1"

[dependencies.chrono]
default-features = false
features = ["alloc", "serde"]
version = "0.4"

[dependencies.csv]
optional = true
version = "1"

[dependencies.nom]
optional = true
version = "7"

[dependencies.num-derive]
optional = true
version = "0.4"

[dependencies.num-traits]
optional = true
version = "0.2"

[dependencies.reqwest]
default-features = false
optional = true
version = "0.12"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.strum]
features = ["derive"]
version = ">=0.22"
[dev-dependencies.reqwest]
features = ["rustls-tls", "json"]
version = "0.12"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt"]
version = "1"

[features]
default = ["earthquake", "hourly_rainfall", "lunardate", "opendata", "weather"]
earthquake = []
fetch = ["anyhow", "reqwest/json", "serde_json"]
hourly_rainfall = []
lunardate = []
opendata = ["csv", "nom", "serde_json"]
test = ["serde_json"]
weather = ["num-derive", "num-traits"]

[package]
authors = ["GreenYun <microsoft.zh.cn@gmail.com>"]
description = "Rust library for Hong Kong Observatory Open Data API"
documentation = "https://docs.rs/hko"
edition = "2021"
include = ["src/**/*.rs", "!**/test.rs", "README.md", "LICENSE"]
keywords = ["weather", "hong-kong", "observatory", "opendata"]
license = "MIT"
name = "hko"
readme = "README.md"
repository = "https://github.com/GreenYun/hko-rust"
version = "1.11.3"
[package.metadata.docs.rs]
features = ["earthquake", "fetch", "hourly_rainfall", "lunardate", "opendata", "weather"]