vedaksha 3.1.0

Vedic and Western astrology engine — ephemeris, charts, dashas, nakshatras, and more
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.85"
name = "vedaksha"
version = "3.1.0"
authors = ["ArthIQ Labs LLC <info@arthiq.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Vedic and Western astrology engine — ephemeris, charts, dashas, nakshatras, and more"
homepage = "https://vedaksha.net"
readme = false
license = "BUSL-1.1"
license-file = "LICENSE"
repository = "https://github.com/arthiqlabs/vedaksha"
resolver = "2"

[features]
default = ["std"]
locale = []
std = ["vedaksha-ephem-core/std"]

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

[dependencies.vedaksha-astro]
version = "3.0.0"

[dependencies.vedaksha-ephem-core]
version = "3.0.0"

[dependencies.vedaksha-graph]
version = "3.0.0"
features = ["emitters"]

[dependencies.vedaksha-math]
version = "3.0.0"

[dependencies.vedaksha-vedic]
version = "3.0.0"