[package] name = "j2534" version = "0.3.1" authors = ["Altenius "] keywords = ["cars", "tuning", "passthru"] categories = ["external-ffi-bindings", "hardware-support"] description = "PassThru (SAE J2534) bindings." documentation = "https://docs.rs/j2534" repository = "https://github.com/altenius/j2534-rs" license = "MIT" readme = "README.md" edition = "2018" [package.metadata.docs.rs] all-features = true default-target = "i686-pc-windows-msvc" # [badges] # maintenance = { status = "passively-maintained" } [dependencies] libc = "0.2" bitflags = "1.2" libloading = "0.6" thiserror = "1.0" [target.'cfg(windows)'.dependencies] winreg = "0.8"