# 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.1.0" authors = ["Christian Sdunek "] include = [ "Cargo.toml", "src/**/*", "LICENSE", ] description = "Resource Editor for Portable Executables" readme = "README.md" keywords = [ "parser", "resource", "windows", "executable", "binary", ] categories = [ "development-tools::build-utils", "os::windows-apis", "command-line-utilities", ] 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.debug-ignore] version = "1.0" [dependencies.image] version = "0.24" features = [ "ico", "jpeg", "png", "tga", "tiff", "webp", "bmp", ] optional = true default-features = false [dependencies.indexmap] version = "2.1" [dependencies.log] version = "0.4" [dependencies.thiserror] version = "1.0" [dependencies.zerocopy] version = "0.7" features = ["derive"] [dev-dependencies.env_logger] version = "0.10" [features] default = ["image"] image = ["dep:image"]