Cargo Features
[dependencies]
finny = { version = "0.2.0", default-features = false, features = ["std", "inspect_slog", "timers_std", "generate_plantuml"] }
- default = inspect_slog, std, timers_std
-
These default features are set whenever
finny
is added without
somewhere in the dependency tree.default-features = false - std default = timers_std
-
Enables std of arraydeque ^0.4, finny_derive, and slog
Affects
decl::FsmQueueMock
,fsm_factory::FsmFactory.new
… - inspect_slog default = slog
-
Affects
inspect::slog
… - timers_std default std
-
Affects
timers::std_noalloc
,timers::std
… - generate_plantuml
-
Enables generate_plantuml of finny_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.