# 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 = "csvcellplot" version = "0.1.0" description = "CSV to image converter, plotting multiple columns of numbers using blocks with varied lightness" readme = "README.md" keywords = [ "csv", "png", "plot", "image", "plotting", ] categories = ["command-line-utilities"] license = "MIT/Apache-2.0" repository = "https://github.com/vi/csvcellplot" [dependencies.anyhow] version = "1.0.69" [dependencies.argh] version = "0.1.10" [dependencies.csv] version = "1.2.0" [dependencies.image] version = "0.24.5" features = ["png"] default-features = false [dependencies.imageproc] version = "0.23.0" default-features = false [dependencies.lerp] version = "0.4.0" [dependencies.num-integer] version = "0.1.45" [dependencies.palette] version = "0.6.1" [dependencies.rusttype] version = "0.9.3"