Cargo Features
stblib has no features set by default.
[dependencies]
stblib = { version = "0.6.4", features = ["full", "stbchat", "stbchat-sync", "stbchat-scapi", "notifications", "email", "plugin"] }
- full = email, notifications, plugin, stbchat, stbchat-scapi
- stbchat full? stbchat-scapi? stbchat-sync?
- stbchat-sync = stbchat
-
Affects
net::OutgoingPacketStream
,net::IncomingPacketStream
… - stbchat-scapi full? = stbchat
-
Affects
stblib::scapi
… - notifications full?
-
Enables dbus ^0.6.5 and winrt-notification
Affects
stblib::notifications
… - email full?
-
Enables lettre
- plugin full?
-
Affects
external::plugin
…