# 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 = "wurst" version = "0.2.0" authors = ["Jonathan Kingston "] build = "build/build.rs" description = "Webby UI Rust abstraction" license = "MIT OR Apache-2.0" repository = "https://github.com/jonathanKingston/wurst" [dependencies.js-sys] version = "0.3.0" [dependencies.wasm-bindgen] version = "0.2.23" [dependencies.web-sys] version = "0.3.0" features = ["console", "Element", "Node", "Window", "HtmlElement", "Document", "HtmlDivElement", "HtmlLabelElement", "HtmlImageElement", "HtmlInputElement", "HtmlFormElement", "HtmlTitleElement", "HtmlBodyElement", "HtmlHeadElement", "HtmlMetaElement", "HtmlButtonElement", "HtmlTextAreaElement", "HtmlSelectElement", "HtmlBrElement", "HtmlUListElement", "HtmlOListElement", "HtmlLiElement", "HtmlHrElement", "HtmlDListElement", "HtmlOptionElement", "HtmlCanvasElement", "HtmlPreElement", "HtmlFieldSetElement", "HtmlSpanElement", "HtmlParagraphElement", "HtmlHtmlElement", "HtmlFontElement", "HtmlScriptElement", "HtmlStyleElement", "HtmlMapElement", "HtmlSourceElement", "HtmlDataElement", "HtmlAreaElement", "HtmlOutputElement", "HtmlLinkElement", "HtmlAnchorElement", "HtmlEmbedElement", "HtmlTableCellElement", "HtmlLegendElement", "HtmlTableRowElement", "HtmlVideoElement", "HtmlBaseElement", "HtmlParamElement", "HtmlTableSectionElement", "HtmlOptGroupElement", "HtmlTimeElement", "HtmlFrameSetElement", "HtmlDialogElement", "HtmlDialogElement", "HtmlMenuElement", "HtmlObjectElement", "HtmlSlotElement", "HtmlTrackElement", "HtmlMenuItemElement", "HtmlModElement", "HtmlIFrameElement", "HtmlQuoteElement", "HtmlFrameElement", "HtmlTableElement"] [build-dependencies.failure] version = "0.1.2" [build-dependencies.heck] version = "0.3.0" [build-dependencies.proc-macro2] version = "0.4.19" [build-dependencies.quote] version = "0.6.8" [build-dependencies.sourcefile] version = "0.1" [build-dependencies.wasm-bindgen] version = "0.2.23" [build-dependencies.weedle] version = "0.6"