Cargo Features
scrings has no features set by default.
[dependencies]
scrings = { version = "0.1.5", features = ["integration", "scrings"] }
- integration
-
The reason we do this is because doctests don't get cfg(test) See: https://github.com/rust-lang/cargo/issues/4669
- scrings = clap
-
Required by the 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.
- clap scrings?
-
Enables clap ^2.33