rust-zmanim 0.1.18

Rust Zmanim Library
Documentation
# 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 = "2024"
name = "rust-zmanim"
version = "0.1.18"
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_complex_zmanim_calculator"
path = "tests/test_complex_zmanim_calculator.rs"

[[test]]
name = "test_helper"
path = "tests/test_helper.rs"

[dependencies.chrono]
version = "0.4"

[dependencies.chrono-tz]
version = "0.10"