heatman 0.1.1

Creating heatmap image from given CSV file
Documentation
# 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 = "2024"
name = "heatman"
version = "0.1.1"
authors = ["Haruaki Tamada <tamada@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Creating heatmap image from given CSV file"
readme = "README.md"
keywords = [
    "heatmap",
    "csv",
    "data-visualization",
]
categories = [
    "command-line-utilities",
    "graphics",
    "visualization",
]
license-file = "LICENSE"
repository = "https://github.com/tamada/heatman"

[lib]
name = "heatman"
path = "src/lib.rs"

[[bin]]
name = "heatman"
path = "cli/main.rs"

[[example]]
name = "generate_heatmap_from_csv"
path = "examples/generate_heatmap_from_csv.rs"

[[example]]
name = "generate_scaler"
path = "examples/generate_scaler.rs"

[[example]]
name = "specify_order_of_heatmap"
path = "examples/specify_order_of_heatmap.rs"

[dependencies.clap]
version = "4.6.0"
features = ["derive"]

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.csv]
version = "1.4.0"

[dependencies.env_logger]
version = "0.11.10"

[dependencies.image]
version = "0.25.10"

[dependencies.log]
version = "0.4.29"

[dependencies.palette]
version = "0.7.6"