Cargo Features

[dependencies]
over-there-core = { version = "0.1.0-alpha.1", default-features = false, features = ["custom", "exec", "file-system", "forward"] }
default = custom, exec, file-system, forward

These default features are set whenever over-there-core is added without default-features = false somewhere in the dependency tree.

custom default

Ability to send custom messages with arbitrary handlers

exec default

Ability to execute programs remotely and retrieve results

file-system default

Ability to manipulate the file system

forward default

Ability to forward messages to other over-there instances