# 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 = "chronologger" version = "1.0.1" authors = ["Jacob Coleman "] description = "Writes process CPU and memory usage to a CSV file" homepage = "https://github.com/the-chronomancer/chronologger" readme = "README.md" keywords = [ "process", "logging", "csv", "sysinfo", ] categories = [ "command-line-utilities", "system", ] license = "MIT" repository = "https://github.com/the-chronomancer/chronologger" [dependencies.anyhow] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "4.5" features = ["derive"] [dependencies.csv] version = "1.1" [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.signal-hook] version = "0.3" [dependencies.sysinfo] version = "0.23" [dependencies.tempfile] version = "3.2"