# 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 = "uds-rs" version = "0.1.0" authors = ["Jakub Jíra "] description = "A asynchronous library implementing UDS protocol used for automotive diagnostic, standardized by ISO 14229-1:2013." homepage = "https://github.com/japawBlob/uds-rs" readme = "README.md" keywords = [ "async", "uds", "iso-14229-1", ] categories = [ "network-programming", "os::linux-apis", "asynchronous", ] license-file = "LICENCE" repository = "https://github.com/japawBlob/uds-rs" [dependencies.bitflags] version = "2.4.1" [dependencies.embedded-can] version = "0.4.1" [dependencies.futures] version = "0.3" [dependencies.futures-timer] version = "3.0.2" [dependencies.futures-util] version = "0.3.25" [dependencies.libc] version = "0.2" [dependencies.log] version = "0.4.20" [dependencies.mio] version = "0.8" features = ["os-ext"] [dependencies.nix] version = "0.26" [dependencies.num_enum] version = "0.7.2" [dependencies.rand] version = "0.8.5" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.tokio-socketcan-isotp] version = "0.1.0" [dev-dependencies.env_logger] version = "0.10.0" [badges.maintenance] status = "actively-developed"