service 0.2.1

A library for managing services in a cross platform manner.
Documentation
# 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 = "service"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A library for managing services in a cross platform manner."
readme = false
license = "MIT"

[features]
async = ["dep:tokio"]
egui-prompt = [
    "dep:userprompt",
    "userprompt/egui",
]
prompt = ["dep:userprompt"]
serde = ["dep:serde"]

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

[dependencies.cfg-if]
version = "1.0.0"

[dependencies.log]
version = "0.4.21"

[dependencies.serde]
version = "1.0.198"
features = ["serde_derive"]
optional = true

[dependencies.tokio]
version = "1.36.0"
features = ["full"]
optional = true

[dependencies.userprompt]
version = "0.3.0"
optional = true

[target.'cfg(target_os = "android")'.dependencies.simple_logger]
version = "4.3.3"

[target.'cfg(target_os = "linux")'.dependencies.simple_logger]
version = "4.3.3"

[target."cfg(windows)".dependencies.eventlog]
version = "0.2.2"

[target."cfg(windows)".dependencies.lazy_static]
version = "1.4.0"

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

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "errhandlingapi",
    "winsvc",
    "winerror",
    "winuser",
]