[package] name = "platesolve" version = "0.0.1-wip" edition = "2021" authors = ["Anshul Sanghi "] description = "A library to perform astronomical plate solving for images" homepage = "https://github.com/anshap1719/platesolve-rs" repository = "https://github.com/anshap1719/platesolve-rs" keywords = ["image", "stars", "analysis", "astronomy"] categories = ["multimedia"] license = "Apache-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] acap = "0.3.0" stardetect = "0.2.0"