Cargo Features

[dependencies]
standalone-quote = { version = "0.5.0", default-features = false, features = ["proc-macro"] }
default = proc-macro

The proc-macro feature is set by default whenever standalone-quote is added without default-features = false somewhere in the dependency tree.

proc-macro default

Disabling the proc-macro feature removes the dynamic library dependency on libproc_macro in the rustc compiler.

Enables proc-macro of proc-macro2 ^0.2.3