# 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 = "pe-parser" version = "0.6.0" authors = ["Isaac Marovitz "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A blazing fast PE Parser with pretty print" readme = "README.md" keywords = [ "parser", "cli", "windows", "binary", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/IsaacMarovitz/pe-parser" [lib] name = "pe_parser" path = "src/lib.rs" [[bin]] name = "pe-parser" path = "src/main.rs" [[test]] name = "pe-parser" path = "tests/pe-parser.rs" harness = false [dependencies.bitflags] version = "2.5.0" default-features = false [dependencies.bytemuck] version = "1.16.0" features = ["derive"] [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.clap] version = "4.5.6" features = ["cargo"] optional = true [dependencies.num-derive] version = "0.4.2" [dependencies.num-traits] version = "0.2.19" default-features = false [dev-dependencies.datatest-stable] version = "0.2.9" [features] default = ["std"] std = ["clap"]