# 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 = "socketcan-isotp" version = "1.0.2" authors = ["marcelbuesing "] description = "A common application of ISO-TP or ISO 15762-2 is for example Unified Diagnostic Services (UDS) used in automotive ECUs for diagnostics." homepage = "https://github.com/marcelbuesing/socketcan-isotp" readme = "README.md" keywords = [ "can", "socketcan", "iso-tp", "isotp", "iso-15762-2", ] license = "BSD-3-Clause" repository = "https://github.com/marcelbuesing/socketcan-isotp.git" [dependencies.bitflags] version = "2.3" [dependencies.embedded-can] version = "0.4" [dependencies.libc] version = "0.2" [dependencies.nix] version = "0.26" [dependencies.thiserror] version = "1.0" [badges.maintenance] status = "actively-developed"