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