can_decode 0.4.2

Decode and encode CAN frames into messages/signals in a fast and easy way.
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 = "2024"
name = "can_decode"
version = "0.4.2"
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.log]
version = "0.4.29"