# 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 = "2018" name = "yew-chart" version = "0.6.0" authors = ["Christopher Hunt"] description = "A library of components that can be assembled to form a chart." readme = "./README.md" categories = ["wasm"] license = "Apache-2.0" repository = "https://github.com/titanclass/yew-chart.git" [dependencies.chrono] version = "0.4.31" [dependencies.gloo-events] version = "0.2" [dependencies.gloo-utils] version = "0.2" [dependencies.wasm-bindgen] version = "0.2.88" [dependencies.web-sys] version = "0.3" features = [ "DomRect", "Element", "SvgElement", ] [dependencies.yew] version = "0.21" [features] custom-tooltip = []