embedded-can-socketcan 0.1.2

Linux SocketCAN adapters implementing embedded-can-interface traits
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 = "2024"
name = "embedded-can-socketcan"
version = "0.1.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Linux SocketCAN adapters implementing embedded-can-interface traits"
homepage = "https://github.com/conroy-cheers/thincan"
documentation = "https://docs.rs/embedded-can-socketcan"
readme = "README.md"
keywords = [
    "io",
    "can",
    "socketcan",
    "linux",
]
license = "MIT"
repository = "https://github.com/conroy-cheers/thincan"

[features]
default = []
tokio = ["socketcan/tokio"]

[lib]
name = "embedded_can_socketcan"
path = "src/lib.rs"

[dependencies.embedded-can-interface]
version = "0.1.1"

[target.'cfg(target_os = "linux")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "linux")'.dependencies.socketcan]
version = "3.5.0"
default-features = false