# 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 = "ceviche" version = "0.6.1" authors = [ "Marc-André Moreau ", "Sébastien Duquette ", "Richard Markiewicz ", ] exclude = [ ".*", "appveyor.yml", ] description = "Rust daemon/service wrapper" homepage = "https://github.com/devolutions/ceviche-rs" readme = "README.md" keywords = [ "daemon", "service", ] license = "MIT/Apache-2.0" repository = "https://github.com/devolutions/ceviche-rs" [dependencies.cfg-if] version = "1" [dependencies.ctrlc] version = "3.1" features = ["termination"] [dependencies.log] version = "0.4" [target."cfg(target_os = \"linux\")".dependencies.systemd-rs] version = "^0.1.2" optional = true [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] version = "0.52" features = [ "Win32_Foundation", "Win32_System_RemoteDesktop", "Win32_System_LibraryLoader", "Win32_UI_WindowsAndMessaging", "Win32_Security", "Win32_System_Services", "Win32_System_Diagnostics_Debug", ]