# 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 = "thermal" version = "0.3.1" authors = ["Rajsekar Manokaran "] description = "Process thermal images from FLIR cameras" homepage = "https://github.com/AspecScire/thermal" documentation = "https://docs.rs/thermal" readme = "README.md" license = "Apache-2.0/MIT" repository = "https://github.com/AspecScire/thermal" [[bench]] name = "parsing" harness = false [dependencies.Inflector] version = "0.11.4" [dependencies.anyhow] version = "1.0.41" [dependencies.base64] version = "0.13.0" [dependencies.byteordered] version = "0.5.0" [dependencies.clap] version = "2.33.3" [dependencies.dji-thermal-sys] version = "0.1.0" optional = true [dependencies.image] version = "0.23.14" [dependencies.img-parts] version = "0.2.3" [dependencies.indicatif] version = "0.16.2" features = ["rayon"] [dependencies.itertools] version = "0.10.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.ndarray] version = "0.15.3" features = ["rayon"] [dependencies.png] version = "0.16.8" [dependencies.rayon] version = "1.5.1" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.126" [dependencies.serde_derive] version = "1.0.126" [dependencies.serde_json] version = "1.0.64" [dependencies.tiff] version = "0.6.1" [dependencies.zerocopy] version = "0.5.0" [dev-dependencies.criterion] version = "0.3.5" features = ["html_reports"] [dev-dependencies.glob] version = "0.3.0" [features] dji = ["dji-thermal-sys"]