# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "typed-html" version = "0.2.2" authors = ["Bodil Stokke "] description = "Type checked JSX for Rust" documentation = "http://docs.rs/typed-html/" readme = "../README.md" keywords = ["jsx", "html", "wasm"] categories = ["template-engine", "wasm", "web-programming"] license = "MPL-2.0+" repository = "https://github.com/bodil/typed-html" [package.metadata.docs.rs] all-features = true [dependencies.dodrio] version = "0.1.0" optional = true [dependencies.htmlescape] version = "0.3.1" [dependencies.language-tags] version = "0.2.2" [dependencies.mime] version = "0.3.13" [dependencies.proc-macro-hack] version = "0.5.4" [dependencies.proc-macro-nested] version = "0.1.3" [dependencies.stdweb] version = "0.4.14" optional = true [dependencies.strum] version = "0.17" [dependencies.strum_macros] version = "0.17" [dependencies.typed-html-macros] version = "0.2.2" [dependencies.web-sys] version = "0.3.16" features = ["Event", "Element"] optional = true [features] dodrio_macro = ["web-sys", "dodrio", "typed-html-macros/dodrio"] [badges.maintenance] status = "looking-for-maintainer" [badges.travis-ci] repository = "bodil/typed-html"