Cargo Features
[dependencies]
mulligan = { version = "0.2.0", default-features = false, features = ["tokio", "async-std"] }
-
default
=
tokio
-
Make tokio the default runtime
-
tokio
default
-
Depend on tokio when this feature is enabled
Enables
tokio
-
async-std
-
Depend on async-std when this feature is enabled
Enables
async-std