# 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-dioxus" version = "0.2.2" authors = ["Dorian Pinaud dorian.pinaud@gmail.com"] description = "A plotters-rs component for dioxus" readme = "README.md" keywords = [ "dioxus", "plotters-rs", "plot", "chart", "drawing", ] categories = [ "visualization", "gui", ] license = "MIT" repository = "https://github.com/DorianPinaud/plotters-dioxus" resolver = "1" [dependencies.base64] version = "0.21.7" [dependencies.dioxus] version = "0.4.3" [dependencies.dioxus-desktop] version = "0.4.3" [dependencies.image] version = "0.24.7" [dependencies.plotters] version = "0.3.5" [dependencies.plotters-bitmap] version = "0.3.3"