[package] name = "stellarsort_core" version = "0.1.0" edition = "2021" repository = "https://github.com/chrischtel/stellarsort_core" description = " A powerful Rust toolkit for analyzing and sorting astrophotography images. " authors = ["Christian Brendlin "] license = "MIT" [dependencies] image = "0.25.2" imageproc = "0.25.0" rayon = "1.10.0" # Optional: Für parallele Verarbeitung thiserror = "1.0.64" # Optional: Für benutzerdefinierte Fehler log = "0.4.22" # Optional: Für Logging env_logger = "0.11.5" # Optional: Für Logging-Implementierung indicatif = "0.17.8"