# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "tokio-socketcan" version = "0.3.1" authors = ["Terry Kerr "] description = "Asynchronous Linux SocketCAN sockets with tokio" license = "MIT" repository = "https://github.com/oefd/tokio-socketcan" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.8" features = ["os-ext"] [dependencies.socketcan] version = "1.7" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["net"] [dev-dependencies.futures-timer] version = "3.0" [dev-dependencies.futures-util] version = "0.3" [dev-dependencies.tokio] version = "1" features = ["macros", "rt-multi-thread"]