# 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_auditor" version = "0.3.5" authors = ["MaidSafe Developers "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Safe Network Auditor" homepage = "https://maidsafe.net" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/maidsafe/safe_network" [[bin]] name = "sn_auditor" path = "src/main.rs" [dependencies.bls] version = "8.0.1" package = "blsttc" [dependencies.clap] version = "4.2.1" features = ["derive"] [dependencies.color-eyre] version = "~0.6" [dependencies.dirs-next] version = "~2.0.0" [dependencies.futures] version = "0.3.28" [dependencies.graphviz-rust] version = "0.9.0" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.serde] version = "1.0.133" features = [ "derive", "rc", ] [dependencies.serde_json] version = "1.0.108" [dependencies.sn_client] version = "0.110.4" [dependencies.sn_logging] version = "0.2.36" [dependencies.sn_peers_acquisition] version = "0.5.3" [dependencies.tiny_http] version = "0.12" features = ["ssl-rustls"] [dependencies.tokio] version = "1.32.0" features = [ "io-util", "macros", "parking_lot", "rt", "sync", "time", "fs", ] [dependencies.tracing] version = "~0.1.26" [dependencies.urlencoding] version = "2.1.3" [features] dag-collection = [] default = [] local-discovery = [ "sn_client/local-discovery", "sn_peers_acquisition/local-discovery", ] network-contacts = ["sn_peers_acquisition/network-contacts"] open-metrics = ["sn_client/open-metrics"] svg-dag = [ "graphviz-rust", "dag-collection", ] websockets = ["sn_client/websockets"] [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"