[package] name = "ushcn" version = "0.2.2" authors = ["Richard Lyon "] edition = "2021" description = "US Historical Climatology Network data downloader" repository = "https://github.com/rjl-climate/US-Historical-Climate-Network-downloader" license = "MIT OR Apache-2.0" [dependencies] tar = "0.4.41" anyhow = "1.0.86" flate2 = "1.0.30" futures = "0.3.30" indicatif = "0.17.8" reqwest = "0.12.5" tokio = { version = "1.38.0", features = ["rt-multi-thread", "macros"] } arrow = "52.1.0" parquet = { version = "52.1.0", features = ["async"] } chrono = "0.4.38" dirs = "5.0.1" clap = { version = "4.5.9", features = ["derive"] } tempfile = "3.10.1"