Cargo Features
pbzlib has no features set by default.
[dependencies]
pbzlib = { version = "0.1.1", features = ["cli"] }
- cli = clap, indicatif, jsonpath_lib
-
Required by pbz2jsonl and pbzspeed binaries
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 cli?
-
Enables clap ^2.34.0
- indicatif cli?
-
Enables indicatif ^0.16.2
- jsonpath_lib cli?