# 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 = "mlx9064x" version = "0.2.1" authors = ["Will Ross "] autoexamples = false description = "Library for interfacing with Melexis MLX9064* thermal cameras" readme = "ReadMe.md" keywords = ["embedded-hal", "thermal-camera", "thermopile", "mlx90640", "mlx90641"] categories = ["embedded", "hardware-support"] license = "Apache-2.0" repository = "https://github.com/paxswill/mlx9064x-rs" resolver = "2" [[example]] name = "true-frame-rate" required-features = ["examples"] [[example]] name = "terminal-temperatures" required-features = ["examples"] [dependencies.anyhow] version = "1.0" optional = true [dependencies.arrayvec] version = "0.7" default-features = false [dependencies.embedded-hal] version = "0.2.5" [dependencies.linux-embedded-hal] version = "0.3" optional = true [dependencies.num-traits] version = "0.2" default-features = false [dependencies.num_enum] version = "0.5" default-features = false [dependencies.paste] version = "1" [dev-dependencies.float-cmp] version = "0.9.0" [dev-dependencies.linux-embedded-hal] version = "0.3" [features] default = ["std"] examples = ["anyhow", "linux-embedded-hal", "std"] libm = ["num-traits/libm"] std = ["arrayvec/std", "num-traits/std"]