rustafits 0.2.1

High-performance FITS to JPEG converter for astronomical images with auto-stretch and Bayer debayering
Documentation
[[bin]]
name = "rustafits"
path = "src/bin/rustafits.rs"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"

[dependencies.anyhow]
version = "1.0"

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

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