peek-core 1.0.0

Core process intelligence library for the Peek tool on Linux
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"
name = "peek-core"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core process intelligence library for the Peek tool on Linux"
homepage = "https://github.com/ankittk/peek"
documentation = "https://github.com/ankittk/peek"
readme = "README.md"
keywords = [
    "process",
    "linux",
    "cli",
    "monitoring",
    "procfs",
]
categories = [
    "command-line-utilities",
    "os::linux-apis",
]
license = "MIT"
repository = "https://github.com/ankittk/peek"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.kernel-explainer]
version = "1.0"

[dependencies.network-inspector]
version = "1.0"

[dependencies.peek-proc-reader]
version = "1.0"

[dependencies.resource-sampler]
version = "1.0"

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

[dependencies.signal-engine]
version = "1.0"

[dependencies.sysinfo]
version = "0.31"

[dependencies.thiserror]
version = "2"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

[target.'cfg(target_os = "linux")'.dependencies.nix]
version = "0.29"
features = [
    "signal",
    "process",
]

[target.'cfg(target_os = "linux")'.dependencies.procfs]
version = "0.17"