precord-core 0.7.11

Library for retrieving process or system performance data
Documentation
[dependencies.bitflags]
version = "1.3.2"

[dependencies.serde]
features = ["serde_derive"]
version = "1.0.152"

[dependencies.sysinfo]
version = "0.26.9"

[dependencies.thiserror]
version = "1.0.30"

[features]
dtrace = []

[package]
authors = ["Xiaopeng Li <x.friday@outlook.com>"]
description = "Library for retrieving process or system performance data"
edition = "2021"
homepage = "https://github.com/xiaopengli89/precord"
keywords = ["performance"]
license = "Apache-2.0 OR MIT"
name = "precord-core"
repository = "https://github.com/xiaopengli89/precord"
version = "0.7.11"
[target."cfg(target_os = \"macos\")".dependencies.IOKit-sys]
version = "0.1.5"

[target."cfg(target_os = \"macos\")".dependencies.core-foundation]
version = "0.9.2"

[target."cfg(target_os = \"macos\")".dependencies.libc]
version = "0.2.112"

[target."cfg(target_os = \"macos\")".dependencies.mach2]
version = "0.4.1"

[target."cfg(target_os = \"macos\")".dependencies.plist]
version = "1.2.1"

[target."cfg(target_os = \"macos\")".dependencies.smc]
version = "0.2.4"
[target."cfg(target_os = \"windows\")".dependencies.ferrisetw]
version = "1.0.0"

[target."cfg(target_os = \"windows\")".dependencies.libloading]
version = "0.7.4"

[target."cfg(target_os = \"windows\")".dependencies.ntapi]
version = "0.4.0"

[target."cfg(target_os = \"windows\")".dependencies.rand]
version = "0.8.5"

[target."cfg(target_os = \"windows\")".dependencies.regex]
version = "1.6.0"

[target."cfg(target_os = \"windows\")".dependencies.windows]
features = ["Win32_Foundation", "Win32_System_Threading", "Win32_System_Performance", "Win32_System_Diagnostics_ToolHelp", "Win32_System_Power", "Win32_System_Memory", "Win32_System_IO", "Win32_Devices_DeviceAndDriverInstallation", "Win32_Storage_FileSystem", "Win32_Security"]
version = "0.44.0"

[target."cfg(target_os = \"windows\")".dependencies.wmi]
version = "0.11.0"