Cargo Features

[dependencies]
annasul = { version = "0.1.1", default-features = false, features = ["build", "core", "framework", "macro", "os", "window"] }
default = core, framework

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

build = annasul_build
core default = annasul_core
framework default = annasul_framework
macro = annasul_macro
os = annasul_os
window = annasul_window

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.

annasul_build build?
annasul_core core
annasul_framework framework
annasul_macro macro?
annasul_os os?
annasul_window window?