Cargo Features

[dependencies]
tokera = { version = "1.3.0", default-features = false, features = ["client_web", "client", "server", "force_tty", "bus", "sys", "enable_full", "enable_tcp", "enable_ntp"] }
default = client, server

These default features are set whenever tokera is added without default-features = false somewhere in the dependency tree.

client_web

Enables client_web of ate

client default = enable_full, sys

Enables client of ate

server default = ctrlc-async, enable_full, sys

Enables enable_mt and server of ate

force_tty

Enables force_tty of ate-auth

bus
sys client server

Enables sys of wasm-bus-tty and wasm-bus-ws

enable_full client server = enable_tcp
enable_tcp enable_full? = enable_dns, enable_ntp
enable_dns enable_ntp enable_tcp?

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.

ctrlc-async server