# 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 = "leptos_chart" version = "0.3.0" authors = ["LangPham"] description = "Chart library for leptos" readme = "README.md" license = "MIT" repository = "https://github.com/theta-vn/leptos_chart" [dependencies.leptos] version = "0.6" features = ["csr"] [dependencies.log] version = "0.4" [dependencies.theta-chart] version = "0.0.8" [features] Axes = [] BarChart = [ "core", "core_chart", "Axes", ] BarChartGroup = [ "core", "core_chart", "Axes", ] LineChart = [ "core", "core_chart", "Axes", ] LineChartGroup = [ "core", "core_chart", "Axes", ] PieChart = [ "core", "core_polar", ] RadarChart = [ "core", "core_polar", ] ScatterChart = [ "core", "core_chart", "Axes", ] Voronoi = [ "core", "core_chart", "Axes", ] core = [] core_chart = [] core_polar = [] csr = ["leptos/csr"] debug = [] default = ["csr"] hydrate = ["leptos/hydrate"] ssr = ["leptos/ssr"]