badi-date 0.2.0

Provides dates for the Badí' (Bahá’í) calendar and conversions between Badí' and Gregorian dates.
Documentation
[dependencies.chrono]
features = ["serde"]
version = "0.4"

[dependencies.chrono-tz]
features = ["case-insensitive", "filter-by-regex", "serde"]
version = "0.9"

[dependencies.lazy_static]
version = "1"

[dependencies.now]
version = "0.1"

[dependencies.once_cell]
version = "1"

[dependencies.rust-i18n]
version = "3"

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

[dependencies.serde_json]
version = "1"

[dependencies.sunrise]
version = "1"

[dependencies.time]
version = "0.3.36"

[package]
authors = ["Tom Grushka"]
categories = ["date-and-time", "internationalization", "localization"]
description = "Provides dates for the Badí' (Bahá’í) calendar and conversions between Badí' and Gregorian dates."
edition = "2021"
homepage = "https://www.bahai.org"
keywords = ["bahai", "badi", "calendar", "date"]
license = "MIT"
name = "badi-date"
readme = "README.md"
repository = "https://github.com/dra11y/badi-date-rs"
version = "0.2.0"