# 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 = "gotta-watch-em-all" version = "0.3.1" authors = ["Aaron Friel "] description = "A process tree memory monitor" keywords = [ "cli", "process", "monitor", ] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/aaronfriel/gotta-watch-em-all" resolver = "2" [package.metadata.binstall] pkg-url = "{ repo }/releases/download/cli-v{ version }/gotta-watch-em-all-{ version }-{ target }.tar.gz" bin-dir = "watchexec-{ version }-{ target }/{ bin }{ format }" pkg-fmt = "tgz" [package.metadata.binstall.overrides.x86_64-pc-windows-msvc] pkg-url = "{ repo }/releases/download/cli-v{ version }/gotta-watch-em-all-{ version }-{ target }.zip" pkg-fmt = "zip" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "3.2.13" features = ["derive"] [dependencies.futures] version = "0.3.19" [dependencies.libc] version = "0.2.113" [dependencies.sysinfo] version = "0.24.7" [dependencies.tokio] version = "1.15.0" features = ["full"] [dependencies.tokio-util] version = "0.7.1" [build-dependencies.embed-resource] version = "1.6.1"