[dependencies.async-io]
version = "2.4.1"
[dependencies.cands_interface]
version = "0.1.20"
[dependencies.cands_presentation]
version = "0.1.6"
[dependencies.cands_transport]
version = "0.1.1"
[dependencies.futures-lite]
version = "2.6.0"
[dependencies.tokio]
features = ["rt", "macros", "rt-multi-thread", "time", "sync"]
version = "1.46.1"
[features]
drvcan_v1 = []
drvcan_v2 = []
raspberrypi = ["cands_interface/raspberrypi"]
raspberrypi_cm = ["cands_interface/raspberrypi_cm"]
usb-ftdi = ["cands_interface/usb-ftdi"]
[lib]
name = "cands_cyphal"
path = "src/lib.rs"
[package]
authors = ["DigitalServo"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "This is a packaged library for DigitalServo USB CAN board using Cyphal communication."
edition = "2021"
license = "MIT"
name = "cands_cyphal"
readme = "README.md"
version = "0.1.34"