# 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] name = "circadian" version = "0.8.4" authors = ["Trevor Bentley "] description = "Linux auto-suspend/wake power management daemon" homepage = "https://github.com/mrmekon/circadian" documentation = "https://github.com/mrmekon/circadian" readme = "README.md" keywords = [ "linux", "power", "suspend", "daemon", "service", ] categories = [] license = "GPL-3.0" repository = "https://github.com/mrmekon/circadian" [package.metadata.deb] maintainer = "Trevor Bentley " copyright = "Copyright 2017 Trevor Bentley" license-file = ["LICENSE"] extended-description = "Circadian is a power management daemon for automatically suspending machines when they are idle, and optionally waking them back up at set times." depends = "$auto, systemd" revision = "1" section = "admin" priority = "optional" assets = [ [ "target/release/circadian", "usr/bin/", "755", ], [ "resources/circadian.conf.in", "etc/circadian.conf", "644", ], [ "resources/circadian.service", "usr/lib/systemd/system/", "644", ], ] [package.metadata.release] sign-commit = false pre-release-commit-message = "Release {{version}}" tag-message = "Release {{version}}" [profile.release] lto = true [dependencies.clap] version = "4.1.10" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.nix] version = "0.26.2" [dependencies.regex] version = "1.7.1" [dependencies.rust-ini] version = "0.18.0" [dependencies.time] version = "0.3.20" features = [ "macros", "parsing", "local-offset", ] [dependencies.users] version = "0.11.0"