rustafits 0.2.3

High-performance FITS to JPEG converter for astronomical images with auto-stretch and Bayer debayering
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"