# 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-node-manager" version = "0.11.3" authors = ["MaidSafe Developers "] build = false 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_node_manager" path = "src/lib.rs" [[bin]] name = "safenode-manager" path = "src/bin/cli/main.rs" [[bin]] name = "safenodemand" path = "src/bin/daemon/main.rs" [[test]] name = "e2e" path = "tests/e2e.rs" [[test]] name = "utils" path = "tests/utils.rs" [dependencies.chrono] version = "~0.4.19" [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.color-eyre] version = "~0.6" [dependencies.colored] version = "2.0.4" [dependencies.dirs-next] version = "2.0.0" [dependencies.indicatif] version = "0.17.5" features = ["tokio"] [dependencies.libp2p] version = "0.54.1" features = [] [dependencies.libp2p-identity] version = "0.2.7" features = ["rand"] [dependencies.prost] version = "0.9" [dependencies.rand] version = "0.8.5" [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-releases] version = "0.2.6" [dependencies.sn_build_info] version = "0.1.19" [dependencies.sn_evm] version = "0.1.4" [dependencies.sn_logging] version = "0.2.40" [dependencies.sn_peers_acquisition] version = "0.5.7" [dependencies.sn_protocol] version = "0.17.15" [dependencies.sn_service_management] version = "0.4.3" [dependencies.sn_transfers] version = "0.20.3" [dependencies.sysinfo] version = "0.30.12" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.26" features = ["full"] [dependencies.tonic] version = "0.6.2" [dependencies.tracing] version = "~0.1.26" [dependencies.uuid] version = "1.5.0" features = ["v4"] [dev-dependencies.assert_cmd] version = "2.0.12" [dev-dependencies.assert_fs] version = "1.0.13" [dev-dependencies.assert_matches] version = "1.5.0" [dev-dependencies.async-trait] version = "0.1" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.predicates] version = "3.1.0" [dev-dependencies.reqwest] version = "0.12" features = [ "json", "rustls-tls", ] default-features = false [features] chaos = [] default = ["quic"] faucet = [] local = [] network-contacts = [] nightly = [] open-metrics = [] otlp = [] quic = [] statemap = [] tcp = [] websockets = [] [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.nix] version = "0.27.1" features = [ "fs", "user", ] [target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.users] version = "0.11" [target.'cfg(target_os = "windows")'.dependencies.which] version = "6.0.1"