# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "multican" version = "0.6.0-beta.1" authors = ["Nick Gamroth "] description = "Provides connections to multiple CAN busses at the same time. Allows use of different types of networks" readme = "README.md" keywords = ["can", "canbus", "socketcan", "pcan"] license = "MIT" repository = "https://github.com/Dawn-Equipment-Company/multican" [dependencies.async-trait] version = "0.1.31" optional = true [dependencies.bytes] version = "0.5.4" optional = true [dependencies.futures] version = "0.3.0" optional = true [dependencies.libc] version = "0.2" optional = true [dependencies.log] version = "0.4" [dependencies.mio] version = "0.6" optional = true [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0.111" [dependencies.socket2] version = "0.3.8" features = ["reuseport"] [dependencies.thiserror] version = "1.0" optional = true [dependencies.tokio] version = "0.2.0" features = ["full"] optional = true [dependencies.tokio-util] version = "0.3.0" features = ["full"] optional = true [dev-dependencies.env_logger] version = "0.7.1" [features] async-tokio = ["tokio", "tokio-util", "futures", "bytes", "async-trait", "mio", "thiserror", "libc"] default = [] [target."cfg(unix)".dependencies.socketcan] version = "1.7.0" [target."cfg(windows)".dependencies.pcan-basic-sys] version = "0.2.0"