Cargo Features

[dependencies]
evoke = { version = "0.4.0", default-features = false, features = ["tcp", "client", "server"] }
default = tcp

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

tcp default

Enables tcp of evoke-core, net of tokio

client

Affects evoke::client

server

Affects evoke::server

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.

tokio tcp