Cargo Features
[dependencies]
ensc-testsuite = { version = "0.1.7", default-features = false, features = ["use-static-destructors", "with-anyhow", "use_specialization"] }
- default = use-static-destructors, with-anyhow
-
These default features are set whenever
ensc-testsuite
is added without
somewhere in the dependency tree.default-features = false - use-static-destructors default = libc, static_init
- with-anyhow default = anyhow
- use_specialization
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.