# 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" rust-version = "1.60" name = "plotrs" version = "0.1.3" exclude = [ ".github/**", "justfile", ] description = "CLI app for plotting data points from a csv and writing a png to disk" homepage = "https://github.com/BlondeBurrito/plotrs" readme = "README.md" keywords = [ "cli", "plot", "plotting", "graph", "data", ] categories = [ "command-line-utilities", "multimedia::images", "mathematics", "science", "visualization", ] license = "MIT OR Apache-2.0" repository = "https://github.com/BlondeBurrito/plotrs" resolver = "2" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.clap-verbosity-flag] version = "1.0.0" [dependencies.csv] version = "1" [dependencies.font-kit] version = "0.11" [dependencies.image] version = "0.24" features = ["png"] default-features = false [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.ron] version = "0.7" [dependencies.rusttype] version = "0.9" [dependencies.serde] version = "1" features = ["derive"] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3"