Cargo Features

[dependencies]
turbo-crates = { version = "0.0.3", default-features = false, features = ["full", "testing-proc_macros", "testing"] }
default = full

The full feature is set by default whenever turbo-crates is added without default-features = false somewhere in the dependency tree.

full default = testing
testing-proc_macros testing?

Enables turbo-crates-testing-proc-macros

Affects turbo-crates::testing

testing full = testing-proc_macros

Affects turbo-crates::testing