# 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 = "rustronomy-fits" version = "0.2.0" authors = ["Raúl Wolters "] exclude = [ "examples/*", "resources/*", "tests/*", "fits_standard40aa-le.pdf", ] description = "a rust library for reading and writing fits files" homepage = "https://github.com/smups/rustronomy-fits/" readme = "./README.md" keywords = [ "astronomy", "astrophysics", "file-io", "FITS", "fits", ] categories = [ "science", "parsing", ] license = "GPL-3.0-or-later" repository = "https://github.com/smups/rustronomy-fits/" [lib] crate-type = [ "staticlib", "rlib", ] [dependencies.chrono] version = "0.4" [dependencies.dyn-clone] version = "1" [dependencies.indexmap] version = "1" [dependencies.ndarray] version = "0.15" [dependencies.num-traits] version = "0.2" [dependencies.rayon] version = "1" [dependencies.rustronomy-core] version = "0.1" [dev-dependencies.dirs] version = "4" [dev-dependencies.progressing] version = "3"