# 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 = "docan" version = "0.1.0-alpha1" authors = ["zhuyu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A DoCAN protocol." homepage = "https://github.com/zhuyu4839/ecu-proto-rs" readme = "README.md" keywords = [ "automotive", "UDS", "DoCAN", ] license = "MIT OR GPL-3.0" repository = "https://github.com/zhuyu4839/ecu-proto-rs" [lib] name = "docan" path = "src/lib.rs" [dependencies.hex] version = "0.4" [dependencies.iso14229-1] version = "0.1.0-alpha1" optional = true [dependencies.iso15765-2] version = "0.1.0-alpha1" [dependencies.log] version = "0" [dependencies.rs-can] version = "0.1.0-alpha3" [dependencies.thiserror] version = "2" [dependencies.tokio] version = "1" features = [ "full", "time", ] optional = true [features] async = ["tokio"] client = ["rs-can/isotp-std2004"] default = [ "std2020", "client", "server", ] server = ["rs-can/isotp-std2004"] std2006 = ["iso14229-1/std2006"] std2013 = ["iso14229-1/std2013"] std2020 = ["iso14229-1/std2020"]