buildid 1.0.2

Examine the currently running executable to get its build-id or LC_UUID
Documentation
[dependencies.buildid-linker-symbols]
optional = true
version = "1.0"

[dependencies.konst]
features = ["parsing_no_proc"]
optional = true
version = "0.2"

[dependencies.log]
default-features = false
version = "0.4"
[dev-dependencies.env_logger]
version = "0.9"

[dev-dependencies.hex]
version = "0.4"

[dev-dependencies.tracing]
features = ["log"]
version = "0.1"

[features]
buildid-custom-inject = []
buildid-section-inject = ["konst"]
buildid-symbol-start-end = []

[package]
categories = ["no-std", "os"]
description = "Examine the currently running executable to get its build-id or LC_UUID"
documentation = "https://docs.rs/buildid"
edition = "2021"
include = ["**/*.rs", "README.md"]
keywords = ["no_std", "build-id"]
license = "MPL-2.0"
name = "buildid"
readme = "README.md"
repository = "https://github.com/jmesmon/buildid"
version = "1.0.2"
[target."cfg(all(unix, not(target_vendor = \"apple\")))".dependencies.libc]
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["libloaderapi", "winnt", "dbghelp"]
version = "0.3"