Cargo Features
[dependencies]
fn_graph = { version = "0.13.3", default-features = false, features = ["async", "graph_info", "interruptible", "fn_res", "fn_meta", "resman"] }
- default = async
-
The
async
feature is set by default wheneverfn_graph
is added without
somewhere in the dependency tree.default-features = false - async default = futures
- graph_info
- interruptible
-
Enables interruptible
- fn_res
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.