wcs 0.4.2

Implementation of the FITS World Coordinate System (WCS)
Documentation
[dependencies.enum_dispatch]
version = "0.3.8"

[dependencies.mapproj]
version = "0.4.0"

[dependencies.paste]
version = "1.0.15"

[dependencies.quick-error]
version = "2.0.1"

[dependencies.serde]
features = ["derive"]
version = "1"

[dev-dependencies.csv]
version = "1.1"

[dev-dependencies.glob]
version = "0.3.0"

[dev-dependencies.image]
version = "0.24.5"

[dev-dependencies.serde_json]
version = "1.0.138"

[lib]
name = "wcs"
path = "src/lib.rs"

[package]
authors = ["Matthieu Baumann <matthieu.baumann@astro.unistra.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Implementation of the FITS World Coordinate System (WCS)"
documentation = "https://docs.rs/wcs"
edition = "2021"
exclude = ["tests/*", "examples/*", "*.py"]
homepage = "https://github.com/cds-astro/wcs-rs/"
keywords = ["fits", "wcs", "projection"]
license = "Apache-2.0 OR MIT"
name = "wcs"
readme = "readme.md"
repository = "https://github.com/cds-astro/wcs-rs/"
version = "0.4.2"