[package] name = "libblackbody" description = "Libblackbody is library for reading different thermographic file formats." version = "0.5.0" authors = ["Arthur Nieuwland "] edition = "2018" license = "EUPL-1.2" repository = "https://bitbucket.org/nimmerwoner/libblackbody/src/master/" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] name = "libblackbody" path = "src/lib.rs" [dependencies] ndarray = "0.13.0" tiff = "0.6.0" flyr = "0.4.0" [dependencies.image] version = "0.23.1" default-features = false features = ["png"]