# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "libpefile" version = "0.2.2" authors = ["Jan Starke "] description = "library to parse PE files (only iterating over MESSAGE_TABLE entries is supported at the moment)" license-file = "LICENSE" repository = "https://github.com/janstarke/libpefile" [lib] name = "libpefile" [dependencies.byteorder] version = "1.4.3" [dependencies.encoding_rs] version = "0.8.28" [dependencies.from_bytes] version = "0.1.0" [dependencies.from_bytes_derive] version = "0.1.0" [dependencies.log] version = "0.4" [dependencies.memmap] version = "0.7.0" [dependencies.num-derive] version = "0.3.3" [dependencies.num-traits] version = "0.2.14" [dependencies.packed_struct] version = "0.5" features = ["byte_types_256"]