Commit 793cf1c 1 parent e9a734c commit 793cf1c Copy full SHA for 793cf1c
File tree 1 file changed +8
-8
lines changed
1 file changed +8
-8
lines changed Original file line number Diff line number Diff line change 2
2
name = " proc-macro2"
3
3
version = " 1.0.42" # remember to update html_root_url
4
4
authors = [
" David Tolnay <[email protected] >" ,
" Alex Crichton <[email protected] >" ]
5
- license = " MIT OR Apache-2.0"
6
- readme = " README.md"
7
- keywords = [" macros" ]
8
- repository = " https://github.com/dtolnay/proc-macro2"
9
- documentation = " https://docs.rs/proc-macro2"
10
- categories = [" development-tools::procedural-macro-helpers" ]
11
- edition = " 2018"
12
5
autobenches = false
13
- rust-version = " 1.31 "
6
+ categories = [ " development-tools::procedural-macro-helpers " ]
14
7
description = """
15
8
A substitute implementation of the compiler's `proc_macro` API to decouple
16
9
token-based libraries from the procedural macro use case.
17
10
"""
11
+ documentation = " https://docs.rs/proc-macro2"
12
+ edition = " 2018"
13
+ keywords = [" macros" ]
14
+ license = " MIT OR Apache-2.0"
15
+ readme = " README.md"
16
+ repository = " https://github.com/dtolnay/proc-macro2"
17
+ rust-version = " 1.31"
18
18
19
19
[package .metadata .docs .rs ]
20
20
rustc-args = [" --cfg" , " procmacro2_semver_exempt" ]
You can’t perform that action at this time.
0 commit comments