# 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" name = "poggers" version = "1.2.1" authors = [ "luna ", "VilotStar ", ] description = "memory lib" readme = "README.md" categories = [ "os::windows-apis", "os::macos-apis", "os::linux-apis", "development-tools::ffi", "memory-management", ] license = "GPL-2.0" repository = "https://github.com/pozm/poggers" [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 [dependencies.thiserror] version = "1.0.58" [dependencies.tracing] version = "0.1.40" [dev-dependencies.tracing-subscriber] version = "0.3" features = ["env-filter"] [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 = [] [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] version = "0.54.0" 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", ] [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"