Cargo Features

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

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

std default
tracing

Enables tracing

Announcement has 3 features without comments.