# 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-linux" version = "0.2.2" authors = ["Sven Friedrich "] description = "a653rs partition library for a653rs-linux hypervisor" keywords = [ "arinc", "avionics", ] categories = ["aerospace"] license = "MIT OR Apache-2.0" repository = "https://github.com/DLR-FT/a653rs-linux/" [dependencies.a653rs] version = "0.6" [dependencies.a653rs-linux-core] version = "0.2.2" [dependencies.anyhow] version = "1.0" [dependencies.lazy_static] version = "1.4" [dependencies.log] version = "0" [dependencies.memmap2] version = "0.9" [dependencies.nix] version = "0.29" features = [ "socket", "process", "fs", "uio", "signal", "user", "mount", "event", "sched", ] [dependencies.once_cell] version = "1.19" [dependencies.oneshot] version = "0.1.6" [dependencies.polling] version = "3.4" [dependencies.procfs] version = "0.16" [dependencies.tinyvec] version = "1.6" [features] socket = []