# 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 = "spore-disassembler" version = "0.1.1" authors = ["https://github.com/Pebaz"] description = "UEFI Bytecode Disassembler" homepage = "https://github.com/Pebaz/spore" readme = "README.md" keywords = ["disassembler", "UEFI", "bytecode", "assembly"] categories = ["compilers"] license = "Zlib" repository = "https://github.com/Pebaz/spore" resolver = "2" [[bin]] name = "spore" path = "src/main.rs" [dependencies.arrayvec] version = "0.7.1" [dependencies.colored] version = "2.0.0" [dependencies.pelite] version = "0.9.0"