# 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 = "custom-elements" version = "0.2.1" authors = ["Greg Johnston "] description = "A CustomElement trait to create Rust/WASM Web Components/Custom Elements easily without writing any JavaScript." homepage = "https://github.com/gbj/custom-elements" readme = "./README.md" license = "Apache-2.0/MIT" repository = "https://github.com/gbj/custom-elements" [dependencies.js-sys] version = "0.3" [dependencies.wasm-bindgen] version = "0.2" [dependencies.web-sys] version = "0.3" features = [ "Document", "Element", "HtmlElement", "Node", "ShadowRoot", "ShadowRootInit", "ShadowRootMode", "Window", ]