# 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 = "iso13400-2" version = "0.1.0-alpha1" authors = ["zhuyu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A ISO 13400-2 protocol." homepage = "https://github.com/zhuyu4839/ecu-proto-rs" readme = "README.md" keywords = [ "automotive", "UDS", "ISO13400", "DoIP", ] license = "MIT OR GPL-3.0" repository = "https://github.com/zhuyu4839/ecu-proto-rs" [lib] name = "iso13400_2" path = "src/lib.rs" [[test]] name = "request" path = "tests/request.rs" [[test]] name = "response" path = "tests/response.rs" [dependencies.derive-getters] version = "0.5" [dependencies.hex] version = "0.4" [dependencies.log] version = "0" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1" [features] default = ["std2012"] std2010 = [] std2012 = [] std2019 = []