# 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 = "rendercsv" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Command line tool to convert CSV table to a png picture" readme = "README.md" keywords = [ "csv", "png", "csv2png", "csv2pic", ] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/vi/rendercsv" [[bin]] name = "rendercsv" path = "src/main.rs" [dependencies.ab_glyph] version = "0.2.28" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.13" features = [ "derive", "help", "usage", "std", ] default-features = false [dependencies.csv] version = "1.3.0" [dependencies.image] version = "0.25.2" features = ["png"] default-features = false [dependencies.imageproc] version = "0.25.0" default-features = false [dependencies.palette] version = "0.7.6"