Cargo Features

IAS has no features set by default.

[dependencies]
ias = { version = "0.2.1", features = ["client", "client-certificate", "mbedtls"] }
client = base64, reqwest, serde-bytes-repr, serde_json

Affects ias::client

client-certificate

Enables native-tls of reqwest ^0.11

reqwest:

Enables native-tls specific functionality not available by default.

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.

base64 client?

Enables base64 ^0.13

serde-bytes-repr client?

Enables serde-bytes-repr ^0.1

serde_json client?
mbedtls implicit feature
reqwest not sgx client? client-certificate?

Enables reqwest ^0.11