# 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 = "zlgcan" version = "0.1.0-beta0" authors = ["zhuyu "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Cross-platform ZLGCAN 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 = "zlgcan" path = "src/lib.rs" [[example]] name = "device" path = "examples/device.rs" [[example]] name = "docan_client" path = "examples/docan_client.rs" [[example]] name = "docan_server" path = "examples/docan_server.rs" [[example]] name = "driver" path = "examples/driver.rs" [dependencies.dlopen2] version = "0.7" [dependencies.dotenvy] version = "0.15" [dependencies.iso14229-1] version = "0.1.0-alpha1" [dependencies.iso15765-2] version = "0.1.0-alpha1" [dependencies.log] version = "0" [dependencies.rs-can] version = "0.1.0-alpha3" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_yaml] version = "0.9" [dependencies.thiserror] version = "2" [dev-dependencies.anyhow] version = "1" [dev-dependencies.bin_file] version = "0.1" [dev-dependencies.crc] version = "3.2" [dev-dependencies.hex] version = "0.4"