# 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-framework" version = "0.1.1" authors = ["Victor Dudochkin "] description = "Backend agnostic GUI framework" homepage = "https://angular-rust.github.io/ux-framework" documentation = "https://docs.rs/ux-framework" readme = "README.md" keywords = ["wasm", "web", "material-design", "material-components", "gtk"] categories = ["wasm", "web-programming", "gui"] license = "MPL-2.0" repository = "https://github.com/angular-rust/ux-framework" [package.metadata.docs.rs] features = ["dox"] [lib] name = "ux" [dependencies.bitflags] version = "1.0" [dependencies.log] version = "0.4" [dependencies.ruex] version = "0.1.1" [dependencies.simplecss] version = "0.2" [dependencies.ux-animate] version = "0.1.5" [dependencies.ux-charts] version = "0.1.3" [dependencies.ux-components] version = "0.1.2" [dependencies.ux-dataflow] version = "0.1.2" [dependencies.ux-dx] version = "0.1.1" [dependencies.ux-macro] version = "0.1.0" [dependencies.ux-primitives] version = "0.1.4" [dev-dependencies] [features] dox = ["ux-animate/dox", "ux-charts/dox", "ux-dx/dox", "ux-components/dox", "gobject-sys/dox", "pango/dox"] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.glib] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.gobject-sys] version = "0.10" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.notify-rust] version = "4" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.pango] 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"