# 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 = "editpe" version = "0.2.1" authors = ["Christian Sdunek "] build = false include = [ "Cargo.toml", "src/**/*", "LICENSE", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Resource Editor for parsing and modification of Windows Portable Executables and their resources" readme = "README.md" keywords = [ "parser", "resource", "windows", "pe", "coff", ] categories = [ "development-tools::build-utils", "os::windows-apis", "command-line-utilities", "no-std", ] license = "BSD-2-Clause" repository = "https://github.com/Systemcluster/editpe" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "editpe" path = "src/lib.rs" doctest = false [dependencies.ahash] version = "0.8.11" features = ["compile-time-rng"] default-features = false [dependencies.debug-ignore] version = "1.0" [dependencies.image] version = "0.25.2" features = ["ico"] optional = true default-features = false [dependencies.indexmap] version = "2.6" default-features = false [dependencies.log] version = "0.4.22" [dependencies.thiserror] version = "1.0" optional = true [dependencies.zerocopy] version = "0.8.3" features = ["derive"] [dev-dependencies.env_logger] version = "0.11.5" [dev-dependencies.image] version = "0.25.2" features = ["png"] default-features = false [features] default = [ "std", "images", ] images = [ "std", "dep:image", ] std = ["dep:thiserror"]