# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "solar_ha_processing" version = "0.2.0" authors = ["Kevin M. Gill "] description = "A set of utilities and a pipeline for processing raw hydrogen-alpha solar imaging using lucky imaging" readme = "README.md" keywords = ["sun", "astrophotography", "science"] license = "MIT" repository = "https://github.com/kmgill/solar_ha_processing" [package.metadata.deb] assets = [["target/release/ha_add", "usr/bin/", "755"], ["target/release/ha_subtract", "usr/bin/", "755"], ["target/release/process_ha", "usr/bin/", "755"], ["target/release/ser_extract_frame", "usr/bin/", "755"], ["target/release/ser_extract", "usr/bin/", "755"], ["target/release/ser_info", "usr/bin/", "755"], ["target/release/ser_mean", "usr/bin/", "755"], ["README.md", "usr/share/doc/solar_ha_processing/README", "644"], ["masks/*png", "usr/share/solar_ha_processing/masks/", "644"]] copyright = "2021, Kevin M. Gill " depends = "$auto" extended-description = "A set of utilities and a pipeline for processing raw hydrogen-alpha solar imaging using lucky imaging" license-file = ["LICENSE", "2"] maintainer = "Kevin M. Gill " priority = "optional" section = "science" [lib] name = "solar_ha_processing" [[bin]] name = "ser_info" path = "bin/ser_info.rs" [[bin]] name = "ser_extract_frame" path = "bin/ser_extract_frame.rs" [[bin]] name = "ser_extract" path = "bin/ser_extract.rs" [[bin]] name = "ser_mean" path = "bin/ser_mean.rs" [[bin]] name = "process_ha" path = "bin/process_ha.rs" [[bin]] name = "ha_add" path = "bin/ha_add.rs" [[bin]] name = "ha_subtract" path = "bin/ha_subtract.rs" [dependencies.astro] version = "2.0.0" [dependencies.chrono] version = "0.4.19" [dependencies.clap] version = "2.33.3" [dependencies.fastblur] version = "0.1.1" [dependencies.image] version = "0.23.14" [dependencies.imageproc] version = "0.22.0" [dependencies.memmap] version = "0.7.0" [dependencies.rayon] version = "1.5.1" [dependencies.sciimg] version = "0.1.3" [dependencies.sun] version = "0.2.0"