autosar-data-specification 0.23.0

specification of the Autosar arxml file format as rust data structures
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 = "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"