# 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 = "arwa" version = "0.1.1" authors = ["RSSchermer "] description = "A Rusty wrapper around the web_sys APIs." homepage = "https://github.com/RSSchermer/ARWA" readme = "../README.md" keywords = ["web", "wasm"] license = "MIT" repository = "https://github.com/RSSchermer/ARWA" [dependencies.bitflags] version = "1.2.1" [dependencies.delegate] version = "0.3.0" [dependencies.futures] version = "0.3.1" [dependencies.gloo-events] version = "0.1.1" [dependencies.js-sys] version = "0.3.31" [dependencies.wasm-bindgen] version = "0.2.55" [dependencies.wasm-bindgen-futures] version = "0.4.5" [dependencies.web-sys] version = "0.3.31" features = ["console", "AnimationEvent", "AssignedNodesOptions", "Attr", "AudioTrack", "AudioTrackList", "BarProp", "Coordinates", "Crypto", "CssStyleDeclaration", "Document", "DocumentFragment", "DocumentType", "DomException", "DomRect", "DomRectList", "DomRectReadOnly", "DomTokenList", "DragEvent", "Element", "ErrorEvent", "EventTarget", "FocusEvent", "Geolocation", "GetRootNodeOptions", "HashChangeEvent", "History", "HtmlAnchorElement", "HtmlAreaElement", "HtmlAudioElement", "HtmlBaseElement", "HtmlBodyElement", "HtmlBrElement", "HtmlButtonElement", "HtmlCanvasElement", "HtmlCollection", "HtmlDataElement", "HtmlDataListElement", "HtmlDetailsElement", "HtmlDialogElement", "HtmlDivElement", "HtmlDListElement", "HtmlDocument", "HtmlElement", "HtmlEmbedElement", "HtmlFieldSetElement", "HtmlFormControlsCollection", "HtmlFormElement", "HtmlHeadElement", "HtmlHeadingElement", "HtmlHrElement", "HtmlHtmlElement", "HtmlIFrameElement", "HtmlImageElement", "HtmlInputElement", "HtmlLabelElement", "HtmlLegendElement", "HtmlLiElement", "HtmlLinkElement", "HtmlMapElement", "HtmlMediaElement", "HtmlMetaElement", "HtmlMeterElement", "HtmlModElement", "HtmlObjectElement", "HtmlOListElement", "HtmlOptGroupElement", "HtmlOptionElement", "HtmlOptionsCollection", "HtmlOutputElement", "HtmlParagraphElement", "HtmlParamElement", "HtmlPictureElement", "HtmlPreElement", "HtmlProgressElement", "HtmlQuoteElement", "HtmlScriptElement", "HtmlSelectElement", "HtmlSlotElement", "HtmlSourceElement", "HtmlSpanElement", "HtmlStyleElement", "HtmlTableCaptionElement", "HtmlTableCellElement", "HtmlTableColElement", "HtmlTableElement", "HtmlTableRowElement", "HtmlTableSectionElement", "HtmlTemplateElement", "HtmlTextAreaElement", "HtmlTimeElement", "HtmlTitleElement", "HtmlTrackElement", "HtmlUListElement", "HtmlVideoElement", "InputEvent", "KeyboardEvent", "Location", "MediaError", "MediaList", "MediaStream", "MouseEvent", "NamedNodeMap", "Navigator", "Node", "NodeList", "PageTransitionEvent", "Performance", "PerformanceEntry", "PerformanceMark", "PerformanceMeasure", "PerformanceResourceTiming", "PerformanceServerTiming", "PointerEvent", "PopStateEvent", "Position", "PositionError", "PositionOptions", "ProgressEvent", "PromiseRejectionEvent", "RadioNodeList", "RegistrationOptions", "Screen", "ScrollBehavior", "ScrollIntoViewOptions", "ScrollLogicalPosition", "ScrollToOptions", "ServiceWorker", "ServiceWorkerContainer", "ServiceWorkerRegistration", "ServiceWorkerState", "Storage", "StorageEvent", "StyleSheet", "SubtleCrypto", "TextTrack", "TextTrackKind", "TimeRanges", "TrackEvent", "TransitionEvent", "UiEvent", "ValidityState", "VideoTrack", "VideoTrackList", "WheelEvent", "Window"]