# 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" version = "0.0.0" authors = ["RoloEdits "] description = "CLI tool that records system reported values of a program running and outputs them to JSON or CSV" homepage = "https://github.com/RoloEdits/peek" readme = "README.md" license = "MIT" repository = "https://github.com/RoloEdits/peek" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.csv] version = "1.3.0" [dependencies.ctrlc] version = "3.4.1" features = ["termination"] [dependencies.serde] version = "1.0.189" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.sysinfo] version = "0.29.10" [dependencies.uuid] version = "1.5.0" features = [ "v4", "serde", ]