Cargo Features
MultiCan has no features set by default.
[dependencies]
multican = { version = "0.6.0-beta.1", features = ["async-tokio"] }
- async-tokio = async-trait, bytes, futures, libc, mio, thiserror, tokio, tokio-util
-
removing this feature for now while I get it to work so I can release the threaded version
Affects
can_network::AsyncCanNetwork
,multican::async_can_udp
,multican::async_multican
,multican::async_socketcan
,multican::message_codec
,multican::from_config_async
…
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.
- tokio async-tokio?
-
Enables tokio ^0.2.0
- tokio-util async-tokio?
-
Enables tokio-util ^0.3.0
- bytes async-tokio?
-
Enables bytes ^0.5.4
- futures async-tokio?
- async-trait async-tokio?
- mio async-tokio?
-
Enables mio ^0.6
- thiserror async-tokio?
- libc async-tokio?