astro-math 0.2.1

Astronomy math algorithms for telescope control and sky transforms
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 = "2021"
name = "astro-math"
version = "0.2.1"
authors = ["@gaker"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Astronomy math algorithms for telescope control and sky transforms"
readme = false
keywords = [
    "astronomy",
    "astrometry",
    "sidereal",
    "astrophysics",
    "coordinates",
]
categories = [
    "science",
    "aerospace",
    "data-structures",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gaker/astro-math"

[features]
default = []
generator = [
    "rand",
    "rand_distr",
]

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

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

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

[[example]]
name = "alt-az-prompt"
path = "examples/alt-az-prompt.rs"

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"
features = ["clock"]

[dependencies.erfars]
version = "0.1.0"

[dependencies.indicatif]
version = "0.17"

[dependencies.lazy_static]
version = "1.4"

[dependencies.memmap2]
version = "0.9"

[dependencies.nalgebra]
version = "0.32"

[dependencies.ndarray]
version = "0.15"

[dependencies.num-complex]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.num_cpus]
version = "1.16"

[dependencies.rand]
version = "0.8"
optional = true

[dependencies.rand_distr]
version = "0.4"
optional = true

[dependencies.rayon]
version = "1.8"

[dependencies.regex]
version = "1.10"

[dependencies.statrs]
version = "0.17"

[dependencies.thiserror]
version = "1.0"

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

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

[dev-dependencies.rand]
version = "0.8"

[dev-dependencies.rand_distr]
version = "0.4"