[package]
name = "wcs"
version = "0.2.2"
edition = "2021"
authors = ["Matthieu Baumann <matthieu.baumann@astro.unistra.fr>"]
description = "Implementation of the FITS World Coordinate System (WCS)"
license = "Apache-2.0 OR MIT"
readme = "readme.md"
categories = ["science", "algorithms"]
keywords = ["fits", "wcs", "projection"]
documentation = "https://docs.rs/wcs"
homepage = "https://github.com/cds-astro/wcs-rs/"
repository = "https://github.com/cds-astro/wcs-rs/"
exclude = [
"tests/*",
"examples/*"
]
[dependencies]
mapproj = "0.3.0"
enum_dispatch = "0.3.8"
fitsrs = "0.2.4"
quick-error = "2.0.1"
paste = "1.0.11"
[dev-dependencies]
image = "0.24.5"
csv = "1.1"
serde = { version = "1", features = ["derive"] }
glob = "0.3.0"