socketcan-rs 0.4.0

SocketCAN driver with UDS protocol.
Documentation
# 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 = "socketcan-rs"
version = "0.4.0"
authors = ["Jesse Smith <jesses2025smith@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SocketCAN driver with UDS protocol."
homepage = "https://github.com/jesses2025smith/rust-can/tree/master/socketcan"
readme = "README.md"
keywords = [
    "SocketCAN",
    "UDS",
]
license = "MIT OR GPL-3.0"
repository = "https://github.com/jesses2025smith/rust-can"

[lib]
name = "socketcan_rs"
crate-type = [
    "lib",
    "cdylib",
]
path = "src/lib.rs"

[[example]]
name = "example"
path = "examples/example.rs"

[[test]]
name = "driver"
path = "tests/driver.rs"

[dependencies.async-trait]
version = "0.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.nix]
version = "0.31"
features = [
    "poll",
    "process",
    "net",
]

[dependencies.rs-can]
version = "0.4.0"

[dependencies.rsutil]
version = "0.1"
features = ["log"]

[dev-dependencies.anyhow]
version = "1.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.scopeguard]
version = "1.2"

[dev-dependencies.tokio]
version = "1.52"
features = [
    "macros",
    "rt-multi-thread",
    "signal",
    "time",
]