# 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 = "svcwrap" version = "0.1.0" exclude = [".fossil-settings", "target", "www", "_FOSSIL_", ".fslckout", ".efiles", "rustfmt.toml"] description = "A Windows service intended to wrap custom commands." keywords = ["windows", "service"] license = "0BSD" repository = "https://repos.qrnch.tech/pub/svcwrap" resolver = "2" [dependencies.dbgtools-win] version = "0.2" optional = true [dependencies.eventlog] version = "0.1" [dependencies.figment] version = "0.10" [dependencies.figment-winreg] version = "0.1" [dependencies.log] version = "0.4" [dependencies.qargparser] version = "0.5.6" [dependencies.registry] version = "1.0.0-alpha.1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.windows-service] version = "0.4" [dependencies.winreg] version = "0.10"