a2lfile 3.3.1

read, modify and write a2l files
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"
rust-version = "1.88"
name = "a2lfile"
version = "3.3.1"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "read, modify and write a2l files"
readme = "README.md"
keywords = [
    "a2l",
    "file",
    "file-format",
    "ASAM-MCD-2MC",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DanielT/a2lfile"
resolver = "2"

[features]
check = []
cleanup = []
default = [
    "check",
    "cleanup",
    "ifdata_cleanup",
    "merge",
    "sort",
]
ifdata_cleanup = []
merge = []
sort = []

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

[[test]]
name = "test"
path = "tests/test.rs"

[dependencies.a2lmacros]
version = "3.0.0"

[dependencies.fnv]
version = "1.0.7"

[dependencies.num-traits]
version = "0.2.19"

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.tempfile]
version = "3.8"