# 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 = "2021" name = "custom-element" version = "0.1.4" description = "A CustomElement trait for implementing custom elements (web components) in Rust" readme = "README.md" keywords = [ "web-components", "custom-elements", "html", "web-assembly", ] categories = [ "web-programming", "wasm", "gui", ] license = "MIT OR Apache-2.0" repository = "https://github.com/austintheriot/custom-element" [lib] crate-type = [ "cdylib", "rlib", ] [dependencies.js-sys] version = "0.3.68" [dependencies.wasm-bindgen] version = "0.2.92" [dependencies.web-sys] version = "0.3.68" features = [ "Window", "Event", "Document", "HtmlElement", ] [dev-dependencies.cargo-husky] version = "1" features = ["user-hooks"] default-features = false [dev-dependencies.getrandom] version = "0.2.14" features = ["js"] [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.wasm-bindgen-test] version = "0.3.42" [dev-dependencies.web-sys] version = "0.3.68" features = [ "CustomElementRegistry", "ElementDefinitionOptions", ]