# 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-specification" version = "0.15.0" authors = ["Daniel Thaler "] build = 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" [lib] name = "autosar_data_specification" path = "src/lib.rs" [dependencies.num-derive] version = "0.4.0" [dependencies.num-traits] version = "0.2.16" [features] docstrings = []