# 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 = "stacked_bar_chart" version = "1.0.1" authors = ["John Lyon-Smith "] description = "Generate a stacked bar chart" readme = "README.md" keywords = [] categories = [] license = "Unlicense" repository = "https://github.com/jlyonsmith/stacked_bar_chart" [[bin]] name = "stacked-bar-chart" path = "src/bin/stacked_bar_chart.rs" [[bench]] name = "benchmarks" harness = false [dependencies.clap] version = "4.5.4" features = [ "derive", "env", ] [dependencies.easy-error] version = "1.0.0" [dependencies.json5] version = "0.4.1" [dependencies.lazy_static] version = "1.4.0" [dependencies.rand] version = "0.8.5" [dependencies.serde] version = "1.0.203" features = ["derive"] [dependencies.svg] version = "0.17.0" [dependencies.yansi] version = "1.0.1" [dev-dependencies.criterion] version = "^0.5"