mirror of
https://github.com/rust-embedded/embedded-hal.git
synced 2026-03-13 17:37:41 +00:00
18 lines
468 B
TOML
18 lines
468 B
TOML
[package]
|
|
name = "embedded-can"
|
|
version = "0.4.1"
|
|
edition = "2021"
|
|
rust-version = "1.81"
|
|
|
|
description = "HAL traits for Controller Area Network (CAN) devices."
|
|
categories = ["embedded", "hardware-support", "no-std"]
|
|
documentation = "https://docs.rs/embedded-can"
|
|
keywords = ["hal", "IO"]
|
|
license = "MIT OR Apache-2.0"
|
|
readme = "README.md"
|
|
repository = "https://github.com/rust-embedded/embedded-hal"
|
|
|
|
[dependencies]
|
|
nb = "1"
|
|
defmt = { version = "1", optional = true }
|