# 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 = "stardetect" version = "0.3.0" authors = ["Anshul Sanghi "] description = "Detect star positions and sizes in an image" homepage = "https://github.com/anshap1719/stardetect" readme = "./README.md" keywords = [ "image", "wavelet", "multiscale", "analysis", "astronomy", ] categories = ["multimedia"] license = "Apache-2.0" repository = "https://github.com/anshap1719/stardetect" [profile.release] lto = true codegen-units = 1 panic = "abort" [[bin]] name = "stardetect" path = "src/main.rs" [dependencies.geo] version = "0.28.0" [dependencies.image] version = "0.25.0" [dependencies.image-dwt] version = "0.3.2" [dependencies.imagepipe] version = "0.5" [dependencies.imageproc] version = "0.24.0" [dependencies.rawloader] version = "0.37" [dependencies.rayon] version = "1.7" [dependencies.thiserror] version = "1.0.57"