Cargo Features

[dependencies]
touche = { version = "0.0.14", default-features = false, features = ["full", "threadpool", "server", "unix-sockets", "client", "rustls"] }
default = server, threadpool

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

full = client, server
threadpool default

Enables threadpool

server default full?

Affects touche::server

unix-sockets
client full?

Affects touche::client

Features from optional dependencies

rustls implicit feature

Enables rustls

rustls:

Rustls is a modern TLS library written in Rust