# 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 = "sensor-core" version = "1.12.24" authors = ["Rouven Himmelstein "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Core library for the sensor-bridge/display project" homepage = "https://github.com/RouHim/sensor-core" readme = "README.md" keywords = [ "sensor", "display", "embedded", "rust", ] categories = ["rendering"] license = "GPL-3.0" repository = "https://github.com/RouHim/sensor-core" [lib] name = "sensor_core" path = "src/lib.rs" [[bench]] name = "text_render_benchmark" path = "benches/text_render_benchmark.rs" harness = false [dependencies.dirs] version = "5.0.1" [dependencies.image] version = "0.24.9" [dependencies.imageproc] version = "0.23.0" [dependencies.log] version = "0.4.21" [dependencies.rusttype] version = "0.9.3" [dependencies.serde] version = "1.0.200" features = ["derive"] [dev-dependencies.criterion] version = "0.5.1" features = ["html_reports"]