panchangam 0.2.1

High-precision Vedic Panchangam calculations using Swiss Ephemeris
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 = "panchangam"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-precision Vedic Panchangam calculations using Swiss Ephemeris"
readme = "README.md"
license = "MIT"
repository = "https://github.com/fusionstrings/panchangam"

[lib]
name = "panchangam"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

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

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.js-sys]
version = "0.3.83"

[dependencies.libc]
version = "0.2.180"

[dependencies.libm]
version = "0.2.15"

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde-wasm-bindgen]
version = "0.6.5"

[dependencies.serde_json]
version = "1.0.149"

[dependencies.swiss-eph]
version = "0.2.1"
features = ["embedded-ephe"]

[dependencies.wasm-bindgen]
version = "0.2.106"