26 lines
672 B
TOML
26 lines
672 B
TOML
[package]
|
|
name = "typed-html"
|
|
version = "0.1.0"
|
|
authors = ["Bodil Stokke <bodil@bodil.org>"]
|
|
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" }
|
|
|
|
[dependencies]
|
|
typed-html-macros = { path = "../macros" }
|
|
strum = "0.11.0"
|
|
strum_macros = "0.11.0"
|
|
mime = "0.3.12"
|
|
language-tags = "0.2.2"
|
|
http = "0.1.13"
|
|
htmlescape = "0.3.1"
|
|
stdweb = "0.4.10"
|