Cargo Features
[dependencies]
genawaiter = { version = "0.99.1", default-features = false, features = ["futures03", "strict", "proc_macro"] }
- default = proc_macro
-
The
proc_macro
feature is set by default whenevergenawaiter
is added without
somewhere in the dependency tree.default-features = false - futures03 = futures-core
- nightly strict
- proc_macro default = genawaiter-proc-macro, proc-macro-hack
-
Enables proc_macro of genawaiter-macro
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.