Cargo Features
aktrs has no features set by default.
[dependencies]
aktrs = { version = "0.1.0-alpha.5", features = ["fs", "testkit"] }
- fs = crossbeam, notify
-
includes the 'fs' module in compilation
Affects
aktrs::reexport.notify
,aktrs::fs
… - testkit = aktrs-macros
-
includes the 'actor::testkit' module/'aktrs::test' macro in compilation
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.
- aktrs-macros testkit?
- crossbeam fs?
-
Enables crossbeam =0.7.2
- notify fs?
-
Enables notify =5.0.0-pre.1