# 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 = "gxi" version = "0.6.1" authors = ["aniketfuryrocks "] description = "Zero-Cost Cross-Platform Native Widget based Component System in Rust" homepage = "https://gxi-rs.com/" keywords = ["gxi-rs", "wasm", "gtk", "gui", "framework"] categories = ["gui", "wasm", "web-programming"] license = "MIT" repository = "https://github.com/gxi-rs/gxi.git" [dependencies.gxi-derive] version = "^0.6.0" optional = true [dependencies.gxi-macros] version = "^0.6.0" optional = true [dependencies.gxi-transpiler] version = "^0.6.0" optional = true [dependencies.wasm-bindgen] version = "0.2.73" optional = true [dependencies.wasm-bindgen-futures] version = "0.4.28" optional = true [dependencies.web-sys] version = "0.3.51" features = ["Element", "Window", "Document", "HtmlElement", "HtmlHeadElement", "Text", "Event", "EventListener", "MouseEvent", "DragEvent", "InputEvent", "FocusEvent", "KeyboardEvent", "ProgressEvent", "WheelEvent"] optional = true [features] async-web = ["wasm-bindgen-futures"] default = ["gxi-derive/default", "gxi-transpiler/default", "gxi-macros/default"] desktop = ["gxi-derive/desktop", "gxi-transpiler/desktop", "gxi-macros/desktop"] web = ["gxi-derive/web", "gxi-transpiler/web", "gxi-macros/web", "web-sys", "wasm-bindgen"]