# 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 = "caffeinate2" version = "0.5.1" authors = ["Randomblock1 "] description = "Caffeinate MacOS utility with more options. Temporarily prevent your system from sleeping." homepage = "https://randomblock1.com" readme = "README.md" keywords = [ "macos", "utility", "caffeinate", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/randomblock1/caffeinate2" [[bin]] name = "caffeinate2" path = "src/main.rs" [[bin]] name = "sleepdetect" path = "src/sleepdetect.rs" [dependencies.clap] version = "4.4.7" features = [ "derive", "wrap_help", ] [dependencies.core-foundation] version = "0.9.3" [dependencies.libloading] version = "0.8.1" [dependencies.nix] version = "0.27.1" features = ["user"] [dependencies.regex] version = "1.10.2" features = [ "std", "unicode-perl", ] default-features = false [dependencies.signal-hook] version = "0.3.17" [dependencies.time] version = "0.3.30" features = [ "macros", "formatting", "local-offset", ]