dpdu-api-types 0.9.1

An implementation of the core D-PDU (ISO22900-2) library in Rust
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 = "dpdu-api-types"
version = "0.9.1"
authors = [
    "Ashcon Mohseninia <ashconm@outlook.com>",
    "RichardWGNR <171420035+RichardWGNR@users.noreply.github.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An implementation of the core D-PDU (ISO22900-2) library in Rust"
readme = "README.md"
keywords = [
    "ISO22900",
    "dpdu",
    "ecu",
    "VCI",
    "diagnostics",
]
license = "MIT"
repository = "https://github.com/RichardWGNR/dpdu-api-types"

[badges.maintenance]
status = "actively-developed"

[lib]
name = "dpdu_api_types"
path = "src/lib.rs"

[dependencies]