[dependencies.regex]
version = "1.11.3"
[lib]
name = "rs_dbc"
path = "src/lib.rs"
[package]
authors = ["JP-Makers <arumugamchandra2003@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "data-structures"]
description = """
A library for CAN DBC parsing and handling
"""
documentation = "https://docs.rs/rs_dbc/"
edition = "2024"
homepage = "https://gitlab.com/JP-Makers/rs-dbc"
keywords = ["can", "dbc", "automotive", "parser"]
license = "MIT"
name = "rs_dbc"
readme = "README.md"
repository = "https://github.com/JP-Makers/rs-dbc"
version = "0.10.2"