# 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" rust-version = "1.65" name = "egui_heatmap" version = "0.4.5" authors = ["Michael Völkl "] include = [ "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT", ] description = "Navigatable heatmap for use together with egui" homepage = "https://github.com/voelklmichael/egui_heatmap" readme = "README.md" keywords = [ "gui", "data-science", "image", ] categories = [ "gui", "science", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/voelklmichael/egui_heatmap" [dependencies.arboard] version = "3.2.0" [dependencies.eframe] version = "0.22.0" [dependencies.egui] version = "0.22.0" [dependencies.egui_extras] version = "0.22.0" features = ["image"] [dependencies.font8x8] version = "0.3.1" [dependencies.image] version = "0.24.6" [dependencies.oklab] version = "1.0.0" [dependencies.rusttype] version = "0.9.3" [dependencies.serde] version = "1.0.163" features = ["derive"] [target."cfg(windows)".dependencies.clipboard-win] version = "4.5.0" features = ["std"]