Documentation
[dependencies.thiserror]
version = "1.0.58"

[dependencies.tracing]
version = "0.1.40"

[dev-dependencies.tracing-subscriber]
features = ["env-filter"]
version = "0.3"

[dev-dependencies.tracing-tree]
version = "0.3.0"

[features]
default = ["processes", "module", "internal", "external", "snapshot"]
external = []
internal = []
module = []
processes = []
snapshot = []
tracing-off = ["tracing-off-debug", "tracing-off-release"]
tracing-off-debug = ["tracing/max_level_off"]
tracing-off-release = ["tracing/release_max_level_off"]
tracing-sub = []

[package]
authors = ["luna <luna@aixeria.com>", "VilotStar <macbookairuser12@priest.com>"]
categories = ["os::windows-apis", "os::macos-apis", "os::linux-apis", "development-tools::ffi", "memory-management"]
description = "memory lib"
edition = "2021"
license = "GPL-2.0"
name = "poggers"
readme = "README.md"
repository = "https://github.com/pozm/poggers"
version = "1.2.1"

[package.metadata.docs.rs]
targets = ["x86_64-pc-windows-msvc", "x86_64-unknown-linux-gnu", "aarch64-apple-darwin"]

[profile.relbug]
debug = 2
inherits = "release"

[profile.release]
lto = true

[target.'cfg(target_os="macos")'.dependencies.mach]
version = "0.3.2"

[target.'cfg(target_os="macos")'.dependencies.macos-libproc]
version = "0.1.0"

[target.'cfg(target_os="windows")'.dependencies.widestring]
version = "1.0"

[target.'cfg(target_os="windows")'.dependencies.windows]
features = ["Win32_System_Threading", "Win32_Foundation", "Win32_System_LibraryLoader", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Diagnostics_Debug", "Win32_System_Memory", "Win32_System_ProcessStatus", "Win32_System_Console", "Win32_System_SystemServices"]
version = "0.54.0"

[target."cfg(unix)".dependencies.bitfield-struct]
version = "0.6"

[target."cfg(unix)".dependencies.ctor]
version = "0.2.6"

[target."cfg(unix)".dependencies.libc]
version = "0.2"