Cargo Features

[dependencies]
iced_navigation = { version = "1.3.1", default-features = false, features = ["tabs", "stack", "derive"] }
default = derive, stack

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

tabs

Affects iced_navigation::tabs_navigator, iced_navigation::components.tabs

stack default

Affects iced_navigation::stack_navigator

derive default = iced_navigation_derive

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.

iced_navigation_derive derive