[package] name = "cli-covid19" version = "0.2.5" authors = ["Adiatma Kamarudin "] edition = "2018" description = "CLI to get daily report covid19 by countries" license = "MIT OR Apache-2.0" readme = "README.md" repository = "https://github.com/adiatma/cli-covid19" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = { version = "0.10", features = ["blocking"] } serde = "1.0.114" serde_json = "1.0.57" colored = "2" chrono = "0.4.13" openssl = "0.10.30" structopt = "0.3.16" prettytable-rs = "^0.8" [features] vendored-openssl = ['openssl/vendored']