Cargo Features

Neva has no features set by default.

[dependencies]
neva = { version = "0.0.8", features = ["full", "server-full", "client-full", "macros", "client", "server", "tracing"] }
full = client, macros, server, tracing
server-full = macros, server, tracing
client-full = client, tracing
macros full? server-full?

Enables neva_macros

client client-full? full?

Enables nix, windows, process and signal of tokio

Affects neva::client, neva::transport, neva::shared

server full? server-full?

Affects neva::app, helpers::macros, prompt::PromptHandler, prompt::PromptArguments, tool::ToolHandler, neva::transport, neva::shared

tracing client-full? full? server-full?

Enables tracing and tracing-subscriber

Affects notification::formatter