Cargo Features
aws-iam has no features set by default.
[dependencies]
aws-iam = { version = "0.2.2", features = ["command_line", "document", "offline_eval", "service_config"] }
- command_line = document, offline_eval, structopt, tracing-subscriber
-
Required by the policy binary
- document command_line?
-
Affects
aws-iam::document
… - offline_eval command_line? = tracing
-
Affects
aws-iam::offline
…Required by the policy binary
- service_config = toml
-
Affects
aws-iam::service
…
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 command_line?
-
Enables structopt
Command-Line feature dependencies
- tracing offline_eval?
- tracing-subscriber command_line?
- toml service_config?
-
Enables toml ^0.5.6
Service Config feature dependencies