Cargo Features

vaultrs-login has no features set by default.

[dependencies]
vaultrs-login = { version = "0.2.1", features = ["aws", "oidc"] }
aws = aws-credential-types, aws-sdk-iam, aws-sdk-sts, aws-sigv4, aws-smithy-runtime-api, aws-types, base64, http, serde_json

Affects engines::aws

oidc = tiny_http, tokio

Affects engines::oidc

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.

aws-credential-types aws?
aws-sdk-iam aws?
aws-sdk-sts aws?
aws-sigv4 aws?
aws-smithy-runtime-api aws?
aws-types aws?
base64 aws?

Enables base64 ^0.21

http aws?

Enables http ^0.2

serde_json aws?
tiny_http oidc?
tokio oidc?