[package]
edition = "2021"
name = "maomi-macro"
version = "0.5.0"
authors = ["LastLeaf <bqfu@163.com>"]
description = "Strict and Performant Web Application Programming"
homepage = "https://github.com/LastLeaf/maomi"
documentation = "https://github.com/LastLeaf/maomi"
license = "MIT"
repository = "https://github.com/LastLeaf/maomi"
[lib]
doctest = false
proc-macro = true
[dependencies.maomi-skin]
version = "=0.5.0"
[dependencies.maomi-tools]
version = "=0.5.0"
[dependencies.once_cell]
version = "1.13"
[dependencies.proc-macro2]
version = "1.0"
[dependencies.quote]
version = "1.0"
[dependencies.rustc-hash]
version = "1.1"
[dependencies.syn]
version = "1.0"
features = ["parsing"]
[dependencies.toml]
version = "0.7"
[dev-dependencies.serial_test]
version = "0.9"