# 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 = "glom" version = "0.1.0" authors = ["Anonymous "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Development toolkit for rust wasm" documentation = "https://docs.rs/glom" readme = "README.md" keywords = [ "wasm", "dom", "html", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://gitlab.com/andrew_ryan/glom" [dependencies.reqwasm] version = "0.5.0" [dependencies.safina-executor] version = "0.3.3" [dependencies.web-sys] version = "0.3.60" features = [ "Window", "Document", "Element", "HtmlDocument", "HtmlElement", "HtmlHeadElement", "Headers", "Request", "RequestInit", "RequestMode", "Response", "Node", ]