Cargo Features

sos-net has no features set by default.

[dependencies]
sos-net = { version = "0.11.1", features = ["full", "client", "listen", "server", "hashcheck", "archive", "files", "contacts", "migrate", "keychain-access", "device", "recovery", "pairing", "preferences", "search", "security-report", "system-messages", "mem-fs", "test-utils"] }
full = archive, client, contacts, device, files, hashcheck, keychain-access, listen, migrate, pairing, preferences, search, security-report, server, system-messages
client full?

Enables reqwest

Affects sos-net::client

listen full?

Enables tokio-tungstenite

Affects sos-net::ChangeNotification

server full? = device

Enables axum, axum-extra, axum-macros, axum-server, tokio-stream, toml, tower, tower-http, utoipa, and utoipa-rapidoc ^3

Affects sos-net::server

hashcheck full?

Affects client::hashcheck

archive full?

Enables archive of sos-sdk

files full?

Enables files of sos-sdk

contacts full?

Enables contacts of sos-sdk

migrate full?

Enables migrate of sos-sdk

keychain-access full?

Enables keychain-access of sos-sdk

device full? server?

Enables device of sos-sdk

Affects client::pairing

recovery

Enables recovery of sos-sdk

pairing full?

Enables snow

Affects sos-net::relay, client::pairing

preferences full?

Enables preferences of sos-sdk

Enables search of sos-sdk

security-report full?

Enables security-report of sos-sdk

system-messages full?

Enables system-messages of sos-sdk

mem-fs

Enables mem-fs of sos-sdk

test-utils

Enables test-utils of sos-sdk