Cargo Features

[dependencies]
sift_stream = { version = "0.1.0", default-features = false, features = ["tracing"] }
default = tracing

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

tracing default

Enables bytesize and tracing

SiftStream has 2 features without comments.