# 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-iced" version = "0.11.0" authors = ["Joylei "] description = "Iced backend for Plotters" homepage = "https://github.com/Joylei/plotters-iced" documentation = "https://docs.rs/crate/plotters-iced/" readme = "README.md" keywords = [ "plotters", "chart", "plot", "iced", "backend", ] categories = ["visualization"] license = "MIT" repository = "https://github.com/Joylei/plotters-iced.git" resolver = "2" [dependencies.iced_graphics] version = "0.13" [dependencies.iced_widget] version = "0.13" features = ["canvas"] [dependencies.once_cell] version = "1" [dependencies.plotters] version = "0.3" default-features = false [dependencies.plotters-backend] version = "0.3" [dev-dependencies.chrono] version = "0.4" default-features = false [dev-dependencies.iced] version = "0.13" features = [ "canvas", "tokio", ] [dev-dependencies.plotters] version = "0.3" features = [ "chrono", "area_series", "line_series", "point_series", ] default-features = false [dev-dependencies.rand] version = "0.8" [dev-dependencies.tokio] version = "1" features = ["rt"] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.sysinfo] version = "0.30" default-features = false