[package]
edition = "2024"
name = "autosar-data-specification"
version = "0.23.0"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "specification of the Autosar arxml file format as rust data structures"
readme = "README.md"
keywords = [
"arxml",
"automotive",
"file-format",
"Autosar",
]
categories = ["parser-implementations"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DanielT/autosar-data"
[features]
docstrings = []
[lib]
name = "autosar_data_specification"
path = "src/lib.rs"
[[bench]]
name = "regex"
path = "benches/regex.rs"
harness = false
[dependencies.num-traits]
version = "0.2.16"
[dev-dependencies.criterion]
version = "0.8"
features = ["html_reports"]
[dev-dependencies.regex]
version = "1.11"