# 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 = "wcs" version = "0.2.8" authors = ["Matthieu Baumann "] exclude = [ "tests/*", "examples/*", "*.py", ] description = "Implementation of the FITS World Coordinate System (WCS)" homepage = "https://github.com/cds-astro/wcs-rs/" documentation = "https://docs.rs/wcs" readme = "readme.md" keywords = [ "fits", "wcs", "projection", ] categories = [ "science", "algorithms", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/cds-astro/wcs-rs/" [dependencies.enum_dispatch] version = "0.3.8" [dependencies.fitsrs] version = "0.2.9" [dependencies.mapproj] version = "0.3.0" [dependencies.paste] version = "1.0.11" [dependencies.quick-error] version = "2.0.1" [dev-dependencies.csv] version = "1.1" [dev-dependencies.glob] version = "0.3.0" [dev-dependencies.image] version = "0.24.5" [dev-dependencies.serde] version = "1" features = ["derive"]