Cargo Features

sos-net has no features set by default.

[dependencies]
sos-net = { version = "0.17.3", features = ["full", "audit", "listen", "hashcheck", "archive", "files", "clipboard", "contacts", "migrate", "keychain-access", "pairing", "search"] }
full = archive, audit, clipboard, contacts, files, hashcheck, keychain-access, listen, migrate, pairing, search
audit full? = sos-audit

Enables audit of sos-account

listen full?

Enables listen of sos-protocol

hashcheck full?

Enables hashcheck of sos-protocol

archive full?

Enables archive of sos-account, sos-database, and sos-filesystem

files full?

Enables files of sos-account, sos-client-storage, sos-core, sos-external-files, sos-protocol, and sos-remote-sync

Affects network_account::NetworkAccountOptions.file_transfer_settings, sync::TransferStatus

clipboard full?

Enables clipboard of sos-account

contacts full?

Enables contacts of sos-account and sos-protocol

migrate full? = sos-migrate

Enables migrate of sos-account

keychain-access full?

Enables keychain-access of sos-migrate

pairing full?

Enables snow, pairing of sos-protocol

Affects sos-net::pairing

Enables search of sos-account and sos-protocol

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.

sos-audit audit?
sos-external-files files?
sos-migrate keychain-access? migrate?