# 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 = "rs-can" version = "0.1.0-alpha3" authors = ["zhuyu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Nican driver." homepage = "https://github.com/zhuyu4839/ecu-proto-rs" readme = "README.md" license = "MIT OR GPL-3.0" repository = "https://github.com/zhuyu4839/ecu-proto-rs" [lib] name = "rs_can" path = "src/lib.rs" [[test]] name = "isotp" path = "tests/isotp.rs" [dependencies.bitflags] version = "2.6" [dependencies.hex] version = "0.4" [dependencies.iso15765-2] version = "0.1.0-alpha1" optional = true [dependencies.log] version = "0" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1" [features] async = [] isotp-can-fd = [] isotp-std2004 = ["iso15765-2"] isotp-std2016 = ["iso15765-2"]