# 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 = "2021" name = "autosar-data" version = "0.15.1" authors = ["Daniel Thaler "] build = 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" [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.15" [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.13.0" features = [ "union", "const_generics", ] [dependencies.thiserror] version = "~1.0" [dev-dependencies.criterion] version = "0.5" features = ["html_reports"] [dev-dependencies.tempfile] version = "3.8"