# 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 = "service-manager" version = "0.7.1" authors = ["Chip Senkbeil "] description = "Provides adapters to communicate with various operating system service managers" homepage = "https://github.com/chipsenkbeil/service-manager-rs" readme = "README.md" keywords = ["generator"] categories = ["config"] license = "MIT OR Apache-2.0" repository = "https://github.com/chipsenkbeil/service-manager-rs" [dependencies.cfg-if] version = "1.0" [dependencies.clap] version = "4" features = ["derive"] optional = true [dependencies.dirs] version = "4.0" [dependencies.plist] version = "1.1" [dependencies.serde] version = "1" features = ["derive"] optional = true [dependencies.which] version = "4.0" [dependencies.xml-rs] version = "0.8.19" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.indoc] version = "2.0.4" [dev-dependencies.predicates] version = "3.0.4"