multican 0.5.0

Provides connections to multiple CAN busses at the same time. Allows use of different types of networks
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.31"

[dependencies.bytes]
optional = true
version = "0.5.4"

[dependencies.futures]
optional = true
version = "0.3.0"

[dependencies.libc]
optional = true
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.mio]
optional = true
version = "0.6"

[dependencies.serde]
version = "1.0"

[dependencies.serde_derive]
version = "1.0.111"

[dependencies.socket2]
features = ["reuseport"]
version = "0.3.8"

[dependencies.thiserror]
optional = true
version = "1.0"

[dependencies.tokio]
features = ["full"]
optional = true
version = "0.2.0"

[dependencies.tokio-util]
features = ["full"]
optional = true
version = "0.3.0"
[dev-dependencies.env_logger]
version = "0.7.1"

[features]
default = []

[package]
authors = ["Nick Gamroth <thebeekeeper@gmail.com>"]
description = "Provides connections to multiple CAN busses at the same time.  Allows use of different types of networks"
edition = "2018"
keywords = ["can", "canbus", "socketcan", "pcan"]
license = "MIT"
name = "multican"
readme = "README.md"
repository = "https://github.com/Dawn-Equipment-Company/multican"
version = "0.5.0"
[target."cfg(unix)".dependencies.socketcan]
version = "1.7.0"
[target."cfg(windows)".dependencies.pcan-basic-sys]
version = "0.2.0"