[package] name = "plotxy" version = "0.2.2" edition = "2021" authors = ["Andreas Hauser "] description = "Commandline tool for plotting TSV/CSV data" license = "EUPL-1.2" keywords = ["plot", "command-line", "CLI", "visualization", "TSV"] repository = "https://github.com/ahcm/plotxy" [dependencies] colorgrad = { version = "0.7.0", features = ["lab", "preset", "ggr", "named-colors"]} hex = "0.4.3" palette = "0.7.3" plotters = "0.3.6" polars = { version = "0.35.4", features = ["performant", "lazy", "dtype-categorical"]} structopt = "0.3.26"