# 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 = "focus-ami" version = "1.0.0" description = "A command line tool to help focus by killing processes" readme = "README.md" keywords = [ "productivity", "focus", "command-line-tool", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/david-soto-m/focus-ami" [profile.dev.package.backtrace] opt-level = 3 [dependencies.clap] version = "^4.0" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.console] version = "0.15.5" [dependencies.dialoguer] version = "^0.10" features = [ "fuzzy-select", "history", "completion", ] [dependencies.directories] version = "^4.0" [dependencies.serde] version = "^1.0" features = ["derive"] [dependencies.serde_yaml] version = "^0.9" [dependencies.sysinfo] version = "^0.27"