# 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 = "i3-lock-workspace" version = "0.4.0" description = "CLI utility that locks i3 to a single or multiple workspaces for a set period of time to force yourself to focus on work" readme = "README.md" keywords = [ "cli", "utility", "linux", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RocketPrinter/i3-lock-workspace" [dependencies.anyhow] version = "1.0.75" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.futures-util] version = "0.3.28" [dependencies.humantime] version = "2.1.0" [dependencies.notify-rust] version = "4.9.0" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.tokio-i3ipc] version = "0.16.0"