# 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 = "sauron-native" version = "0.1.0" authors = ["Jovansonlee Cesar "] description = "An html library for building client side webapps" documentation = "https://docs.rs/sauron" readme = "README.md" keywords = ["html", "dom", "web"] license = "MIT" repository = "https://github.com/ivanceras/sauron-native" [dependencies.gio] version = "0.6.0" optional = true [dependencies.gtk] version = "0.6.0" optional = true [dependencies.itui] version = "0.7.0" optional = true [dependencies.sauron] version = "0.10.0" optional = true [dependencies.sauron_vdom] version = "0.10.0" [dependencies.termion] version = "1.5" optional = true [dependencies.wasm-bindgen] version = "0.2.42" optional = true [dependencies.web-sys] version = "0.3.19" features = ["Comment", "console", "Document", "Element", "Event", "HtmlElement", "EventTarget", "KeyboardEvent", "InputEvent", "HtmlCollection", "HtmlInputElement", "HtmlTextAreaElement", "MouseEvent", "Node", "NodeList", "Text", "CharacterData", "Performance", "Window"] optional = true [dev-dependencies.cfg-if] version = "0.1.7" [dev-dependencies.failure] version = "0.1" [dev-dependencies.rand] version = "0.6" [dev-dependencies.stderrlog] version = "0.4" [dev-dependencies.structopt] version = "0.2" [dev-dependencies.wasm-bindgen-test] version = "0.2.33" [features] with-gtk = ["gtk", "gio"] with-html = ["sauron", "web-sys", "wasm-bindgen"] with-tui = ["itui", "termion"]