module-info 0.5.0

Embeds metadata into ELF binaries as note sections for Rust projects on Linux, providing runtime access and crash dump info
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"
rust-version = "1.74"
name = "module-info"
version = "0.5.0"
authors = ["Microsoft Corporation <opencode@microsoft.com>"]
build = false
exclude = [
    ".github/",
    "CODE_OF_CONDUCT.md",
    "CONTRIBUTING.md",
    "SECURITY.md",
    "SUPPORT.md",
    "examples/",
    "tests/",
    ".clippy.toml",
    ".markdownlint-cli2.yaml",
    "deny.toml",
    "rust-toolchain.toml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Embeds metadata into ELF binaries as note sections for Rust projects on Linux, providing runtime access and crash dump info"
homepage = "https://github.com/microsoft/module-info"
documentation = "https://docs.rs/module-info"
readme = "README.md"
keywords = [
    "metadata",
    "elf",
    "linux",
    "coredump",
    "crash",
]
categories = [
    "development-tools",
    "development-tools::build-utils",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/microsoft/module-info"

[package.metadata.module_info]
maintainer = "opencode@microsoft.com"
copyright = "Microsoft Corporation"

[package.metadata.docs.rs]
features = ["embed-module-info"]
targets = [
    "x86_64-unknown-linux-gnu",
    "aarch64-unknown-linux-gnu",
    "i686-unknown-linux-gnu",
]

[features]
embed-module-info = []

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

[dependencies.cfg-if]
version = "1.0.4"

[target.'cfg(not(target_os = "linux"))'.dependencies]

[target.'cfg(target_os = "linux")'.dependencies.indexmap]
version = ">=2,<2.10"

[target.'cfg(target_os = "linux")'.dependencies.serde]
version = "1"
features = ["derive"]

[target.'cfg(target_os = "linux")'.dependencies.serde_json]
version = "1"

[target.'cfg(target_os = "linux")'.dependencies.toml]
version = "0.8.20"

[target.'cfg(target_os = "linux")'.dev-dependencies.tempfile]
version = ">=3.10,<3.20"

[lints.clippy]
expect_used = "warn"
unwrap_used = "warn"