editpe 0.2.3

Resource Editor for parsing and modification of Windows Portable Executables and their resources
Documentation
# 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.3"
authors = ["Christian Sdunek <me@systemcluster.me>"]
build = false
include = [
    "Cargo.toml",
    "src/**/*",
    "LICENSE",
]
autolib = false
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]
rustdoc-args = [
    "--cfg",
    "docsrs",
]
all-features = true

[features]
default = [
    "std",
    "images",
]
images = [
    "std",
    "dep:image",
]
std = ["dep:thiserror"]

[lib]
name = "editpe"
path = "src/lib.rs"
doctest = false

[dependencies.debug-ignore]
version = "1.0"

[dependencies.foldhash]
version = "0.2.0"
default-features = false

[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 = "2.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