Cargo Features
[dependencies]
sgx_libc = { version = "1.1.1", default-features = false, features = ["align"] }
- default = align
-
The
align
feature is set by default wheneversgx_libc
is added without
somewhere in the dependency tree.default-features = false - align default
sgx_libc has 2 features without comments.