Cargo Features
[dependencies]
ichika = { version = "0.1.1", default-features = false, features = ["tokio", "async-std"] }
- default = tokio
-
These default features are set whenever
ichika
is added without
somewhere in the dependency tree.default-features = false Enables num_cpus
- tokio default
-
Enables tokio, tokio of ichika-macros
- async-std
-
Enables async-std, async-std of ichika-macros
ichika has 3 features without comments.