Cargo Features
[dependencies]
syn-path = { version = "2.0.0", default-features = false, features = ["proc-macro"] }
- default = proc-macro
-
The
proc-macro
feature is set by default wheneversyn-path
is added without
somewhere in the dependency tree.default-features = false - proc-macro default
-
Enables proc-macro of proc-macro2 and syn
syn-path has 2 features without comments.