# 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" version = "0.6.0" authors = ["Sven Friedrich "] description = "Arinc653 abstraction library for hypervisor independent partition programming" readme = "README.md" keywords = [ "api", "arinc", "avionics", "embedded", "no_std", ] categories = [ "aerospace", "api-bindings", "embedded", "no-std", ] license = "MIT OR Apache-2.0" repository = "https://github.com/DLR-FT/a653rs/" [package.metadata.cargo-all-features] skip_optional_dependencies = true [package.metadata."docs.rs"] all-features = true [[example]] name = "partition" required-features = ["bindings"] [dependencies.a653rs_macros] version = "0.6.0" optional = true [dependencies.serde] version = "1.0" features = ["derive"] optional = true default-features = false [dependencies.strum] version = "0.26" features = ["derive"] optional = true default-features = false [dev-dependencies.a653rs_macros] version = "0.6.0" [features] bindings = [] default = [ "strum", "serde", ] macros = ["dep:a653rs_macros"] serde = ["dep:serde"] strum = ["dep:strum"]