# 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 = "2018" name = "sciimg" version = "0.4.2" authors = ["Kevin M. Gill "] description = "Base support for planetary science image processing" readme = "README.md" keywords = [ "planetary", "astrophotography", "science", "imaging", ] license = "MIT" repository = "https://github.com/kmgill/sciimg" [dependencies.chrono] version = "0.4.19" [dependencies.image] version = "0.24.1" [dependencies.imageproc] version = "0.23.0" [dependencies.lab] version = "0.11.0" [dependencies.memmap] version = "0.7.0" [dependencies.rayon] version = "1.5.1" [dependencies.serde] version = "1.0.125" features = ["derive"] [dependencies.string-builder] version = "0.2.0"