Cargo Features
iseven_api has no features set by default.
[dependencies]
iseven_api = { version = "0.7.0", features = ["blocking", "cli"] }
- blocking cli?
-
Enables reqwest ^0.11.23
Affects
iseven_api::is_even
,iseven_api::is_odd
,iseven_api::IsEvenApiBlockingClient
… - cli = blocking, clap, env_logger, human-panic
-
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 cli?
-
Enables clap
CLI dependencies
- env_logger cli?
- human-panic cli?
-
Enables human-panic ^1.2.3