# 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 = "iso14229-1" version = "0.1.0-alpha1" authors = ["zhuyu "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A ISO 14229-1 protocol." homepage = "https://github.com/zhuyu4839/ecu-proto-rs" readme = "README.md" keywords = [ "automotive", "UDS", "ISO14229", "DoCAN", ] license = "MIT OR GPL-3.0" repository = "https://github.com/zhuyu4839/ecu-proto-rs" [lib] name = "iso14229_1" path = "src/lib.rs" [[test]] name = "access_timing_param" path = "tests/access_timing_param.rs" [[test]] name = "authentication" path = "tests/authentication.rs" [[test]] name = "clear_diagnostic_info" path = "tests/clear_diagnostic_info.rs" [[test]] name = "communication_ctrl" path = "tests/communication_ctrl.rs" [[test]] name = "ctrl_dtc_setting" path = "tests/ctrl_dtc_setting.rs" [[test]] name = "dynamically_define_did" path = "tests/dynamically_define_did.rs" [[test]] name = "ecu_reset" path = "tests/ecu_reset.rs" [[test]] name = "io_ctrl" path = "tests/io_ctrl.rs" [[test]] name = "link_ctrl" path = "tests/link_ctrl.rs" [[test]] name = "read_data_by_pid" path = "tests/read_data_by_pid.rs" [[test]] name = "read_dtc_info" path = "tests/read_dtc_info.rs" [[test]] name = "read_scaling_did" path = "tests/read_scaling_did.rs" [[test]] name = "request_file_transfer" path = "tests/request_file_transfer.rs" [[test]] name = "request_load" path = "tests/request_load.rs" [[test]] name = "request_transfer_exit" path = "tests/request_transfer_exit.rs" [[test]] name = "response_on_event" path = "tests/response_on_event.rs" [[test]] name = "routine_ctrl" path = "tests/routine_ctrl.rs" [[test]] name = "rw_did" path = "tests/rw_did.rs" [[test]] name = "rw_mem_by_addr" path = "tests/rw_mem_by_addr.rs" [[test]] name = "secured_data_trans" path = "tests/secured_data_trans.rs" [[test]] name = "security_access" path = "tests/security_access.rs" [[test]] name = "session_ctrl" path = "tests/session_ctrl.rs" [[test]] name = "tester_present" path = "tests/tester_present.rs" [[test]] name = "transfer_data" path = "tests/transfer_data.rs" [dependencies.bitfield-struct] version = "0.9" [dependencies.bitflags] version = "2.6" [dependencies.hex] version = "0.4" [dependencies.lazy_static] version = "1" [dependencies.log] version = "0" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1" [features] default = ["std2020"] session_data_check = [] std2006 = [] std2013 = [] std2020 = []