[package]
edition = "2021"
name = "persian_date"
version = "1.0.4"
authors = ["SudoDios"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Persian Date library for rust"
homepage = "https://github.com/SudoDios/persian-date-rust"
readme = "README.md"
license = "LGPL-3.0"
repository = "https://github.com/SudoDios/persian-date-rust"
[lib]
name = "persian_date"
path = "src/lib.rs"
[dependencies.chrono]
version = "0.4.42"
[dependencies.chrono-tz]
version = "0.10.4"