kosher-rust 0.1.0

Rust port of KosherJava: Jewish holidays, halachic times (zmanim), and daily learning schedules. no_std-friendly.
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"
rust-version = "1.93.0"
name = "kosher-rust"
version = "0.1.0"
authors = ["Moshe Dicker <dickermoshe@gmail.com>"]
build = false
exclude = [
    "/interop-tests/",
    "/third-party/",
    "/tools/",
    "/crates/",
    "/.github/",
    "/REVIEW.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust port of KosherJava: Jewish holidays, halachic times (zmanim), and daily learning schedules. no_std-friendly."
homepage = "https://github.com/dickermoshe/rust-zmanim-project"
documentation = "https://docs.rs/kosher-rust"
readme = "README.md"
keywords = [
    "zmanim",
    "hebrew-calendar",
    "jewish",
    "daf-yomi",
    "halacha",
]
categories = [
    "date-and-time",
    "no-std",
    "internationalization",
]
license = "LGPL-2.1-or-later"
repository = "https://github.com/dickermoshe/rust-zmanim-project"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
alloc = []
default = ["alloc"]
defmt = ["dep:defmt"]

[lib]
name = "kosher_rust"
path = "src/lib.rs"

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

[dependencies.core_maths]
version = "0.1.1"

[dependencies.defmt]
version = "1.0.0"
optional = true

[dependencies.icu_calendar]
version = "2.2.0"
default-features = false

[dependencies.jiff]
version = "0.2.0"
default-features = false

[dependencies.jiff-icu]
version = "0.2.0"
default-features = false

[dependencies.num_enum]
version = "0.7.0"
default-features = false

[dependencies.thiserror]
version = "2.0.18"
default-features = false

[dev-dependencies.jiff]
version = "0.2.0"
features = [
    "std",
    "alloc",
    "tzdb-bundle-always",
]
default-features = false

[lints.clippy]
expect_used = "warn"
panic = "warn"
unwrap_used = "warn"

[lints.rust]
missing_docs = "warn"