# 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-fork" version = "0.1.10" 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", ] 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.41.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"