# 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" rust-version = "1.71.0" name = "apexcharts-rs" version = "0.1.7" authors = ["Clement Wanjau "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Rust WASM bindings and chart components for ApexCharts. " documentation = "https://docs.rs/apexcharts-rs" readme = "README.md" keywords = [ "apexcharts", "wasm-charts", "visualization", "yew-charts", "leptos-charts", ] categories = [ "wasm", "web-programming", "visualization", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/clementwanjau/apexcharts-rs" [profile.wasm-release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" inherits = "release" [lib] name = "apexcharts_rs" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.gloo] version = "0.11.0" optional = true [dependencies.indexmap] version = "2" features = ["serde"] [dependencies.leptos] version = "0.6" optional = true [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde-wasm-bindgen] version = "0.6.5" [dependencies.serde_json] version = "1.0" [dependencies.wasm-bindgen] version = "0.2" features = ["serde-serialize"] [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.yew] version = "0.21.0" features = ["csr"] optional = true [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [features] default = [] leptos = ["dep:leptos"] yew = [ "dep:yew", "dep:gloo", ]