keplemon 3.6.4

Expanded functionality for the Standardized Astrodynamics Algorithms Library (SAAL)
# 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 = "keplemon"
version = "3.6.4"
build = "build.rs"
exclude = [
    "tests/**",
    "benches/**",
    "benchmarks/**",
    "skills/**",
    "venv/**",
    "truth/**",
    "local/**",
    "overrides/**",
    "scripts/**",
    "docs/**",
    "fort.*",
    "AI.md",
    "CONTRIBUTING.md",
    "agents.yaml",
    "assets/**",
    "lib/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Expanded functionality for the Standardized Astrodynamics Algorithms Library (SAAL)"
readme = "README.md"
license = "MIT"

[features]
cuda = ["cudarc"]
python = [
    "pyo3/extension-module",
    "pyo3/abi3-py39",
]

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

[dependencies.ctor]
version = "0.6.3"

[dependencies.cudarc]
version = "0.12"
features = ["cuda-12060"]
optional = true

[dependencies.libc]
version = "0.2.180"

[dependencies.log]
version = "0.4"

[dependencies.nalgebra]
version = "0.33.2"

[dependencies.pyo3]
version = "0.27.2"
optional = true

[dependencies.pyo3-log]
version = "0.13.2"

[dependencies.rayon]
version = "1.10.0"

[dependencies.saal]
version = "1.3.3"

[dependencies.uuid]
version = "1.18.0"
features = ["v4"]

[dev-dependencies.approx]
version = "0.5.1"

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

[dev-dependencies.serde]
version = "1.0"
features = ["derive"]

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

[build-dependencies.saal]
version = "1.3.3"