Cargo Features
[dependencies]
agb_tracker_interop = { version = "0.21.1", default-features = false, features = ["std", "quote"] }
- default = quote
-
The
quote
feature is set by default wheneveragb_tracker_interop
is added without
somewhere in the dependency tree.default-features = false - std quote
- quote default = std
-
Enables proc-macro2 and quote
agb_tracker_interop has 3 features without comments.