[package]
edition = "2021"
name = "astrors-fork"
version = "0.1.14"
authors = [
"Gustavo Schwarz gustavo.b.schwarz@gmail.com",
"Vincenzo Alberice alberice.vincenzo@gmail.com",
"Thales Lopes thales.t.lopes@gmail.com",
]
build = false
include = [
"/src",
"LICENSE",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "(FORK) Astronomical package to deal with FITS (compressed also) and WCS, still in development."
readme = "README.md"
license = "BSD-3-Clause"
repository = "https://github.com/schwarzam/astrors"
[lib]
name = "astrors_fork"
path = "src/lib.rs"
[dependencies.ndarray]
version = "0.15.6"
[dependencies.num_cpus]
version = "1.0"
[dependencies.polars]
version = "0.45.0"
features = [
"dtype-u8",
"dtype-i8",
"dtype-i16",
]
[dependencies.rand]
version = "0.8.5"
[dependencies.rayon]
version = "1.8.0"
[dependencies.regex]
version = "1.10.3"
[build-dependencies.byteorder]
version = "1.5.0"
[build-dependencies.cc]
version = "1.0.79"
[build-dependencies.chrono]
version = "0.4.35"
[build-dependencies.memmap]
version = "0.7"
[build-dependencies.ndarray]
version = "0.15.6"
features = ["rayon"]
[build-dependencies.ndarray-stats]
version = "0.5.1"
[build-dependencies.num_cpus]
version = "1.0"