# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "badi-date" version = "0.2.5" authors = ["Tom Grushka"] description = "Provides dates for the Badí' (Bahá’í) calendar and conversions between Badí' and Gregorian dates." homepage = "https://www.bahai.org" readme = "README.md" keywords = [ "bahai", "badi", "calendar", "date", ] categories = [ "date-and-time", "internationalization", "localization", ] license = "MIT" repository = "https://github.com/dra11y/badi-date-rs" [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-tz] version = "0.9" features = [ "case-insensitive", "filter-by-regex", "serde", ] [dependencies.lazy_static] version = "1" [dependencies.now] version = "0.1" [dependencies.once_cell] version = "1" [dependencies.rust-i18n] version = "3" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.sunrise] version = "1" [dependencies.time] version = "0.3"