maomi-macro 0.5.0

Strict and Performant Web Application Programming
Documentation
# 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 are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"