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 wheneverturbo-crates
is added without
somewhere in the dependency tree.default-features = false - 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
…