# 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 = "universal-service" version = "0.1.0" authors = ["Jacob Okamoto "] description = "A Rust crate that provides building blocks for creating service binaries across operating system platforms." readme = "README.md" license = "MIT" repository = "https://github.com/oko/windows-service-detector-rs" [dependencies.anyhow] version = "1.0.71" [dependencies.ctrlc] version = "3.4.0" [target."cfg(target_os = \"windows\")".dependencies.once_cell] version = "1.18.0" [target."cfg(target_os = \"windows\")".dependencies.windows-service] version = "0.6.0" [target."cfg(target_os = \"windows\")".dependencies.windows-service-detector] version = "0.1.0"