[package] name = "dpdu-rust" version = "0.8.6" authors = ["Ashcon Mohseninia "] edition = "2021" description = "An implementation of the core D-PDU (ISO22900-2) library in Rust" license = "MIT" repository = "https://github.com/rnd-ash/dpdu-rust" readme = "README.md" keywords = ["ISO22900", "dpdu", "ecu", "VCI", "diagnostics"] [badges] maintenance = { status = "actively-developed" } [dependencies] bitflags="1.3.2"