Cargo Features

flowcore has no features set by default.

[dependencies]
flowcore = { version = "0.142.0", features = ["context", "debugger", "online_tests", "meta_provider", "file_provider", "http_provider"] }
context

whether this library is aware of the flow context functions or not

debugger

feature to add the debugger

Affects submission::Submission.debug_enabled

online_tests
meta_provider

Affects flowcore::meta_provider

file_provider

Affects content::file_provider

http_provider

Affects content::http_provider