exe 0.5.7

A PE (Portable Executable) library!
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 = "2018"
name = "exe"
version = "0.5.7"
authors = ["frank2@dc949.org"]
build = false
exclude = [
    "test/*.exe",
    "test/*.dll",
    "test/*.sys",
    "test/*.bin",
    "*~",
    "#*",
    "src/#*",
    "notes.org",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A PE (Portable Executable) library!"
documentation = "https://docs.rs/exe"
readme = "README.md"
keywords = [
    "pe",
    "exe",
]
license = "GPL-3.0"
repository = "https://github.com/frank2/exe-rs"

[package.metadata.docs.rs]
features = ["win32"]
default-target = "x86_64-pc-windows-msvc"

[features]
default = []
win32 = ["winapi"]

[lib]
name = "exe"
path = "src/lib.rs"

[dependencies.bitflags]
version = "1.2.1"

[dependencies.byteorder]
version = "1.1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
    "wasmbind",
]
default-features = false

[dependencies.hex]
version = "0.4.3"

[dependencies.md-5]
version = "0.9.1"

[dependencies.num-traits]
version = "0.2.14"

[dependencies.pkbuffer]
version = "0.7"

[dependencies.sha-1]
version = "0.9.6"

[dependencies.sha2]
version = "0.9.5"

[dependencies.widestring]
version = "1.0.2"

[dependencies.winapi]
version = "0.3.9"
features = [
    "errhandlingapi",
    "libloaderapi",
    "memoryapi",
    "impl-default",
]
optional = true