# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "cross-platform-service" version = "0.1.0" authors = ["AminRaay "] description = "Provides facilities to create and manage cross platform service" readme = "README.md" keywords = ["service", "daemon"] license = "MIT" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-msvc" targets = ["x86_64-unknown-linux-gnu", "x86_64-apple-darwin", "x86_64-pc-windows-msvc", "i686-unknown-linux-gnu", "i686-pc-windows-msvc"] [target."cfg(unix)".dependencies.dbus] version = "0.9.3" [target."cfg(unix)".dependencies.signal-hook] version = "0.3.9" [target."cfg(windows)".dependencies.windows] version = "0.13.0" [target."cfg(windows)".build-dependencies.windows] version = "0.13.0"