# 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 = "dioxus-charts" version = "0.2.0" authors = ["Hilton Medeiros"] description = "Chart components library for Dioxus" readme = "README.md" keywords = [ "ui", "gui", "react", "wasm", "dioxus", ] categories = [ "wasm", "gui", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dioxus-community/dioxus-charts" [profile.release] lto = true [dependencies.dioxus] version = "0.5" features = [ "launch", "macro", "html", ] default-features = false [dependencies.log] version = "0.4"