# 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 = "2021" name = "flir_rs" version = "0.1.2" authors = ["Andrew Ryan "] description = "Process images from FLIR cameras" homepage = "https://dnrops.gitee.io" documentation = "https://docs.rs/flir_rs" readme = "README.md" keywords = [ "flir", "image", "thermal", ] categories = ["development-tools"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/flir_rs" [[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.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]