# 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 = "astrors" version = "0.1.8" authors = [ "Gustavo Schwarz gustavo.b.schwarz@gmail.com", "Vincenzo Alberice alberice.vincenzo@gmail.com", "Thales Lopes thales.t.lopes@gmail.com", ] include = [ "/src", "LICENSE", "README.md", ] description = "Astronomical package to deal with FITS (compressed also) and WCS, still in development." homepage = "https://github.com/schwarzam/astrors" readme = "README.md" license = "BSD-3-Clause" [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.35" [dependencies.memmap] version = "0.7" [dependencies.ndarray] version = "0.15.6" features = ["rayon"] [dependencies.ndarray-stats] version = "0.5.1" [dependencies.num_cpus] version = "1.0" [dependencies.polars] version = "0.38.3" 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.cc] version = "1.0.79"