seiza-cli 0.3.0

Command-line interface for seiza: star detection, plate solving, and dataset management
# 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 = "2024"
name = "seiza-cli"
version = "0.3.0"
authors = ["Yann Ramin <github@theatr.us>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for seiza: star detection, plate solving, and dataset management"
readme = "README.md"
keywords = [
    "astronomy",
    "astrophotography",
    "plate-solving",
    "astrometry",
    "cli",
]
categories = [
    "science",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/theatrus/seiza"

[package.metadata.generate-rpm]
summary = "Star detection, plate solving, and astro dataset tools"

[[package.metadata.generate-rpm.assets]]
source = "target/release/seiza"
dest = "/usr/bin/seiza"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/seiza-cli/README.md"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "LICENSE"
dest = "/usr/share/licenses/seiza-cli/LICENSE"
mode = "644"

[package.metadata.deb]
maintainer = "Yann Ramin <github@theatr.us>"
extended-description = "Star detection, hinted and blind plate solving, and star/object dataset management for astrophotography."
section = "science"
assets = [
    [
    "target/release/seiza",
    "usr/bin/",
    "755",
],
    [
    "README.md",
    "usr/share/doc/seiza-cli/",
    "644",
],
]

[[bin]]
name = "seiza"
path = "src/main.rs"

[[test]]
name = "hosted_integration"
path = "tests/hosted_integration.rs"

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.flate2]
version = "1"

[dependencies.image]
version = "0.25"
features = [
    "png",
    "jpeg",
    "png",
    "jpeg",
    "tiff",
]
default-features = false

[dependencies.imageproc]
version = "0.25"

[dependencies.seiza]
version = "0.3.0"

[dependencies.seiza-fits]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.ureq]
version = "2"
features = ["json"]

[target."cfg(windows)".build-dependencies.winresource]
version = "0.1"