skhtml/macros/Cargo.toml

27 lines
636 B
TOML
Raw Normal View History

2018-10-26 21:02:21 +00:00
[package]
2022-12-15 21:24:41 +00:00
name = "axohtml-macros"
2023-01-25 00:22:10 +00:00
version = "0.4.1"
2019-03-15 23:06:20 +00:00
edition = "2018"
2022-12-15 23:13:48 +00:00
authors = ["Axo Developer Co <hello@axo.dev>", "Bodil Stokke <bodil@bodil.org>"]
2018-11-14 00:30:59 +00:00
build = "build.rs"
2018-11-17 22:07:08 +00:00
license = "MPL-2.0+"
description = "Type checked JSX for Rust (proc_macro crate)"
repository = "https://github.com/axodotdev/axohtml"
documentation = "http://docs.rs/axohtml/"
2018-11-17 22:07:08 +00:00
readme = "../README.md"
categories = ["template-engine", "web-programming"]
keywords = ["jsx", "html"]
2018-10-26 21:02:21 +00:00
[lib]
proc-macro = true
[dependencies]
lalrpop-util = "0.19"
ansi_term = "0.12.0"
2022-12-19 21:33:28 +00:00
proc-macro2 = "1.0.49"
2019-10-01 13:44:21 +00:00
quote = "1.0.2"
2018-11-14 00:30:59 +00:00
[build-dependencies]
2023-03-29 17:00:02 +00:00
lalrpop = "0.19.9"
2019-05-28 15:05:56 +00:00
version_check = "0.9.1"