[package]
edition = "2024"
name = "ramadhan-cli-rust"
version = "0.1.0"
authors = ["Bilal"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ramadan-first CLI for Sehar and Iftar timings in your terminal"
homepage = "https://github.com/bilalkhan360/ramadan-cli-rust"
readme = "README.md"
keywords = [
"ramadan",
"ramzan",
"roza",
"prayer-times",
"cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/bilalkhan360/ramadan-cli-rust"
[lib]
name = "ramadan_cli"
path = "src/lib.rs"
[[bin]]
name = "ramadan"
path = "src/bin/ramadan.rs"
[[bin]]
name = "ramadhan-cli-rust"
path = "src/main.rs"
[[bin]]
name = "ramazan"
path = "src/bin/ramazan.rs"
[[bin]]
name = "ramzan"
path = "src/bin/ramzan.rs"
[[bin]]
name = "roza"
path = "src/bin/roza.rs"
[[test]]
name = "json_contract"
path = "tests/json_contract.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.chrono-tz]
version = "0.10"
[dependencies.clap]
version = "4.5"
features = ["derive"]
[dependencies.dialoguer]
version = "0.11"
[dependencies.directories]
version = "5.0"
[dependencies.reqwest]
version = "0.12"
features = [
"blocking",
"json",
"rustls-tls",
]
default-features = false
[dependencies.serde]
version = "1.0"
features = ["derive"]
[dependencies.serde_json]
version = "1.0"