Cargo Features

[dependencies]
enclave-runner = { version = "0.6.0", default-features = false, features = ["crypto-openssl"] }
default = crypto-openssl

The crypto-openssl feature is set by default whenever enclave-runner is added without default-features = false somewhere in the dependency tree.

crypto-openssl default = openssl

Enables crypto-openssl of sgxs

Project dependencies

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.

openssl crypto-openssl

Enables openssl

Apache-2.0