astrors 1.0.1

Astronomical package to deal with FITS files (tables and images). An effort to develop a common core package for Astronomy in Rust.
Documentation
[build-dependencies.cc]
version = "1.0.79"

[dependencies.byteorder]
version = "1.5.0"

[dependencies.chrono]
version = "0.4.35"

[dependencies.memmap]
version = "0.7"

[dependencies.ndarray]
features = ["rayon"]
version = "0.15.6"

[dependencies.ndarray-stats]
version = "0.5.1"

[dependencies.num_cpus]
version = "1.0"

[dependencies.polars]
features = ["dtype-u8", "dtype-i8", "dtype-i16"]
version = "0.38.3"

[dependencies.rand]
version = "0.8.5"

[dependencies.rayon]
version = "1.8.0"

[dependencies.regex]
version = "1.10.3"

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

[package]
authors = ["Gustavo Schwarz gustavo.b.schwarz@gmail.com", "Vincenzo Alberice alberice.vincenzo@gmail.com", "Thales Lopes thales.t.lopes@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Astronomical package to deal with FITS files (tables and images). An effort to develop a common core package for Astronomy in Rust."
edition = "2021"
include = ["/src", "LICENSE", "README.md"]
license = "BSD-3-Clause"
name = "astrors"
readme = "README.md"
repository = "https://github.com/schwarzam/astrors"
version = "1.0.1"