Cargo Features
[dependencies]
announcement = { version = "0.1.0", default-features = false, features = ["std", "tracing"] }
- default = std
-
The
stdfeature is set by default wheneverannouncementis added withoutsomewhere in the dependency tree.default-features = false - std default
- tracing
-
Enables tracing
Announcement has 3 features without comments.