# 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 = "2018" name = "shawl" version = "1.5.0" authors = ["mtkennerly "] default-run = "shawl" description = "Windows service wrapper for arbitrary commands" readme = "README.md" license = "MIT" repository = "https://github.com/mtkennerly/shawl" [dependencies.clap] version = "4.4.11" features = [ "derive", "wrap_help", ] [dependencies.ctrlc] version = "3.4.1" [dependencies.dunce] version = "1.0.4" [dependencies.flexi_logger] version = "0.27.3" [dependencies.log] version = "0.4.20" [dependencies.winapi] version = "0.3.9" features = [ "consoleapi", "errhandlingapi", "winbase", "wincon", ] [dependencies.windows-service] version = "0.6.0" [dev-dependencies.regex] version = "1.10.2" [dev-dependencies.speculate] version = "0.1.2" [build-dependencies.winres] version = "0.1.12"