canopen-host 0.4.0

Host-side (std) transport and tooling for canopen-rs: Linux SocketCAN transport and EDS parsing.
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"
rust-version = "1.75"
name = "canopen-host"
version = "0.4.0"
authors = ["Karpagam Karthikeyan"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Host-side (std) transport and tooling for canopen-rs: Linux SocketCAN transport and EDS parsing."
documentation = "https://docs.rs/canopen-host"
readme = "README.md"
keywords = [
    "canopen",
    "can",
    "cia301",
    "embedded",
    "no_std",
]
categories = [
    "embedded",
    "no-std",
    "network-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/KarpagamKarthikeyan/canopen-rs"

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

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

[dependencies.canopen-rs]
version = "0.4.0"
features = ["std"]

[target.'cfg(target_os = "linux")'.dependencies.embedded-can]
version = "0.4"

[target.'cfg(target_os = "linux")'.dependencies.socketcan]
version = "3.3"