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