flyr 0.4.2

Flyr is a library for extracting the thermal data from FLIR images.
Documentation
[package]
name = "flyr"
description = "Flyr is a library for extracting the thermal data from FLIR images."
version = "0.4.2"
authors = ["Arthur Nieuwland <anieuwland@nimmerfort.eu>"]
edition = "2018"
license = "EUPL-1.2"
#license-file = "COPYING"
repository = "https://bitbucket.org/nimmerwoner/flyr-rs/src/master/"

[lib]
name = "flyr"
path = "src/lib/flyr.rs"

[dependencies]
binread = "1.1.1"
ndarray = "0.13.0"  # TODO Do not depend on? What is output then?

[dependencies.image]
version = "0.23.1"
default-features = false
features = ["png"]