# 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 = "htmlify" version = "1.3.1" authors = ["Griffin O'Neill "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ Trait used to generate HTML from Rust structures. """ homepage = "https://github.com/Eolu/htmlify" documentation = "https://docs.rs/htmlify" readme = "README.md" keywords = [ "web", "html", "javascript", "wasm", ] categories = [ "web-programming", "wasm", "encoding", ] license = "MIT OR Apache-2.0" repository = "https://github.com/Eolu/htmlify" [package.metadata.docs.rs] all-features = true [lib] name = "htmlify" path = "src/lib.rs" [dependencies.web-sys] version = "0.3" features = [ "Window", "Document", "Element", "HtmlElement", ] optional = true [dependencies.yew] version = "0.21" optional = true