# 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 = "iso15765-2" version = "0.1.0-alpha1" authors = ["zhuyu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A ISO 15765-2 protocol." homepage = "https://github.com/zhuyu4839/ecu-proto-rs" readme = "README.md" keywords = [ "automotive", "UDS", "ISO15765", ] license = "MIT OR GPL-3.0" repository = "https://github.com/zhuyu4839/ecu-proto-rs" [lib] name = "iso15765_2" path = "src/lib.rs" [dependencies.bitflags] version = "2.6" [dependencies.log] version = "0" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.hex] version = "0.4"