skhtml/typed-html/Cargo.toml

27 lines
741 B
TOML
Raw Normal View History

2018-10-26 21:02:21 +00:00
[package]
name = "typed-html"
2018-11-29 17:52:08 +00:00
version = "0.1.1"
2018-10-26 21:02:21 +00:00
authors = ["Bodil Stokke <bodil@bodil.org>"]
2018-11-17 22:07:08 +00:00
license = "MPL-2.0+"
description = "Type checked JSX for Rust"
repository = "https://github.com/bodil/typed-html"
documentation = "http://docs.rs/typed-html/"
readme = "../README.md"
categories = ["template-engine", "wasm", "web-programming"]
keywords = ["jsx", "html", "wasm"]
[badges]
travis-ci = { repository = "bodil/typed-html" }
maintenance = { status = "actively-developed" }
2018-10-26 21:02:21 +00:00
[dependencies]
2018-11-30 13:44:37 +00:00
typed-html-macros = { path = "../macros" }
strum = "0.14.0"
2019-01-04 22:39:22 +00:00
strum_macros = "0.13.0"
2018-10-27 23:48:34 +00:00
mime = "0.3.12"
language-tags = "0.2.2"
2018-11-14 18:25:05 +00:00
htmlescape = "0.3.1"
proc-macro-hack = "0.5.2"
proc-macro-nested = "0.1.0"
stdweb = { version = "0.4.10", optional = true }