blob: a5fdabff46a56d939956165f2c85e7b7b044ac5e (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
[package]
name = "mingling_macros"
version.workspace = true
edition.workspace = true
authors = ["Weicao-CatilGrass"]
license.workspace = true
readme = "README.md"
repository.workspace = true
description = "Macros of the mingling library"
keywords = ["cli", "macros", "procedural", "command-line", "framework"]
categories = ["command-line-interface", "development-tools::procedural-macros"]
[lib]
proc-macro = true
[features]
nightly = []
default = []
async = []
clap = []
comp = []
dispatch_tree = []
general_renderer = []
repl = []
extra_macros = []
[dependencies]
syn.workspace = true
quote.workspace = true
proc-macro2.workspace = true
just_fmt.workspace = true
|