[dependencies]
[lib]
name = "mapproj"
path = "src/lib.rs"
[package]
authors = ["F.-X. Pineau <francois-xavier.pineau@astro.unistra.fr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science", "algorithms"]
description = "Implementation of (a part of) map projections defined in the FITS World Coordinate System (WCS)"
documentation = "https://docs.rs/mapproj"
edition = "2021"
homepage = "https://github.com/cds-astro/cds-mapproj-rust/"
keywords = ["fits", "wcs", "projection"]
license = "Apache-2.0 OR MIT"
name = "mapproj"
readme = "README.md"
repository = "https://github.com/cds-astro/cds-mapproj-rust/"
version = "0.4.0"
[[test]]
name = "proj"
path = "tests/proj.rs"
[[test]]
name = "sin"
path = "tests/sin.rs"