# 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 = "2021" name = "tokio-socketcan-isotp" version = "0.2.0" authors = ["Jakub Jíra "] description = "A asynchronous tokio ISO-TP library build on top of socketcan-isotp." homepage = "https://github.com/japawBlob/tokio-socketcan-isotp" readme = "README.md" keywords = [ "async", "socketcan", "iso-tp", "isotp", "iso-15762-2", ] categories = [ "network-programming", "os::linux-apis", "asynchronous", ] license-file = "LICENCE" repository = "https://github.com/japawBlob/tokio-socketcan-isotp" [dependencies.bitflags] version = "2.4.1" [dependencies.embedded-can] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.libc] version = "0.2" [dependencies.mio] version = "0.8" features = ["os-ext"] [dependencies.nix] version = "0.26" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["net"] [badges.maintenance] status = "actively-developed"