# 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" version = "0.7.13" authors = ["Xiaopeng Li "] description = "Command line tool for recording process or system performance data" homepage = "https://github.com/xiaopengli89/precord" readme = "README.md" keywords = ["performance"] license = "Apache-2.0 OR MIT" repository = "https://github.com/xiaopengli89/precord" [profile.release] lto = true panic = "abort" strip = true [dependencies.bitflags] version = "1.3.2" [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.csv] version = "1.3.0" [dependencies.humantime] version = "2.1.0" [dependencies.plotters] version = "0.3.6" [dependencies.precord-core] version = "0.7.12" features = ["dtrace"] [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.152" [dependencies.serde_json] version = "1.0.72" [dependencies.serde_with] version = "3.8.3" [dependencies.signal-hook] version = "0.3.17" [dependencies.sysinfo] version = "0.30.13" [target."cfg(target_os = \"windows\")".dependencies.windows] version = "0.44.0" features = [ "Win32_Foundation", "Win32_System_Threading", "Win32_Security", "Win32_UI_Shell", "Win32_System_SystemServices", ]