binsleuth 0.4.0

ELF/PE binary security hardening checker and section-level entropy analyzer
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 = "2024"
rust-version = "1.85"
name = "binsleuth"
version = "0.4.0"
authors = ["Small Long <long-910>"]
build = false
exclude = [
    "target/",
    ".github/",
    "*.gif",
    "*.png",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ELF/PE binary security hardening checker and section-level entropy analyzer"
homepage = "https://github.com/long-910/BinSleuth"
documentation = "https://docs.rs/binsleuth"
readme = "README.md"
keywords = [
    "security",
    "binary-analysis",
    "elf",
    "pe",
    "entropy",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/long-910/BinSleuth"

[package.metadata.docs.rs]
all-features = true

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

[[bin]]
name = "binsleuth"
path = "src/main.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.colored]
version = "3.0"

[dependencies.object]
version = "0.38"
features = [
    "read",
    "elf",
    "pe",
]
default-features = false

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_json]
version = "1.0"

[profile.release]
opt-level = 3
lto = true
strip = true