[package]
edition = "2021"
name = "rustafits"
version = "0.2.3"
authors = ["Vilen Sharifov <vilen.sharifov@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "High-performance FITS to JPEG converter for astronomical images with auto-stretch and Bayer debayering"
homepage = "https://github.com/eg013ra1n/rustafits"
documentation = "https://github.com/eg013ra1n/rustafits#readme"
readme = "README.md"
keywords = [
"astronomy",
"fits",
"image-processing",
"converter",
"astrophotography",
]
categories = [
"multimedia::images",
"science",
"command-line-utilities",
]
license = "GPL-3.0"
repository = "https://github.com/eg013ra1n/rustafits"
[lib]
name = "fits_converter"
path = "src/lib.rs"
[[bin]]
name = "rustafits"
path = "src/bin/rustafits.rs"
[dependencies.anyhow]
version = "1.0"
[build-dependencies.cc]
version = "1.0"
[build-dependencies.pkg-config]
version = "0.3"