Cargo Features
sos-net has no features set by default.
[dependencies]
sos-net = { version = "0.16.2", features = ["full", "account", "listen", "hashcheck", "audit", "archive", "files", "clipboard", "contacts", "migrate", "keychain-access", "recovery", "pairing", "search", "preferences", "security-report", "system-messages"] }
- full = account, archive, audit, clipboard, contacts, files, hashcheck, keychain-access, listen, migrate, pairing, preferences, search, security-report, system-messages
- account full?
- listen full?
-
Enables listen of sos-protocol
- hashcheck full?
-
Enables hashcheck of sos-protocol
- audit full?
- archive full?
-
Enables archive of sos-protocol and sos-sdk
- files full?
-
Enables files of sos-protocol and sos-sdk
Affects
network_account::NetworkAccountOptions.file_transfer_settings
,sync::TransferStatus
… - clipboard full?
- contacts full?
-
Enables contacts of sos-protocol and sos-sdk
- migrate full?
-
Enables migrate of sos-protocol and sos-sdk
- keychain-access full?
-
Enables keychain-access of sos-sdk
- recovery
- pairing full?
-
Enables snow, pairing of sos-protocol
Affects
sos-net::pairing
… - search full?
-
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
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.