[package]
edition = "2024"
name = "rust-zmanim"
version = "0.1.17"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust Zmanim Library"
documentation = "https://docs.rs/rust-zmanim/"
readme = "README.md"
keywords = [
"zmanim",
"jewish",
"time",
"sunset",
"sunrise",
]
categories = [
"date-and-time",
"science",
"mathematics",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/YSCohen/rust-zmanim"
[lib]
name = "rust_zmanim"
path = "src/lib.rs"
[[example]]
name = "README"
path = "examples/README.rs"
[[example]]
name = "baal_hatanya"
path = "examples/baal_hatanya.rs"
[[example]]
name = "chiluf_mishmaros"
path = "examples/chiluf_mishmaros.rs"
[[example]]
name = "mga_10_to_13_degrees"
path = "examples/mga_10_to_13_degrees.rs"
[[test]]
name = "test_astronomical_calculator"
path = "tests/test_astronomical_calculator.rs"
[[test]]
name = "test_helper"
path = "tests/test_helper.rs"
[dependencies.chrono]
version = "0.4"
[dependencies.chrono-tz]
version = "0.10"