# 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_controller" version = "0.1.4" authors = ["lers梦魔"] build = false exclude = [ "/src/main.rs", "/target", ".*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "A library to control windows service" homepage = "https://github.com/1412150209/rc_windows_service_controller" readme = "README.md" keywords = [ "windows", "service", ] license = "MIT" repository = "https://github.com/1412150209/rc_windows_service_controller" [lib] name = "windows_service_controller" path = "src/lib.rs" [dependencies.lazy_static] version = "1.4.0" [dependencies.lers_windows_macro] version = "0" [dependencies.widestring] version = "1.0.2" [dependencies.windows] version = "0.58.0" features = [ "Win32_System_Services", "Win32_Security", ]