# 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 = "mac-disk-monitor" version = "0.1.0" authors = ["Gabriel Falcão "] description = "Rust library and command-line tool to monitor disk activity on MacOS" homepage = "https://github.com/gabrielfalcao/mac-disk-monitor/" documentation = "https://docs.rs/mac-disk-monitor" readme = "README.md" keywords = ["macos", "diskutil"] categories = ["os::macos-apis", "parser-implementations", "parsing", "command-line-utilities", "concurrency"] license = "GPL-3.0" repository = "https://github.com/gabrielfalcao/mac-disk-monitor/" resolver = "2" [lib] name = "mac_disk_monitor" path = "src/lib.rs" [[bin]] name = "disk-events-json" path = "src/cli.rs" bench = false [dependencies.chrono] version = "0.4" features = ["serde"] [dependencies.chrono-humanize] version = "0.2.1" [dependencies.clap] version = "2.33" features = ["wrap_help"] [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.serde_yaml] version = "0.8" [dependencies.thiserror] version = "1.0" [dependencies.timeout-readwrite] version = "0.3.1" [dev-dependencies.k9] version = "0.11.1" [dev-dependencies.speculate] version = "0.1"