ceviche 0.7.0

Rust daemon/service wrapper
Documentation
[dependencies.cfg-if]
version = "1"

[dependencies.ctrlc]
features = ["termination"]
version = "3.1"

[dependencies.log]
version = "0.4"

[lib]
name = "ceviche"
path = "src/lib.rs"

[package]
authors = ["Marc-André Moreau <marcandre.moreau@gmail.com>", "Sébastien Duquette <sduquette@devolutions.net>", "Richard Markiewicz <rmarkiewicz@devolutions.net>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Rust daemon/service wrapper"
edition = "2021"
exclude = [".*", "appveyor.yml"]
homepage = "https://github.com/devolutions/ceviche-rs"
keywords = ["daemon", "service"]
license = "MIT/Apache-2.0"
name = "ceviche"
readme = "README.md"
repository = "https://github.com/devolutions/ceviche-rs"
version = "0.7.0"

[target.'cfg(target_os = "linux")'.dependencies.systemd-rs]
optional = true
version = "^0.1.2"

[target.'cfg(target_os = "macos")'.dependencies.chrono]
version = "0.4"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation]
version = "0.9"

[target.'cfg(target_os = "macos")'.dependencies.core-foundation-sys]
version = "0.8"

[target.'cfg(target_os = "macos")'.dependencies.libc]
version = "0.2"

[target.'cfg(target_os = "macos")'.dependencies.system-configuration-sys]
version = "0.5"

[target.'cfg(target_os = "macos")'.dependencies.timer]
version = "0.2"

[target."cfg(windows)".dependencies.widestring]
version = "0.4.3"

[target."cfg(windows)".dependencies.windows-sys]
features = ["Win32_Foundation", "Win32_System_RemoteDesktop", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Security", "Win32_System_Services", "Win32_System_Diagnostics_Debug"]
version = "0.52"