# 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 = "plotters-ratatui-backend" version = "0.1.3" authors = ["SOFe "] description = "Ratatui widget to draw a plotters chart" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/SOF3/plotters-ratatui-backend" [dependencies.log] version = "0.4.20" [dependencies.plotters] version = "0.3.5" optional = true default-features = false [dependencies.plotters-backend] version = "0.3.5" [dependencies.ratatui] version = "0.26.0" [dependencies.thiserror] version = "1.0.50" [dev-dependencies.anyhow] version = "1.0.75" [dev-dependencies.crossterm] version = "0.27.0" [dev-dependencies.flexi_logger] version = "0.27.2" [dev-dependencies.plotters] version = "0.3.5" default-features = false [features] default = ["widget"] widget = ["dep:plotters"]