autosar-data 0.21.2

read, write and modify Autosar arxml data
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"
version = "0.21.2"
authors = ["Daniel Thaler <daniel@dthaler.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "read, write and modify Autosar arxml data"
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"
resolver = "2"

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

[[example]]
name = "businfo"
path = "examples/businfo/main.rs"

[[example]]
name = "demo"
path = "examples/demo/main.rs"

[[example]]
name = "generate_files"
path = "examples/generate_files/main.rs"

[[example]]
name = "sort"
path = "examples/sort/main.rs"

[[bench]]
name = "create_elements"
path = "benches/create_elements.rs"
harness = false

[dependencies.autosar-data-specification]
version = "0.21"

[dependencies.fxhash]
version = "0.2.1"

[dependencies.indexmap]
version = "2.2.0"

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.smallvec]
version = "1.14.0"
features = [
    "union",
    "const_generics",
]

[dependencies.thiserror]
version = "2.0"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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