Cargo Features
[dependencies]
titan-client = { version = "0.1.17", default-features = false, features = ["tcp_client", "tcp_client_blocking"] }
- default = tcp_client, tcp_client_blocking
-
These default features are set whenever
titan-client
is added without
somewhere in the dependency tree.default-features = false - tcp_client default
- tcp_client_blocking default
-
Affects
tcp_client_blocking::TcpClient
…