# 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 = "a653rs-xng" version = "0.1.0" authors = [ "Wanja Zaeske ", "Sven Friedrich ", ] description = "a653rs partition library for xng hypervisor" readme = "README.md" keywords = [ "xng", "arinc", "avionics", "embedded", "no_std", ] categories = [ "aerospace", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DLR-FT/a653rs-xng/" [dependencies.a653rs] version = "0.6" features = [ "strum", "bindings", ] [dependencies.cty] version = "0.2" [dependencies.log] version = "0.4" optional = true [features] panic_handler = ["dep:log"]