# 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 = "automotive" version = "0.2.1" description = "Rust crate providing a variety of automotive related libraries, such as communicating with CAN interfaces and diagnostic APIs." readme = "README.md" keywords = [ "automotive", "CAN", "UDS", ] license = "MIT" repository = "https://github.com/I-CAN-hack/automotive" [dependencies.async-stream] version = "0.3.5" [dependencies.bstr] version = "1.9.0" [dependencies.hex] version = "0.4" [dependencies.rusb] version = "0.9" [dependencies.serde] version = "1.0.197" features = ["derive"] optional = true [dependencies.strum] version = "0.26" [dependencies.strum_macros] version = "0.26" [dependencies.thiserror] version = "1.0.58" [dependencies.tokio] version = "1.36.0" features = ["full"] [dependencies.tokio-stream] version = "0.1.14" [dependencies.tracing] version = "0.1" [dev-dependencies.futures] version = "0.3.30" [dev-dependencies.serial_test] version = "3.0.0" [dev-dependencies.tracing-subscriber] version = "0.3" [features] all = [] serde = ["dep:serde"] test_panda = [] test_socketcan = [] test_vcan = [] [target."cfg(target_os = \"linux\")".dependencies.libc] version = "0.2.154" [target."cfg(target_os = \"linux\")".dependencies.socket2] version = "0.5.7"