Cargo Features

[dependencies]
llm-stack = { version = "0.7.0", default-features = false, features = ["schema", "tracing", "test-utils"] }
default = schema

The schema feature is set by default whenever llm-stack is added without default-features = false somewhere in the dependency tree.

schema default

Enables jsonschema ^0.29 and schemars

Affects structured::generate_object, structured::stream_object_async, structured::collect_stream_object

tracing

Enables tracing

Affects intercept::interceptors.Logging, intercept::interceptors.LogLevel

test-utils