Cargo Features
[dependencies]
drteeth = { version = "0.2.1", default-features = false, features = ["tokio", "asyncstd", "smol", "examples"] }
- default = tokio
-
Enable exactly one of these features to select the desired async runtime
- tokio default
-
Enables tokio
- asyncstd
-
Enables async-std
- smol
-
Enables smol ^1.3.0
- examples
-
Enable this feature, along with the appropriate one of the runtime features, to compile the examples.
Enables axum, sailfish, serde, tide, toml, tower, tower-http, trillium, trillium-router, trillium-smol, and ulid