Cargo Features

[dependencies]
aranya-daemon = { version = "4.0.0", default-features = false, features = ["preview", "afc", "experimental"] }
default = afc

These default features are set whenever aranya-daemon is added without default-features = false somewhere in the dependency tree.

Enables aranya-daemon-api

preview

Preview features

Enables preview of aranya-daemon-api

Affects actions::Actions.create_role, actions::Actions.delete_role, task::hello, task::SyncState.sync_hello_subscribe_impl, task::SyncState.sync_hello_unsubscribe_impl, task::SyncState.broadcast_hello_notifications_impl

afc default

Aranya Fast Channels

Enables aranya-fast-channels ^0.16.0, afc of aranya-daemon-api

Affects actions::Actions.create_afc_uni_channel_off_graph, config::Config.afc, config::AfcConfig

experimental

Experimental features

Enables experimental of aranya-daemon-api