# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "ux-charts" version = "0.1.3" authors = ["Victor Dudochkin "] description = "Backend and runtime agnostic chart library" homepage = "https://angular-rust.github.io/ux-charts" documentation = "https://docs.rs/ux-charts" readme = "README.md" keywords = ["webassembly", "gtk", "cairo", "canvas", "charts"] categories = ["multimedia", "wasm", "web-programming", "gui", "visualization"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-charts" [package.metadata.docs.rs] features = ["dox"] [lib] name = "charts" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0.4" [dependencies.ux-animate] version = "0.1.5" [dependencies.ux-dataflow] version = "0.1.2" [dev-dependencies] [build-dependencies] [features] dox = ["ux-animate/dox", "cairo-rs/dox"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cairo-rs] version = "0.9" [target."cfg(target_arch = \"wasm32\")".dependencies.gloo] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-test] version = "0.3" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-logger] version = "0.2" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3" features = ["KeyboardEvent", "ValidityState", "CustomEvent", "Node", "Element", "HtmlElement", "Window", "Document", "CanvasRenderingContext2d", "TextMetrics", "HtmlCanvasElement", "HtmlImageElement", "SvgImageElement", "HtmlVideoElement", "ImageBitmap", "CanvasWindingRule", "Path2d", "CanvasPattern", "CanvasGradient", "HitRegionOptions", "ImageData", "DomMatrix"] [badges.maintenance] status = "actively-developed"