# 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 = "scmanager-windows-rs" version = "0.1.0" authors = ["IE "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "windows service manager" documentation = "https://docs.rs/scmanager-windows-rs" readme = "README.md" categories = ["os::windows-apis"] license = "Apache-2.0" repository = "https://github.com/leftspace89/scmanager-windows-rs" [lib] name = "scmanager_windows_rs" path = "src/lib.rs" [dependencies.anyhow] version = "1.0.86" features = ["backtrace"] optional = true [dependencies.defer-lite] version = "1.0.0" [dependencies.thiserror] version = "1.0.61" [dependencies.widestring] version = "1.1.0" [dependencies.windows-sys] version = "0.52.0" features = [ "Win32", "Win32_System", "Win32_System_Services", "Win32_Foundation", "Win32_Security", "Win32_System_Threading", ] [features] default = [] tests = ["dep:anyhow"]