Cargo Features

[dependencies]
fn_graph = { version = "0.13.2", default-features = false, features = ["async", "graph_info", "interruptible", "fn_res", "fn_meta", "resman"] }
default = async

The async feature is set by default whenever fn_graph is added without default-features = false somewhere in the dependency tree.

async default = futures
graph_info

Enables serde, serde-1 of daggy

interruptible

Enables interruptible

fn_res

Enables fn_res of optional resman

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.

fn_meta implicit feature

Enables fn_meta

fn_meta:

Returns metadata about a function at runtime

resman implicit feature

Enables resman

resman:

Runtime managed resource borrowing

Affects r::R, w::W, data_access::DataBorrow

futures async