Cargo Features

[dependencies]
feature-probe-server = { version = "2.0.1", default-features = false, features = ["unstable", "realtime"] }
default = realtime

The realtime feature is set by default whenever feature-probe-server is added without default-features = false somewhere in the dependency tree.

unstable

Affects handler::HttpHandler.update_segments, handler::HttpHandler.check_secrets, http::SegmentUpdateParams, http::SecretsParams

realtime default = socketio-rs

Affects base::ServerConfig.realtime_port, base::ServerConfig.realtime_path, feature-probe-server::realtime

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.

socketio-rs realtime