sankhya 2.0.0

sankhya — Ancient mathematical systems, historical calendars, and archaeoastronomy: 10+ calendar systems, 8 civilizations of mathematics, cross-civilizational epoch correlation
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.89"
name = "sankhya"
version = "2.0.0"
build = false
exclude = [
    ".claude/",
    ".github/",
    "docs/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sankhya — Ancient mathematical systems, historical calendars, and archaeoastronomy: 10+ calendar systems, 8 civilizations of mathematics, cross-civilizational epoch correlation"
homepage = "https://github.com/MacCracken/sankhya"
documentation = "https://docs.rs/sankhya"
readme = "README.md"
keywords = [
    "ancient-math",
    "calendar",
    "archaeoastronomy",
    "mayan",
    "babylonian",
]
categories = [
    "mathematics",
    "science",
]
license = "GPL-3.0-only"
repository = "https://github.com/MacCracken/sankhya"

[features]
avatara = ["dep:avatara"]
default = []
itihas = ["dep:itihas"]
logging = ["dep:tracing-subscriber"]
varna = ["dep:varna"]

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

[[example]]
name = "babylonian"
path = "examples/babylonian.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[example]]
name = "chinese"
path = "examples/chinese.rs"

[[example]]
name = "egyptian"
path = "examples/egyptian.rs"

[[example]]
name = "epoch"
path = "examples/epoch.rs"

[[example]]
name = "greek"
path = "examples/greek.rs"

[[example]]
name = "islamic"
path = "examples/islamic.rs"

[[example]]
name = "mayan"
path = "examples/mayan.rs"

[[example]]
name = "roman"
path = "examples/roman.rs"

[[example]]
name = "vedic"
path = "examples/vedic.rs"

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

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

[[bench]]
name = "benchmarks"
path = "benches/benchmarks.rs"
harness = false

[dependencies.avatara]
version = "1"
optional = true
default-features = false

[dependencies.hisab]
version = "1"
default-features = false

[dependencies.itihas]
version = "1"
optional = true
default-features = false

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

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "env-filter",
    "fmt",
]
optional = true

[dependencies.varna]
version = "1"
optional = true
default-features = false

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

[dev-dependencies.serde_json]
version = "1"

[dev-dependencies.varna]
version = "1"
default-features = false