Cargo Features
archiveis has no features set by default.
[dependencies]
archiveis = { version = "0.4.0", features = ["with-serde", "cli"] }
- with-serde cli? = serde
- cli = pretty_env_logger, serde_json, structopt, tokio, with-serde
-
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.
- structopt cli?
- pretty_env_logger cli?
-
Enables pretty_env_logger ^0.4
- serde_json cli?
- serde with-serde?
- tokio cli?
-
Enables tokio ^0.2