Cargo Features
streamson-bin has no features set by default.
[dependencies]
streamson-bin = { version = "7.1.0", features = ["manpage", "test", "lazy_static"] }
- manpage = man
- test = assert_cmd, predicates
-
Required by the streamson-bin-test binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- lazy_static build implicit feature
-
Enables lazy_static
lazy_static:
A macro for declaring lazily evaluated statics in Rust
- assert_cmd test?
-
Enables assert_cmd ~1.0.1
- predicates test?
-
Enables predicates ~1.0.7
- man manpage?
-
Affects
docs::Element.extend_man_section
,docs::make_man_section
…