Cargo Features

[dependencies]
cbsk_socket_rayon = { version = "2.0.4", default-features = false, features = ["tcp_client", "tcp_server", "debug_mode"] }
default = tcp_client

The tcp_client feature is set by default whenever cbsk_socket_rayon is added without default-features = false somewhere in the dependency tree.

tcp_client default

Enables tcp_client of cbsk_socket

Affects tcp::client, cbsk_socket_rayon::tcp

tcp_server

Enables tcp_server of cbsk_socket

Affects tcp::server, cbsk_socket_rayon::tcp

debug_mode

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.

cbsk_socket tcp_client tcp_server?