Cargo Features

[dependencies]
ensc-testsuite = { version = "0.1.6", default-features = false, features = ["use-static-destructors", "with-anyhow"] }
default = use-static-destructors, with-anyhow

These default features are set whenever ensc-testsuite is added without default-features = false somewhere in the dependency tree.

use-static-destructors default = libc, static_init
with-anyhow default = anyhow

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.

static_init use-static-destructors

Enables static_init ^0

libc use-static-destructors
anyhow with-anyhow