Cargo Features
TASIC has no features set by default.
[dependencies]
tasic = { version = "0.3.2", features = ["tokio", "async_std", "smol"] }
- tokio
-
Enables async-channel ^1.9.0 and tokio
- async_std
-
Enables async-std
- smol
-
Enables smol ^1.3.0
TASIC has 3 features without comments.