# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "lc-render" version = "0.2.3" authors = ["Andrei Ozerov "] description = "Library to create charts images." homepage = "https://github.com/limpidchart/lc-render" documentation = "https://docs.rs/lc-render" readme = "README.md" keywords = ["graphics"] categories = ["graphics"] license = "MIT OR Apache-2.0" repository = "https://github.com/limpidchart/lc-render.git" [[bench]] name = "area_chart" harness = false [[bench]] name = "horizontal_bar_chart" harness = false [[bench]] name = "line_and_vertical_bar_chart" harness = false [[bench]] name = "line_chart" harness = false [[bench]] name = "scatter_chart" harness = false [[bench]] name = "stacked_horizontal_bar_chart" harness = false [[bench]] name = "stacked_vertical_bar_chart" harness = false [[bench]] name = "ten_lines_chart" harness = false [[bench]] name = "ten_scatters_chart" harness = false [[bench]] name = "vertical_bar_chart" harness = false [dependencies.itertools] version = "0.10.0" [dependencies.svg] version = "0.9.1" [dev-dependencies.criterion] version = "0.3"