# 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 = "elf_rs" version = "0.3.1" authors = ["Vincent Hou "] description = "A simple no_std ELF file reader for ELF32 and ELF64" readme = "README.md" categories = ["no-std"] license-file = "LICENSE" repository = "https://github.com/vincenthouyi/elf_rs" [dependencies.bitflags] version = "2.4" [dependencies.num-traits] version = "0.2" default-features = false [badges.travis-ci] branch = "master" repository = "vincenthouyi/elf_rs"