windows-service 0.2.0

A crate that provides facilities for management and implementation of windows services
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "windows-service"
version = "0.2.0"
authors = ["Mullvad VPN <admin@mullvad.net>", "Andrej Mihajlov <and@mullvad.net>", "Linus Färnstrand <linus@mullvad.net>"]
description = "A crate that provides facilities for management and implementation of windows services"
readme = "README.md"
keywords = ["windows", "service", "daemon"]
categories = ["api-bindings"]
license = "MIT/Apache-2.0"
repository = "https://github.com/mullvad/windows-service-rs"
[target."cfg(windows)".dependencies.bitflags]
version = "1.0.1"

[target."cfg(windows)".dependencies.err-derive]
version = "0.1.5"

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

[target."cfg(windows)".dependencies.winapi]
version = "0.3.5"
features = ["std", "winsvc", "winerror"]