Cargo Features

[dependencies]
sgx_libc = { version = "1.1.1", default-features = false, features = ["align"] }
default = align

The align feature is set by default whenever sgx_libc is added without default-features = false somewhere in the dependency tree.

align default

sgx_libc has 2 features without comments.