Cargo Features

bronze_gc has no features set by default.

[dependencies]
bronze_gc = { version = "0.2.1", features = ["derive", "enable_garbage_collection"] }
derive = bronze_derive
enable_garbage_collection

Affects bronze_gc::force_collect, bronze_gc::print_root_chain

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

bronze_derive derive?