# 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 = "plotxy" version = "0.2.2" authors = ["Andreas Hauser "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Commandline tool for plotting TSV/CSV data" readme = "README.md" keywords = [ "plot", "command-line", "CLI", "visualization", "TSV", ] license = "EUPL-1.2" repository = "https://github.com/ahcm/plotxy" [[bin]] name = "plotxy" path = "src/bin/plotxy.rs" [dependencies.colorgrad] version = "0.7.0" features = [ "lab", "preset", "ggr", "named-colors", ] [dependencies.hex] version = "0.4.3" [dependencies.palette] version = "0.7.3" [dependencies.plotters] version = "0.3.6" [dependencies.polars] version = "0.35.4" features = [ "performant", "lazy", "dtype-categorical", ] [dependencies.structopt] version = "0.3.26"