Cargo Features

[dependencies]
agb_tracker_interop = { version = "0.20.0", default-features = false, features = ["std", "quote"] }
default = quote

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

std quote
quote default = std

Enables proc-macro2 and quote

agb_tracker_interop has 3 features without comments.