# 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" rust-version = "1.79" name = "block-sleep" version = "0.2.0" authors = ["Lucas Culverhouse "] description = "Block your system from sleeping for an amount of time, or until a certain process exits" homepage = "https://github.com/lsculv/block-sleep" readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/lsculv/block-sleep" [profile.release] opt-level = "s" lto = true strip = true [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.colored] version = "2.1.0" [dependencies.libc] version = "0.2.155" [dependencies.sysinfo] version = "0.30.12" [dependencies.zbus] version = "4.4.0"