# 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 = "mer" version = "0.5.1" authors = ["Isaac Woods"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Ergonomic ELF64 parser, designed for use within kernels" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/IsaacWoods/poplar/tree/main/lib/mer" [lib] name = "mer" path = "src/lib.rs" [dependencies.bit_field] version = "0.10" [dependencies.scroll] version = "0.12" features = ["derive"] default-features = false