[package]
edition = "2024"
name = "can_decode"
version = "0.5.0"
authors = [
"Millan Kumar <millankumar@gmail.com>",
"Purdue Electric Racing",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Decode and encode CAN frames into messages/signals in a fast and easy way."
homepage = "https://github.com/PurdueElectricRacing/can_decode"
readme = "README.md"
keywords = [
"CAN",
"decode",
"encode",
"dbc",
"ecu",
]
categories = [
"embedded",
"automotive",
"encoding",
"parsing",
]
license = "MIT"
repository = "https://github.com/PurdueElectricRacing/can_decode"
[lib]
name = "can_decode"
path = "src/lib.rs"
[dependencies.can-dbc]
version = "8.1.0"
[dependencies.indexmap]
version = "2.13.0"
[dependencies.log]
version = "0.4.29"