Cargo Features

sos-net has no features set by default.

[dependencies]
sos-net = { version = "0.15.1", features = ["full", "listen", "hashcheck", "audit", "archive", "files", "contacts", "migrate", "keychain-access", "recovery", "pairing", "search", "preferences", "security-report", "system-messages", "clipboard"] }
full = archive, audit, clipboard, contacts, files, hashcheck, keychain-access, listen, migrate, pairing, preferences, search, security-report, system-messages
listen full?

Enables tokio-tungstenite ^0.23, listen of sos-protocol

hashcheck full?

Affects sos-net::hashcheck

audit full?

Enables audit of sos-sdk

archive full?

Enables archive of sos-sdk

files full?

Enables files of sos-protocol and sos-sdk

Affects network_account::NetworkAccountOptions.file_transfer_settings, sync::TransferStatus, sync::RemoteSync.sync_file_transfers, sync::AccountSync.sync_file_transfers, sync::SyncClient.upload_file, sync::SyncClient.download_file, sync::SyncClient.delete_file, sync::SyncClient.move_file, sync::SyncClient.compare_files

contacts full?

Enables contacts of sos-sdk

migrate full?

Enables migrate of sos-sdk

keychain-access full?

Enables keychain-access of sos-sdk

recovery

Enables recovery of sos-sdk

pairing full?

Enables snow, pairing of sos-protocol

Affects sos-net::pairing

Enables search of sos-protocol and sos-sdk

preferences full?

Enables preferences of sos-account-extras

security-report full?

Enables security-report of sos-account-extras

system-messages full?

Enables system-messages of sos-account-extras

clipboard full?

Enables clipboard of sos-account-extras

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-account-extras clipboard? preferences? security-report? system-messages?