# 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 = "2018" name = "selfe-arc" version = "0.1.1" authors = ["Russell Mull "] description = "A simple file archive library, useful for bundling process binaries and configuration files with your seL4 application" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/auxoncorp/selfe-sys" resolver = "2" [dependencies.byteorder] version = "1" default-features = false [dev-dependencies.proptest] version = "0.9.3" [dev-dependencies.proptest-derive] version = "0.1.0" [dev-dependencies.tempfile] version = "3" [features] default = ["std"] std = ["byteorder/std"]