53 lines
1.4 KiB
TOML
53 lines
1.4 KiB
TOML
# 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 = "windows-service"
|
|
version = "0.6.0"
|
|
authors = ["Mullvad VPN"]
|
|
description = "A crate that provides facilities for management and implementation of windows services"
|
|
readme = "README.md"
|
|
keywords = [
|
|
"windows",
|
|
"service",
|
|
"daemon",
|
|
]
|
|
categories = [
|
|
"api-bindings",
|
|
"os::windows-apis",
|
|
]
|
|
license = "MIT OR Apache-2.0"
|
|
repository = "https://github.com/mullvad/windows-service-rs"
|
|
|
|
[package.metadata.docs.rs]
|
|
default-target = "x86_64-pc-windows-msvc"
|
|
|
|
[target."cfg(windows)".dependencies.bitflags]
|
|
version = "1.3"
|
|
|
|
[target."cfg(windows)".dependencies.widestring]
|
|
version = "1"
|
|
|
|
[target."cfg(windows)".dependencies.windows-sys]
|
|
version = "0.45.0"
|
|
features = [
|
|
"Win32_Foundation",
|
|
"Win32_Security",
|
|
"Win32_Storage_FileSystem",
|
|
"Win32_System_Power",
|
|
"Win32_System_RemoteDesktop",
|
|
"Win32_System_Services",
|
|
"Win32_System_SystemServices",
|
|
"Win32_System_WindowsProgramming",
|
|
"Win32_UI_WindowsAndMessaging",
|
|
]
|