# 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_rpc_client" version = "0.6.25" authors = ["MaidSafe Developers "] description = "Safe Node RPC Client" homepage = "https://maidsafe.net" documentation = "https://docs.rs/sn_node" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [[bin]] name = "safenode_rpc_client" path = "src/main.rs" [dependencies.assert_fs] version = "1.0.0" [dependencies.async-trait] version = "0.1" [dependencies.bls] version = "8.0.1" package = "blsttc" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.hex] version = "~0.4.3" [dependencies.libp2p] version = "0.53" features = ["kad"] [dependencies.libp2p-identity] version = "0.2.7" features = ["rand"] [dependencies.sn_client] version = "0.108.0" [dependencies.sn_logging] version = "0.2.30" [dependencies.sn_node] version = "0.109.0" [dependencies.sn_peers_acquisition] version = "0.4.0" [dependencies.sn_protocol] version = "0.17.5" features = ["rpc"] [dependencies.sn_service_management] version = "0.3.8" [dependencies.sn_transfers] version = "0.18.8" [dependencies.thiserror] version = "1.0.23" [dependencies.tokio] version = "1.32.0" features = ["rt"] [dependencies.tokio-stream] version = "~0.1.12" [dependencies.tonic] version = "0.6.2" [dependencies.tracing] version = "~0.1.26" [dependencies.tracing-core] version = "0.1.30" [lints.clippy] clone_on_ref_ptr = "warn" unicode_not_nfc = "warn" uninlined_format_args = "warn" unused_async = "warn" unwrap_used = "warn" [lints.rust] arithmetic_overflow = "forbid" mutable_transmutes = "forbid" no_mangle_const_items = "forbid" trivial_casts = "warn" trivial_numeric_casts = "warn" unknown_crate_types = "forbid" unsafe_code = "forbid" unused_extern_crates = "warn" unused_import_braces = "warn"