# 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 = "yew-event-source" version = "0.2.1" authors = ["Andrew Straw "] description = "an event source service for the yew web framework" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/strawlab/yew-event-source" [dependencies.gloo-events] version = "0.1.1" [dependencies.wasm-bindgen] version = "0.2.58" features = ["serde-serialize"] [dependencies.web-sys] version = "0.3" features = ["EventSource", "DomRect", "Element", "DomTokenList", "HtmlCanvasElement", "HtmlImageElement"] [dependencies.yew] version = "0.18"