# 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 = "sn_service_management" version = "0.4.3" authors = ["MaidSafe Developers "] build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line application for installing, managing and operating `safenode` as a service." homepage = "https://maidsafe.net" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [lib] name = "sn_service_management" path = "src/lib.rs" [dependencies.async-trait] version = "0.1" [dependencies.dirs-next] version = "2.0.0" [dependencies.libp2p] version = "0.54.1" features = ["kad"] [dependencies.libp2p-identity] version = "0.2.7" features = ["rand"] [dependencies.prost] version = "0.9" [dependencies.semver] version = "1.0.20" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.service-manager] version = "0.7.0" [dependencies.sn_evm] version = "0.1.4" [dependencies.sn_logging] version = "0.2.40" [dependencies.sn_protocol] version = "0.17.15" features = ["rpc"] [dependencies.sysinfo] version = "0.30.12" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.32.0" features = ["time"] [dependencies.tonic] version = "0.6.2" [dependencies.tracing] version = "~0.1.26" [dependencies.tracing-core] version = "0.1.30" [dev-dependencies.mockall] version = "0.11.3" [build-dependencies.tonic-build] version = "~0.6.2"