# 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 = "box_plot_chart" version = "2.1.0" authors = ["John Lyon-Smith "] description = "A description of the project" readme = "README.md" keywords = [ "chart", "command-line", "graph", "visualization", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/jlyonsmith/box_plot_chart" [[bin]] name = "box-plot-chart" path = "src/bin/box_plot_chart.rs" [[bench]] name = "benchmarks" harness = false [dependencies.chrono] version = "0.4.23" features = ["serde"] [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.colored] version = "^2.0.0" [dependencies.csv] version = "1.1.6" [dependencies.easy-error] version = "1.0.0" [dependencies.json5] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.svg] version = "0.17.0" [dev-dependencies.criterion] version = "^0.3"