Cargo Features
Brug has no features set by default.
[dependencies]
brug = { version = "0.3.0-alpha0", features = ["macros", "tokio", "kanal", "async_trait"] }
- macros = brug-macros
- tokio
-
Enables tokio
Affects
brug::tokio
… - kanal
-
Enables kanal
Affects
brug::kanal
… - async_trait = async-trait
-
Enables async_trait of brug-macros
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.