Cargo Features
pravega-client has no features set by default.
[dependencies]
pravega-client = { version = "0.3.7", features = ["cli", "integration-test", "clap", "structopt"] }
- cli
-
Affects
pravega-client::cli
…Required by the server-cli binary
- integration-test
-
Affects
pravega-client::test_utils
…
Features from optional dependencies
- clap implicit feature
-
Enables clap ^2.33
clap:
A simple to use, efficient, and full-featured Command Line Argument Parser
- structopt implicit feature
-
Enables structopt
structopt:
Parse command line argument by defining a struct