# 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 = "precord-core" version = "0.7.12" authors = ["Xiaopeng Li "] description = "Library for retrieving process or system performance data" homepage = "https://github.com/xiaopengli89/precord" keywords = ["performance"] license = "Apache-2.0 OR MIT" repository = "https://github.com/xiaopengli89/precord" [dependencies.bitflags] version = "1.3.2" [dependencies.serde] version = "1.0.152" features = ["serde_derive"] [dependencies.sysinfo] version = "0.30.13" [dependencies.thiserror] version = "1.0.61" [features] dtrace = [] [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.7.0" [target."cfg(target_os = \"macos\")".dependencies.smc] version = "0.2.4" [target."cfg(target_os = \"windows\")".dependencies.ferrisetw] version = "1.2.0" [target."cfg(target_os = \"windows\")".dependencies.libloading] version = "0.8.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.10.5" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.44.0" 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", ] [target."cfg(target_os = \"windows\")".dependencies.wmi] version = "0.13.3"