# 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 = "elf_parser_rs" version = "0.1.0" authors = ["Youjie Zheng "] description = "An lightweight ELF parser that parses ELF files and converts them into information needed for kernel building" documentation = "https://docs.rs/elf_parser_rs" readme = "README.md" keywords = [ "Starry", "ELF", "kernel", ] categories = ["no-std"] license = "GPL-3.0-or-later OR Apache-2.0 OR MulanPSL-2.0" repository = "https://github.com/Starry-OS/elf_parser_rs" [dependencies.axerrno] version = "0.1" [dependencies.cfg-if] version = "1.0" [dependencies.log] version = "0.4.21" [dependencies.memory_addr] version = "0.3" [dependencies.page_table_entry] version = "0.4" [dependencies.xmas-elf] version = "0.9.0"